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: 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
RB, That's odd you had an error at that line, though it probably is a difference in the versions of Gilead we are using. The classes were created using Gilead 1.2.3.823. But it's true if you are using GWT 2.0.0 that line of code would never see the light of day. Trevor On Dec 25, 7:39 pm,

Re: Using Gilead with GWT 2.0 ms1

2009-12-26 Thread Richard Berger
Trevor: Thank you for the post - it was a life saver. When I copied the java files to my system, I had a compiler error at line 161 of RPCCopy.java: return RPCCopy_GWT16.invoke(target, serviceMethod, args, serializationPolicy); The error was: The method invoke(Object, Method, Object[],

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

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: 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
I definitely should have worded that better. You did exactly what I wanted you to do, if you would put them in any other package it wouldn't work. On Dec 9, 5:27 pm, graffle...@gmail.com graffle...@gmail.com wrote: Thanks!!  Great work... but what do you mean by Once you get these files in

Re: Using Gilead with GWT 2.0 ms1

2009-12-09 Thread graffle...@gmail.com
Thanks!! Great work... but what do you mean by Once you get these files 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

Re: Using Gilead with GWT 2.0 ms1

2009-12-09 Thread piyush sharma
On 12/10/09, graffle...@gmail.com graffle...@gmail.com wrote: Thanks!! Great work... but what do you mean by Once you get these files 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

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

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/