Frank Morton wrote:

> Anyone know what these error messages mean when deploying
> a 2.x entity bean? What exactly does this message mean:
> 
> org.jboss...DeploymentException: expected one strategy tag
> 
> I do have in my ejb-jar.xml a <read-ahead><strategy>...
> entry, which is what I assume it is talking about.
> 


In ejb-jar.xml? Looking in ejb-jar_2_0.dtd, I see no strategy here.
In jbosscmp-jdbc.xml, your read-ahead tag must have one and only one 
<strategy> child, which must be the first tag.

Hmmm, what else might that mean... grep grep grep ...

Well, to be more precise, that particular message means that it didn't 
find any. If it says 'only one' it means it found multiples.

-danch


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to