On Sat, 2005-04-09 at 00:13, Shantanu Sen wrote:
> I am trying to test a session bean to be deployed on
> WebSphere 6.0 AS. I tried using the WebSphereDoclet
> tag and it generated two websphere specific deployment
> artifacts:ibm-ejb-jar-bnd.xmi and ibm-ejb-jar-ext.xmi.
> 
> 
> The ejbJar elemenet in the *ext.xmi file is as
> follows:
>  
> <ejbJar href="META-INF/ejb-jar.xml#ejb-jar_1"/>
> 
> When I tried deploying this, the WAS6.0 deployer
> emitted a warning in the log file:
> 
> 
> 4/8/05 12:33:04:328 PDT] 00000029 ArchiveDeploy W  
> ADMA0091E: The resource META-INF/ibm-ejb-jar-ext.xmi
> that is defined in URI META-INF/ibm-ejb-jar-ext.xmi
> for module testejb.jar is not valid.  The resource has
> a cross reference META-INF/ejb-jar.xml#ejb-jar_1 that
> cannot be resolved.
> 
> Any idea what may be the issue here?

Did you generate the ejb-jar.xml using XDoclet as well, or create it by
hand?  Does it's top-level ejb-jar element have an id="ejb-jar_1"
attribute?  It sounds like the extensions file either can't find the
matching attribute, or can't find the DD itself.


Andrew.
-- 



-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to