Hi all!

I just deployed some Beans with this 
XDoclet-Tags for an ejbSelect-Method

/**
 *  ejb.select
 *    signature="java.util.Collection 

ejbSelectAllNamesStartWith(java.lang.String name)"

 *
query = "SELECT DISTINCT (c.name) FROM Custumer AS c where c.name LIKE
'?1%'"
 */ 

public abstract Collection ejbSelectAllNamesStartWith(String name)
throws FinderException;



and my JBoss tells me this:

org.jboss.deployment.DeploymentException: Error compiling EJB-QL
statement ''; - nested throwable:
(org.jboss.ejb.plugins.cmp.ejbql.ParseException: FROM not found)


did anyone had the same problem? and perhaps a solution ?

Thanks alot!

Greetings



-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to