[JBoss-user] [JCA/JBoss] - Re: DeploymentException: Error compiling EJB-QL for Roster a

2004-08-26 Thread vishwajit_pantvaidya
That worked. Thanks for your help Daniels.

But now I am getting the following error :

WARN [ServiceController] Problem starting service 
jboss.j2ee:jndiName=local/LeagueEJB,service=EJBRuntimeErrorException: 
java.lang.NoSuchMethodError Cause: java.lang.NoSuchMethodError at 
org.jboss.mx.server.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:99)

Possibly this is some simple problem and I may need to look into the code - but please 
let me know if you know offhand the cause and/or solution.

Again, appreciate the help.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3846343#3846343

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846343


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: DeploymentException: Error compiling EJB-QL for Roster a

2004-08-19 Thread daniels
Hi,
I had the same problem with JBoss 3.2.5, and I will try to explain you how to fix it.
Your problem is that the EJB-QL command contains Enter in the select command:
select distinct object(p) from Player p 
where p.salary between ?1 and ?2

Try to change the select command to look like this (write the select command in only 
one line) :
select distinct object(p) from Player p where p.salary between ?1 and ?2

Daniel S.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3845599#3845599

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845599


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user