[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOPC question

2004-05-19 Thread spiritualmechanic
Okay, yeah I saw .. oh duh. I'm looking at the wrong classes. Looking at the 
decompiled POJO, I see it now.

I was just curious because I tried just putting my .aop file in the deploy dir of 
JB4DR2 and it didn't seem to pick it up, so I thought I'd try precompiling, which was 
right, but I was looking at the wrong decompiled object.

Steve

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835554#3835554

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835554


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOPC question

2004-05-17 Thread oz59
Hello again.

Now I think I understand your question (sorry!).  Yes, a precompiled .class is 
modified.  You can verify by file size or decompiling.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835179#3835179

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835179


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOPC question

2004-05-17 Thread Bill Burke
spiritualmechanic wrote : In the Wiki it says that we can precompile our aspects and 
then run them inside the JBoss server. I've adapted the build.xml from one of the 
examples, and aopc runs on my Driver class, but I can't really tell if it's being 
modified or not. Should it be modified, or is it just an in-memory change?
  | 
  | My aspect seems to work though, it gets into the intercept when I run my small 
test. I just am using JMX so I need to put it into the server. But it works perfectly 
right up to the point where it tries to hit JMX ;)
  | 
  | Thanks!

When running inside JBoss microkernel you can either do precompilation or load-time 
transformation to get your aspects to work.  What exactly is your question?

Try this for decompilers.  It really demystifies the JBoss AOP framework and you can 
see our weaving is quite minimal.

http://www.google.com/search?q=java+decompilersourceid=mozilla-searchstart=0start=0

I use cavaj.

Bill

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835203#3835203

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835203


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOPC question

2004-05-16 Thread oz59
Greetings.

What exactly are you referring to when you say anonymous wrote : it's being modified 
or not?  

In either case, to get the AOPized behavior, even if you pre-compile a class, an 
applicable xml file still needs to be either in the runtime's classpath (under 
META-INF) or defined in a system property.  (Otherwise you'll get the plain behavior.)

cheers.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835129#3835129

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835129


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development