hi, i have sth like
String oqlQuery = "select e from e in " +
One.class.getName() +                ", c in " +
Two.class.getName() +
                " where e.field1 = c.field2";
            query.create(oqlQuery);
and I get a , can any1 tell me what's going on or
what's the right syntax for an oql join query. I do
have all the stuff in the repository
line 1: unexpected token: in
java.lang.NullPointerException
        at
org.apache.ojb.odmg.oql.OQLQueryImpl.create(OQLQueryImpl.java:236)
at
org.apache.ojb.odmg.oql.OQLQueryImpl.create(OQLQueryImpl.java:207)
at
org.apache.ojb.mytest.UCJoinTest.apply(UCJoinLogin.java:41)
        at
org.apache.ojb.mytest.Application.run(Application.java:134)
        at
org.apache.ojb.mytest.Application.main(Application.java:90)


__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to