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 2619 - 2648 of 5334   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2619
Due to a bug in 1.2 GA, once you have sent a 'join' once (by specificying the conversationId manually), all following calls send the 'join'...
williamdrai
Offline Send Email
Feb 1, 2009
9:33 pm
2620
Hello, BlazeDS support a instantiateTypes setting, which, when set to false, will convert to an ASObject which extends HashMap, allowing for relatively easy...
Stefaan_Nachtergaele
Stefaan_Nach...
Offline Send Email
Feb 2, 2009
2:37 pm
2621
I have something of a seam/everything newbie question. I have reached a point in my project where I've got a good handle on accessing/viewing my data and am...
jeffplummerrei
Offline Send Email
Feb 2, 2009
3:49 pm
2622
Hi all, Granite Data Services 1.2.0 SP1 is out. You may download it, as usual, on Sourceforge here ...
fwolff999
Offline Send Email
Feb 2, 2009
6:31 pm
2623
As a followup to GDS-299 Jira entry, I am having trouble with GAS3 generated actionscript objects receiving a DTO from my java side. As a comment in the...
Brad
fe2o3
Online Now Send Email
Feb 2, 2009
10:14 pm
2624
... One additional point of discussion is that I can successfully return a List<AddressDTO> objects but can't return a Map<String, AddressDTO> objects from the...
Brad
fe2o3
Online Now Send Email
Feb 3, 2009
12:07 am
2625
I am not a seam guru, since I am still in the middle of the learning curve. But I found that Chapter 10 of Seam in Action may be what you are looking for. In...
wt.ustc
Offline Send Email
Feb 3, 2009
4:14 am
2626
Hi, 1. Gas3 generates org.granite.collections.IMap fields for java.util.Map fields. Because your DTO are not externalized, the default serialization process is...
fwolff999
Offline Send Email
Feb 3, 2009
10:31 am
2627
I worked around this in the following way. So from the client I'm sending an actionscript object. On the server in an extension of SimpleServiceAdapter, in...
Stefaan_Nachtergaele
Stefaan_Nach...
Offline Send Email
Feb 3, 2009
10:47 am
2628
Now, when I do this, I get this error: [mxmlc] C:\DEV\workspaces\UBOJ\UBOJ_GDS\build\swf\Users.mxml(424): Error: Call to a possibly undefined method adItemAt...
davidnwd
Offline Send Email
Feb 3, 2009
11:34 am
2629
adItemAt : is missing a D in ad* ... -- /** * Pedro Sena * Systems Architect * Sun Certified Java Programmer * Sun Certified Web Component Developer */...
Pedro Sena
sena_pedro
Offline Send Email
Feb 3, 2009
12:54 pm
2630
Hello, If I create a Granite DS Seam Project following the example in and move the file AbstractEntityBase.as from the Granite DS Seam 1.2.0.GA example to my...
soumyashah
Offline Send Email
Feb 4, 2009
1:08 am
2631
Hi, I'm using the stateless session from the EJB3.0 example. I can't seem to shake the LazyInitializationException error I'm getting on a merge after changing...
davidnwd
Offline Send Email
Feb 4, 2009
7:21 am
2632
I've switched to GraniteDS because of its support for non-blocking IO. I'm working with a GravityChannel with a StreamingAMFEndpoint. This works fine when I...
Stefaan_Nachtergaele
Stefaan_Nach...
Offline Send Email
Feb 4, 2009
8:07 am
2633
I can see the granite-tide-spring.jar in the Maven repository but not the granite.tide.spring.swc. Can someone tell me where to find this? ... are using...
lee.cotton@...
lee.cotton...
Offline Send Email
Feb 4, 2009
9:15 am
2634
correction to initial post. I said I had it working with a StreamingHTTPEndpoint. That is incorrect. It's only working with a...
Stefaan_Nachtergaele
Stefaan_Nach...
Offline Send Email
Feb 4, 2009
10:15 am
2635
With a couple of clicks you can find it where I told you. Here it goes: http://download.java.net/maven/2/org/graniteds/granite-tide-spring-swc/1.2.0.RC1/ ...
Pedro Sena
sena_pedro
Offline Send Email
Feb 4, 2009
11:02 am
2636
We have our projects split out into several pieces, the EJBs are in one project and the UI is in another. Is there anyway to generate Action Script classes...
Edward King
eking64
Offline Send Email
Feb 4, 2009
11:26 am
2637
Hi, GravityChannel implementation uses internally two URLStream connections (command + tunnel) for long-polling operations. Whatever you configure for the end...
fwolff999
Offline Send Email
Feb 4, 2009
11:34 am
2638
Yes, you need to explode your jars....
fwolff999
Offline Send Email
Feb 4, 2009
11:39 am
2639
You should never initialize a new HashSet in your setter (this completely breaks Hibernate or any other JPA provider) : public void setUserRoles(Set<UserRole>...
williamdrai
Offline Send Email
Feb 4, 2009
1:29 pm
2640
updated to SP1, works like a charm. thanks, you guys are the best. ... to ... present it ... SearchControl.JOIN)); ... rejoined. ... conversationPropagation...
mike.lindenmuth
Offline Send Email
Feb 4, 2009
2:20 pm
2641
i know this might be a seam forum question but since it seems like something you really wouldn't do with seam and something you might want to do with a...
mike.lindenmuth
Offline Send Email
Feb 4, 2009
3:35 pm
2642
I don't think it's easily possible to start more than one conversation at a time from the server, and most Seam components that deal with conversations seem to...
williamdrai
Offline Send Email
Feb 4, 2009
5:59 pm
2643
I have an editor framework that allows me to have multiple tabs, each that hold a reference to an entity where the user can edit them. I accomplish this with a...
quaidbrown3
Offline Send Email
Feb 4, 2009
11:34 pm
2644
This doesn't seem to work for me. I am using the EntityForm component from the granite_seam example to make forms for creating/editing entities. Instead of...
wt.ustc
Offline Send Email
Feb 5, 2009
11:46 am
2645
This doesn't seem to work for me. I am using the EntityForm component from the granite_seam example to make forms for creating/editing entities. Instead of...
wt.ustc
Offline Send Email
Feb 5, 2009
11:46 am
2646
I get the following error when I try to start jboss after going through all the setup steps. Note I have already done the same with success for most of the...
dave.hoffer
Online Now Send Email
Feb 5, 2009
3:50 pm
2647
Hmm, I had a thought. Could I dynamically add a new: Seam.getInstance().addComponent("myTideComponentX", MyTideComponentCtl); where "myTideComponentX" is a...
quaidbrown3
Offline Send Email
Feb 5, 2009
3:58 pm
2648
Note that when I import the graniteds-seam-1.2.0_SP1.zip project file into Eclipse it shows that there are two projects in this zip file (flexbuilder3 and...
David Hoffer
dave.hoffer
Online Now Send Email
Feb 5, 2009
4:09 pm
Messages 2619 - 2648 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