[JBoss-dev] Re: [JBoss-dev] AspectManager.removeBindings(AspectManager.java:1240)

2006-03-13 Thread Adrian Brock
There are other AOP problems besides this one.

That's why I asked about the AOP testsuite being broken last week.

On Mon, 2006-03-13 at 14:59 +0100, Alexey Loubyansky wrote:
 HEAD
 
 Kabir Khan wrote:
  Which version/branch? 
  
  
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Alexey Loubyansky
 Sent: 13 March 2006 14:52
 To: jboss-development@lists.sourceforge.net
 Subject: [JBoss-dev] 
 AspectManager.removeBindings(AspectManager.java:1240)
 
 Am I the only one who has been seeing this for quite some 
 time now during JBoss shutdown?
 
 14:49:41,508 ERROR [AspectDeployer] failed to stop
 java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
  at java.util.ArrayList.RangeCheck(ArrayList.java:547)
  at java.util.ArrayList.get(ArrayList.java:322)
  at
 org.jboss.aop.AspectManager.removeBindings(AspectManager.java:1240)
  at
 org.jboss.aop.AspectXmlLoader.bulkUndeploy(AspectXmlLoader.java:1098)
  at
 org.jboss.aop.AspectXmlLoader.undeployXML(AspectXmlLoader.java:1089)
  at
 org.jboss.aop.AspectXmlLoader.undeploy(AspectXmlLoader.java:1211)
  at
 org.jboss.aop.AspectXmlLoader.undeployXML(AspectXmlLoader.java:1246)
  at
 org.jboss.aop.deployment.AspectDeployer.stop(AspectDeployer.java:211)
  at 
 org.jboss.deployment.MainDeployer.stop(MainDeployer.java:658)
  at
 org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:631)
  at
 org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:510)
  at 
 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess
 orImpl.java:39)
  at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth
 odAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:585)
  at
 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedD
 ispatcher.java:157)
  at 
 org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
  at
 org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIn
 terceptor.java:138)
  at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
  at
 org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke
 (ModelMBeanOperationInterceptor.java:
 140)
  at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
  at
 org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanI
 nvoker.java:262)
  at
 org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
  at
 org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeploy
 ments(ServerImpl.java:1049)
  at
 org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(Serve
 rImpl.java:1024)
  at
 org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl
 .java:987)
 14:49:41,638 INFO  [Server] Shutdown complete
 
 
 ---
 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=lnkkid=110944bid=241720;
 dat=121642
 ___
 JBoss-Development mailing list
 JBoss-Development@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 
  
  
  
  
  ---
  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=lnkkid=110944bid=241720dat=121642
  ___
  JBoss-Development mailing list
  JBoss-Development@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jboss-development
  
 
 
 ---
 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=lnkkid=110944bid=241720dat=121642
 ___
 JBoss-Development mailing list
 JBoss-Development@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jboss-development
-- 

Adrian Brock
Chief Scientist
JBoss Inc.




---
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 

[JBoss-dev] RE: [JBoss-dev] AspectManager.removeBindings(AspectManager.java:1240)

2006-03-13 Thread Adrian Brock
On Mon, 2006-03-13 at 15:25 +0100, Kabir Khan wrote:
 Somebody's optimizations, it's fixed in cvs now.
 

Mine I think?

 Thanks for letting me know 
 
  -Original Message-
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On 
  Behalf Of Tim Fox
  Sent: 13 March 2006 15:18
  To: jboss-development@lists.sourceforge.net
  Subject: Re: [JBoss-dev] 
  AspectManager.removeBindings(AspectManager.java:1240)
  
  I've been seeing this too for some time.
  
  Alexey Loubyansky wrote:
   HEAD
   
   Kabir Khan wrote:
   
   Which version/branch?
  
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] On 
  Behalf Of 
   Alexey Loubyansky
   Sent: 13 March 2006 14:52
   To: jboss-development@lists.sourceforge.net
   Subject: [JBoss-dev]
   AspectManager.removeBindings(AspectManager.java:1240)
  
   Am I the only one who has been seeing this for quite some 
  time now 
   during JBoss shutdown?
  
   14:49:41,508 ERROR [AspectDeployer] failed to stop
   java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
   at java.util.ArrayList.RangeCheck(ArrayList.java:547)
   at java.util.ArrayList.get(ArrayList.java:322)
   at
   
  org.jboss.aop.AspectManager.removeBindings(AspectManager.java:1240)
   at
   
  org.jboss.aop.AspectXmlLoader.bulkUndeploy(AspectXmlLoader.java:1098)
   at
   
  org.jboss.aop.AspectXmlLoader.undeployXML(AspectXmlLoader.java:1089)
   at
   org.jboss.aop.AspectXmlLoader.undeploy(AspectXmlLoader.java:1211)
   at
   
  org.jboss.aop.AspectXmlLoader.undeployXML(AspectXmlLoader.java:1246)
   at
   
  org.jboss.aop.deployment.AspectDeployer.stop(AspectDeployer.java:211)
   at 
  org.jboss.deployment.MainDeployer.stop(MainDeployer.java:658)
   at
   org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:631)
   at
   org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:510)
   at 
  sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at
   sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess
   orImpl.java:39)
   at
   sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth
   odAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at
   org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedD
   ispatcher.java:157)
   at 
  org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
   at
   org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIn
   terceptor.java:138)
   at 
  org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
   at
   org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke
   (ModelMBeanOperationInterceptor.java:
   140)
   at 
  org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
   at
   org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanI
   nvoker.java:262)
   at
   
  org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
   at
   org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeploy
   ments(ServerImpl.java:1049)
   at
   org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(Serve
   rImpl.java:1024)
   at
   org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl
   .java:987)
   14:49:41,638 INFO  [Server] Shutdown complete
  
  
   ---
   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=lnkkid=110944bid=241720;
   dat=121642
   ___
   JBoss-Development mailing list
   JBoss-Development@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/jboss-development
  
  
  
  
  
   ---
   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=lnkkid=110944bid=241720dat=121
   642 ___
   JBoss-Development mailing list
   JBoss-Development@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/jboss-development
  
   
   
   ---
   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=lnkkid=110944bid=241720dat=1216
   42 

RE: [JBoss-dev] Re: [JBoss-dev] AspectManager.removeBindings(AspectManager.java:1240)

2006-03-13 Thread Kabir Khan
Do you mean anything beyond this?

http://www.jboss.com/index.html?module=bbop=viewtopict=78635 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Adrian Brock
 Sent: 13 March 2006 15:21
 To: jboss-development@lists.sourceforge.net
 Subject: [JBoss-dev] Re: [JBoss-dev] 
 AspectManager.removeBindings(AspectManager.java:1240)
 
 There are other AOP problems besides this one.
 
 That's why I asked about the AOP testsuite being broken last week.
 
 On Mon, 2006-03-13 at 14:59 +0100, Alexey Loubyansky wrote:
  HEAD
  
  Kabir Khan wrote:
   Which version/branch? 
   
   
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On 
 Behalf Of 
  Alexey Loubyansky
  Sent: 13 March 2006 14:52
  To: jboss-development@lists.sourceforge.net
  Subject: [JBoss-dev]
  AspectManager.removeBindings(AspectManager.java:1240)
  
  Am I the only one who has been seeing this for quite some 
 time now 
  during JBoss shutdown?
  
  14:49:41,508 ERROR [AspectDeployer] failed to stop
  java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
   at java.util.ArrayList.RangeCheck(ArrayList.java:547)
   at java.util.ArrayList.get(ArrayList.java:322)
   at
  
 org.jboss.aop.AspectManager.removeBindings(AspectManager.java:1240)
   at
  
 org.jboss.aop.AspectXmlLoader.bulkUndeploy(AspectXmlLoader.j
 ava:1098)
   at
  
 org.jboss.aop.AspectXmlLoader.undeployXML(AspectXmlLoader.java:1089)
   at
  org.jboss.aop.AspectXmlLoader.undeploy(AspectXmlLoader.java:1211)
   at
  
 org.jboss.aop.AspectXmlLoader.undeployXML(AspectXmlLoader.java:1246)
   at
  
 org.jboss.aop.deployment.AspectDeployer.stop(AspectDeployer.
 java:211)
   at
  org.jboss.deployment.MainDeployer.stop(MainDeployer.java:658)
   at
  org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:631)
   at
  org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:510)
   at
  sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at
  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess
  orImpl.java:39)
   at
  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth
  odAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at
  org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedD
  ispatcher.java:157)
   at
  org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
   at
  org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIn
  terceptor.java:138)
   at 
 org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
   at
  org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke
  (ModelMBeanOperationInterceptor.java:
  140)
   at 
 org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
   at
  org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanI
  nvoker.java:262)
   at
  
 org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
   at
  org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeploy
  ments(ServerImpl.java:1049)
   at
  org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(Serve
  rImpl.java:1024)
   at
  org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl
  .java:987)
  14:49:41,638 INFO  [Server] Shutdown complete
  
  
  ---
  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=lnkkid=110944bid=241720;
  dat=121642
  ___
  JBoss-Development mailing list
  JBoss-Development@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jboss-development
  
   
   
   
   
   ---
   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=lnkkid=110944bid=241720dat=12
   1642 ___
   JBoss-Development mailing list
   JBoss-Development@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/jboss-development
   
  
  
  ---
  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=lnkkid=110944bid=241720dat=1216
  42

Re: [JBoss-dev] Re: [JBoss-dev] AspectManager.removeBindings(AspectManager.java:1240)

2006-03-13 Thread Adrian Brock
IIRC, the other issue relates to the delegate being
null in ClassInstanceAdvisor.

On Mon, 2006-03-13 at 14:21 +, Adrian Brock wrote:
 There are other AOP problems besides this one.
 
 That's why I asked about the AOP testsuite being broken last week.
 
 On Mon, 2006-03-13 at 14:59 +0100, Alexey Loubyansky wrote:
  HEAD
  
  Kabir Khan wrote:
   Which version/branch? 
   
   
  -Original Message-
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On 
  Behalf Of Alexey Loubyansky
  Sent: 13 March 2006 14:52
  To: jboss-development@lists.sourceforge.net
  Subject: [JBoss-dev] 
  AspectManager.removeBindings(AspectManager.java:1240)
  
  Am I the only one who has been seeing this for quite some 
  time now during JBoss shutdown?
  
  14:49:41,508 ERROR [AspectDeployer] failed to stop
  java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
   at java.util.ArrayList.RangeCheck(ArrayList.java:547)
   at java.util.ArrayList.get(ArrayList.java:322)
   at
  org.jboss.aop.AspectManager.removeBindings(AspectManager.java:1240)
   at
  org.jboss.aop.AspectXmlLoader.bulkUndeploy(AspectXmlLoader.java:1098)
   at
  org.jboss.aop.AspectXmlLoader.undeployXML(AspectXmlLoader.java:1089)
   at
  org.jboss.aop.AspectXmlLoader.undeploy(AspectXmlLoader.java:1211)
   at
  org.jboss.aop.AspectXmlLoader.undeployXML(AspectXmlLoader.java:1246)
   at
  org.jboss.aop.deployment.AspectDeployer.stop(AspectDeployer.java:211)
   at 
  org.jboss.deployment.MainDeployer.stop(MainDeployer.java:658)
   at
  org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:631)
   at
  org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:510)
   at 
  sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at
  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess
  orImpl.java:39)
   at
  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth
  odAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at
  org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedD
  ispatcher.java:157)
   at 
  org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
   at
  org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIn
  terceptor.java:138)
   at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
   at
  org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke
  (ModelMBeanOperationInterceptor.java:
  140)
   at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
   at
  org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanI
  nvoker.java:262)
   at
  org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
   at
  org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeploy
  ments(ServerImpl.java:1049)
   at
  org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(Serve
  rImpl.java:1024)
   at
  org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl
  .java:987)
  14:49:41,638 INFO  [Server] Shutdown complete
  
  
  ---
  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=lnkkid=110944bid=241720;
  dat=121642
  ___
  JBoss-Development mailing list
  JBoss-Development@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jboss-development
  
   
   
   
   
   ---
   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=lnkkid=110944bid=241720dat=121642
   ___
   JBoss-Development mailing list
   JBoss-Development@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/jboss-development
   
  
  
  ---
  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=lnkkid=110944bid=241720dat=121642
  ___
  JBoss-Development mailing list
  JBoss-Development@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jboss-development
-- 

Adrian Brock
Chief Scientist
JBoss Inc.





RE: [JBoss-dev] Re: [JBoss-dev]AspectManager.removeBindings(AspectManager.java:1240)

2006-03-13 Thread Kabir Khan
Hmmm,

I believe I fixed this. It showed up in EJB 3 a week or two ago?

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Adrian Brock
 Sent: 13 March 2006 15:31
 To: jboss-development@lists.sourceforge.net
 Subject: Re: [JBoss-dev] Re: 
 [JBoss-dev]AspectManager.removeBindings(AspectManager.java:1240)
 
 IIRC, the other issue relates to the delegate being null in 
 ClassInstanceAdvisor.
 
 On Mon, 2006-03-13 at 14:21 +, Adrian Brock wrote:
  There are other AOP problems besides this one.
  
  That's why I asked about the AOP testsuite being broken last week.
  
  On Mon, 2006-03-13 at 14:59 +0100, Alexey Loubyansky wrote:
   HEAD
   
   Kabir Khan wrote:
Which version/branch? 


   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] 
 On Behalf 
   Of Alexey Loubyansky
   Sent: 13 March 2006 14:52
   To: jboss-development@lists.sourceforge.net
   Subject: [JBoss-dev]
   AspectManager.removeBindings(AspectManager.java:1240)
   
   Am I the only one who has been seeing this for quite 
 some time now 
   during JBoss shutdown?
   
   14:49:41,508 ERROR [AspectDeployer] failed to stop
   java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
at java.util.ArrayList.RangeCheck(ArrayList.java:547)
at java.util.ArrayList.get(ArrayList.java:322)
at
   
 org.jboss.aop.AspectManager.removeBindings(AspectManager.java:1240)
at
   
 org.jboss.aop.AspectXmlLoader.bulkUndeploy(AspectXmlLoader.j
 ava:1098)
at
   
 org.jboss.aop.AspectXmlLoader.undeployXML(AspectXmlLoader.java:1089)
at
   
 org.jboss.aop.AspectXmlLoader.undeploy(AspectXmlLoader.java:1211)
at
   
 org.jboss.aop.AspectXmlLoader.undeployXML(AspectXmlLoader.java:1246)
at
   
 org.jboss.aop.deployment.AspectDeployer.stop(AspectDeployer.
 java:211)
at
   org.jboss.deployment.MainDeployer.stop(MainDeployer.java:658)
at
   
 org.jboss.deployment.MainDeployer.undeploy(MainDeployer.java:631)
at
   
 org.jboss.deployment.MainDeployer.shutdown(MainDeployer.java:510)
at
   sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
   sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess
   orImpl.java:39)
at
   sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth
   odAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
   org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedD
   ispatcher.java:157)
at
   org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at
   org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIn
   terceptor.java:138)
at 
 org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
at
   org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke
   (ModelMBeanOperationInterceptor.java:
   140)
at 
 org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
at
   org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanI
   nvoker.java:262)
at
   
 org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at
   org.jboss.system.server.ServerImpl$ShutdownHook.shutdownDeploy
   ments(ServerImpl.java:1049)
at
   org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(Serve
   rImpl.java:1024)
at
   org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl
   .java:987)
   14:49:41,638 INFO  [Server] Shutdown complete
   
   
   ---
   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=lnkkid=110944bid=241720;
   dat=121642
   ___
   JBoss-Development mailing list
   JBoss-Development@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/jboss-development
   




---
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=lnkkid=110944bid=241720dat=
121642 ___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

   
   
   ---
   This SF.Net email is sponsored by xPML, a groundbreaking 
 scripting 
   language that extends