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
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 wrote:
> Oops.. the list, easier to read..
>
> adapter-core-1.2.3.823.jar
>
> adapter4g
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
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
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 wrote:
> RB,
>
> That's odd you had an error at that line, though it probably is a
> diff
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, Richar
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[], Serializat
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 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/
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
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 cre
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 t
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 t
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"
wrote:
> Thanks!! Great work...
>
> but what do you mean by "Once you get these files in your project just
On 12/10/09, 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 else?
>
>
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 wrote:
> Ok, well
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/R
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.(Ljava/lang/reflect/
Method;[Ljava/lang/Object;Lcom/go
17 matches
Mail list logo