On Monday, November 25, 2002, at 07:57 PM, Tania G. Ramos wrote:
2002-11-25 22:45:13,612 ERROR [org.jboss.ejb.EjbModule] Starting failedIs docTip a String? My guess is it is not and EJB-QL only allows the comparison of like types. To fix it make docTip a string or change the parameter to be the same type. Of course if you want to use EJB-QL instead of JBoss-QL you have to use an EJB-QL supported type (String, date, arithmetic, ejb).
org.jboss.deployment.DeploymentException: Error compiling ejbql; - nested
throwable: (org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered
"obj.docTip" at line 3, column 49.
Was expecting one of:
"NOT" ...
"(" ...
<COLLECTION_VALUED_PATH> ...
<STRING_VALUED_PATH> ...
"CONCAT" ...
"SUBSTRING" ...
<BOOLEAN_VALUED_PATH> ...
<DATETIME_VALUED_PATH> ...
<ENTITY_VALUED_PATH> ...
<IDENTIFICATION_VARIABLE> ...
<NUMERIC_VALUED_PATH> ...
"LENGTH" ...
"LOCATE" ...
"ABS" ...
"SQRT" ...
"+" ...
"-" ...
<INTEGER_LITERAL> ...
<FLOATING_POINT_LITERAL> ...
<NUMERIC_VALUED_PARAMETER> ...
)
I can't understand why it happens.
What I really wanted is something more robust than this (I wanted that one
of these parameters were a Class (using dependent-value-class) But with
This simple example, it didin't work, imagine with a more difficult one.
Does anyone know how to solve this?I'm using jboss3.0.0
-dain
-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user