[Installation, Configuration & DEPLOYMENT] - Re: ServletContextListener invoked before ejb JNDI binding
by arthurchn
We wrote a simple application to verify above steps. This javaee project has one ejb module and one web module. Ejb module use ejb2.0 and has one local EJB - HelloEjb.
In web module, I have one ServletContextListener which try to get local ejb HelloLocal through jndi lookup; it will fail with error in console.
Besides of that, we put a simple jsp file in this module which does the same thing as listener. After web app startup, access url http://localhost:8080/MyTestWeb/index.jsp will trigger it. In this case, Jndi lookup pass without error, invocation on ejb could be found in console, too.
Below is content of jboss console:
anonymous wrote :
| 05:58:41,867 INFO [ServerImpl] Home Dir: C:\jboss-5.0.1.GA
| 05:58:41,867 INFO [ServerImpl] Home URL: file:/C:/jboss-5.0.1.GA/
| 05:58:41,867 INFO [ServerImpl] Library URL: file:/C:/jboss-5.0.1.GA/lib/
| 05:58:41,867 INFO [ServerImpl] Patch URL: null
| 05:58:41,867 INFO [ServerImpl] Common Base URL: file:/C:/jboss-5.0.1.GA/common/
| 05:58:41,882 INFO [ServerImpl] Common Library URL: file:/C:/jboss-5.0.1.GA/common/lib/
| 05:58:41,882 INFO [ServerImpl] Server Name: standard
| 05:58:41,882 INFO [ServerImpl] Server Base Dir: C:\jboss-5.0.1.GA\server
| 05:58:41,882 INFO [ServerImpl] Server Base URL: file:/C:/jboss-5.0.1.GA/server/
| 05:58:41,882 INFO [ServerImpl] Server Config URL: file:/C:/jboss-5.0.1.GA/server/standard/conf/
| 05:58:41,882 INFO [ServerImpl] Server Home Dir: C:\jboss-5.0.1.GA\server\standard
| 05:58:41,882 INFO [ServerImpl] Server Home URL: file:/C:/jboss-5.0.1.GA/server/standard/
| 05:58:41,882 INFO [ServerImpl] Server Data Dir: C:\jboss-5.0.1.GA\server\standard\data
| 05:58:41,882 INFO [ServerImpl] Server Library URL: file:/C:/jboss-5.0.1.GA/server/standard/lib/
| 05:58:41,882 INFO [ServerImpl] Server Log Dir: C:\jboss-5.0.1.GA\server\standard\log
| 05:58:41,882 INFO [ServerImpl] Server Native Dir: C:\jboss-5.0.1.GA\server\standard\tmp\native
| 05:58:41,882 INFO [ServerImpl] Server Temp Dir: C:\jboss-5.0.1.GA\server\standard\tmp
| 05:58:41,882 INFO [ServerImpl] Server Temp Deploy Dir: C:\jboss-5.0.1.GA\server\standard\tmp\deploy
| 05:58:43,538 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/jboss-5.0.1.GA/server/standard/conf/bootstrap.xml
| 05:58:46,007 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
| 05:58:46,023 INFO [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
| 05:58:46,835 INFO [CopyMechanism] VFS temp dir: C:\jboss-5.0.1.GA\server\standard\tmp
| 05:58:46,867 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled.
| 05:58:50,492 INFO [ServerInfo] Java version: 1.6.0_07,Sun Microsystems Inc.
| 05:58:50,492 INFO [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
| 05:58:50,492 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 10.0-b23,Sun Microsystems Inc.
| 05:58:50,492 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
| 05:58:50,679 INFO [JMXKernel] Legacy JMX core initialized
| 05:58:55,632 INFO [ProfileServiceImpl] Loading profile: standard from: org.jboss.system.server.profileservice.repository.SerializableDeploymentRepository@1091857(root=C:\jboss-5.0.1.GA\server, key=org.jboss.profileservice.spi.ProfileKey@664cb3f[domain=default,server=default,name=standard])
| 05:58:55,648 INFO [ProfileImpl] Using repository:org.jboss.system.server.profileservice.repository.SerializableDeploymentRepository@1091857(root=C:\jboss-5.0.1.GA\server, key=org.jboss.profileservice.spi.ProfileKey@664cb3f[domain=default,server=default,name=standard])
| 05:58:55,648 INFO [ProfileServiceImpl] Loaded profile: ProfileImpl@98ebea{key=org.jboss.profileservice.spi.ProfileKey(a)664cb3f[domain=default,server=default,name=standard]}
| 05:59:00,242 INFO [WebService] Using RMI server codebase: http://localhost:8083/
| 05:59:26,914 INFO [NativeServerConfig] JBoss Web Services - Stack Native Core
| 05:59:26,914 INFO [NativeServerConfig] 3.0.5.GA
| 05:59:45,898 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@17541938{vfsfile:/C:/jboss-5.0.1.GA/server/standard/deploy/MyTestApplication.ear/MyTestEJB.jar/}
| 05:59:45,898 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@17541938{vfsfile:/C:/jboss-5.0.1.GA/server/standard/deploy/MyTestApplication.ear/MyTestEJB.jar/}
| 05:59:45,898 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@17541938{vfsfile:/C:/jboss-5.0.1.GA/server/standard/deploy/MyTestApplication.ear/MyTestEJB.jar/}
| 05:59:51,570 INFO [CorbaNamingService] CORBA Naming Started
| 05:59:55,773 INFO [MailService] Mail Service bound to java:/Mail
| 06:00:00,164 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
| 06:00:00,242 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
| 06:00:00,930 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
| 06:00:00,930 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
| 06:00:02,633 INFO [TransactionManagerService] Initializing recovery manager
| 06:00:04,351 INFO [TransactionManagerService] Recovery manager configured
| 06:00:04,351 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
| 06:00:04,492 INFO [TransactionManagerService] Starting transaction recovery manager
| 06:00:07,086 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
| 06:00:07,101 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009
| 06:00:07,101 INFO [StandardService] Starting service jboss.web
| 06:00:07,101 INFO [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.2.GA
| 06:00:07,351 INFO [Catalina] Server startup in 474 ms
| 06:00:07,398 INFO [TomcatDeployment] deploy, ctxPath=/juddi
| 06:00:10,320 INFO [RegistryServlet] Loading jUDDI configuration.
| 06:00:10,352 INFO [RegistryServlet] Resources loaded from: /WEB-INF/juddi.properties
| 06:00:10,352 INFO [RegistryServlet] Initializing jUDDI components.
| 06:00:11,164 INFO [TomcatDeployment] deploy, ctxPath=/jbossws
| 06:00:11,711 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/jboss-5.0.1.GA/server/standard/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
| 06:00:11,758 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/jboss-5.0.1.GA/server/standard/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
| 06:00:11,820 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/jboss-5.0.1.GA/server/standard/deploy/jms-ra.rar/META-INF/ra.xml
| 06:00:15,383 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
| 06:00:17,820 INFO [ServerPeer] JBoss Messaging 1.4.1.GA server [0] started
| 06:00:18,227 WARN [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
| 06:00:18,227 WARN [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
| 06:00:18,711 INFO [ConnectionFactory] Connector bisocket://localhost:4457 has leasing enabled, lease period 10000 milliseconds
| 06:00:18,711 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@1636de started
| 06:00:18,789 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
| 06:00:19,367 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
| 06:00:19,398 INFO [TomcatDeployment] deploy, ctxPath=/
| 06:00:19,680 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console
| 06:00:19,836 INFO [EjbDeployer] installing bean: ejb/MyTestEJB.jar#Hello,uid10210059
| 06:00:19,836 INFO [EjbDeployer] with dependencies:
| 06:00:19,836 INFO [EjbDeployer] and supplies:
| 06:00:19,836 INFO [EjbDeployer] jndi:ejb/Hello
| 06:00:19,836 INFO [EjbDeployer] jndi:Hello
| 06:00:20,086 INFO [TomcatDeployment] deploy, ctxPath=/MyTestWeb
| 06:00:20,273 INFO [STDOUT] ===========================================EJB lookup failed in listener!!javax.naming.NameNotFoundException: ejb not bound
| 06:00:20,695 INFO [EjbModule] Deploying Hello
| 06:00:20,836 WARN [EjbModule] EJB configured to bypass security. Please verify if this is intended. Bean=Hello Deployment=vfsfile:/C:/jboss-5.0.1.GA/server/standard/deploy/MyTestApplication.ear/MyTestEJB.jar/
| 06:00:21,508 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'Hello' to jndi 'ejb/Hello'
| 06:00:21,586 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
| 06:00:21,633 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009
| 06:00:21,648 INFO [ServerImpl] JBoss (Microcontainer) [5.0.1.GA (build: SVNTag=JBoss_5_0_1_GA date=200902231221)] Started in 1m:39s:766ms
| 06:00:47,492 INFO [STDOUT] hello
| 06:00:47,508 INFO [STDOUT] ===========================================EJB lookup succeeded after web app started -- Hello World
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232097#4232097
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232097
16 years, 11 months
[Microcontainer] - Microcontainer Demos
by uaarkoti@gmail.com
Although there is some good documentation and enough information on these forums I still cannot figure out how to run these (http://anonsvn.jboss.org/repos/jbossas/projects/demos/microcontainer/trunk/) examples.
First of all, the sprint-int, guice-int, springframework and guice libraries need to be included with the JMXMain and bootstrap.Main modules. Not sure why they are not included.
Even after doing that (and including the models classes with JMXBean or bootstrap.Main) I get the following error.
Appreciate any help.
Regards,
Uday
...
:/Users/uaarkoti/Repository/JavaOne/mc2/models/target/jboss-demos-models.jar org.jboss.demos.bootstrap.Main
Using bootstrap: file:/Users/uaarkoti/Repository/JavaOne/mc2/bootstrap/src/main/resources/META-INF/bootstrap-beans.xml
JBoss-MC-Demo DEBUG [19-05-2009 20:27:27] KernelFactory - Starting JBoss Kernel construction...
JBoss-MC-Demo DEBUG [19-05-2009 20:27:28] KernelFactory - Completed JBoss Kernel construction. Duration: 301 milliseconds
JBoss-MC-Demo DEBUG [19-05-2009 20:27:28] SaxJBossXBParser - Created parser: org.apache.xerces.jaxp.SAXParserImpl@3dccf342, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:28] SaxJBossXBParser - http://xml.org/sax/features/validation set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:28] SaxJBossXBParser - http://xml.org/sax/features/namespaces set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:28] SaxJBossXBParser - http://apache.org/xml/features/validation/dynamic set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:28] SaxJBossXBParser - Created parser: org.apache.xerces.jaxp.SAXParserImpl@3dccf342, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:29] IterableTimedVFSCache - Creating timed cache policy, lifetime: null, threadSafe: true, resolution: null
JBoss-MC-Demo INFO [19-05-2009 20:27:29] VFSCacheFactory - Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
JBoss-MC-Demo INFO [19-05-2009 20:27:29] VFSCacheFactory - Using VFSCache [CombinedVFSCache[real-cache: null]]
JBoss-MC-Demo DEBUG [19-05-2009 20:27:29] DeployersImpl - Added stage Not Installed before null
JBoss-MC-Demo DEBUG [19-05-2009 20:27:29] DeployersImpl - Added stage Parse before ControllerState@5e9a867{PreInstall}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:29] DeployersImpl - Added stage PostParse before ControllerState@5e9a867{PreInstall}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:29] DeployersImpl - Added stage PreDescribe before ControllerState@5e9a867{PreInstall}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:29] DeployersImpl - Added stage Describe before ControllerState@5e9a867{PreInstall}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:29] DeployersImpl - Added stage ClassLoader before ControllerState@5e9a867{PreInstall}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:29] DeployersImpl - Added stage PostClassLoader before ControllerState@5e9a867{PreInstall}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:29] DeployersImpl - Added stage PreReal before ControllerState@5e9a867{PreInstall}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:29] DeployersImpl - Added stage Real before ControllerState@5e9a867{PreInstall}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:29] DeployersImpl - Added stage Installed before ControllerState@5e9a867{PreInstall}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:29] VFSStructuralDeployersImpl - Added structure deployer org.jboss.deployers.vfs.plugins.structure.explicit.DeclaredStructure@7393ccd5
JBoss-MC-Demo DEBUG [19-05-2009 20:27:29] VFSStructuralDeployersImpl - Added structure deployer org.jboss.deployers.vfs.plugins.structure.jar.JARStructure@3f1e86da
JBoss-MC-Demo DEBUG [19-05-2009 20:27:29] VFSStructuralDeployersImpl - Added structure deployer org.jboss.deployers.vfs.plugins.structure.file.FileStructure@616b9190
JBoss-MC-Demo DEBUG [19-05-2009 20:27:30] DeployersImpl - Added deployer org.jboss.deployers.vfs.deployer.kernel.BeanDeployer@22b64866 for stage Parse
org.jboss.deployers.vfs.deployer.kernel.BeanDeployer@22b64866{inputs=[] outputs=[org.jboss.kernel.spi.deployment.KernelDeployment]}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:30] DeployersImpl - Added deployer org.jboss.deployers.vfs.deployer.kernel.KernelDeploymentDeployer@196ea1eb for stage Real
org.jboss.deployers.vfs.deployer.kernel.KernelDeploymentDeployer(a)196ea1eb{inputs=[org.jboss.beans.metadata.spi.BeanMetaData, org.jboss.kernel.spi.deployment.KernelDeployment] outputs=[org.jboss.beans.metadata.spi.BeanMetaData]}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:30] DeployersImpl - Added deployer org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer@39f46204 for stage Real
org.jboss.deployers.vfs.deployer.kernel.KernelDeploymentDeployer(a)196ea1eb{inputs=[org.jboss.beans.metadata.spi.BeanMetaData, org.jboss.kernel.spi.deployment.KernelDeployment] outputs=[org.jboss.beans.metadata.spi.BeanMetaData]}
org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer(a)39f46204{inputs=[org.jboss.beans.metadata.spi.BeanMetaData] outputs=[]}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:30] DeployersImpl - Added deployer org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer@65cad579 for stage Parse
org.jboss.deployers.vfs.deployer.kernel.BeanDeployer@22b64866{inputs=[] outputs=[org.jboss.kernel.spi.deployment.KernelDeployment]}
org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer@65cad579{inputs=[] outputs=[org.jboss.classloading.spi.metadata.ClassLoadingMetaData]}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:30] DeployersImpl - Added deployer org.jboss.deployers.plugins.classloading.ClassLoadingDefaultDeployer@341ad6e5 for stage PreDescribe
org.jboss.deployers.plugins.classloading.ClassLoadingDefaultDeployer(a)341ad6e5{inputs=[org.jboss.classloading.spi.metadata.ClassLoadingMetaData] outputs=[org.jboss.classloading.spi.metadata.ClassLoadingMetaData]}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:30] DeployersImpl - Added deployer org.jboss.deployers.vfs.plugins.classloader.VFSClassLoaderClassPathDeployer@46d74af3 for stage Describe
org.jboss.deployers.vfs.plugins.classloader.VFSClassLoaderClassPathDeployer(a)46d74af3{inputs=[org.jboss.classloading.spi.metadata.ClassLoadingMetaData] outputs=[org.jboss.classloading.spi.metadata.ClassLoadingMetaData]}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:30] DeployersImpl - Added deployer org.jboss.deployers.vfs.plugins.classloader.VFSClassLoaderDescribeDeployer@5e97dadf for stage Describe
org.jboss.deployers.vfs.plugins.classloader.VFSClassLoaderClassPathDeployer(a)46d74af3{inputs=[org.jboss.classloading.spi.metadata.ClassLoadingMetaData] outputs=[org.jboss.classloading.spi.metadata.ClassLoadingMetaData]}
org.jboss.deployers.vfs.plugins.classloader.VFSClassLoaderDescribeDeployer(a)5e97dadf{inputs=[org.jboss.classloading.spi.metadata.ClassLoadingMetaData] outputs=[]}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:30] DeployersImpl - Added deployer org.jboss.deployers.plugins.classloading.AbstractLevelClassLoaderSystemDeployer@21bc6f41 for stage ClassLoader
org.jboss.deployers.plugins.classloading.AbstractLevelClassLoaderSystemDeployer(a)21bc6f41{inputs=[org.jboss.deployers.structure.spi.ClassLoaderFactory] outputs=[java.lang.ClassLoader]}
JBoss-MC-Demo INFO [19-05-2009 20:27:35] CopyMechanism - VFS temp dir: /tmp
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] MainDeployerImpl - Add deployment: vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] MainDeployerImpl - Scheduling deployment: vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/ parent=null
JBoss-MC-Demo INFO [19-05-2009 20:27:35] HDScanner - Deploy: DelegatingHandler(a)1632409556[path=jboss-demos-models.jar context=file:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/ real=file:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar]
JBoss-MC-Demo INFO [19-05-2009 20:27:35] HDScanner - Process deployments...
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] DeployersImpl - Deploying vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] JBossXBHelper - Parsing file: jboss-demos-models.jar/META-INF/alias-beans.xml for type: interface org.jboss.kernel.spi.deployment.KernelDeployment
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - Created parser: org.apache.xerces.jaxp.SAXParserImpl@4abf6d1e, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/validation set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/namespaces set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/xinclude/fixup-language set to: false
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/validation/dynamic set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/validation/schema set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/validation set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - Created parser: org.apache.xerces.jaxp.SAXParserImpl@4abf6d1e, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] JBossXBHelper - Parsed file: jboss-demos-models.jar/META-INF/alias-beans.xml to: AbstractKernelDeployment@24dc002{name=null installed=false}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] JBossXBHelper - Parsing file: jboss-demos-models.jar/META-INF/guice-beans.xml for type: interface org.jboss.kernel.spi.deployment.KernelDeployment
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - Created parser: org.apache.xerces.jaxp.SAXParserImpl@321881a2, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/validation set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/namespaces set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/xinclude/fixup-language set to: false
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/validation/dynamic set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/validation/schema set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/validation set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - Created parser: org.apache.xerces.jaxp.SAXParserImpl@321881a2, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] JBossXBHelper - Parsed file: jboss-demos-models.jar/META-INF/guice-beans.xml to: AbstractKernelDeployment@14cb6b96{name=null installed=false beanFactories=[AbstractBeanMetaData@4a761bf{name=GuicePlugin bean=org.jboss.guice.spi.GuiceKernelRegistryEntryPlugin properties= constructor=AbstractConstructorMetaData@6a9b65cc{parameters=[null]} autowireCandidate=true}]}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] JBossXBHelper - Parsing file: jboss-demos-models.jar/META-INF/injection-beans.xml for type: interface org.jboss.kernel.spi.deployment.KernelDeployment
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - Created parser: org.apache.xerces.jaxp.SAXParserImpl@6ca9e1af, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/validation set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/namespaces set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/xinclude/fixup-language set to: false
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/validation/dynamic set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/validation/schema set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/validation set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - Created parser: org.apache.xerces.jaxp.SAXParserImpl@6ca9e1af, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] JBossXBHelper - Parsed file: jboss-demos-models.jar/META-INF/injection-beans.xml to: AbstractKernelDeployment@2e771a72{name=null installed=false beanFactories=[AbstractBeanMetaData@d694a33{name=FromGuice bean=org.jboss.demos.models.plain.FromGuice properties=[guicePojo] constructor=AbstractConstructorMetaData@3354037e{parameters=[null]} autowireCandidate=true}, AbstractBeanMetaData@50b15f85{name=AllPojos bean=org.jboss.demos.models.plain.AllPojos properties=[exposedMBean, directMBean, exposedMBean] constructor=null autowireCandidate=true}]}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] JBossXBHelper - Parsing file: jboss-demos-models.jar/META-INF/jmx-beans.xml for type: interface org.jboss.kernel.spi.deployment.KernelDeployment
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - Created parser: org.apache.xerces.jaxp.SAXParserImpl@779325ee, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/validation set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/namespaces set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/xinclude/fixup-language set to: false
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/validation/dynamic set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/validation/schema set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/validation set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - Created parser: org.apache.xerces.jaxp.SAXParserImpl@779325ee, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] JBossXBHelper - Parsed file: jboss-demos-models.jar/META-INF/jmx-beans.xml to: AbstractKernelDeployment@367d438{name=null installed=false beanFactories=[AbstractBeanMetaData@159daa47{name=AnnotatedJMXPojo bean=org.jboss.demos.models.jmx.AtJmxPojo properties= constructor=null autowireCandidate=true}, AbstractBeanMetaData@22162667{name=XmlJMXPojo bean=org.jboss.demos.models.mbeans.Pojo properties= constructor=null autowireCandidate=true annotations=[AbstractAnnotationMetaData@2a234e7e{expr=(a)org.jboss.aop.microcontainer.aspects.jmx.JMX(exposedInterface=org.jboss.demos.models.mbeans.PojoMBean.class, registerDirectly=true)}]}, AbstractBeanMetaData@2de460dc{name=ExposedPojo bean=org.jboss.demos.models.jmx.Pojo properties= constructor=null autowireCandidate=true}, AbstractBeanMetaData@6c93230d{name=AnnotatedExposePojo bean=org.jboss.demos.models.jmx.ExposePojo properties= constructor=AbstractConstructorMetaData@2fe2622b{parameters=[null]} autowireCandidate=true}]}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] JBossXBHelper - Parsing file: jboss-demos-models.jar/META-INF/plain-beans.xml for type: interface org.jboss.kernel.spi.deployment.KernelDeployment
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - Created parser: org.apache.xerces.jaxp.SAXParserImpl@21c59a65, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/validation set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/namespaces set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/xinclude/fixup-language set to: false
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/validation/dynamic set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/validation/schema set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/validation set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - Created parser: org.apache.xerces.jaxp.SAXParserImpl@21c59a65, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] JBossXBHelper - Parsed file: jboss-demos-models.jar/META-INF/plain-beans.xml to: AbstractKernelDeployment@7dee05dc{name=null installed=false beanFactories=[AbstractBeanMetaData@15c2ef1b{name=PlainPojo bean=org.jboss.demos.models.plain.Pojo properties= constructor=null autowireCandidate=true}, GenericBeanFactoryMetaData@30dfe0c6{}]}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] JBossXBHelper - Parsing file: jboss-demos-models.jar/META-INF/security-beans.xml for type: interface org.jboss.kernel.spi.deployment.KernelDeployment
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - Created parser: org.apache.xerces.jaxp.SAXParserImpl@6b429a7d, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/validation set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/namespaces set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/xinclude/fixup-language set to: false
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/validation/dynamic set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/validation/schema set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/validation set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - Created parser: org.apache.xerces.jaxp.SAXParserImpl@6b429a7d, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] JBossXBHelper - Parsed file: jboss-demos-models.jar/META-INF/security-beans.xml to: AbstractKernelDeployment@47a2c1d8{name=null installed=false beanFactories=[AbstractBeanMetaData@e6470a6{name=XMLLoginConfig bean=org.jboss.demos.models.old.XMLLoginConfig properties= constructor=null autowireCandidate=true}, AbstractBeanMetaData@641fa9ab{name=SecurityConfig bean=org.jboss.demos.models.old.SecurityConfig properties=[defaultLoginConfig] constructor=null autowireCandidate=true}, AbstractBeanMetaData@5abc4ce7{name=SecurityChecker bean=org.jboss.demos.models.old.Checker properties=[loginConfig, securityConfig] constructor=null autowireCandidate=true}]}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] JBossXBHelper - Parsing file: jboss-demos-models.jar/META-INF/spring-beans.xml for type: interface org.jboss.kernel.spi.deployment.KernelDeployment
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - Created parser: org.apache.xerces.jaxp.SAXParserImpl@4af8d139, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/validation set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/namespaces set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/xinclude/fixup-language set to: false
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/validation/dynamic set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/validation/schema set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/validation set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - Created parser: org.apache.xerces.jaxp.SAXParserImpl@4af8d139, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] JBossEntityResolver - Cannot resolve [publicID=urn:jboss:spring-beans:2.0,systemID=beans]
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] JBossXBHelper - Parsed file: jboss-demos-models.jar/META-INF/spring-beans.xml to: AbstractSpringDeployment@2c6951e2{name=null installed=false beanFactories=[AbstractBeanMetaData@367ee335{name=SpringAnnotationPlugin bean=org.jboss.spring.annotations.SpringBeanAnnotationPlugin properties= constructor=null autowireCandidate=true annotations=[AbstractAnnotationMetaData@4476c886{expr=(a)org.jboss.spring.annotations.SpringBean}]}, AbstractBeanMetaData@5266f887{name=SpringPojo bean=org.jboss.demos.models.spring.Pojo properties=[beanName] constructor=null autowireCandidate=true annotations=[AbstractAnnotationMetaData@66469154{expr=(a)org.jboss.spring.annotations.SpringBean}]}]}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] JBossXBHelper - Parsing file: jboss-demos-models.jar/META-INF/z-mbeanquery-beans.xml for type: interface org.jboss.kernel.spi.deployment.KernelDeployment
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - Created parser: org.apache.xerces.jaxp.SAXParserImpl@4bc95033, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/validation set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/namespaces set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/xinclude/fixup-base-uris set to: false
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/xinclude/fixup-language set to: false
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/validation/dynamic set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://apache.org/xml/features/validation/schema set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - http://xml.org/sax/features/validation set to: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] SaxJBossXBParser - Created parser: org.apache.xerces.jaxp.SAXParserImpl@4bc95033, isNamespaceAware: true, isValidating: true, isXIncludeAware: true
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] JBossXBHelper - Parsed file: jboss-demos-models.jar/META-INF/z-mbeanquery-beans.xml to: AbstractKernelDeployment@72b29138{name=null installed=false beanFactories=[AbstractBeanMetaData@295c2e5c{name=MBeanServerQuery bean=org.jboss.demos.models.jmx.MBeanServerQuery properties= constructor=AbstractConstructorMetaData@62e7af3a{parameters=[null]} autowireCandidate=true}]}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] Domain - org.jboss.classloading.spi.dependency.Domain@5b69dbd3{DefaultDomain} add module VFSDeploymentClassLoaderPolicyModule jboss-demos-models.jar:0.0.0
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] ClassLoaderSystem - DefaultClassLoaderSystem@598360d5 registered domain=ClassLoaderDomain@5672a77d{name=DefaultDomain parentPolicy=BEFORE parent=sun.misc.Launcher$AppClassLoader@799134f4}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] BaseClassLoader - Created BaseClassLoader@50d9370d{vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/} with policy VFSClassLoaderPolicy@64ad5ff2{name=vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/ domain=null roots=[DelegatingHandler(a)1632409556[path=jboss-demos-models.jar context=file:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/ real=file:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar]] delegates=null exported=[, org.jboss.demos.models.mbeans, org.jboss.demos.models.old, META-INF.maven.org.jboss.demos.jboss-demos-models, org.jboss.demos.models.plain, org.jboss.demos.models.spring, org.jboss.demos.models.jmx, org.jboss.demos.models, org.jboss.demos.models.guice, org.jboss.demos.models.annotated, META-INF] <IMPORT-ALL>NON_EMPTY}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] BaseClassLoaderDomain - ClassLoaderDomain@5672a77d{DefaultDomain} registerClassLoader BaseClassLoader@50d9370d{vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] AbstractDeploymentContext - Added component AnnotatedJMXPojo to vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] AbstractDeploymentContext - Added component XmlJMXPojo to vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] AbstractDeploymentContext - Added component ExposedPojo to vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] AbstractDeploymentContext - Added component AnnotatedExposePojo to vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] AbstractDeploymentContext - Added component SpringAnnotationPlugin to vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] AbstractDeploymentContext - Added component SpringPojo to vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] AbstractDeploymentContext - Added component MBeanServerQuery to vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] AbstractDeploymentContext - Added component FromGuice to vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] AbstractDeploymentContext - Added component AllPojos to vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] AbstractDeploymentContext - Added component PlainPojo to vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] AbstractDeploymentContext - Added component PojoFactory to vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] AbstractDeploymentContext - Added component GuicePlugin#1 to vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] AbstractDeploymentContext - Added component GuicePlugin to vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] AbstractDeploymentContext - Added component XMLLoginConfig to vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] AbstractDeploymentContext - Added component SecurityConfig to vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/
JBoss-MC-Demo DEBUG [19-05-2009 20:27:35] AbstractDeploymentContext - Added component SecurityChecker to vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/
JBoss-MC-Demo DEBUG [19-05-2009 20:27:36] AbstractInjectionValueMetaData - FromGuice: Contextual injection usage (class -> classloader): class org.jboss.demos.models.guice.Pojo -> sun.misc.Launcher$AppClassLoader@799134f4 defined by AbstractPropertyMetaData@624c53ab{name=guicePojo value=AbstractInjectionValueMetaData@56c99877{value=null injectionType=BY_CLASS propertyMetaData=guicePojo}}
JBoss-MC-Demo DEBUG [19-05-2009 20:27:36] XMLLoginConfig - Creating XMLLoginConfig
JBoss-MC-Demo DEBUG [19-05-2009 20:27:36] XMLLoginConfig - Created XMLLoginConfig
JBoss-MC-Demo DEBUG [19-05-2009 20:27:36] XMLLoginConfig - Starting XMLLoginConfig
Starting
JBoss-MC-Demo DEBUG [19-05-2009 20:27:36] XMLLoginConfig - Started XMLLoginConfig
JBoss-MC-Demo DEBUG [19-05-2009 20:27:36] SecurityConfig - Creating SecurityConfig
JBoss-MC-Demo DEBUG [19-05-2009 20:27:36] SecurityConfig - Created SecurityConfig
JBoss-MC-Demo DEBUG [19-05-2009 20:27:36] SecurityConfig - Starting SecurityConfig
defaultLoginConfig = org.jboss.demos.models.old.XMLLoginConfig@7cb154fd
JBoss-MC-Demo DEBUG [19-05-2009 20:27:36] SecurityConfig - Started SecurityConfig
JBoss-MC-Demo DEBUG [19-05-2009 20:27:36] DeployersImpl - Fully Deployed vfszip:/Users/uaarkoti/Repository/JavaOne/mc2/sandbox/jboss-demos-models.jar/
Scan failed: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "AllPojos" is missing the following dependencies:
Dependency "springPojo" (should be in state "Configured", but is actually in state "** NOT FOUND Depends on 'springPojo' **")
Dependency "jboss.demos:service=pojo" (should be in state "Configured", but is actually in state "** NOT FOUND Depends on 'jboss.demos:service=pojo' **")
Dependency "jboss.demos:service=ExposedPojo" (should be in state "Configured", but is actually in state "** NOT FOUND Depends on 'jboss.demos:service=ExposedPojo' **")
Dependency "annotated-pojo" (should be in state "Configured", but is actually in state "** NOT FOUND Depends on 'annotated-pojo' **")
Dependency "jboss.demos:service=ExposedPojo" (should be in state "Configured", but is actually in state "** NOT FOUND Depends on 'jboss.demos:service=ExposedPojo' **")
Deployment "MBeanServerQuery" is missing the following dependencies:
Dependency "JMXKernel" (should be in state "Instantiated", but is actually in state "** NOT FOUND Depends on 'JMXKernel' **")
Deployment "SecurityChecker" is missing the following dependencies:
Dependency "jboss.security:service=SecurityConfig" (should be in state "Configured", but is actually in state "** NOT FOUND Depends on 'jboss.security:service=SecurityConfig' **")
Dependency "jboss.security:service=XMLLoginConfig" (should be in state "Configured", but is actually in state "** NOT FOUND Depends on 'jboss.security:service=XMLLoginConfig' **")
DEPLOYMENTS IN ERROR:
Deployment "annotated-pojo" is in error due to the following reason(s): ** NOT FOUND Depends on 'annotated-pojo' **
Deployment "jboss.demos:service=ExposedPojo" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.demos:service=ExposedPojo' **
Deployment "JMXKernel" is in error due to the following reason(s): ** NOT FOUND Depends on 'JMXKernel' **
Deployment "jboss.security:service=SecurityConfig" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.security:service=SecurityConfig' **
Deployment "jboss.security:service=XMLLoginConfig" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.security:service=XMLLoginConfig' **
Deployment "springPojo" is in error due to the following reason(s): ** NOT FOUND Depends on 'springPojo' **
Deployment "jboss.demos:service=pojo" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.demos:service=pojo' **
Process finished with exit code 143
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232085#4232085
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232085
16 years, 11 months
[Clustering/JBoss] - Re: Invocation of startSingleton()
by ablevine1
I am using 5.01 and I can get a singleton MBean to deploy using the -service.xml configuration you describe above.
I need to be able to store state in my MBean so I changed my MBean class to extend from org.jboss.ha.singleton.HASingletonSupport, but then I get the following error when deploying
| 2009-05-19 18:25:52,611 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error installing to Real: name=vfszip:/usr/local/jboss-5.0.1.GA/server/batch/deploy/batch.sar/ state=PreReal mode=Manual requiredState=
| Real
| org.jboss.deployers.spi.DeploymentException: Error deploying: squaretrade:service=Semaphore
| at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
| at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:118)
| at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
| at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
| at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
| at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
| at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
| at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
| at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:698)
| at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:304)
| at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:205)
| at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:405)
| at org.jboss.Main.boot(Main.java:209)
| at org.jboss.Main$1.run(Main.java:547)
| at java.lang.Thread.run(Thread.java:619)
| Caused by: java.lang.IllegalStateException: HAPartition property must be set before starting HAServiceMBeanSupport
| at org.jboss.ha.jmx.AbstractHAServiceMBeanSupport.startService(AbstractHAServiceMBeanSupport.java:175)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:376)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:322)
| at sun.reflect.GeneratedMethodAccessor107.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:157)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
| 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:668)
| at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:189)
| at $Proxy36.start(Unknown Source)
| at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
| at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
| at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
| at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
| at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
| at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
| at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
| at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
| at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
| at org.jboss.system.ServiceController.start(ServiceController.java:460)
| at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
| at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
| ... 23 more
|
The reason I am extending org.jboss.ha.singleton.HASingletonSupport is to be able to access the setDistributedState and getDistributedState methods. Is there some better/newer way to achieve this functionality that will not fail deployment?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232080#4232080
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232080
16 years, 11 months