i'm getting the following error when trying to deploy to my local websphere server with the was5 plugin. i am generating the xmi files with xdoclet, why can't it find the jndi name in the config file?

---------
[wasInstallApp] WASX7017E: Exception received while running file "/tmp/wsant46022jacl"; exception information: com.ibm.ws.scripting.ScriptingException: WASX7109E: Insufficient data for install task "BindJndiForEJBNonMessageBinding
[wasInstallApp]
[wasInstallApp] ADMA0002E: Validation error in task Binding Enterprise Beans to JNDI Names
[wasInstallApp] JNDI name is not specified for EJB CommandServer in module Generated by XDoclet."
[wasInstallApp]
[wasInstallApp] [ERROR] Java Result: 105


---------
<ejbbnd:EJBJarBinding xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"; <http://www.omg.org/XMI%22>; xmlns:ejbbnd="ejbbnd.xmi"
xmlns:ejb="ejb.xmi" xmlns:commonbnd="commonbnd.xmi"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; <http://www.w3.org/2001/XMLSchema-instance%22>;
xmi:id="ejb-jar_ID_Bnd">


<ejbJar href="META-INF/ejb-jar.xml#ejb-jar_1"/>

<ejbBindings
xmi:id="Session_bnd_1"
jndiName="ejb/CommandServer">

<enterpriseBean
xmi:type="ejb:Session" href="META-INF/ejb-jar.xml#Session_CommandServer" />
</ejbBindings>

</ejbbnd:EJBJarBinding>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to