Hi, please help to solve problem, thanks!
the jar file of
EJB module is generated with websphere studio application developer, but the WAS AAT cannot generate the code of deployment for the jar file of EJB module. the exception is as follow:
Starting workbench.
Creating the project.
Creating EJB Project...
Creating EJB Project... Opening: /d0fc5105.
Creating EJB Project...
Creating EJB Project... Setting classpath...
Creating EJB Project...
Updating.
Importing Jar..
Importing file..
Updating.
Generating deployment code
An unexpected exception was thrown. Halting execution.
Shutting down workbench.
Error during generation of deployment code: null.
>com.ibm.etools.ejbdeploy.EJBDeploymentException (Error during generation of deployment code: null.)
java.lang.NullPointerException
at com.ibm.ObjectQuery.crud.schema.QueryGenConfigInfo.reset(QueryGenConfigInfo.java:152)
at com.ibm.ObjectQuery.crud.schema.DataStoreMap.<init>(DataStoreMap.java:60)
at com.ibm.ObjectQuery.crud.schema.DataStoreMap.singletonFor(DataStoreMap.java:555)
at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.run(EJBDeployOperation.java:759)
at com.ibm.etools.ejbdeploy.plugin.EJBDeployOperation.doit(EJBDeployOperation.java:412)
at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.invokeDeployment(BatchExtension.java:773)
at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.run(BatchExtension.java:934)
at com.ibm.etools.ejbdeploy.batch.impl.BatchDeploy.execute(BatchDeploy.java:122)
at com.ibm.etools.ejbdeploy.EJBDeploy.execute(EJBDeploy.java:60)
at com.ibm.etools.ejbdeploy.EJBDeploy.main(EJBDeploy.java:240)