On Wed, 2003-02-19 at 18:50, Przemus wrote:
> after
> making jar and deploying to JBOSS3.04 with tomcat I get following error:
>
> 18:04:27,264 INFO [MainDeployer] Starting deployment of package:
> file:/D:/JBOSS/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/MyBeans.jar
> 18:04:27,327 ERROR [URLDeploymentScanner] Failed to deploy:
> org.jboss.deployment.scanner.URLDeploymentScanner$DeployedURL@63712ec7{
> url=file:/D:/JBOSS/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/M
> yBeans.jar, deployedLastModified=0 }
> org.jboss.deployment.DeploymentException: Error in jboss.xml for Bean
> KlientSesja: ejb-ref ejb/Osoba found in jboss.xml but not in ejb-jar.xml
The error message seems reasonably self-explanatory - the jboss.xml
descriptor entry for the KlientSesja bean contains settings for an
ejb-ref with name "ejb/Osoba", but the KlientSesja's entry in the
standard deployment descriptor doesn't contain an ejb-ref entry with
that name. Is that in fact the case? Can you show us what's been
generated for these references in the two files?
If we know what's in there and what you/JBoss were expecting to be
there, it'll help us figure out whether it's a bug in the template code,
something to do with the tags you're using, or even a bug in JBoss'
verifier.
Andrew.
-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user