[jboss-user] [EJB 3.0] - Re: Problem deploying EJB3 to jboss 4.2.0GA

2007-05-22 Thread wolfc
It appears you hit a snag in the JDK where an array isn't really an array. Can you post the full method signature in question including the annotations? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047602#4047602 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Problem deploying EJB3 to jboss 4.2.0GA

2007-05-22 Thread ctomc
Hi, I doubt there is a problem in JDK because if it would be it wouldn't work in jboss 4.0.5GA or at least I think so. I have also tried with java 1.5.0_02 and 1.6.0 and result is the same. I don't actually know which method is bothering him... I have about 30 methods in that class and error

[jboss-user] [EJB 3.0] - Re: Problem deploying EJB3 to jboss 4.2.0GA

2007-05-22 Thread wolfc
Ah, I found it. The @Init annotation has changed to conform to specs. Now the value is a String instead of a String[] (thus the array that isn't an array). Recompile with AS 4.2. http://jira.jboss.com/jira/browse/EJBTHREE-950 View the original post :

[jboss-user] [EJB 3.0] - Re: Problem deploying EJB3 to jboss 4.2.0GA

2007-05-22 Thread ctomc
Hi, yes that was a problem, I just recompiled with libs from jboss 4.2.0GA and everything works as it should. thanks for your help, tomaz View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047662#4047662 Reply to the post :