1 Reply Latest reply on Oct 21, 2004 5:44 AM by weeclub4

    Finders in Jboss 4.0

    weeclub4

      Hi Everybody,

      Once again i m stuck with problem in jboss 4.0. I trying to specify finders in jaws.xml and ejb-jar.xml. As per jboss 3.2.5 i hv specified it but in the documentation (jboss 3.2.x) it says that there will be some different format to specify it and while running the server it say's

      Was expecting one of:
       "IN" ...
       <ABSTRACT_SCHEMA> ...
      


      If anyone hv any pdf or format of specifying the finders pls help!!!!!!!!

        • 1. Re: Finders in Jboss 4.0
          weeclub4

          Here is the code which i m putting in those xml files (jaws and ejb-jar)

          <finder>
           <name>findMax</name>
           <query>id = (select max(new_id) from njsfirst)</query>
           <order></order>
           </finder>