Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load-Time Weaving does not work in JBoss AS 5 [SPR-5764] #10434

Closed
spring-projects-issues opened this issue May 15, 2009 · 2 comments
Closed
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented May 15, 2009

Marius Bogoevici opened SPR-5764 and commented

There are some issues regarding load-time weaving in JBoss AS5 - requiring a special LoadTimeWeaver to be implemented.

The implementation that can be used in JBoss AS5, can be found at: http://anonsvn.jboss.org/repos/jbossas/projects/spring-int/trunk/weaving.

If that can be incorporated in RC1, we also intend to provide a patch for 3.0.


Affects: 2.5.6

Attachments:

Issue Links:

Referenced from: commits c2e1f11, 1dc1d5e, 471fbf7, 846c7f6, f91d446

@spring-projects-issues
Copy link
Collaborator Author

Marius Bogoevici commented

Juergen,

I have attached a patch for this issue.

I have used for building:

jboss-classloader-2.0.5.GA.jar from http://repository.jboss.org/maven2/org/jboss/cl/jboss-classloader/
jboss-classloading-spi-5.0.3.GA.jar from http://repository.jboss.org/maven2/org/org/jboss/integration/jboss-classloading-spi/
jboss-common-core-2.2.13.GA.jar from http://repository.jboss.org/maven2/org/jboss/jboss-common-core/

Thanks,
Marius

@spring-projects-issues
Copy link
Collaborator Author

Thomas Risberg commented

I have committed this patch and was able to deploy a simple TopLink JPA app using loda-time weaving. Was having some transaction issues - but that might be unrelated and I created a new issue for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant