1 2 Previous Next 23 Replies Latest reply on Apr 20, 2010 11:19 PM by asookazian Go to original post
      • 15. Re: JRebel 3 and Seam 3
        asookazian

        Here are some JBoss-specific (or Java EE-related) details from the changelog.txt:


        3.0 M3 (17 March 2010)
        
        * Added support for adding new methods to CgLib and Javassist proxy classes
        * Added Hibernate plugin that reloads the SessionFactory when configuration changes.
        * Added plugin for Mojarra that reloads JSF annotations and xml configuration
        * Added plugin for Weld that reloads Weld annotations



        3.0 M2 (15 February 2010)
        
        * Tuned the JBoss 4.x and 5.x classloader integration to improve startup time
        * Added support for adding new EJB interface methods and wiring new @EJB fields on JBoss 4.x, 5.x.
        * Added plugin for JBoss Seam that reloads Seam annotations.



        Is there going to be a components.xml in Seam 3?  Perhaps we can ask the ZT team to add support for hot redeploy of components.xml as well...

        • 16. Re: JRebel 3 and Seam 3
          asookazian

          BTW, JBoss needs to become more up-to-date and start doing a lot of screencasts rather than thinking blogosperically by default.  This is a very professional and helpful video:


          http://tasktop.com/videos/mylyn/webcast-mylyn-3.0.html


          The JBT videos are somewhat helpful but no audio so that sucks...

          • 17. Re: JRebel 3 and Seam 3
            cash1981

            Arbi Sookazian wrote on Mar 30, 2010 17:13:


            Note: http://www.zeroturnaround.com/jrebel/current/ JRebel 3.0-CR1 is available as of 03/29/10!

            So is most of the demand/interest for the JRebel blog for hot reloading Seam 2.x, Seam 3, or Weld components? 


            For me it is Seam 2. Also I think most people will benefit from a blog post on Seam 2. If you also use some video recorder (like Wink), then it might be easier than writing everything.


            Just a taught...

            • 18. Re: JRebel 3 and Seam 3
              asookazian

              Shervin Asgari wrote on Mar 30, 2010 18:05:



              Arbi Sookazian wrote on Mar 30, 2010 17:13:


              Note: http://www.zeroturnaround.com/jrebel/current/ JRebel 3.0-CR1 is available as of 03/29/10!

              So is most of the demand/interest for the JRebel blog for hot reloading Seam 2.x, Seam 3, or Weld components? 


              For me it is Seam 2. Also I think most people will benefit from a blog post on Seam 2. If you also use some video recorder (like Wink), then it might be easier than writing everything.

              Just a taught...


              I have used Jing but you're limited to 5 min's per recording with the free version.


              It's not that difficult so perhaps I will do a write-up first, I don't think they have such a write-up or demo on the zeroturnaround.com site for Seam 2.x booking example and JRebel 3.


              What do you want to have demonstrated other than EJB 3 (SFSB/SLSB) components, @EJB and @In, JavaBean components, facelets?  I'm guessing faces-config.xml, web.xml and pages.xml (not sure about the support for these config files).  Seam annotations like @DataModel, etc.?


              Actually, JRebel uses javaagent for the JVM.  It has nothing to do with xhtml or CSS, html, graphics, etc.  For those you need to has ant copy to the exploded WAR/EAR.

              • 19. Re: JRebel 3 and Seam 3
                asookazian

                Either I've made some configuration mistake or similar or likely there's a bug in 3.0-RC1.


                I started writing the blog here but have not published it yet (I'm awaiting feedback from ZT team).


                http://community.jboss.org/wiki/BoostingproductivitywithJRebel3andSeam2xapps


                1) The jrebel.log is not appearing where I think it should.


                2) Seeing this stack trace when the SFSB interface and impl class are hot reloaded after new bytecode compilations and subsequent interface method invocations.


                Here is my email to ZT team:


                I added a method to SFSB local interface and impl class.  Then I called the method from JSF EL (action handler of h:commandButton).  Here is the stack trace.  Using 3.0-RC1 and Seam 2.1.1.GA with JBoss 4.2.2.GA.  the jrebel.log is not outputting.  Here is my VM args:
                
                -noverify -javaagent:C:\Temp\jrebel-3.0-CR1\jrebel\jrebel.jar -Drebel.jboss_plugin=true -Drebel.allow_bytecode_proxy=true -Djrebel.log=true -Dprogram.name="JBossTools: JBoss 4.2 Runtime" -Xms256m -Xmx512m -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.endorsed.dirs="C:\java\jboss-4.2.2.GA\lib\endorsed"
                
                I don’t see a jrebel.log in this directory: C:\Temp\jrebel-3.0-CR1\jrebel.
                
                /*******************************************************************************************************************************/
                
                14:10:06,559 INFO  [STDOUT] org.zeroturnaround.bundled.javassist.NotFoundException: createClass3(..) is not found in org.jboss.seam.util.ProxyFactory
                      at org.zeroturnaround.bundled.javassist.CtClassType.getDeclaredMethod(JRebel:1109)
                      at org.zeroturnaround.javarebel.integration.proxy.javassist.ProxyFactoryCBP.defineAndRegister(JRebel:128)
                      at org.zeroturnaround.javarebel.integration.proxy.javassist.ProxyFactoryCBP.process(JRebel:49)
                      at org.zeroturnaround.javarebel.integration.support.JavassistClassBytecodeProcessor.process(JRebel:32)
                      at com.zeroturnaround.javarebel.SDKIntegrationImpl.runBytecodeProcessors(JRebel:290)
                      at com.zeroturnaround.javarebel.java4.RuntimeInstall.transform(JRebel:32)
                      at java.lang.ClassLoader.defineClass(ClassLoader.java)
                      at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
                      at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
                      at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
                      at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
                      at java.security.AccessController.doPrivileged(Native Method)
                      at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
                      at org.jboss.mx.loading.RepositoryClassLoader.findClassLocally(RepositoryClassLoader.java:682)
                      at org.jboss.mx.loading.RepositoryClassLoader.findClass(RepositoryClassLoader.java:662)
                      at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
                      at org.jboss.mx.loading.RepositoryClassLoader.loadClassLocally(RepositoryClassLoader.java:200)
                      at org.jboss.mx.loading.ClassLoadingTask$ThreadTask.run(ClassLoadingTask.java:131)
                      at org.jboss.mx.loading.LoadMgr3.nextTask(LoadMgr3.java:399)
                      at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:527)
                      at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:415)
                      at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
                      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
                      at org.jboss.seam.Component.createProxyFactory(Component.java:2384)
                      at org.jboss.seam.Component.getProxyFactory(Component.java:1480)
                      at org.jboss.seam.Component.wrap(Component.java:1471)
                      at org.jboss.seam.Component.instantiateSessionBean(Component.java:1368)
                      at org.jboss.seam.Component.instantiate(Component.java:1331)
                      at org.jboss.seam.Component.newInstance(Component.java:2084)
                      at org.jboss.seam.Component.getInstance(Component.java:1988)
                      at org.jboss.seam.Component.getInstance(Component.java:1967)
                      at org.jboss.seam.Component.getInstance(Component.java:1961)
                      at org.jboss.seam.Component.getInstance(Component.java:1956)
                      at org.jboss.seam.transaction.AbstractUserTransaction.getSynchronizations(AbstractUserTransaction.java:79)
                      at org.jboss.seam.transaction.UTTransaction.begin(UTTransaction.java:40)
                      at org.jboss.seam.jsf.SeamPhaseListener.begin(SeamPhaseListener.java:594)
                      at org.jboss.seam.jsf.SeamPhaseListener.begin(SeamPhaseListener.java:584)
                      at org.jboss.seam.jsf.SeamPhaseListener.handleTransactionsBeforePhase(SeamPhaseListener.java:325)
                      at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:142)
                      at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:116)
                      at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:222)
                      at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
                      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
                      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
                      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
                      at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
                      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
                      at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90)
                      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
                      at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
                      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
                      at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
                      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
                      at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
                      at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
                      at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
                      at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
                      at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56)
                      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
                      at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
                      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
                      at org.jboss.seam.web.HotDeployFilter.doFilter(HotDeployFilter.java:53)
                      at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
                      at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
                      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
                      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                      at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
                      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
                      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
                      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
                      at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
                      at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
                      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
                      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
                      at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
                      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
                      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
                      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
                      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
                      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
                      at java.lang.Thread.run(Thread.java:619)



                Also seeing this on JBoss startup and app deployment:


                2010-03-30 14:09:53,559 INFO  [STDOUT] java.lang.IllegalArgumentException: No builder provided
                     at org.zeroturnaround.javarebel.integration.monitor.MonitoredResourceManager.registerConf(JRebel:72)
                     at org.zeroturnaround.javarebel.integration.monitor.MonitoredResourceManager.registerConf(JRebel:61)
                     at org.zeroturnaround.javarebel.integration.monitor.MonitoredResourceManager.registerConf(JRebel:57)
                     at org.hibernate.cfg.AnnotationConfiguration.addAnnotatedClass(AnnotationConfiguration.java)
                     at org.hibernate.ejb.Ejb3Configuration.addAnnotatedClass(Ejb3Configuration.java:1129)
                     at org.hibernate.ejb.Ejb3Configuration.addNamedAnnotatedClasses(Ejb3Configuration.java:1078)
                     at org.hibernate.ejb.Ejb3Configuration.addClassesToSessionFactory(Ejb3Configuration.java:886)
                     at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:772)
                     at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:407)
                     at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:126)
                     at org.jboss.ejb3.entity.PersistenceUnitDeployment.start(PersistenceUnitDeployment.java:246)
                     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                     at java.lang.reflect.Method.invoke(Method.java:597)
                     at org.jboss.ejb3.ServiceDelegateWrapper.startService(ServiceDelegateWrapper.java:103)
                     at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
                     at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
                     at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
                     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                     at java.lang.reflect.Method.invoke(Method.java:597)
                     at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                     at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                     at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
                     at $Proxy0.start(Unknown Source)
                     at org.jboss.system.ServiceController.start(ServiceController.java:417)
                     at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
                     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                     at java.lang.reflect.Method.invoke(Method.java:597)
                     at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                     at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                     at $Proxy57.start(Unknown Source)
                     at org.jboss.ejb3.JmxKernelAbstraction.install(JmxKernelAbstraction.java:120)
                     at org.jboss.ejb3.Ejb3Deployment.startPersistenceUnits(Ejb3Deployment.java:627)
                     at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:351)
                     at org.jboss.ejb3.Ejb3Module.startService(Ejb3Module.java:91)
                     at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
                     at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
                     at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
                     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                     at java.lang.reflect.Method.invoke(Method.java:597)
                     at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                     at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                     at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
                     at $Proxy0.start(Unknown Source)
                     at org.jboss.system.ServiceController.start(ServiceController.java:417)
                     at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
                     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                     at java.lang.reflect.Method.invoke(Method.java:597)
                     at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                     at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                     at $Proxy33.start(Unknown Source)
                     at org.jboss.ejb3.EJB3Deployer.start(EJB3Deployer.java:512)
                     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                     at java.lang.reflect.Method.invoke(Method.java:597)
                     at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                     at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                     at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                     at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                     at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
                     at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
                     at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
                     at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
                     at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
                     at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                     at $Proxy34.start(Unknown Source)
                     at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
                     at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
                     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
                     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
                     at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
                     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                     at java.lang.reflect.Method.invoke(Method.java:597)
                     at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                     at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                     at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                     at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                     at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                     at $Proxy9.deploy(Unknown Source)
                     at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
                     at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
                     at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
                     at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
                     at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
                     at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
                     at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
                     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                     at java.lang.reflect.Method.invoke(Method.java:597)
                     at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                     at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                     at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
                     at $Proxy0.start(Unknown Source)
                     at org.jboss.system.ServiceController.start(ServiceController.java:417)
                     at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
                     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                     at java.lang.reflect.Method.invoke(Method.java:597)
                     at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                     at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                     at $Proxy4.start(Unknown Source)
                     at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
                     at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
                     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
                     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
                     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
                     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                     at java.lang.reflect.Method.invoke(Method.java:597)
                     at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                     at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                     at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                     at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                     at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                     at $Proxy5.deploy(Unknown Source)
                     at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
                     at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
                     at org.jboss.Main.boot(Main.java:200)
                     at org.jboss.Main$1.run(Main.java:508)


                • 20. Re: JRebel 3 and Seam 3
                  asookazian

                  Update from ZT support:



                  Hi Guys,

                  it seems we have a special Weld plugin but I don't know the status of it. I'll assign this thread to our Seam/Weld guy. He will be back from vacation the end of next week and can shed some light on the issue.

                  --
                  Toomas Römer
                  support@zeroturnaround.com
                  • 21. Re: JRebel 3 and Seam 3
                    asookazian

                    Update from ZT support:



                    We have a plugin for weld that should be capable of recoginizing new @Inject annotations, other annotations may also work, but we haven't tested them. For jsf2 we hava a plugin for mojarra that reloads changes in xml configuration and annotated managed beans. We have not tested Jboss6.0M2 and ejb3.1 depending on what has been changed since jboss6.0M1 this may work or fail miserably. Also we have not tested seam3 so we have no idea if it works or not. We won't have time before the 3.0 release to try these out ourself. If you test jrebel with any of thse we'd certainly be interested in feedback what works and what doesn't and what kind of functionality we should add to jrebel to better integrate with these technologies.
                    • 22. Re: JRebel 3 and Seam 3
                      asookazian
                      • 23. Re: JRebel 3 and Seam 3
                        asookazian

                        Just tried JRebel 3.0.1 with weld-translator in weld-1.0.1-final and jboss 6.0.0.-M2 and the hot redeploy of an additional method to Translator and SentenceTranslator worked (I commented the method in both types, build/deploy, uncomment, compile, re-exec test case from UI) but it took a while and there are many NPEs in the Eclipse console.  Also the jrebel.log is not created for some reason even though I specified it in the VM args.


                        Good news is that the JRebel maven plugin works: http://www.zeroturnaround.com/jrebel/configuration/maven/



                        14:08:48,448 INFO  [STDOUT] JRebel: An error occured in a JRebel plugin while handling a class reload event:
                        14:08:48,449 INFO  [STDOUT] java.lang.NullPointerException
                        14:08:48,450 INFO  [STDOUT]      at java.lang.Class.isAssignableFrom(Native Method)
                        14:08:48,450 INFO  [STDOUT]      at org.jboss.weld.introspector.jlr.AbstractWeldAnnotated.onClassEvent(AbstractWeldAnnotated.java)
                        14:08:48,450 INFO  [STDOUT]      at com.zeroturnaround.javarebel.SDKReloaderImpl.fireReloadListeners(JRebel:94)
                        14:08:48,450 INFO  [STDOUT]      at com.zeroturnaround.javarebel.gI.reloadClass(JRebel:208)
                        14:08:48,451 INFO  [STDOUT]      at com.zeroturnaround.javarebel.gI.a(JRebel:591)
                        14:08:48,451 INFO  [STDOUT]      at com.zeroturnaround.javarebel.SDKIntegrationImpl.redefineReloadableClass(JRebel:169)
                        14:08:48,451 INFO  [STDOUT]      at javassist.util.proxy.ProxyFactory.__redefine(ProxyFactory.java)
                        14:08:48,451 INFO  [STDOUT]      at javassist.util.proxy.ProxyFactory.onClassEvent(ProxyFactory.java)
                        14:08:48,451 INFO  [STDOUT]      at com.zeroturnaround.javarebel.SDKReloaderImpl.fireReloadListeners(JRebel:94)
                        14:08:48,451 INFO  [STDOUT]      at com.zeroturnaround.javarebel.gI.reloadClass(JRebel:208)
                        14:08:48,452 INFO  [STDOUT]      at com.zeroturnaround.javarebel.gI.a(JRebel:173)
                        14:08:48,452 INFO  [STDOUT]      at com.zeroturnaround.javarebel.gI.b(JRebel:165)
                        14:08:48,452 INFO  [STDOUT]      at com.zeroturnaround.javarebel.mB.c(JRebel:65)
                        14:08:48,452 INFO  [STDOUT]      at com.zeroturnaround.javarebel.lj.getMethod(JRebel:521)
                        14:08:48,452 INFO  [STDOUT]      at java.lang.Class.getMethod(Class.java)
                        14:08:48,452 INFO  [STDOUT]      at com.zeroturnaround.javarebel.iA.getMethod(JRebel:34)
                        14:08:48,452 INFO  [STDOUT]      at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java)
                        14:08:48,453 INFO  [STDOUT]      at $Proxy129.__jr_selector__(Unknown Source)
                        14:08:48,453 INFO  [STDOUT]      at org.jboss.weld.examples.translator.TextTranslator$$M$ef417a49.translate(TextTranslator.java:25)
                        14:08:48,453 INFO  [STDOUT]      at org.jboss.weld.examples.translator.TextTranslator$$A$ef417a49.translate(<generated>)
                        14:08:48,453 INFO  [STDOUT]      at org.jboss.weld.examples.translator.TextTranslator.translate(TextTranslator.java:27)
                        14:08:48,453 INFO  [STDOUT]      at org.jboss.weld.examples.translator.TranslatorControllerBean$$M$b025c116.translate(TranslatorControllerBean.java:34)
                        14:08:48,453 INFO  [STDOUT]      at org.jboss.weld.examples.translator.TranslatorControllerBean$$A$b025c116.translate(<generated>)
                        14:08:48,454 INFO  [STDOUT]      at org.jboss.weld.examples.translator.TranslatorControllerBean.translate(TranslatorControllerBean.java:35)
                        14:08:48,454 INFO  [STDOUT]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                        14:08:48,454 INFO  [STDOUT]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
                        14:08:48,454 INFO  [STDOUT]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                        14:08:48,454 INFO  [STDOUT]      at java.lang.reflect.Method.invoke(Method.java:616)
                        14:08:48,454 INFO  [STDOUT]      at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122)
                        14:08:48,454 INFO  [STDOUT]      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111)
                        14:08:48,455 INFO  [STDOUT]      at org.jboss.ejb3.EJBContainerInvocationWrapper.invokeNext(EJBContainerInvocationWrapper.java:69)
                        14:08:48,455 INFO  [STDOUT]      at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138)
                        14:08:48,455 INFO  [STDOUT]      at org.jboss.weld.integration.ejb.interceptor.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:147)
                        14:08:48,455 INFO  [STDOUT]      at org.jboss.weld.integration.ejb.interceptor.Jsr299BindingsInterceptor.doAroundInvoke(Jsr299BindingsInterceptor.java:120)
                        14:08:48,455 INFO  [STDOUT]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                        14:08:48,455 INFO  [STDOUT]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
                        14:08:48,456 INFO  [STDOUT]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                        14:08:48,456 INFO  [STDOUT]      at java.lang.reflect.Method.invoke(Method.java:616)
                        14:08:48,456 INFO  [STDOUT]      at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83)
                        14:08:48,456 INFO  [STDOUT]      at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70)
                        14:08:48,456 INFO  [STDOUT]      at org.jboss.ejb3.EJBContainerInvocationWrapper.invokeNext(EJBContainerInvocationWrapper.java:59)
                        14:08:48,456 INFO  [STDOUT]      at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138)
                        14:08:48,457 INFO  [STDOUT]      at org.jboss.weld.ejb.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:47)
                        14:08:48,457 INFO  [STDOUT]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                        14:08:48,457 INFO  [STDOUT]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
                        14:08:48,457 INFO  [STDOUT]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                        14:08:48,457 INFO  [STDOUT]      at java.lang.reflect.Method.invoke(Method.java:616)
                        14:08:48,457 INFO  [STDOUT]      at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83)
                        14:08:48,457 INFO  [STDOUT]      at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70)
                        14:08:48,458 INFO  [STDOUT]      at org.jboss.ejb3.EJBContainerInvocationWrapper.invokeNext(EJBContainerInvocationWrapper.java:59)
                        14:08:48,458 INFO  [STDOUT]      at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:76)
                        14:08:48,458 INFO  [STDOUT]      at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:62)
                        14:08:48,458 INFO  [STDOUT]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                        14:08:48,458 INFO  [STDOUT]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
                        14:08:48,458 INFO  [STDOUT]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                        14:08:48,459 INFO  [STDOUT]      at java.lang.reflect.Method.invoke(Method.java:616)
                        14:08:48,459 INFO  [STDOUT]      at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174)
                        14:08:48,459 INFO  [STDOUT]      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
                        14:08:48,459 INFO  [STDOUT]      at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72)
                        14:08:48,459 INFO  [STDOUT]      at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_20620138.invoke(InvocationContextInterceptor_z_fillMethod_20620138.java)
                        14:08:48,459 INFO  [STDOUT]      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
                        14:08:48,460 INFO  [STDOUT]      at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88)
                        14:08:48,460 INFO  [STDOUT]      at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_20620138.invoke(InvocationContextInterceptor_z_setup_20620138.java)
                        14:08:48,460 INFO  [STDOUT]      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
                        14:08:48,460 INFO  [STDOUT]      at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62)
                        14:08:48,460 INFO  [STDOUT]      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
                        14:08:48,460 INFO  [STDOUT]      at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationInterceptor.java:60)
                        14:08:48,460 INFO  [STDOUT]      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
                        14:08:48,461 INFO  [STDOUT]      at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56)
                        14:08:48,461 INFO  [STDOUT]      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
                        14:08:48,461 INFO  [STDOUT]      at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
                        14:08:48,461 INFO  [STDOUT]      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
                        14:08:48,461 INFO  [STDOUT]      at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42)
                        14:08:48,461 INFO  [STDOUT]      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
                        14:08:48,462 INFO  [STDOUT]      at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:81)
                        14:08:48,462 INFO  [STDOUT]      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
                        14:08:48,462 INFO  [STDOUT]      at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
                        14:08:48,462 INFO  [STDOUT]      at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:190)
                        14:08:48,462 INFO  [STDOUT]      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
                        14:08:48,462 INFO  [STDOUT]      at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)
                        14:08:48,463 INFO  [STDOUT]      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
                        14:08:48,463 INFO  [STDOUT]      at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42)
                        14:08:48,463 INFO  [STDOUT]      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
                        14:08:48,463 INFO  [STDOUT]      at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:186)
                        14:08:48,463 INFO  [STDOUT]      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
                        14:08:48,463 INFO  [STDOUT]      at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41)
                        14:08:48,463 INFO  [STDOUT]      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
                        14:08:48,464 INFO  [STDOUT]      at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67)
                        14:08:48,464 INFO  [STDOUT]      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
                        14:08:48,464 INFO  [STDOUT]      at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67)
                        14:08:48,464 INFO  [STDOUT]      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
                        14:08:48,464 INFO  [STDOUT]      at org.jboss.ejb3.interceptor.EJB3TCCLInterceptor.invoke(EJB3TCCLInterceptor.java:86)
                        14:08:48,464 INFO  [STDOUT]      at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
                        14:08:48,465 INFO  [STDOUT]      at org.jboss.ejb3.session.SessionSpecContainer.invoke(SessionSpecContainer.java:182)
                        14:08:48,465 INFO  [STDOUT]      at org.jboss.ejb3.session.SessionSpecContainer.invoke(SessionSpecContainer.java:240)
                        14:08:48,465 INFO  [STDOUT]      at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:188)
                        14:08:48,465 INFO  [STDOUT]      at $Proxy142.translate(Unknown Source)
                        14:08:48,465 INFO  [STDOUT]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                        14:08:48,465 INFO  [STDOUT]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
                        14:08:48,465 INFO  [STDOUT]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                        14:08:48,466 INFO  [STDOUT]      at java.lang.reflect.Method.invoke(Method.java:616)
                        14:08:48,466 INFO  [STDOUT]      at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:304)
                        14:08:48,466 INFO  [STDOUT]      at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:54)
                        14:08:48,467 INFO  [STDOUT]      at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:163)
                        14:08:48,467 INFO  [STDOUT]      at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:298)
                        14:08:48,467 INFO  [STDOUT]      at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:127)
                        14:08:48,467 INFO  [STDOUT]      at org.jboss.weld.util.CleanableMethodHandler.invoke(CleanableMethodHandler.java:43)
                        14:08:48,467 INFO  [STDOUT]      at org.jboss.weld.examples.translator.TranslatorController_$$_javassist_8$$M$b8705624.translate(TranslatorController_$$_javassist_8.java)
                        14:08:48,467 INFO  [STDOUT]      at org.jboss.weld.examples.translator.TranslatorController_$$_javassist_8$$A$b8705624.translate(<generated>)
                        14:08:48,468 INFO  [STDOUT]      at org.jboss.weld.examples.translator.TranslatorController_$$_javassist_8.translate(TranslatorController_$$_javassist_8.java)
                        14:08:48,468 INFO  [STDOUT]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                        14:08:48,468 INFO  [STDOUT]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
                        14:08:48,468 INFO  [STDOUT]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                        14:08:48,468 INFO  [STDOUT]      at java.lang.reflect.Method.invoke(Method.java:616)
                        14:08:48,468 INFO  [STDOUT]      at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:304)
                        14:08:48,468 INFO  [STDOUT]      at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:54)
                        14:08:48,469 INFO  [STDOUT]      at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:163)
                        14:08:48,469 INFO  [STDOUT]      at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:298)
                        14:08:48,469 INFO  [STDOUT]      at org.jboss.weld.bean.proxy.ClientProxyMethodHandler.invoke(ClientProxyMethodHandler.java:112)
                        14:08:48,469 INFO  [STDOUT]      at org.jboss.weld.util.CleanableMethodHandler.invoke(CleanableMethodHandler.java:43)
                        14:08:48,469 INFO  [STDOUT]      at org.jboss.weld.examples.translator.TranslatorController_$$_javassist_14$$M$659bcf1e.translate(TranslatorController_$$_javassist_14.java)
                        14:08:48,469 INFO  [STDOUT]      at org.jboss.weld.examples.translator.TranslatorController_$$_javassist_14$$A$659bcf1e.translate(<generated>)
                        14:08:48,470 INFO  [STDOUT]      at org.jboss.weld.examples.translator.TranslatorController_$$_javassist_14.translate(TranslatorController_$$_javassist_14.java)
                        14:08:48,470 INFO  [STDOUT]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                        14:08:48,470 INFO  [STDOUT]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
                        14:08:48,470 INFO  [STDOUT]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                        14:08:48,470 INFO  [STDOUT]      at java.lang.reflect.Method.invoke(Method.java:616)
                        14:08:48,470 INFO  [STDOUT]      at org.apache.el.parser.AstValue.invoke(AstValue.java:196)
                        14:08:48,471 INFO  [STDOUT]      at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
                        14:08:48,471 INFO  [STDOUT]      at org.jboss.weld.util.el.ForwardingMethodExpression.invoke(ForwardingMethodExpression.java:43)
                        14:08:48,471 INFO  [STDOUT]      at org.jboss.weld.el.WeldMethodExpression.invoke(WeldMethodExpression.java:72)
                        14:08:48,471 INFO  [STDOUT]      at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:98)
                        14:08:48,471 INFO  [STDOUT]      at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
                        14:08:48,471 INFO  [STDOUT]      at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
                        14:08:48,471 INFO  [STDOUT]      at javax.faces.component.UICommand.broadcast(UICommand.java:315)
                        14:08:48,472 INFO  [STDOUT]      at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:775)
                        14:08:48,472 INFO  [STDOUT]      at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1267)
                        14:08:48,472 INFO  [STDOUT]      at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
                        14:08:48,472 INFO  [STDOUT]      at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
                        14:08:48,472 INFO  [STDOUT]      at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
                        14:08:48,472 INFO  [STDOUT]      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:312)
                        14:08:48,473 INFO  [STDOUT]      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:336)
                        14:08:48,473 INFO  [STDOUT]      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)
                        14:08:48,473 INFO  [STDOUT]      at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:66)
                        14:08:48,473 INFO  [STDOUT]      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:274)
                        14:08:48,473 INFO  [STDOUT]      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)
                        14:08:48,473 INFO  [STDOUT]      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:276)
                        14:08:48,473 INFO  [STDOUT]      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
                        14:08:48,474 INFO  [STDOUT]      at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
                        14:08:48,474 INFO  [STDOUT]      at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
                        14:08:48,474 INFO  [STDOUT]      at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
                        14:08:48,474 INFO  [STDOUT]      at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
                        14:08:48,474 INFO  [STDOUT]      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
                        14:08:48,474 INFO  [STDOUT]      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
                        14:08:48,475 INFO  [STDOUT]      at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
                        14:08:48,475 INFO  [STDOUT]      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
                        14:08:48,475 INFO  [STDOUT]      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)
                        14:08:48,475 INFO  [STDOUT]      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:872)
                        14:08:48,475 INFO  [STDOUT]      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653)
                        14:08:48,475 INFO  [STDOUT]      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951)
                        14:08:48,476 INFO  [STDOUT]      at java.lang.Thread.run(Thread.java:636)
                        14:08:48,476 INFO  [STDOUT] 
                        14:08:48,476 INFO  [STDOUT] JRebel: Reinitialized class 'org.jboss.weld.examples.translator.Translator_$$_javassist_9'.
                        

                        1 2 Previous Next