Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Weblogic and Aspects

Thanks Alex.
 
I did have this working at one time, but I think that was under 8.1 SP1 and I am now under 8.1 SP4.
 
As for AspectJ5, we are too close to production at this point to take that type of risk.
 
Ron

	-----Original Message----- 
	From: Alexandre Vasseur [mailto:avasseur@xxxxxxxxx] 
	Sent: Tue 9/27/2005 10:18 AM 
	To: aspectj-users@xxxxxxxxxxx 
	Cc: 
	Subject: Re: [aspectj-users] Weblogic and Aspects
	
	

	We don"'t support this module that has been iniated by some folks
	directly from BEA 2 years ago.
	AspectJ 5 provides a load time weaving architecture that offers better
	features nowadays.
	Alex
	
	On 9/27/05, Ron DiFrango <rdifrango@xxxxxxxxxxxxxxxxxxx> wrote:
	> All,
	>
	>
	>
	> I am not sure if this is the correct place to ask this, but here goes.  I am trying to setup the AOP support in Weblogic, but utilizing the monitoring example found on that site.  The URL for those that do not know is:
	>
	> http://dev2dev.bea.com/utilitiestools/monitoring.html
	>
	> When I do this, I get the following error:
	>
	> java.lang.IncompatibleClassChangeError
	>
	> at weblogic.utils.classfile.utils.CodeGenerator.generateClass(CodeGenerator.java:97)
	>
	> at weblogic.rmi.internal.BasicRuntimeDescriptor.getCBVWrapper(BasicRuntimeDescriptor.java:228)
	>
	> at weblogic.rmi.internal.CBVWrapper.getCBVWrapper(CBVWrapper.java:66)
	>
	> at weblogic.rmi.extensions.server.ServerHelper.getCBVWrapperObject(ServerHelper.java:322)
	>
	> at weblogic.ejb20.deployer.EJBDeployer.setupBeanInfos(EJBDeployer.java:1019)
	>
	> at weblogic.ejb20.deployer.EJBDeployer.prepare(EJBDeployer.java:1345)
	>
	> at weblogic.ejb20.deployer.EJBModule.prepare(EJBModule.java:498)
	>
	> at weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationContainer.java:3142)
	>
	> at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplicationContainer.java:1583)
	>
	> at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1227)
	>
	> at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1070)
	>
	> at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:823)
	>
	> at weblogic.management.deploy.slave.SlaveDeployer$Application.prepare(SlaveDeployer.java:3029)
	>
	> at weblogic.management.deploy.slave.SlaveDeployer.prepareAllApplications(SlaveDeployer.java:967)
	>
	> at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:349)
	>
	> at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
	>
	> at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
	>
	> at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
	>
	> at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
	>
	> at weblogic.Server.main(Server.java:32)
	>
	> Thanks in advance,
	>
	> Ron
	>
	>
	> _______________________________________________
	> aspectj-users mailing list
	> aspectj-users@xxxxxxxxxxx
	> https://dev.eclipse.org/mailman/listinfo/aspectj-users
	>
	>
	>
	_______________________________________________
	aspectj-users mailing list
	aspectj-users@xxxxxxxxxxx
	https://dev.eclipse.org/mailman/listinfo/aspectj-users
	

<<winmail.dat>>


Back to the top