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 1375 - 1416 of 5334   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1375
Hi bouiaw, thanks for the code, I'll try to test it in the followings days (should migrate to new spring security soon). I'll keep you inform if everything...
bananetomate
Offline Send Email
May 1, 2008
12:54 pm
1376
I have a set of (Serializable) Java classes (a small inheritance hierarchy and a couple of other classes), and a set of corresponding ActionScript classes...
maciek9billion
Offline Send Email
May 1, 2008
4:04 pm
1377
So, oddly enough, changing that readObject() to a readDouble() seems to fix this issue. Any thoughts? Thanks, Maciek...
maciek9billion
Offline Send Email
May 1, 2008
5:05 pm
1379
I can successfully send/convert a java.util.List of POJOs from tomcat into mx.collections.ArrayCollection of ActionScript Objects. Now I am trying to go in the...
mores
Offline Send Email
May 1, 2008
7:49 pm
1380
Hi, Did you annotate your AS3 beans with: [RemoteClass(alias="my.java.Bean")] ? Otherwise, the deserializer can't know the target Java class and use an...
fwolff999
Offline Send Email
May 2, 2008
10:04 am
1381
Hi, I have tried to reproduce your problem but I couldn't (either with a primitive long or a Long primary key)... Could you trace the readObject call: var o:*...
fwolff999
Offline Send Email
May 2, 2008
10:43 am
1382
Hi, There is no reason... Maybe I was to lazy to write a <mkdir ...> in the build.xml. Regards, Franck. ... even ... ...
fwolff999
Offline Send Email
May 2, 2008
10:45 am
1383
Hi Bouiaw and Bananetomate (super noms d'utilisateurs [;)] ), I have commited the new SpringSecurityService in the trunk, thanks a lot for this update. Tell...
fwolff999
Offline Send Email
May 2, 2008
11:03 am
1384
Yes, my AS3 bean has the annotation for the [RemoteClass(alias="my.java.Bean")] Without that my AS3 objects were not getting created. -Steve...
Stephen More
mores
Offline Send Email
May 2, 2008
12:37 pm
1385
Hi, Well, you're right, my previous answer didn't make much sense [:">] ... Could you debug the AMF3Deserializer.readAMF3Object() method and trace the encoding...
fwolff999
Offline Send Email
May 2, 2008
1:33 pm
1386
... Here is the output: 2008-05-02 12:16:16,638 DEBUG [AMF3Deserializer:111] readAMF3Object() - encoding=0 2008-05-02 12:16:16,639 DEBUG [AMF3Deserializer:111]...
Stephen More
mores
Offline Send Email
May 2, 2008
4:23 pm
1387
Hi, I guess the two last lines are about your bean: 1. encoding = 2: your AS3 bean is marked as dynamic. 2. className = "": your AS3 bean is a simple Object...
fwolff999
Offline Send Email
May 2, 2008
5:47 pm
1388
Fixed. My AS3 bean was missing 1 field. As soon as I fixed this, the java.util.HashMap turned into my bean. -Thanks for your help. Steve More...
Stephen More
mores
Offline Send Email
May 2, 2008
8:45 pm
1391
Hey guys, I am looking to use GAS to generate corresponding AS classes from my entities, but I don't use Eclipse (Netbeans fanboi.) Is it possible to use GAS...
faisal abdul aziz
faisalaziz_021
Offline Send Email
May 4, 2008
7:10 am
1397
Hi, I am trying to host a SWF on a CDN (content delivery network). I have tried embedding the SWF (located on the CDN) in my index.html (located on the local...
Edison
edis0nt
Offline Send Email
May 5, 2008
2:59 am
1402
Hi, You may run gas3 outside Eclipse (see http://tech.groups.yahoo.com/group/graniteds/message/1371 <http://tech.groups.yahoo.com/group/graniteds/message/1371>...
fwolff999
Offline Send Email
May 5, 2008
10:22 am
1403
Actually, it looks like this was caused by my limited understanding of AMF serialization. Is there a good reference for how this works? It's like magic most of...
maciek9billion
Offline Send Email
May 6, 2008
12:45 am
1404
Hi, Is there any way to generate unique files? I don't wanna MyClass.as and MyClassBase.as. I just wanna MyClass.as. VELO...
VELO
velobr
Offline Send Email
May 6, 2008
1:03 am
1405
Hi, Here is the AMF3 spec <http://download.macromedia.com/pub/labs/amf/amf3_spec_121207.pdf> (but you don't need to read this stuff)... I gess you are using...
fwolff999
Offline Send Email
May 6, 2008
9:12 am
1406
Hi, If you use GDS 1.1.0 RC1, this is a matter of modifying the default org.granite.generator.ant.JavaAs3Controller: @Override public String[]...
fwolff999
Offline Send Email
May 6, 2008
9:45 am
1407
The default implementation for get uid if the java side does not contain a uid property is public function get uid():String { if (<%= (identifier.as3Type.name...
Scotty Scott
fwscott
Online Now Send Email
May 6, 2008
1:00 pm
1408
There are almost endless conversations about using stored uids in Hibernate : http://www.hibernate.org/109.html This is also valid when dealing with AS3 <=>...
williamdrai
Offline Send Email
May 6, 2008
1:42 pm
1409
Thanks for the fast response. We are not using Tide yet but would like start a test implementation in a couple months. However, I would like to have as few...
Scotty Scott
fwscott
Online Now Send Email
May 6, 2008
2:14 pm
1410
I think that for this PhoneNumber entity which is very simple, you can simply ignore the problem of not maintaining the uid between server requests and keep...
williamdrai
Offline Send Email
May 6, 2008
5:02 pm
1411
The actual entities im using are a bit more complex than a phone number however I would think the same logic applies. It costs too much to send this to the...
Scotty Scott
fwscott
Online Now Send Email
May 6, 2008
5:39 pm
1412
Thanks, that's actually really interesting. I guess it's a combination of being new to Java Serialization in general, new to AMF, new to Granite, and working...
maciek9billion
Offline Send Email
May 7, 2008
7:14 pm
1413
It works for me. Use the below settings in Services-config.xml <services-config> <services> <service messageTypes="flex.messaging.messages.RemotingMessage" ...
kandula_rb
Offline Send Email
May 7, 2008
7:57 pm
1414
Hi, There are 3 standard externalizers available in GDS: default, enum and hibernate. If you don't use ejb3 entities, you don't need the hibernate one, so,...
fwolff999
Offline Send Email
May 8, 2008
10:11 am
1415
Sorry guys, I was quite busy at work on other projects, will try to migrate to Spring-Security and test it next week....
bananetomate
Offline Send Email
May 9, 2008
7:27 pm
1416
... Hi Franck Could you please specify the jira issue number? I'll vote for it since I get the same problem. Den...
den.orlov
Offline Send Email
May 11, 2008
12:56 pm
Messages 1375 - 1416 of 5334   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