| Author |
regarding ejb ql in JBOSS
|
Sambasiva Suresh Kumar Dontamsetti
Greenhorn
Joined: Apr 19, 2004
Posts: 6
|
|
hi guys/gals, This is Suresh. i had a problem with the ejb ql in weblogic. we had a query with the "LIKE" operator in EJB QL in weblogic. we are shifting the whole application from weblogic to JBOSS.\ so when deploying the Entity bean, we have the problem with the EJB QL syntax. and every other thing is working fine. i want to know whether it is the problem with the Application server compatibility or the Qurey Syntax. and i want to know the exact Syntax of the "LIKE" operator. this is very urgent as i'm struck with this for a long time and couldnot resolve it. i will be thankful if somebody helps me out in this issue. with regards Suresh
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
LIKE is a keyword in EJB QL, so it should work fine on both containers. An example of the syntax would be: Which version of JBoss are you using?
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: regarding ejb ql in JBOSS
|
|
|