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...
Show off your group to the world. Share a photo of your group with us.

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 2108 - 2139 of 5339   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2108
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...
doxumd
Offline Send Email
Nov 3, 2008
8:50 am
2109
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....
williamdrai
Offline Send Email
Nov 3, 2008
10:50 am
2110
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...
jan.vacata
Offline Send Email
Nov 3, 2008
4:07 pm
2111
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...
williamdrai
Offline Send Email
Nov 3, 2008
5:19 pm
2112
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...
jan.vacata
Offline Send Email
Nov 3, 2008
6:13 pm
2113
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...
wt.ustc
Offline Send Email
Nov 3, 2008
6:31 pm
2114
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......
jan.vacata
Offline Send Email
Nov 3, 2008
7:01 pm
2115
I am receiving the following null pointer exception when issueing an asynchronous call from a stateless session bean to another stateless session bean: ...
Charles R. Floss
crfloss
Offline Send Email
Nov 3, 2008
9:22 pm
2117
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...
smoking_boy2003
Offline Send Email
Nov 4, 2008
7:30 am
2119
Hi, Lazy data are only loaded when you initialize them before serialization... If you want transparent lazy loading (ie: contacts collection is initialized...
fwolff999
Offline Send Email
Nov 4, 2008
9:52 am
2120
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)...
Anselmo Abadía
anseabadia
Offline Send Email
Nov 4, 2008
10:33 am
2121
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...
williamdrai
Offline Send Email
Nov 4, 2008
12:16 pm
2122
This looks a lot like a bug. ... org.granite.tide.seam.SeamServiceContext.setAsyncContext(SeamServiceContext.java:143) ... ...
williamdrai
Offline Send Email
Nov 4, 2008
12:20 pm
2123
You can define a <properties><service-exception-handler>my.exception.Handler</service-exception-handler></properties> The handler class should implement ...
williamdrai
Offline Send Email
Nov 4, 2008
1:09 pm
2124
I am having trouble accessing the graniteDS web-site http://www.graniteds.org/ Anybody else having the same problem?...
mallubabe
Offline Send Email
Nov 4, 2008
2:47 pm
2125
I am having trouble accessing the graniteDS web-site http://www.graniteds.org/ Anybody else having the same problem?...
mallubabe
Offline Send Email
Nov 4, 2008
2:50 pm
2126
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. ...
fwolff999
Offline Send Email
Nov 4, 2008
4:16 pm
2127
When running the address book example (graniteds_seam) and once I click the "Notify" button, I got the following exception. Any one get it running...
wt.ustc
Offline Send Email
Nov 5, 2008
6:18 am
2128
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...
sonic.lechat
Offline Send Email
Nov 5, 2008
10:23 am
2129
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+,...
williamdrai
Offline Send Email
Nov 5, 2008
10:47 am
2130
Hi, As its name suggests, the HibernateExternalizer only works with Hibernate, because it uses Hibernate-specific functionality to determine if a lazy entity...
williamdrai
Offline Send Email
Nov 5, 2008
10:56 am
2131
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.....
doxumd
Offline Send Email
Nov 5, 2008
3:58 pm
2132
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...
williamdrai
Offline Send Email
Nov 5, 2008
6:57 pm
2133
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...
amit_u_purohit
Offline Send Email
Nov 5, 2008
9:13 pm
2134
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...
Scotty Scott
fwscott
Online Now Send Email
Nov 6, 2008
3:30 am
2135
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...
宏志
zhanghongzhi...
Offline Send Email
Nov 6, 2008
11:26 am
2136
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...
williamdrai
Offline Send Email
Nov 6, 2008
5:30 pm
2137
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...
kkoo95640
Offline Send Email
Nov 6, 2008
5:42 pm
2138
The following message is suspect : The Apache Tomcat Native library which allows optimal performance in production environments was not found on the...
williamdrai
Offline Send Email
Nov 6, 2008
5:50 pm
2139
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()... ... ...
williamdrai
Offline Send Email
Nov 6, 2008
6:07 pm
Messages 2108 - 2139 of 5339   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