Any JSR-175 support will be planned?
Logged In: YES user_id=807475
Well, that FR could be the first step towards it!
And, as I believe PAT supports JSR-175 from the beginning. One only needs to: -download PAT -remove <PAT>/lib/*.jar (except junit.jar, log4j.jar)
-download JBossAOP (I recommend 1.0.0-FINAL as PAT is tested with this one. The newest should also work, but is not guaranted by me) http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=84165
-unpack <JBOSS_AOP_FINAL> -cp <JBOSS_AOP_FINAL>/lib-50/*.jar <PAT>/lib/ (these are for Java5 and use JSR-175 style annotations)
-change /** @@pat....... */ into @pat....
-notify me if that works
If this will not work, please notify me, so I could then investigate the problem further. Attach any log files, errors...
Thanks for this FR, Take care, Tomasz Nazar
Log in to post a comment.
Logged In: YES
user_id=807475
Well, that FR could be the first step towards it!
And, as I believe PAT supports JSR-175 from the beginning.
One only needs to:
-download PAT
-remove <PAT>/lib/*.jar (except junit.jar, log4j.jar)
-download JBossAOP (I recommend 1.0.0-FINAL as PAT is tested
with this one. The newest should also work, but is not
guaranted by me)
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=84165
-unpack <JBOSS_AOP_FINAL>
-cp <JBOSS_AOP_FINAL>/lib-50/*.jar <PAT>/lib/ (these are
for Java5 and use JSR-175 style annotations)
-change /** @@pat....... */ into @pat....
-notify me if that works
If this will not work, please notify me, so I could then
investigate the problem further. Attach any log files, errors...
Thanks for this FR, Take care,
Tomasz Nazar