Bugs item #874163, was opened at 2004-01-10 00:17
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=874163&group_id=22866

Category: JBossCMP
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Raphael Dr�ner (rdruener)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error compiling EJB-QL with JDK 1.3.1

Initial Comment:
OS: Windows XP
JDK: SUN 1.3.1
JBOSS: 3.2.3

Hi,

the class JDBCEJBQLCompiler uses the method "public 
StringBuffer append(StringBuffer sb)" from the 
StringBuffer Class which is not available in JDK prior to 
version 1.4.

It's quite easy to reproduce as even simple SELECT 
queries leads to the following deployment exception:

java.lang.NoSuchMethodError
        at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLCompiler.visit
(JDBCEJBQLCompiler.java:932)
        at 
org.jboss.ejb.plugins.cmp.ejbql.ASTSelect.jjtAccept
(ASTSelect.java:25)
        at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLCompiler.visit
(JDBCEJBQLCompiler.java:487)
...

Bye,
Raphael

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to