Hello, BlazeDS support a instantiateTypes setting, which, when set to false, will convert to an ASObject which extends HashMap, allowing for relatively easy...
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...
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...
... 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...
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...
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...
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...
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...
adItemAt : is missing a D in ad* ... -- /** * Pedro Sena * Systems Architect * Sun Certified Java Programmer * Sun Certified Web Component Developer */...
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...
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...
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...
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...
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/ ...
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...
Hi, GravityChannel implementation uses internally two URLStream connections (command + tunnel) for long-polling operations. Whatever you configure for the end...
You should never initialize a new HashSet in your setter (this completely breaks Hibernate or any other JPA provider) : public void setUserRoles(Set<UserRole>...
updated to SP1, works like a charm. thanks, you guys are the best. ... to ... present it ... SearchControl.JOIN)); ... rejoined. ... conversationPropagation...
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...
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...
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...
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...
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...
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...
Hmm, I had a thought. Could I dynamically add a new: Seam.getInstance().addComponent("myTideComponentX", MyTideComponentCtl); where "myTideComponentX" is a...
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...