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 1853 - 1882 of 5327   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1853
Few precisions: GraniteContext.getCurrentInstance() won't work in a standalone servlet: GraniteContext is a ThreadLocal variable initialized in the ...
fwolff999
Offline Send Email
Sep 2, 2008
9:40 am
1854
Hello all, I am working on a Flex and J2EE Project, and I can't fix a problem since three days ... My problem is simple, I want just send an Object...
Mathieu
darkun2001
Offline Send Email
Sep 2, 2008
10:18 pm
1855
Hi, Make sure you have configured externalizers in granite-config.xml: <granite-config> <classgetter type="org.granite.hibernate.HibernateClassGetter"/> ...
fwolff999
Offline Send Email
Sep 3, 2008
8:53 am
1856
Thanks for you fast and complete response Franck. I try your solution. ... <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE granite-config PUBLIC "-//Granite...
Mathieu
darkun2001
Offline Send Email
Sep 3, 2008
10:37 am
1857
Hum... Ok, try this (just to be sure there is no strange ClassLoader problems with persistence annotations): <granite-config> <classgetter...
fwolff999
Offline Send Email
Sep 3, 2008
2:12 pm
1858
It's interesting because with this new "granite-config.xml" the transport of Java to Flex of my "Account" Object during the authentication throw an error and...
Mathieu
darkun2001
Offline Send Email
Sep 3, 2008
4:04 pm
1859
This is resolved at last and has taken my breath indeed ..:( The issue was that HibernateExternalizer always adds a null value at the start of the...
panks_y2k
Online Now Send Email
Sep 4, 2008
11:11 am
1860
It seems that your entities do not have the @Entity annotation or that your gas3 classpath is not correctly setup. When correctly set up, gas3 itself adds the...
williamdrai
Offline Send Email
Sep 4, 2008
2:09 pm
1861
I published today my old but I think still valid tutorial how to setup Seam project with GraniteDS support: ...
piotr.walczyszyn
piotr.walczy...
Offline Send Email
Sep 4, 2008
10:08 pm
1862
Nice Job Piotr! I've been looking for some video tutorials on the setup of Seam/Flex/GraniteDS. I have a couple of questions that I wasn't too clear on from...
Blue
thinkblue146
Offline Send Email
Sep 4, 2008
11:15 pm
1863
Hi Blue, 1) This is just a coincidence that I had standalone Flex Builder version not the plugin one. I would suggest everyone rather use FB Eclipse plugin and...
Piotr Walczyszyn
piotr.walczy...
Offline Send Email
Sep 5, 2008
9:06 am
1864
Anyone know how to configure gas3 so that it autogenerates any java class, either: 1) extending a particular interface (eg. IValueObject), and/or 2) has a...
Dave
dmoshal
Offline Send Email
Sep 5, 2008
9:11 am
1865
For now, the easiest way is to use a naming convention which allows to select the files in the gas3 ant task fileset, e.g. : <gas3 outputdir="as3"> <classpath>...
williamdrai
Offline Send Email
Sep 5, 2008
10:11 am
1866
Thanks William - yep, figured out option #1 at 4 am this morning. For some reason the Granite Nature Eclipse Plugin wizard wouldn't do it with **/*VO.class but...
Dave
dmoshal
Offline Send Email
Sep 5, 2008
7:34 pm
1867
Hello all, I need to load test an all Flash web app that is communicating with a Granite DS server. Basically, I need to send a series of packets that simulate...
xanadu310
Offline Send Email
Sep 5, 2008
8:10 pm
1868
It's completely intentional that gas3 does not generate inner classes. During deserialization of as3 objects, GDS needs to be able to instantiate the object...
williamdrai
Offline Send Email
Sep 6, 2008
10:48 am
1869
Thanks William: am thinking of going with Cinnamon from SpiceFactory instead of Granite, simply because they seem to have given significant thought to typing...
Dave
dmoshal
Offline Send Email
Sep 7, 2008
10:09 pm
1870
Hi, I have a look my entity Object and I don't think that I have a problem inside. Have you just an idea to resolve the problem ? Personally I don't see the...
Mathieu
darkun2001
Offline Send Email
Sep 8, 2008
8:09 am
1871
Are you sure that your embedded objects (Stamp, Details, PersonInfo...) are correctly generated ? ... type="org.granite.hibernate.HibernateClassGetter"/> ... ...
williamdrai
Offline Send Email
Sep 8, 2008
8:42 am
1872
I just regenerate my Entities with gas3 RC4 and I after verification, I think that Stamp could be the problem because the Stamp class contians transcient...
Mathieu
darkun2001
Offline Send Email
Sep 8, 2008
10:05 am
1873
Your generated classes look fine, there is no problem with the Transient annotation. It's more likely that there is a problem with granite-config.xml or your...
williamdrai
Offline Send Email
Sep 8, 2008
12:55 pm
1874
No problem....
williamdrai
Offline Send Email
Sep 8, 2008
1:12 pm
1875
Hi thanks for your answers, My problem progress .. I try to set all entities which is transfert ... <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE...
Mathieu
darkun2001
Offline Send Email
Sep 9, 2008
9:37 am
1876
OK, I see. This is definitely a problem with your deployment, nothing looks wrong with your application. Granite is clearly not able to see the...
williamdrai
Offline Send Email
Sep 9, 2008
11:11 am
1877
I just make the modification but visibly, I don't make this well because when I start my Jboss an error during the public appear : ...
Mathieu
darkun2001
Offline Send Email
Sep 9, 2008
12:47 pm
1878
You should remove all jars from WEB-INF/lib. You can copy the structure of the GDS ejb3 sample here : ...
williamdrai
Offline Send Email
Sep 9, 2008
1:36 pm
1879
Hi, Thanks for your answer William. I try to adapte the ejb3 sample for my project, but I think that is not the best way because with this sample it is hard to...
Mathieu
darkun2001
Offline Send Email
Sep 10, 2008
9:40 am
1880
The projects structure in eclipse is not a problem. It's just easier for the sample to be in one single piece. The important thing is the structure of the...
williamdrai
Offline Send Email
Sep 10, 2008
10:59 am
1881
We are running GraniteDS (1.1.0 RC4) and trying to use the Gravity messaging capabilities. The messages seem to be working (both through Gravity only and ...
amcclure1
Offline Send Email
Sep 10, 2008
5:13 pm
1882
I will try to check this. Can you just try with JBoss 4.2.2 and check if you have the same problem. The Consumer.selector should work. The syntax is the one of...
williamdrai
Offline Send Email
Sep 11, 2008
4:56 pm
Messages 1853 - 1882 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