Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] WSAD - EJB project with AspectJ nature

Hi,

I have created EJB project and session bean. Then I clicked "convert to
AspectJ project". Then I wanted to generate Deployment and RMIC Code for the
EJB project and got exception below. Is this the way to use AspectJ in EJB
projects or what should I do?

Thank you,
Pavel

****************************************************************************
***********
Deployment of MyEJB did not complete successfully due to the following
error: java.lang.NullPointerException


java.lang.NullPointerException
 at java.lang.Throwable.<init>(Throwable.java)
 at java.lang.Throwable.<init>(Throwable.java)
 at java.lang.NullPointerException.<init>(NullPointerException.java:63)
 at
com.ibm.etools.ejbdeploy.plugin.JavacOperation.run(JavacOperation.java:86)
 at
com.ibm.etools.ejbdeploy.ui.plugin.DeployRMICBeansOperation.javac(DeployRMIC
BeansOperation.java:483)
 at
com.ibm.etools.ejbdeploy.ui.plugin.DeployRMICBeansOperation.run(DeployRMICBe
ansOperation.java:572)
 at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
 at
com.ibm.etools.ejbdeploy.ui.plugin.DeployRunnableWithProgress.run(DeployRunn
ableWithProgress.java:92)
 at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext
.java:101)




Back to the top