Problem setting up gilead with gwt.

2014-07-17 Thread Ankit Singla
Getting this error: java.lang.ClassCastException: org.hibernate.internal.SessionFactoryImpl cannot be cast to org.hibernate.service.internal.ConcurrentServiceBinding$Entry at net.sf.gilead.util.IntrospectionHelper.searchMember(IntrospectionHelper.java:206) at

Re: Problem setting up gilead with gwt.

2014-07-17 Thread Jens
You are aware that the last commit in Gilead was 2010? This project is inactive. Could be that its not compatible anymore to latest Hibernate. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop

Re: Using Gilead with GWT 2.0 ms1

2012-07-31 Thread Rahul Gamit
Hi, The error was successfully solved by the jack you have suggested Trevor. I am just trying to run the Sample Gilead Hibernate code given on google groups. Was getting the Parameter 0 error previously. But after putting the 2 files you have given, I was able to get rid of it. But now I get a

Re: Gilead AND GWT

2010-11-27 Thread Richard Berger
I had some difficulties getting Gilead/Hibernate/GWT working together, but here is something I posted about 11 months ago after I got it all working - hope it helps you... http://www.mail-archive.com/google-web-toolkit@googlegroups.com/msg34602.html Enjoy, RB On Nov 25, 12:00 pm, Noor baken

Re: Gilead AND GWT

2010-11-26 Thread Nick Chalko
On Wed, Nov 24, 2010 at 10:24 AM, Noor baken...@gmail.com wrote: Hi, I am getting lots of difficulty in integrating gilead in gwt. Can someone please send the jars they have successfully used that works because the one I have downloaded does not work Hi, What is gilead? What version

Some instruction on how to use Gilead and GWT

2010-11-26 Thread Noor
Hi, Finally I've my gilead working with gwt. Initially when u will try setting this up, u will get my problems. That's a way of how I proceed, in case someone is getting any problem, u can just send me a mail 1. First ensure that you have all the appopriate jars. I am using one of the specific

Re: Some instruction on how to use Gilead and GWT

2010-11-26 Thread Noor
One more thing, in the list of libraries above, u may not use some just as hsqldb.jar or postgresql-9.0-801.jdbc4.jar if u are using another database -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Problem integrating gilead with gwt

2010-11-25 Thread Noor
Someone please help,i'm loosing too much time with this, google place a tutorial has never recommended the use of any jars, it should have bundled the required jars together to facilitate the integration!!! -- You received this message because you are subscribed to the Google Groups Google Web

Re: Gilead AND GWT

2010-11-25 Thread Noor
Even while trying to run the gwt gilead application music store, I am getting this error java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google

Re: Gilead AND GWT

2010-11-25 Thread Noor
I think I will not use gilead lots of errors!!! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

Gilead AND GWT

2010-11-25 Thread Noor
Hi, this is the second time I am posting this on gwt forum, the first time i didn't got any reply, this time I suppose that someone might help me. My problem is that I am not being able to integrate gilead with gwt. I am getting a series of problem sometimes log problem, persistence errors. Has

Re: Gilead AND GWT

2010-11-25 Thread nino ekambi
not being able to integrate gilead with gwt. I am getting a series of problem sometimes log problem, persistence errors. Has someone try the music store tutorial by google, this is not launching at my place. Can some explain me how to integrate gilead into gwt by giving precise steps

Re: Gilead AND GWT

2010-11-25 Thread Stephen Haberman
My problem is that I am not being able to integrate gilead with gwt. You might have better luck in the gilead forums: http://noon.gilead.free.fr/gilead/index.php?page=support - Stephen -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: Gilead AND GWT

2010-11-25 Thread Noor
Hi, thanks, yes i think i should place there as well. I just hope to get out of this problem. We here are almost all programmers, when we get a problem its a fun to debug it. When u have tried to debug for one whole, at end of the one day it become a stress and then at the end of the second, it is

Re: Gilead AND GWT

2010-11-25 Thread Kasper Hansen
You might also consider finding another job, where management has some understanding of the technical difficulties. ;-) On Thu, Nov 25, 2010 at 9:00 PM, Noor baken...@gmail.com wrote: Hi, thanks, yes i think i should place there as well. I just hope to get out of this problem. We here are

Gilead AND GWT

2010-11-24 Thread Noor
Hi, I am getting lots of difficulty in integrating gilead in gwt. Can someone please send the jars they have successfully used that works because the one I have downloaded does not work Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: Gilead AND GWT

2010-11-24 Thread Noor
Please someone help me with this gilead and GWT, it makes one that i trying to integrate gilead into gwt with no success!!! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool

Problem integrating gilead with gwt

2010-11-24 Thread Noor
Can some tell me all the configuration from adding jars, eiditing app.get.xml and ... that needs to be made to integrate gilead into gwt. This is because, I am following many tutorials but getting several errors. if can send the jars u are using at baken...@gmail.com, it would be very nice. I have

Hibernate Lazy initialization exception problem with Gilead in GWT 2.0 integration

2010-05-16 Thread sylvain.saurel
Hello, I use GWT 2.0 as UI layer on my project. On server side, I use Hibernate. For example, this is 2 domains entities that I have : public class User { private CollectionRole roles; @ManyToMany(cascade = CascadeType.ALL, fetch = FetchType.LAZY, mappedBy = users,

Re: Using Gilead with GWT 2.0 ms1

2010-01-20 Thread Trevor Skaife
my guess is that your issue has to do with the 2 versions you have of some of the beanlib jars. The ones I have are: beanlib-5.0.2beta1.jar beanlib-hibernate-5.0.2beta1.jar On Jan 19, 11:28 am, John Ivens john.wagner.iv...@gmail.com wrote: Oops.. the list, easier to read..    

Re: Using Gilead with GWT 2.0 ms1

2010-01-19 Thread Dan Billings
FYI A guy on sourceforge apparently made some more changes because it wasn't working for him. http://sourceforge.net/projects/gilead/forums/forum/957377/topic/3493335 On Dec 28 2009, 9:57 am, Trevor Skaife tska...@gmail.com wrote: RB, That's odd you had an error at that line, though it

Re: Using Gilead with GWT 2.0 ms1

2010-01-19 Thread John Ivens
Anyone seen this error message? [WARN] Exception while dispatching incoming RPC call java.lang.NoSuchMethodError: net.sf.beanlib.hibernate.UnEnhancer.unenhanceClass(Ljava/lang/Class;)Ljava/lang/Class; I am getting this using gilead with hibernate with GWT 2.0, and I suspect that I am having some

Re: Using Gilead with GWT 2.0 ms1

2010-01-19 Thread John Ivens
Oops.. the list, easier to read.. adapter-core-1.2.3.823.jar adapter4gwt-1.2.3.823.jar antlr-2.7.6.jar asm-3.2.jar beanlib-3.3.0beta6.jar beanlib-hibernate-3.3.0beta6.jar beanlib-hibernate-5.0.2beta-bundle.jar beanlib-hibernate-5.0.2beta.jar cglib-2.2.jar commons-collections-3.1.jar

Re: Using Gilead with GWT 2.0 ms1

2009-12-28 Thread Trevor Skaife
wrote: I'm just glad to see people are able to use my fix for using gilead with GWT 2.0.0 On Dec 22, 11:08 am, lucamen epped...@gmail.com wrote: Thanks Josh!! That really help me a lot and now everything is working properly! BTW Bruno (the Gilead main developer) wrote herehttp

Re: Using Gilead with GWT 2.0 ms1

2009-12-26 Thread Richard Berger
fix for using gilead with GWT 2.0.0 On Dec 22, 11:08 am, lucamen epped...@gmail.com wrote: Thanks Josh!! That really help me a lot and now everything is working properly! BTW Bruno (the Gilead main developer) wrote herehttp://sourceforge.net/projects/gilead/forums/forum/868076/topic

Re: Using Gilead with GWT 2.0 ms1

2009-12-23 Thread Trevor Skaife
I'm just glad to see people are able to use my fix for using gilead with GWT 2.0.0 On Dec 22, 11:08 am, lucamen epped...@gmail.com wrote: Thanks Josh!! That really help me a lot and now everything is working properly! BTW Bruno (the Gilead main developer) wrote herehttp://sourceforge.net

Re: Gilead + Guice + Gwt-Dispatch

2009-12-22 Thread mariyan nenchev
If you are tired to write Actions and Results you may consider using the RPC the old way, nothing is gonna constrain you. On Mon, Nov 23, 2009 at 4:36 PM, djd alex.dobjans...@gmail.com wrote: Yes, I worked on a sample code that achieved that a couple of month ago... I will try to post some

Re: Using Gilead with GWT 2.0 ms1

2009-12-22 Thread lucamen
Thanks Josh!! That really help me a lot and now everything is working properly! BTW Bruno (the Gilead main developer) wrote here http://sourceforge.net/projects/gilead/forums/forum/868076/topic/3484314 that a new release is coming very soon... so just wait and hope in a stable version that works

Re: Gilead + Guice + Gwt-Dispatch

2009-12-21 Thread debillin
Andreas - Don't you have to use the JDO Serialization Filters and EngineRemoteService somewhere? Seems to me like the DispatchServlet should extend Gilead's EngineRemoteService. On Nov 24, 7:31 am, philippe vonck...@yahoo.fr wrote: I Marcos, I posted on a blog a simple exemple to

Re: Gilead + Guice + Gwt-Dispatch

2009-12-21 Thread Henry
Curious, How does Gilead serialize BigDecimal? GWT can't handle BigDecimal yet ... What about byte[]? thx, Henry On Dec 21, 5:01 pm, debillin debil...@gmail.com wrote: Andreas - Don't you have to use the JDO Serialization Filters and EngineRemoteService somewhere? Seems to me like

Re: Using Gilead with GWT 2.0 ms1

2009-12-18 Thread lucamen
Hello, I'm working on a GWT 2.0 project with hibernate integration via Gilead. When I try to load data from database (on GWT 1.7 everything was working properly) I get this error Parameter 0 of is of an unknown type 'java.lang.String/2004016611' and googling I've found this thread. I downloaded

Re: Using Gilead with GWT 2.0 ms1

2009-12-18 Thread lucamen
Hello, I'm working on a GWT 2.0 project with hibernate integration via Gilead. When I try to load data from database (on GWT 1.7 everything was working properly) I get this error Parameter 0 of is of an unknown type 'java.lang.String/2004016611' and googling I've found this thread. I downloaded

Re: Using Gilead with GWT 2.0 ms1

2009-12-18 Thread Josh Martin
What worked for me was to add the files Trevor specified to 'my' project, and not into the original gilead source directories. You just have to make sure to match the original package directory he specified of: src/com/google/gwt/user/server/rpc in your project directory. Any project that you

Re: Using Gilead with GWT 2.0 ms1

2009-12-10 Thread Trevor Skaife
in your project just make sure to change the package accordingly. all I did was put these files in src/com/google/gwt/user/server/rpc should I do anything else?   - Bob On Oct 18, 10:06 am, tskaife tska...@gmail.com wrote: Ok, well I found out that my changes to make gilead work for GWT 2.0

Re: Using Gilead with GWT 2.0 ms1

2009-12-09 Thread graffle...@gmail.com
wrote: Ok, well I found out that my changes to make gilead work for GWT 2.0 didn't quite work, but I've been able to fix that. I also notice that I put the same two files up above, here are the 2 files to download to get gilead working with GWT 2.0. RPCCopy.javahttp://trg-commons.googlecode.com

Re: Using Gilead with GWT 2.0 ms1

2009-12-09 Thread piyush sharma
else? - Bob On Oct 18, 10:06 am, tskaife tska...@gmail.com wrote: Ok, well I found out that my changes to make gilead work for GWT 2.0 didn't quite work, but I've been able to fix that. I also notice that I put the same two files up above, here are the 2 files to download to get

Re: Gilead + Guice + Gwt-Dispatch

2009-11-24 Thread Andreas Mueller
Hi Marcos, yes, and I love it. You need to extend DisptachServiceServlet and add the following code to your constructor: net.sf.gilead.core.hibernate.HibernateUtil hibernateUtil = new net.sf.gilead.core.hibernate.HibernateUtil();

Re: Gilead + Guice + Gwt-Dispatch

2009-11-24 Thread philippe
I Marcos, I posted on a blog a simple exemple to configuered Gilead in GWT / Spring context with annotations. the post is in french but the exemples are in English, comments too. http://ultrafil.tuxfamily.org/index.php?2009/11/24/145-integrer-gilead-dans-une-application-gwt Enjoy, Philippe

Gilead + Guice + Gwt-Dispatch

2009-11-23 Thread Marcos Alcantara
Hi, Have anyone been successful on using these three altogether? Can someone please post some examples about how to configure them? Thanks!!! Marcalc -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Gilead + Guice + Gwt-Dispatch

2009-11-23 Thread djd
Yes, I worked on a sample code that achieved that a couple of month ago... I will try to post some sample code as soon as possible (first let me find it); for now, allow me to give you some impressions : * the idea is nice (modularization, clear code, simple classes, etc) * BUT the implementation

Re: Using Gilead with GWT 2.0 ms1

2009-10-18 Thread tskaife
Ok, well I found out that my changes to make gilead work for GWT 2.0 didn't quite work, but I've been able to fix that. I also notice that I put the same two files up above, here are the 2 files to download to get gilead working with GWT 2.0. RPCCopy.java http://trg-commons.googlecode.com/files

Using Gilead with GWT 2.0 ms1

2009-10-09 Thread tskaife
I just updated to GWT 2.0 ms1 and noticed that I was getting an error that the constructor for RPCRequest doesn't exist (the constructor now inclues a int flag parameter). java.lang.NoSuchMethodError: com.google.gwt.user.server.rpc.RPCRequest.init(Ljava/lang/reflect/