Search the web
Sign In
New User? Sign Up
graniteds · Granite Data Services
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4141 - 4172 of 5327   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4141
Hi, I never tried clustering but I know several people here did (at least with JBoss), because many issues with session serialization where reported and fixed....
fwolff999
Offline Send Email
Jul 1, 2009
7:33 am
4142
You have to add this to the Module mxml for instructing Tide to handle injections and others : <mx:Metadata>[Name("myModule")]</mx:Metadata> It's not needed in...
williamdrai
Offline Send Email
Jul 1, 2009
8:37 am
4143
The default Spring security filter can not work with a Tomcat Comet servlet (it would have to implement CometFilter). Anyway, the correct way to secure a...
williamdrai
Offline Send Email
Jul 1, 2009
8:50 am
4144
Yes, this was the problem. Now it works! Thanks a lot....
michal.pula
Offline Send Email
Jul 1, 2009
10:35 am
4145
Hi, Does anyone know how can I process just when logout successfully completed on server. Unfortunatelly Identity.logout() does not take handlers as...
radzish
Offline Send Email
Jul 1, 2009
12:46 pm
4146
Hi William, Just to let you know the construct I used. And it work perfectly...very fast, faster than Seam Events : RichFaces ajax push. -I use ActiveMQ...
shrizeme
Offline Send Email
Jul 1, 2009
2:41 pm
4147
I am trying to get my head around something that doesn't seem to be well explained in any of the examples I have seen. Most examples are chat type...
kldavis232002
Offline Send Email
Jul 1, 2009
3:01 pm
4148
I got this problem every time I have relation classes. Problem: at ObjectInput/readObject() at...
jeanmarcelbr
Offline Send Email
Jul 1, 2009
3:53 pm
4149
There are 2 options that are not mutually exclusive : 1. using subtopics (that support hierarchical filtering) : var c:Consumer = new Consumer(); c.destination...
williamdrai
Offline Send Email
Jul 1, 2009
4:01 pm
4150
I think I have isolated the problem, but I wanted to ask what is the proper way to do things. My application displays and manipulates data that is lazy loaded...
jeffplummerrei
Offline Send Email
Jul 1, 2009
6:08 pm
4151
Thank William. This is helpful. I will give it a try....
Kelly Davis
kldavis232002
Offline Send Email
Jul 1, 2009
6:47 pm
4152
Hmmm... I wonder if it has to do with the fact that on my client I am no longer using conversations (I am just using "namespaces" now)....
jeffplummerrei
Offline Send Email
Jul 1, 2009
7:56 pm
4153
I Got this aspect working. I got rid of the stateful session bean (it was legacy from when I first started) and am using a UserHome now. Thanks, Jeff...
jeffplummerrei
Offline Send Email
Jul 2, 2009
12:25 am
4154
Hi - I get the following error message when sending an object from Java to the Flex Client using GraniteDS: ArgumentError: Error #2173: Unable to read object...
drbob4276
Offline Send Email
Jul 2, 2009
3:59 am
4155
Hi - I pasted the wrong code. The last line in the code is casting to a ListCollectionView not a UIDSet. Sorry about the mistake. I am getting the error...
drbob4276
Offline Send Email
Jul 2, 2009
4:02 am
4156
Hello, I was thinking about having some sort of flex console which would show services that have been exposed on the server-side, with their possible methods...
kris.hofmans
Offline Send Email
Jul 2, 2009
12:45 pm
4157
I've modeled my application like the gdsgae example project. I can make calls to the server that pass no data just fine, however when I try calling the server...
andrewwestberg
Online Now Send Email
Jul 2, 2009
3:06 pm
4158
The config has changed a little since 2.0.GA In services-config.xml : Replace entityManagerFactoryJndiName by entity-manager-factory-jndi-name Also in...
williamdrai
Offline Send Email
Jul 2, 2009
3:39 pm
4159
Since 2.0 RC1 there is a set of JMX MBeans that allow to display and reload the GDS configuration at runtime. We don't think a Flex console specific to GDS...
williamdrai
Offline Send Email
Jul 2, 2009
3:46 pm
4160
You have to use the option "-include-libraries granite-essentials.swc" of the Flex compiler to force it to include all internal GDS classes....
williamdrai
Offline Send Email
Jul 2, 2009
3:48 pm
4161
(mx.messaging.messages::ErrorMessage)#0 body = (Object)#1 clientId = (null) correlationId = "CD4AE0A1-CEDE-7275-AC95-3C0CDA89A094" destination = "" ...
jeanmarcelbr
Offline Send Email
Jul 2, 2009
4:20 pm
4162
Usually this happens when your Java classes are not synchronized with your AS3 classes. Regenerate your AS3 entities and try again. HTH ... -- /** * Pedro Sena...
Pedro Sena
sena_pedro
Offline Send Email
Jul 2, 2009
4:22 pm
4164
Double check if you do not have libraries/jars of two different versions of GDS. Are you using 2.0.0.GA right? ... -- /** * Pedro Sena * Systems Architect *...
Pedro Sena
sena_pedro
Offline Send Email
Jul 2, 2009
5:16 pm
4165
Thanks for answer I regenerate my entities, refresh my classes in build path but the problem persist. The readExternal() and whole .as file, the properties (is...
jeanmarcelbr
Offline Send Email
Jul 2, 2009
5:23 pm
4166
I had already made the annotated-with hyphen change in granite-config.xml. I'm not using entityManagerFactoryJndiName in services-config.xml. Here is my...
Andrew Westberg
andrewwestberg
Online Now Send Email
Jul 2, 2009
5:26 pm
4167
Replace persistenceManagerBeanName by persistence-manager-bean-name....
williamdrai
Offline Send Email
Jul 2, 2009
5:30 pm
4168
I modified my config to be this and then everything worked: <persistence-manager-bean-name>tidePersistenceManager</persistence-manager-bean-name> Thanks for...
andrewwestberg
Online Now Send Email
Jul 2, 2009
5:49 pm
4169
Thank you so much! It worked!...
drbob4276
Offline Send Email
Jul 2, 2009
8:26 pm
4171
Hi, I'm using GDS 2.0 with Spring. I have a couple questions on externalizers. I have some objects with very deep/extensive object graphs. For example, I...
BitRancher
Offline Send Email
Jul 3, 2009
7:45 pm
4172
My object graph has a TopLevel object with an ArrayList of child objects attached to it. Those child objects may sometimes exist, and sometimes won't exist....
andrewwestberg
Online Now Send Email
Jul 3, 2009
8:17 pm
Messages 4141 - 4172 of 5327   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help