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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 147 - 176 of 5329   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
147
Hi Franck, thanks for your response. I was just getting some code together to post on here, and somehow managed to get it to work. I'm mightily confused and...
gking2224
Offline Send Email
Jun 1, 2007
9:14 pm
148
Hi Franck, after auto-formatting my services-config.xml with the Eclipse WTP-Formatter I noticed, that my Java-services could not be found. My assumption is...
soenke_nommensen
soenke_nomme...
Offline Send Email
Jun 4, 2007
2:17 pm
149
Hi, Thanks for this report (I've created a bug in JIRA: GDS-22). I going to commit a correction very soon. Regards, F. ... ...
fwolff999
Offline Send Email
Jun 6, 2007
2:34 pm
150
I'm evaluating your framework and am getting to a point where I would like to use it in a new application that will encompass flex. I have a question related...
nefiperc
Offline Send Email
Jun 6, 2007
6:02 pm
151
Hi, The easiest way to serialize a Joda DateTime is to override one of the GDS externalizer (DefaultExternalizer or HibernateExternalizer, depending on what...
fwolff999
Offline Send Email
Jun 7, 2007
9:52 pm
152
iTechArt Group - Custom Software Development <http://www.itechart.com/> and Offshore outsourcing Company <http://www.itechart.com/> http://www.itechart.com/ ...
vasil.boika
Offline Send Email
Jun 8, 2007
2:28 pm
153
One of my application requirements is to save a record, generate a report, attach the generated report to the record saved. I would love to do something like ...
Scotty Scott
fwscott
Online Now Send Email
Jun 8, 2007
5:06 pm
154
Hi, I'm evaluating GraniteDS and need to know, how to use GraniteDS with EJB3 and POJOs (not Entities!!) as Parameters. Thanx in advance!...
christiankerwer
Offline Send Email
Jun 10, 2007
9:01 pm
155
Hi, Could you be more specific (parameters?) and did you read the documentation on http://www.graniteds.org ? Regards, Franck....
fwolff999
Offline Send Email
Jun 11, 2007
10:07 am
156
Yes, I read the documentation. I need mapping for the following EJB3-Service: ClientContext login( String p_UserID, String p_Password, String ...
christiankerwer
Offline Send Email
Jun 11, 2007
12:30 pm
157
Hi, The simplest way is to write an AS3 bean like: package ... { [RemoteClass(alias="path.to.ClientContext")] public class ClientContext { // private fields...
fwolff999
Offline Send Email
Jun 11, 2007
4:33 pm
158
That helped! Thank you! ... GraniteDS...
christiankerwer
Offline Send Email
Jun 12, 2007
11:43 am
159
Hello, This is probably a typical newbee question, but I am recieving a org.granite.messaging.service.ServiceException: No matching method. I deployed the ejb ...
eelcomeuter
Offline Send Email
Jun 12, 2007
8:48 pm
160
I'm running into a deserialization (into AS3) issue with UIDList where I get this error: ############################### ArgumentError: Error #2004: One of the...
flex_newbie
Offline Send Email
Jun 13, 2007
1:11 am
161
Further observations: Seems that it fails on the readObject(), i.e. input.readObject(). I guess that it already failed on the serialization into AS3 before I ...
flex_newbie
Offline Send Email
Jun 13, 2007
1:58 am
162
... I deployed the ejb ... I attempt to incorporate ... the mentioned ... my project with the ejb ... overlooking something. Any help ... I found the solution...
eelcomeuter
Offline Send Email
Jun 13, 2007
6:54 am
163
Hi, It seems to be a well known problem with the Flex compiler: it put in the swf only AS3 classes that are *explicity* used in your mxml. So: say your list...
fwolff999
Offline Send Email
Jun 13, 2007
8:05 am
164
Hi, Here's my setup : - Java server side - Flex client side - Calling server function using RemoteObject with GraniteDS to validate data and store it. My...
izacki
Offline Send Email
Jun 13, 2007
8:05 pm
165
Hi, This problem is already fixed in SVN trunk. You should checkout upcomming 0.3.0 version with this command: svn co ...
fwolff999
Offline Send Email
Jun 16, 2007
10:01 am
166
Hi Franck I've loaded the actual trunk revision 267 and now I've a problem with the web.xml configuration. Now it's mandatory to set up an AMFMessageFilter in...
ckerwer
Offline Send Email
Jun 18, 2007
12:56 pm
167
Hi, I think you don't use standard locations for services-config.xml or granite-config.xml. You should copy your custom configuration (init-param) from the...
fwolff999
Offline Send Email
Jun 18, 2007
1:47 pm
168
Hi! I see that with granite you have 3 options to create your services... can I make combinations? (Return EJB3 Hibernate objects with a services object...
luxspes
Offline Send Email
Jun 18, 2007
5:08 pm
169
Could this be related with my Oracle Application Server (OC4J) problem? (the fact that nothing works if I deploy to OC4J... but I see no errors?...
luxspes
Offline Send Email
Jun 18, 2007
5:13 pm
170
Hi! I have the following problem: "Developing stuff to be deployed in OC4J with Eclipse is a nightmare"... Therefore... I am doing Flex development in...
luxspes
Offline Send Email
Jun 18, 2007
5:15 pm
171
Hi, Yes, you can return EJB3 Hibernate objects from Spring (or even) Pojo services. You should use the Hibernate Externalizer for your EJBs (Entity Beans, with...
fwolff999
Offline Send Email
Jun 18, 2007
5:20 pm
172
I know for sure you can return EJB3 Hibernate Objects from a POJO Service. I would imagine you could do the same from a spring service. Scotty ... -- Scotty...
Scotty Scott
fwscott
Online Now Send Email
Jun 18, 2007
5:24 pm
173
In services-config.xml ... I know you have to add this XML, but I dont know why...: <channels> <channel-definition id="my-graniteamf" ...
luxspes
Offline Send Email
Jun 18, 2007
6:19 pm
174
I'm trying to use the granite-config.xml to override the normal behavior of the class descriptors with my own descriptors. However, it doesn't seem to...
shadowane
Offline Send Email
Jun 18, 2007
7:54 pm
175
Hi all, is it possible to use G.D.S with Cairngorm? I am getting the following error: ===================================================================== ...
john_wood6969
Offline Send Email
Jun 19, 2007
2:00 am
176
It's possible. I think that error message is a Cairngorm error, I would make sure you have a remote object with id "homeService" defined in your ServiceLocator...
Scotty Scott
fwscott
Online Now Send Email
Jun 19, 2007
3:49 am
Messages 147 - 176 of 5329   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