[jboss-user] [JBoss AOP] - Re: How to refactor to set privilege access for diff package

2008-10-27 Thread [EMAIL PROTECTED]
Hi 1. You can use com.b.. to match all classes inside of package com.b 2. The answer has been posted here: http://www.jboss.com/index.html?module=bbop=viewtopicp=4184652#4184652 Please, avoid double posting, as this makes difficult for other users to find answers to their questions when

[jboss-user] [JBoss AOP] - Re: How to refactor to set privilege access for diff package

2008-10-21 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : With AOP, it is possible to do this without refactoring classes in com.a. | | You can use declaration of error/warning messages. This is how it works: | | http://www.jboss.org/jbossaop/docs/1.5.0.GA/docs/aspect-framework/examples/declare/declare.html | |

[jboss-user] [JBoss AOP] - Re: How to refactor to set privilege access for diff package

2008-10-20 Thread [EMAIL PROTECTED]
With AOP, it is possible to do this without refactoring classes in com.a. You can use declaration of error/warning messages. This is how it works: http://www.jboss.org/jbossaop/docs/1.5.0.GA/docs/aspect-framework/examples/declare/declare.html It is configurable, because you just need to edit