Are there a way to avoid the use of user session in the case of a stateless session communication between the client and the server!!? When I disable the...
What exactly to do use on the server. If you use request-scope pojos, stateless ejb or spring beans, there shouldn't be any synchronization on the session....
Hello mates, I just started getting a little experience with Tide. I'm really fascinated by Tide's basic principles and it's ability to work "directly" with...
You have perfectly understood what happens. It's certainly right that there is a little too much 'magic' sometimes in the sync process and we had already...
You are totally right. I used that "large array example" to present some sort of "deterrent example". But I'm still confused with the fact, that Tide...
I am new to Flex/Tide as well. I would imagine that Tide will only sync those context variables that referenced on the client side; in other words, if a...
Yeah, this is how things should run from my point of view. But Tide probably doesn't behave this way. But we both maybe just misunderstood it's purpose......
I am receiving the following null pointer exception when issueing an asynchronous call from a stateless session bean to another stateless session bean: ...
graniteds delay in loading or does not work? when I change granite-ejb3 project FetchType to LAZY,It can't achieve to load lazy data from Person Object,but no...
Hi, Lazy data are only loaded when you initialize them before serialization... If you want transparent lazy loading (ie: contacts collection is initialized...
Hi, I declared a Java service. This service is invoked from the client using GraniteDS and may throws an exception (intentionaly). Can I convert this (Java)...
It's an interesting topic. We have tried to keep a balance between simplifying the programming model and minimizing the network traffic, but there are some...
You can define a <properties><service-exception-handler>my.exception.Handler</service-exception-handler></properties> The handler class should implement ...
Hi, We had a DNS problem with the domain name (it resolves to a local IP)... It should be fixed tomorow. In the meantime, you may use: http://213.251.154.76. ...
Hi, Here is my conf : - Backend : EJB3 running on Glassfish and MySQL linked with JDBC (Oracle Toplink) - Frontend : flex 3 + GDS latest version I'm using the...
From the README.txt : * Requirements: Eclipse 3.2+, JDK 5+, Flex 2+ SDK, Flex Ant Task, JBoss 4.2.2+ with Tomcat 6.0.14+ or Jetty 6.1.5+. For Tomcat 6.0.14+,...
Hi, As its name suggests, the HibernateExternalizer only works with Hibernate, because it uses Hibernate-specific functionality to determine if a lazy entity...
Hi !! I use request-scope pojos on the server.. OK it works fine on tomcat server but when I delpoy the same application on OC4J I get synchroous behavior.....
There is definitely no synchronization in GDS on the session for request-scoped pojos. Maybe there is some specific security configuration on your GDS servlet...
I have downloaded the graniteds-chat example from "http://sourceforge.net/project/showfiles.php?group_id=183386&package_id=212903". I also copied/installed APR...
I cant get ObjectUtil.copy to work with these entities. I guess its because the writeExternal() does not match the readExternal()... so the byte array contains...
hi: i meet this problem too! i didin't use seam in my project , and i find tide is used in seam after i read some document. i wonder if there is a solution to...
I fear you will have to wait for the availability of Tide for Spring (possibly in one or two weeks). If you are very impatient, I can send you an unsupported...
Hi ! I'm trying to use the DefaultExternalizer but it doesn't seams to work :( here is my granite-config.xml <granite-config scan="false"> <classgetter...
The following message is suspect : The Apache Tomcat Native library which allows optimal performance in production environments was not found on the...
Hi Scotty, Thanks for the patch, we'll add this in the next release (it will probably be in a nightly build next week). William ... readExternal()... ... ...