[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AspectDeployer is calling method that doesn't exist

2005-04-04 Thread mikeg123
Here is the stack trace if start with PER_CLASS or PER_VM (sounds like packaging issue): Unexpected Error in method: public abstract com.crossbeamsys.nms.task.TaskManagerLocal com.crossbeamsys.nms.task.TaskManagerLocalHome.create() throws javax.ejb.CreateException

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AspectDeployer is calling method that doesn't exist

2005-04-01 Thread [EMAIL PROTECTED]
Which class? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872323#3872323 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872323 --- This SF.net email is sponsored by

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AspectDeployer is calling method that doesn't exist

2005-03-31 Thread mikeg123
setRelativeOrder(RELATIVE_ORDER_100); is not defined anywhere either. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872264#3872264 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872264

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AspectDeployer is calling method that doesn't exist

2005-03-31 Thread [EMAIL PROTECTED]
RTFM. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872265#3872265 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872265 --- This SF.net email is sponsored by Demarc: A

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AspectDeployer is calling method that doesn't exist

2005-03-31 Thread [EMAIL PROTECTED]
apologies... Somebody blindly changed the code without realizing how I've isolated 3.2.6 deployers from 4.x deployers... So, to myself, RTFC View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872266#3872266 Reply to the post :

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AspectDeployer is calling method that doesn't exist

2005-03-31 Thread mikeg123
SO WHAT SHOULD I DO??? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872267#3872267 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872267 --- This SF.net email is

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AspectDeployer is calling method that doesn't exist

2005-03-31 Thread [EMAIL PROTECTED]
you are screwed until I put out 1.1.2. What you can do is recompile the code and take out hte two methods from the AspectDeployer constructor. I'll be doing a 1.1.2 release sometime next week. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872268#3872268

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AspectDeployer is calling method that doesn't exist

2005-03-31 Thread mikeg123
ok, thanks, I guess I'll just try to rebuild one file. by the way you also might want to look at the fact that PER_VM and PER_CLASS doesn't work, one of the Pool classes is looking for a class that is not there either. Thanks Michael View the original post :