[JBoss-user] [JBoss AOP] - Re: DynamicAOP not working with Examples

2006-03-23 Thread [EMAIL PROTECTED]
The problem is to do with the bindings using $typedef{} not being picked up 
properly on redeploy. 

I'll fix in cvs, in the meantime change

  |
  |
  |
  |
  | 
  | 
  |
  |
  |
  | 
  | 

to


  |
  |
  |
  | 
  |
  |
  |
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932111#3932111

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932111


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss AOP] - Re: DynamicAOP not working with Examples

2006-03-20 Thread [EMAIL PROTECTED]
I could reproduce your problem, you can track progress here:

http://jira.jboss.com/jira/browse/JBAOP-217

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931281#3931281

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931281


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss AOP] - Re: DynamicAOP not working with Examples

2006-03-15 Thread [EMAIL PROTECTED]
I will try to look at your problem in the not too distant future

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930381#3930381

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930381


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss AOP] - Re: DynamicAOP not working with Examples

2006-03-13 Thread tpedone
After trying to get my own aspects to work, I went back to example and noticed 
that not all the interceptors are working when I re-deploy the jboss-aop.xml.  
In particular, ExampleSessionBean.getValue() and EarExampleServlet.service() 
are not intercepted even though they were when I first deployed the 
aopexample.ear.  I'm having a similar problem with my app.  After removing, 
then re-deploying my aop.xml file, my interceptors stop working. 

It's as if the interceptors only work only on instances that were constructed 
since re-deploying the aop.xml file (hence the value objects constructors and 
method calls are still being intercepted)

Is there a limitation as to what can be dynamically intercepted?

Thanks,

Tim

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929948#3929948

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929948


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss AOP] - Re: DynamicAOP not working with Examples

2006-03-12 Thread [EMAIL PROTECTED]
The installer seems to incorrectly set Isolated and CallByValue to true 
regardless of what you select, so I got the same errors as you.

Changing these values to false in ear-deployer.xml fixes the problem.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929591#3929591

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929591


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss AOP] - Re: DynamicAOP not working with Examples

2006-03-09 Thread tpedone
The example worked when I ran it in the unzipped JBoss distribution with a 
manually installed EJB3 RC3 installation.  So, it appears to only fail when 
running in an instance installed with the jar installer installing the "all" 
configuration.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929186#3929186

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929186


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss AOP] - Re: DynamicAOP not working with Examples

2006-03-09 Thread tpedone
The unzipped version worked.  We have been using the installed version.  I'll 
have to try installing EJB3 manually into the unzipped version and see if that 
works.  If so, then we can proceed using that for now.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929143#3929143

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929143


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss AOP] - Re: DynamicAOP not working with Examples

2006-03-09 Thread [EMAIL PROTECTED]
I've created a JIRA issue
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929100#3929100

Thanks for investigating.

You're able to use it with the unzipped version right?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929109#3929109

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929109


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss AOP] - Re: DynamicAOP not working with Examples

2006-03-09 Thread tpedone
OK I tried this on a fresh copy of JBoss 4.0.3SP1 that was simply unzipped to a 
directory and it worked.

I then used the jar installer to install JBoss using the "all" configuration 
and got the same error as I reported in my original post.

In both cases I used the same procedure to update AOP (removed the old AOP 
deploy dir, copy the new one, put the pluggable-instrumentor.jar in the bin dir 
and added -javaagent:pluggable-instrumentor.jar to the JAVA_OPTS in run.bat.

BTW, I when I installed using the jar installer, I did it twice, once with the 
"Enable deployment isolation/call by value" checked and once with in unchecked. 
 Both failed.

Tim

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929100#3929100

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929100


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss AOP] - Re: DynamicAOP not working with Examples

2006-03-09 Thread tpedone
No I didn't.  I just built it.  One thing that may be different is that I 
installed my copy of JBoss using the jar installer since we're using EJB3.  
I'll try it using the standard JBoss zip distribution and post the results here.

Tim

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929087#3929087

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929087


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss AOP] - Re: DynamicAOP not working with Examples

2006-03-09 Thread [EMAIL PROTECTED]
That is bizarre. I just tried it here, and it worked as expected. Did you 
change the example in any way?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929016#3929016

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929016


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user