[jboss-user] [JBoss AOP] - Re: How does this work?

2008-05-29 Thread pablogmuller
OK, Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154260#4154260 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154260 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss AOP] - Re: How does this work?

2008-05-15 Thread pablogmuller
OK, thanks, Send me an email if you need any further information. Pablo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151061#4151061 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151061 ___

[jboss-user] [JBoss AOP] - Re: How does this work?

2008-05-15 Thread pablogmuller
It worked!!! I did what you said and put this in a context listener: | AspectXmlLoader.deployXML(new URL("file:/jboss-aop.xml")); | But there's something I don't understand, even though it is working, when i use the report="true" it still says that it is unbound: | | | |

[jboss-user] [JBoss AOP] - How does this work?

2008-05-14 Thread pablogmuller
Hi, this is probably a geek only question :) I have this binding (in a Web application deployed to tomcat 5.5): | | | | When I comile the classes with the aopc the com.tme.evsp.facade.impl.EntidadFacadeImpl class is modified, but when the methods are executed, t

[jboss-user] [JBoss AOP] - Advice not getting called

2008-05-13 Thread pablogmuller
Hi, I want to extract the Hibernate transaction generation to an aspect, so I did this: package com.tme.evsp.facade.impl; | | import com.tme.evsp.domain.EntidadDO; | import com.tme.evsp.facade.EntidadFacade; | import com.tme.evsp.facade.TransactionalFacade; | import com.tme.evsp.servi

[jboss-user] [Installation, Configuration & Deployment] - Detect deployment completion

2007-01-11 Thread pablogmuller
Hi, I have an application that deploys other applications (as it sounds), so I need to detect the completion of these deployments to perform other operations in the first one. How can I do this? Thanks a lot. Pablo View the original post : http://www.jboss.com/index.html?module=bb&op=viewto