Skip to main content

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

Thanks guys.
----- Original Message -----
Sent: Wednesday, August 11, 2004 2:05 AM
Subject: Re: [aspectj-users] WSAD - EJB project with AspectJ nature


Hi,

This does sound familiar. The way I get around this is to skip the pre-deploy step in WSAD and leave it until the EAR file is being installed to the application server.

Best regards,
George
________________________________________
George C. Harley



Andrew Clement/UK/IBM@IBMGB
Sent by: aspectj-users-admin@xxxxxxxxxxx

11/08/2004 08:21

Please respond to
aspectj-users

To
aspectj-users@xxxxxxxxxxx
cc
Subject
Re: [aspectj-users] WSAD - EJB project with AspectJ nature






Hi,


I believe you are seeing bug 49365 ( https://bugs.eclipse.org/bugs/show_bug.cgi?id=49365 ).  This is to do with the deploy tool asking for the project builder by ID and expecting to find the Java Builder.  Of course for AspectJ projects we have switched the builder.  Add yourself to the bug report if you want to keep track of how resolution of the bug is progressing.


I believe you can do the deployment step and then apply the aspects ... others on the list may have more concrete information on the best approach.


Andy.

---

Andy Clement

AspectJ/AJDT Development



"Pavel Kusch" <pavel@xxxxxxxxxxxxxx>
Sent by: aspectj-users-admin@xxxxxxxxxxx

11/08/2004 05:21

Please respond to
aspectj-users

To
<aspectj-users@xxxxxxxxxxx>
cc
Subject
[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)


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top