Bugs item #792240, was opened at 2003-08-20 16:27
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=792240&group_id=22866

Category: JBossCMP
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Martin Folb (mfolb)
Assigned to: Nobody/Anonymous (nobody)
Summary: ParseException ejbQL Collection return type and BigDecimal 

Initial Comment:
When deploying an ejbQL query that has a 
java.util.Collection return type and a BigDecimal 
parameter, we get a ParseException. If we change the 
return type to a Local interface it works fine, if we 
change the parameter to another java type like Integer, 
it works fine. Must be a bug.

Thanks

Here is the ejbQl as defined in jbosscmp-jdbc.xml:

"
<query>
   <query-method>
       <method-name>
       <method-params>
             <method-param>java.math.BigDecimal
       </method-params>
       </method-name>
   </query-method>
   <jboss-ql><![CDATA[select object(o) from Invoice as 
o where o.amountCMP > ?1]]>
   </jboss-ql>
</query>

"

Martin Folb
WGCUSA
510 8126439
[EMAIL PROTECTED]



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=792240&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to