2 Replies Latest reply on Jun 29, 2011 1:03 PM by ssiripuram

    Having classloader issues while running hibernate envers 3.6.5.Final on Jboss SOA-P 5.0.0

    ssiripuram

      I have setup maven for hibernate envers as below in Jboss Developer Studio, it is downloading envers 3.6.5 into my repository and no errors there. But when i try to run my application on Jboss AS 5.0.0, it is throwing the NoSuchMethod error as this envers jar file is not found in my server's lib directory. But if i place the envers 3.6.5.Final jar file in my server's lib directory it is givign the classloader issues as it is looking for jboss hibernate dependcies which were in jboss\commons\lib directory kind of a old version of hibernate-core, other hibernate jars.

       

      My questions is what are the required hibernate jars to run the hibernater envers 3.6.5 and where should i place them - i mean should i place in commons/lib directory replacing the old hibernate jars or drop it in myserver/lib directory.. any advise/help would be greatly appreciated!   <dependency>      <groupId>org.hibernate</groupId>                   hibernate-envers                   3.6.5.Final                   jar                   provided                </dependency>

       

       

      2011-06-29 10:05:40,867 WARN  Having classloader issues while running hibernate envers 3.6.5.Final on Jboss SOA-P 5.0.0 (main) Persistence provider caller does not implement the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null.

      2011-06-29 10:05:40,898 INFO  org.hibernate.cfg.Configuration (main) Reading mappings from resource : META-INF/orm-sqlserver.xml

      2011-06-29 10:05:40,930 ERROR org.jboss.kernel.plugins.dependency.AbstractKernelController (main) Error installing to Start: name=persistence.unit:unitName=#mss-sqlserver-MSS state=Create

      org.hibernate.MappingException: Unable to instantiate specified event (post-delete) listener class: org.hibernate.envers.event.AuditEventListener

           at org.hibernate.cfg.Configuration.setListeners(Configuration.java:1722)

           at org.hibernate.ejb.Ejb3Configuration.setListeners(Ejb3Configuration.java:1317)

           at org.hibernate.ejb.EventListenerConfigurator.setProperties(EventListenerConfigurator.java:163)

           at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:853)

           at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:425)

           at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:131)

           at org.jboss.jpa.deployment.PersistenceUnitDeployment.start(PersistenceUnitDeployment.java:301)

           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.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:59)

           at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:150)

           at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)

           at org.jboss.kernel.plugins.dependency.KernelControllerContextAction$JoinpointDispatchWrapper.execute(KernelControllerContextAction.java:243)

           at org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:47)

           at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:111)

           at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:72)

           at org.jboss.kernel.plugins.dependency.LifecycleAction.installActionInternal(LifecycleAction.java:221)

           at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54)

           at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42)

           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.dependency.plugins.AbstractController.install(AbstractController.java:1633)

           at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:935)

           at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1083)

           at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:985)

           at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:775)

           at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:540)

           at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:121)

           at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:51)

           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:1440)

           at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1158)

           at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1179)

           at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1099)

           at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

           at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1633)

           at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:935)

           at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1083)

           at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:985)

           at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:823)

           at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

           at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:782)

           at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)

           at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)

           at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)

           at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)

           at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:403)

           at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

           at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1633)

           at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:935)

           at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1083)

           at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:985)

           at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:775)

           at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:540)

           at org.jboss.system.server.profileservice.repository.AbstractProfileService.registerProfile(AbstractProfileService.java:308)

           at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:256)

           at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)

           at org.jboss.Main.boot(Main.java:221)

           at org.jboss.Main$1.run(Main.java:556)

           at java.lang.Thread.run(Thread.java:619)

      Caused by: java.lang.ClassNotFoundException: org.hibernate.envers.event.AuditEventListener from BaseClassLoader@32a325{VFSClassLoaderPolicy@74ece8{name=vfsfile:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/conf/jboss-service.xml domain=ClassLoaderDomain@2d59a3{name=DefaultDomain parentPolicy=BEFORE parent=org.jboss.bootstrap.NoAnnotationURLClassLoader@17471e0} roots=[MemoryContextHandler@7186667[path= context=vfsmemory://a18z5f-rgnqea-gpicxfdj-1-gpicxjbw-7 real=vfsmemory://a18z5f-rgnqea-gpicxfdj-1-gpicxjbw-7], DelegatingHandler@23922586[path=commons-httpclient-3.0.1.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/commons-httpclient-3.0.1.jar], DelegatingHandler@17712783[path=db2jcc4-4.0.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/db2jcc4-4.0.jar], DelegatingHandler@3831981[path=db2jcc4_license_cisuz-4.0.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/db2jcc4_license_cisuz-4.0.jar], DelegatingHandler@6251340[path=h2-1.0.68.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/h2-1.0.68.jar], DelegatingHandler@31151143[path=picketlink-bindings-1.0.1.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/picketlink-bindings-1.0.1.jar], DelegatingHandler@7871956[path=picketlink-bindings-jboss-1.0.1.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/picketlink-bindings-jboss-1.0.1.jar], DelegatingHandler@18490742[path=picketlink-fed-api-1.0.1.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/picketlink-fed-api-1.0.1.jar], DelegatingHandler@7959524[path=picketlink-fed-core-1.0.1.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/picketlink-fed-core-1.0.1.jar], DelegatingHandler@26707490[path=picketlink-fed-model-1.0.1.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/picketlink-fed-model-1.0.1.jar], DelegatingHandler@14610767[path=picketlink-web-1.0.1.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/picketlink-web-1.0.1.jar], DelegatingHandler@11829808[path=picketlink-xmlsec-model-1.0.1.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/picketlink-xmlsec-model-1.0.1.jar], DelegatingHandler@13577225[path=sqljdbc4.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/sqljdbc4.jar], FileHandler@22284919[path=sqljdbc4.jar.old.2.0 context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/server/cfna/lib/sqljdbc4.jar.old.2.0], DelegatingHandler@8072489[path=antlr.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/antlr.jar], DelegatingHandler@13762776[path=asm.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/asm.jar], DelegatingHandler@20281290[path=autonumber-plugin.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/autonumber-plugin.jar], DelegatingHandler@21732224[path=bcel.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/bcel.jar], DelegatingHandler@13512112[path=bsf.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/bsf.jar], DelegatingHandler@1671238[path=bsh.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/bsh.jar], DelegatingHandler@3453776[path=cglib.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/cglib.jar], DelegatingHandler@32014774[path=commons-collections.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/commons-collections.jar], DelegatingHandler@26998677[path=commons-logging.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/commons-logging.jar], DelegatingHandler@10185078[path=ejb3-persistence.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ejb3-persistence.jar], DelegatingHandler@19459423[path=el-api.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/el-api.jar], DelegatingHandler@33033230[path=hibernate-annotations.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/hibernate-annotations.jar], DelegatingHandler@31433872[path=hibernate-c3p0.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/hibernate-c3p0.jar], DelegatingHandler@28110067[path=hibernate-commons-annotations.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/hibernate-commons-annotations.jar], DelegatingHandler@33051837[path=hibernate-core.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/hibernate-core.jar], DelegatingHandler@8611623[path=hibernate-ehcache.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/hibernate-ehcache.jar], DelegatingHandler@15295742[path=hibernate-entitymanager.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/hibernate-entitymanager.jar], DelegatingHandler@15046805[path=hibernate-jmx.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/hibernate-jmx.jar], DelegatingHandler@25455877[path=hibernate-oscache.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/hibernate-oscache.jar], DelegatingHandler@17921665[path=hibernate-proxool.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/hibernate-proxool.jar], DelegatingHandler@24845314[path=hibernate-swarmcache.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/hibernate-swarmcache.jar], DelegatingHandler@23850238[path=hibernate-validator.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/hibernate-validator.jar], DelegatingHandler@9711883[path=hsqldb-plugin.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/hsqldb-plugin.jar], DelegatingHandler@18865135[path=hsqldb.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/hsqldb.jar], DelegatingHandler@10512406[path=jaxen.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jaxen.jar], DelegatingHandler@17930334[path=jboss-common-jdbc-wrapper.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-common-jdbc-wrapper.jar], DelegatingHandler@2781966[path=jboss-current-invocation-aspects.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-current-invocation-aspects.jar], DelegatingHandler@15184847[path=jboss-ejb3-cache.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ejb3-cache.jar], DelegatingHandler@30281418[path=jboss-ejb3-common.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ejb3-common.jar], DelegatingHandler@19727408[path=jboss-ejb3-core.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ejb3-core.jar], DelegatingHandler@7213272[path=jboss-ejb3-deployers.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ejb3-deployers.jar], DelegatingHandler@1305259[path=jboss-ejb3-endpoint.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ejb3-endpoint.jar], DelegatingHandler@26448128[path=jboss-ejb3-ext-api-impl.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ejb3-ext-api-impl.jar], DelegatingHandler@18142818[path=jboss-ejb3-ext-api.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ejb3-ext-api.jar], DelegatingHandler@17221310[path=jboss-ejb3-interceptors.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ejb3-interceptors.jar], DelegatingHandler@31582617[path=jboss-ejb3-jpa-int.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ejb3-jpa-int.jar], DelegatingHandler@11498013[path=jboss-ejb3-mc-int.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ejb3-mc-int.jar], DelegatingHandler@7145136[path=jboss-ejb3-metadata.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ejb3-metadata.jar], DelegatingHandler@30551515[path=jboss-ejb3-proxy-clustered.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ejb3-proxy-clustered.jar], DelegatingHandler@29401207[path=jboss-ejb3-proxy-impl.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ejb3-proxy-impl.jar], DelegatingHandler@23536403[path=jboss-ejb3-proxy-spi.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ejb3-proxy-spi.jar], DelegatingHandler@3137586[path=jboss-ejb3-security.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ejb3-security.jar], DelegatingHandler@19408647[path=jboss-ejb3-timerservice-spi.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ejb3-timerservice-spi.jar], DelegatingHandler@18507313[path=jboss-ejb3-transactions.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ejb3-transactions.jar], DelegatingHandler@2829560[path=jboss-ha-client.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ha-client.jar], DelegatingHandler@9788212[path=jboss-ha-server-api.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ha-server-api.jar], DelegatingHandler@26654547[path=jboss-ha-server-cache-jbc.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ha-server-cache-jbc.jar], DelegatingHandler@31304962[path=jboss-ha-server-cache-spi.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-ha-server-cache-spi.jar], DelegatingHandler@9016474[path=jboss-hibernate.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-hibernate.jar], DelegatingHandler@8075231[path=jboss-iiop.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-iiop.jar], DelegatingHandler@26290774[path=jboss-integration.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-integration.jar], DelegatingHandler@24291903[path=jboss-jaspi-api.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-jaspi-api.jar], DelegatingHandler@17247120[path=jboss-javaee.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-javaee.jar], DelegatingHandler@29165247[path=jboss-jca.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-jca.jar], DelegatingHandler@17175193[path=jboss-jpa-deployers.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-jpa-deployers.jar], DelegatingHandler@28252437[path=jboss-jsr77.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-jsr77.jar], DelegatingHandler@9942961[path=jboss-jsr88.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-jsr88.jar], DelegatingHandler@10276870[path=jboss-management.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-management.jar], DelegatingHandler@18707897[path=jboss-messaging-int.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-messaging-int.jar], DelegatingHandler@18610053[path=jboss-messaging.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-messaging.jar], DelegatingHandler@18304709[path=jboss-metadata.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-metadata.jar], DelegatingHandler@20211730[path=jboss-monitoring.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-monitoring.jar], DelegatingHandler@27035333[path=jboss-negotiation.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-negotiation.jar], DelegatingHandler@22293724[path=jboss-profileservice.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-profileservice.jar], DelegatingHandler@21840659[path=jboss-remoting-aspects.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-remoting-aspects.jar], DelegatingHandler@24027487[path=jboss-remoting.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-remoting.jar], DelegatingHandler@2389016[path=jboss-security-aspects.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-security-aspects.jar], DelegatingHandler@21094410[path=jboss-security-spi.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-security-spi.jar], DelegatingHandler@31174955[path=jboss-serialization.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-serialization.jar], DelegatingHandler@5014562[path=jboss-srp.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-srp.jar], DelegatingHandler@24565346[path=jboss-threads.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-threads.jar], DelegatingHandler@16046701[path=jboss-transaction-aspects.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss-transaction-aspects.jar], DelegatingHandler@19949342[path=jboss.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jboss.jar], DelegatingHandler@12715534[path=jbossas-remoting.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jbossas-remoting.jar], DelegatingHandler@1816810[path=jbossha.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jbossha.jar], DelegatingHandler@599654[path=jbossjts-integration.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jbossjts-integration.jar], DelegatingHandler@12066474[path=jbossjts-jacorb.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jbossjts-jacorb.jar], DelegatingHandler@31811005[path=jbossjts.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jbossjts.jar], DelegatingHandler@24798854[path=jbosssx-server.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jbosssx-server.jar], DelegatingHandler@14740287[path=jbosssx.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jbosssx.jar], DelegatingHandler@7647499[path=jbossts-common.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jbossts-common.jar], DelegatingHandler@18053010[path=jbossws-common.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jbossws-common.jar], DelegatingHandler@17769531[path=jbossws-framework.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jbossws-framework.jar], DelegatingHandler@18073623[path=jbossws-native-jaxrpc.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jbossws-native-jaxrpc.jar], DelegatingHandler@28664226[path=jbossws-native-jaxws-ext.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jbossws-native-jaxws-ext.jar], DelegatingHandler@18670846[path=jbossws-native-jaxws.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jbossws-native-jaxws.jar], DelegatingHandler@33426790[path=jbossws-native-saaj.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jbossws-native-saaj.jar], DelegatingHandler@2220309[path=jbossws-spi.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jbossws-spi.jar], DelegatingHandler@4214450[path=jbossxacml.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jbossxacml.jar], DelegatingHandler@32414915[path=jmx-adaptor-plugin.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jmx-adaptor-plugin.jar], DelegatingHandler@7721332[path=jnpserver.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jnpserver.jar], DelegatingHandler@17451570[path=joesnmp.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/joesnmp.jar], DelegatingHandler@9261983[path=jsp-api.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/jsp-api.jar], DelegatingHandler@7143557[path=log4j-snmp-appender.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/log4j-snmp-appender.jar], DelegatingHandler@4016151[path=log4j.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/log4j.jar], DelegatingHandler@21488974[path=mail-plugin.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/mail-plugin.jar], DelegatingHandler@18846124[path=mail.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/mail.jar], DelegatingHandler@26539111[path=properties-plugin.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/properties-plugin.jar], DelegatingHandler@3788914[path=quartz.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/quartz.jar], DelegatingHandler@27534041[path=scheduler-plugin-example.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/scheduler-plugin-example.jar], DelegatingHandler@15471347[path=scheduler-plugin.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/scheduler-plugin.jar], DelegatingHandler@13636369[path=servlet-api.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/servlet-api.jar], DelegatingHandler@9698561[path=slf4j-api.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/slf4j-api.jar], DelegatingHandler@29839629[path=slf4j-jboss-logging.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/slf4j-jboss-logging.jar], DelegatingHandler@10109679[path=xnio-api.jar context=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/ real=file:/C:/JBoss/jboss-soa-p.5.0.0/jboss-as/common/lib/xnio-api.jar]]  delegates=null exported=[org.hibernate.loader.collection, , org.jboss.deployers.spi.management.deploy, org.picketlink.identity.federation.ws.wss.secext, org.jboss.remoting.transporter, com.arjuna.ats.internal.jts.interposition.resources.osi, com.arjuna.ats.internal.jta.transaction.jts.subordinate, org.jboss.ejb3.proxy.clustered.objectfactory.session.stateful, com.arjuna.ats.txoj.semaphore, org.jboss.wsf.common.injection.finders, org.jboss.varia.property, com.arjuna.common.util.propertyservice, com.arjuna.common.util.logging, org.jboss.jms.server.messagecounter, com.arjuna.ats.internal.jts.orbspecific.interposition.resources.osi, org.jboss.remoting.samples.transporter.proxy, org.jboss.remoting.invocation, org.jboss.profileservice.management.views, javax.persistence, org.hibernate.engine.loading, org.jboss.security.xacml.sunxacml.combine, org.jboss.jms.client.remoting, com.arjuna.ats.internal.txoj.recovery, org.jboss.remoting.samples.transporter.serialization.server, org.picketlink.identity.federation.bindings.tomcat.sp, com.ibm.db2.jcc.sqlj, javax.xml.registry.infomodel, com.arjuna.orbportability.orb, org.jboss.resource.adapter.jdbc.remote, org.picketlink.identity.federation.saml.v2.protocol, org.jboss.resource.spi.timer, org.jboss.ha.cachemanager, org.jboss.ejb3.proxy.impl.io, org.jboss.web.tomcat.service.session.distributedcache.spi, org.jboss.wsf.test, org.h2.api, net.sf.cglib.core, org.jboss.ejb3.cluster.metadata, com.ibm.db2.jcc.uw, org.jboss.metadata.annotation.creator.client, org.jboss.resource.statistic.formatter, com.arjuna.ats.internal.jta.transaction.arjunacore, org.jboss.security.mapping.providers.principal, org.jboss.hibernate.deployers.metadata, com.arjuna.ats.internal.jts.orbspecific.jacorb.recoverycoordinators, org.jboss.wsf.common.management, org.jboss.resource.metadata, javax.enterprise.deploy.spi, org.apache.log4j.lf5, org.jboss.remoting.detection.jndi, org.jboss.security.integration, com.arjuna.common.internal.util.logging.simpleLog, org.picketlink.identity.federation.saml.v2.ac.classes.smartcardpki, org.jboss.jms.server.remoting, org.jboss.ejb3.metadata, org.hibernate.cache.access, META-INF.maven.org.jboss.cluster.jboss-ha-server-api, org.jboss.remoting.samples.transporter.basic, org.apache.bsf.util, org.hibernate.intercept.cglib, org.jboss.remoting.transport.sslrmi, org.picketlink.identity.federation.core.xmlenc.factories, org.hibernate.proxy, org.apache.bcel.verifier.exc, org.jboss.remoting.stream, org.apache.log4j.varia, com.arjuna.orbportability.internal, org.hibernate.cache, org.jboss.jmx.adaptor.rmi, org.jboss.security.auth.container.config, org.hibernate.usertype, javax.security.auth.message.module, org.jboss.management.j2ee.statistics, org.jboss.remoting, schema.config, org.picketlink.identity.federation.bindings.tomcat.idp, org.jboss.serial.util, org.jboss.security.acl.config, org.jboss.resource.adapter.jdbc.vendor, com.arjuna.ArjunaOTS, META-INF.maven.org.jboss.ws.native.jbossws-native-saaj, org.jboss.resource.adapter.jdbc, org.hibernate.ejb.event, com.arjuna.ats.internal.jts.utils, org.jboss.metadata.validation.chain.ejb.jboss, com.arjuna.ats.jta.utils, javax.servlet, org.jboss.monitor.alerts, com.arjuna.ats.internal.jts.orbspecific.interposition.resources.arjuna, org.hibernate.annotations, org.jboss.jms.wireformat, com.arjuna.ats.internal.arjuna.objectstore.jdbc, antlr.debug.misc, org.jboss.security.xacml.jaxb, org.jboss.profileservice.management.client.upload, org.hibernate.hql.ast.exec, org.jboss.ejb3.deployers, org.jboss.profileservice.cluster.repository, org.jboss.metadata.process.processor, org.jboss.wsf.spi.util, org.jboss.remoting.samples.detection.multicast, org.hibernate.context, org.picketlink.identity.federation.web.handlers, org.jboss.xnio.management, org.jboss.jmx.connector.invoker, org.jboss.profileservice.web, javax.enterprise.deploy.model, org.picketlink.identity.federation.saml.v2.ac.classes.internetprotocol, org.jboss.web.tomcat.service.session.distributedcache.impl.jbc, xmdesc, org.jboss.ejb3.interceptors.container, org.jboss.remoting.transport.web, org.hibernate.id.enhanced, javax.enterprise.deploy.shared, org.jboss.metadata.common.jboss, org.hibernate.dialect.resolver, org.jboss.ejb3.enc, org.jboss.ejb3.proxy.factory, org.jboss.remoting.samples.callback.statistics, org.picketlink.identity.federation.core.exceptions, com.arjuna.ats.jta.xa, org.jboss.proxy.ejb.handle, org.jboss.ejb3.proxy.clustered.factory.session.stateful, org.jboss.metadata.serviceref, javax.mail.event, org.apache.bsf.engines.xslt, org.jboss.ejb3.proxy.impl.objectfactory.session.stateless, org.jaxen.pattern, org.jboss.ha.client.loadbalance, org.apache.log4j.lf5.viewer, org.jboss.ejb.plugins.cmp.jdbc, org.jboss.ejb3.proxy.impl.objectstore, org.jboss.metadata.annotation.finder, org.jboss.jms.server.security, org.picketlink.identity.federation.core.saml.v2.holders, org.jboss.aspects.currentinvocation, org.jboss.wsf.framework.serviceref, org.jboss.web.tomcat.service.session.distributedcache.impl, org.jboss.ejb3.dependency, com.arjuna.ats.jbossatx.jta, org.jboss.iiop.jacorb, org.picketlink.identity.xmlsec.w3.xmldsig, org.apache.bcel.generic, org.slf4j.helpers, org.h2.tools, org.quartz.plugins.xml, com.arjuna.ats.txoj.lockstore, META-INF.maven.org.jboss.ejb3.jboss-ejb3-timerservice-spi, com.sun.mail.handlers, org.jboss.remoting.serialization.impl.java, org.jboss.profileservice.management.mbean, META-INF.maven.org.jboss.ejb3.jboss-ejb3-mc-int, org.jboss.metadata.jpa.spec, org.jboss.ejb3.endpoint, org.hibernate.intercept.javassist, com.arjuna.orbportability.internal.orbspecific.orb.implementations, org.jboss.injection.lang.reflect, com.arjuna.ats.jbossatx.jts, org.jboss.ejb3.proxy.impl.objectfactory, org.picketlink.identity.federation.saml.v2.ac.classes.passwordprotectedtransport, org.jboss.ejb3.protocol.jarjar, org.jboss.remoting.transport.servlet, com.arjuna.ats.internal.jta.xa, COM.ibm.db2.app, org.jboss.ha.client.loadbalance.aop, org.hibernate.stat, javax.xml.ws, org.jboss.invocation.iiop, org.picketlink.identity.federation.api.soap, org.picketlink.identity.federation.saml.v2.metadata, org.jboss.ejb3.proxy.impl.invocation, com.arjuna.ats.tsmx.mbeans, org.jboss.varia.autonumber, org.jboss.deployers.spi.management, org.quartz.simpl, org.jboss.security.plugins.acl, org.jboss.profileservice.management, org.jboss.deployment.services, org.quartz.jobs, javax.xml.rpc.handler.soap, com.arjuna.orbportability.utils, org.jboss.ws.tools.io, org.hibernate.impl, com.arjuna.ats.internal.arjuna.gandiva.nameservice, org.jboss.wsf.common.reflection, org.jboss.remoting.samples.multiplex, org.hibernate.event.def, org.hibernate.persister, org.hibernate.ejb.transaction, org.hibernate.validator.resources, org.jboss.remoting.samples.transporter.complex.server, org.jboss.remoting.marshal.serializable, org.jboss.ejb3.proxy.clustered.handler.session.stateful, org.picketlink.identity.federation.bindings.jboss.subject, sqlj.runtime.profile.util, org.jboss.security.mapping.providers, org.h2.security, org.jboss.wsf.framework.management.recording, META-INF.maven.org.picketlink.picketlink-xmlsec-model, org.jboss.messaging.core.impl.jchannelfactory, org.jnp.interfaces, org.jboss.verifier, org.picketlink.identity.federation.api.openid.provider, javax.xml.rpc, org.apache.commons.httpclient.methods, org.picketlink.identity.federation.core.wstrust.exceptions, org.opennms.protocols.snmp.asn1, org.jboss.ejb3.interceptors.currentinvocation, org.hibernate.tool.instrument.cglib, org.jboss.client, org.jboss.profileservice.spi.metadata, org.hibernate.annotations.common.reflection.java, com.arjuna.ats.internal.jts.orbspecific.interposition.coordinator, bsh.util.lib, org.picketlink.identity.federation.saml.v2.ac.classes.mobiletwofactorunregistered, org.jboss.remoting.samples.transporter.multiple.client, org.jboss.security.xacml.interfaces, org.jboss.ha.hasessionstate.server, org.jboss.iiop.test, org.quartz.core, org.jboss.ejb.plugins.cmp.jdbc2.schema, org.jboss.ejb3.interceptors.proxy, META-INF.maven.org.jboss.jpa.jboss-jpa-deployers, com.arjuna.ats.txoj.logging, com.arjuna.ats.internal.arjuna.template, org.jboss.metadata.ejb.spec, org.hibernate.type, com.arjuna.ats.arjuna.gandiva.inventory, org.picketlink.identity.federation.ws.wss.utility, javax.xml.ws.http, com.arjuna.ats.jbossatx.logging, org.jboss.verifier.strategy, org.apache.commons.httpclient.protocol, META-INF.maven.org.hibernate.hibernate-oscache, org.picketlink.identity.federation.core.saml.v2.metadata.store, org.jboss.remoting.samples.transporter.custom.server, org.apache.bsf.util.event.adapters, org.apache.log4j.lf5.viewer.images, org.apache.commons.collections.set, org.hibernate.loader, org.jboss.jms.delegate, org.hibernate.engine, org.quartz.spi, com.arjuna.ats.jts.common, org.picketlink.identity.federation.saml.v2.ac.classes.kerberos, META-INF.maven.org.jboss.ws.jbossws-common, org.jboss.security.propertyeditor, org.picketlink.identity.federation.org.xmlsoap.schemas.soap.envelope, org.jboss.ha.framework.server.util, org.jboss.profileservice.management.client, org.picketlink.identity.federation.saml.v2.ac.classes.x509, com.arjuna.orbportability.exceptions, org.picketlink.identity.federation.web.constants, org.jboss.mail, org.h2.command.dml, org.h2.message, org.jboss.remoting.detection.util, org.jboss.ws.core.utils, com.arjuna.ats.jts.tx, org.jboss.ejb, org.jboss.wsf.spi.metadata.j2ee.serviceref, net.sf.cglib.reflect, org.jboss.ha.jndi.spi, com.arjuna.orbportability.logging, com.arjuna.orbportability.internal.common, org.jboss.serial.objectmetamodel, org.hsqldb.jdbc, com.arjuna.ats.internal.jta.transaction.arjunacore.subordinate.jca, META-INF.maven.org.hibernate.hibernate-core, javax.mail.util, org.apache.log4j.nt, org.jboss.security.srp, com.arjuna.ats.internal.txoj.semaphore, org.picketlink.identity.federation.core.handler.config, org.picketlink.identity.federation.saml.v2, com.arjuna.common.internal.util.propertyservice.plugins.io, org.jboss.security.xacml.locators, com.arjuna.ats.internal.jbossatx.jta.jca, org.jboss.remoting.transport.rmi, org.hibernate.tuple, org.hibernate.annotations.common.reflection, org.jboss.web, org.hibernate.classic, bsh.reflect, org.hibernate.ejb.connection, org.picketlink.identity.federation.bindings.tomcat, sqlj.runtime, org.jboss.security.xacml.util, org.jboss.security.ssl, org.picketlink.identity.federation.bindings.jboss.attribute, org.jboss.ejb3.mdb, javax.transaction.xa, org.hsqldb, org.picketlink.identity.federation.core.saml.v2.common, com.arjuna.ats.jta.common, org.hibernate.jdbc.util, javax.security.auth.message.config, META-INF.maven.org.jboss.ejb3.jboss-ejb3-endpoint, org.jboss.jms.server.connectormanager, com.arjuna.ats.jts.utils, org.jboss.metadata.process.processor.ejb.jboss, org.picketlink.identity.federation.saml.v2.ac.classes.internetprotocolpassword, org.omg.stub.javax.ejb, org.jboss.jpa.tx, org.jboss.remoting.samples.oneway, org.hibernate.loader.entity, org.jboss.messaging.core.impl.clusterconnection, com.arjuna.ats.internal.jta.utils.jts, org.jboss.wsf.spi.deployment, antlr.collections.impl, org.jboss.ejb3.interceptors.direct, org.apache.log4j.or, org.hibernate, org.picketlink.identity.federation.saml.v2.ac.classes.spki, META-INF.maven.org.jboss.ejb3.jboss-ejb3-jpa-int, javax.xml.rpc.soap, com.arjuna.ats.internal.tsmx.agent.exceptions, org.jboss.ha.jndi, org.hsqldb.sample, org.hibernate.bytecode.util, org.hsqldb.lib, com.arjuna.ats.txoj.exceptions, org.jboss.ejb3.metamodel, com.arjuna.ats.jts.exceptions, org.h2.store.fs, org.apache.log4j.or.jms, META-INF.maven.org.jboss.ws.native.jbossws-native-jaxws-ext, javax.interceptor, org.jboss.wsf.spi.tools.ant, security, org.jboss.resource.timer, com.arjuna.ats.tsmx.agent.exceptions, com.arjuna.ats.jta.transaction, org.jboss.ejb3.metadata.plugins.loader, org.jboss.deployment.vfs, com.arjuna.ats.internal.jta.recovery.arjunacore, org.jaxen, com.arjuna.ats.internal.jts.lifecycle, com.arjuna.ats.jta.resources, org.jboss.wsf.common.logging, com.arjuna.ats.arjuna.utils, org.jboss.ejb3.aop, META-INF.maven.org.jboss.ejb3.jboss-ejb3-security, org.jboss.jms.client.delegate, bsh.commands, org.picketlink.identity.federation.core.wstrust.plugins.saml, com.arjuna.ats.tsmx.agent, org.jboss.security.xacml.sunxacml.support, org.jboss.serial.finalcontainers, com.arjuna.ats.internal.txoj.lockstore, org.jboss.resource.security, com.arjuna.ats.jts.recovery, com.ibm.db2.jcc, org.jboss.messaging.core.impl.tx, org.jboss.resource.connectionmanager, javax.xml.ws.addressing.soap, org.quartz.impl.calendar, org.jboss.deployment.dependency, org.jboss.security.identity.fed, META-INF.maven.org.picketlink.picketlink-fed-core, com.arjuna.ats.internal.jts.orbspecific.recovery.recoverycoordinators, net.sf.cglib.transform, org.jboss.ejb3.kernel, META-INF.maven.org.jboss.ejb3.jboss-ejb3-proxy-clustered, org.jboss.wsf.framework, com.arjuna.ats.arjuna.coordinator, org.jboss.invocation, javax.servlet.http, com.arjuna.common.internal.util.licence.utils, org.jboss.metadata.validation, javax.jws, org.hibernate.bytecode, org.jboss.security.mapping, org.jboss.jms.exception, org.apache.log4j.spi, org.jboss.ejb3.interceptors.lang, org.jboss.ejb3.common.resolvers.spi, com.arjuna.ats.jts.thread, org.h2.command, org.jboss.ejb3.core.resolvers, com.arjuna.ats.arjuna.gandiva.nameservice, org.jboss.security.xacml.sunxacml.ctx, org.picketlink.identity.federation.saml.v2.ac.classes.previoussession, org.jboss.ejb3.naming, org.jboss.messaging.core.impl, org.jboss.remoting.samples.transporter.clustered.server, org.jboss.jpa.resolvers, org.hsqldb.util.sqltool, org.jboss.hibernate.deployers, org.jboss.ejb.plugins.local, org.jboss.monitor, org.jboss.remoting.samples.transporter.proxy.client, META-INF.maven.org.hibernate.hibernate-c3p0, org.hibernate.cache.entry, org.quartz, org.jboss.threads, net.sf.cglib.proxy, org.hibernate.hql, org.jboss.security.auth.spi, com.arjuna.common.util, org.hibernate.tuple.component, org.hibernate.transform, com.arjuna.orbportability.internal.orbspecific.jacorb.orb.implementations, org.jboss.ejb3.cache.persistence, org.jboss.invocation.pooled.server, org.jboss.security.identitytrust.modules, org.jboss.metadata.common.spi, com.arjuna.ats.internal.jta.utils, com.arjuna.ats.internal.jts.orbspecific.recovery, org.jboss.security.authorization.modules, org.jboss.verifier.event, org.jboss.iiop.rmi.marshal, org.jboss.ejb3.proxy.clustered.registry, org.apache.log4j.jdbc, com.arjuna.ats.internal.jta.recovery.jts, org.objectweb.asm, org.jboss.ejb3.common.resolvers.plugins, com.arjuna.ats.internal.jta.resources.errorhandlers, org.apache.bcel.util, org.jboss.ejb3.proxy.clustered.familyname, org.jboss.annotation.javaee, org.h2, org.jboss.ejb3.metadata.annotation, org.hibernate.sql, org.jboss.messaging.util, org.jboss.ejb.plugins.cmp.jdbc.metadata, com.arjuna.common.util.propertyservice.propertycontainer, org.jboss.invocation.http.server, org.hsqldb.persist, org.jboss.wsf.spi.metadata.injection, org.jboss.remoting.transport.sslsocket, com.arjuna.ats.arjuna.state, org.hibernate.lob, org.jboss.ejb3.interceptors.aop, org.jboss.ejb3.security.helpers, org.jboss.wsf.spi.management, org.jboss.ejb3.proxy.impl.objectfactory.session, org.jboss.remoting.detection.multicast, org.h2.store, org.jboss.security.authorization.modules.web, META-INF.maven.org.picketlink.picketlink-bindings-jboss, org.hibernate.persister.entity, antlr.build, org.jboss.classloading.spi, org.jboss.metadata.rar.jboss, org.jboss.jpa.injection, org.jboss.wsf.common.concurrent, org.h2.constant, META-INF.maven.org.jboss.ejb3.jboss-ejb3-ext-api, org.picketlink.identity.federation.saml.v2.ac.classes.timesynctoken, org.picketlink.identity.xmlsec.w3.xmlenc, org.jboss.jca.spi, org.jboss.remoting.samples.bisocket, com.arjuna.orbportability.internal.orbspecific.oa.implementations, org.picketlink.identity.federation.ws.addressing, org.apache.log4j.lf5.viewer.configure, org.jboss.ejb3.common.registrar.spi, org.jboss.ejb3.security.embedded.plugins, org.jboss.crypto.digest, org.jboss.naming.java, org.jboss.security.xacml.sunxacml, org.jboss.remoting.samples.transporter.complex, META-INF.maven.org.jboss.ejb3.jboss-ejb3-ext-api-impl, com.arjuna.ats.arjuna.thread, org.apache.commons.collections.map, javax.xml.rpc.holders, org.jboss.jms.server.plugin.contract, META-INF.maven.org.hibernate.hibernate-swarmcache, org.jboss.ejb3.interceptors.registry, org.jboss.tm.usertx.client, org.jboss.security.negotiation.ntlm.encoding, com.arjuna.ats.txoj, org.hibernate.cfg.search, org.jboss.remoting.transport.bisocket, org.picketlink.identity.federation.saml.v2.ac.classes.password, com.ibm.db2.jcc.resources, org.h2.table, org.jboss.resource.binding.remote, org.picketlink.identity.federation.saml.v2.ac, org.jboss.ejb3.injection, com.arjuna.ats.txoj.common, org.picketlink.identity.federation.saml.v2.ac.classes.xmldsig, org.jboss.wsf.spi.serviceref, javax.security.jacc, COM.ibm.db2os390.sqlj.custom, org.jboss.ejb3.proxy.impl.factory.session, META-INF.maven.org.jboss.ws.native.jbossws-native-jaxrpc, org.jboss.wsf.common.utils, org.jboss.jms.server.bridge, com.arjuna.ats.internal.arjuna, javax.enterprise.deploy.spi.exceptions, org.quartz.xml, org.jboss.management.j2ee, org.jboss.deployment.spi.configurations, org.h2.res, bsh.servlet, org.jboss.aspects.tx, org.apache.commons.collections.iterators, org.jboss.serial.io, com.arjuna.orbportability.internal.orbspecific.jacorb.oa.implementations, org.picketlink.identity.federation.web.servlets, com.arjuna.orbportability.orb.core, org.hibernate.cfg.annotations.reflection, org.hibernate.id, com.arjuna.ats.internal.jts.interposition.resources.strict, org.picketlink.identity.federation.api.w3.xmldsig, org.jboss.ejb3.common.thread, com.arjuna.common, org.jboss.jpa.util, org.jboss.deployment, META-INF.maven.org.picketlink.picketlink-fed-model, org.jboss.ejb3.common.metadata, javax.ejb.spi, bsh.collection, org.jboss.metamodel.descriptor, com.arjuna.ats.internal.jta.transaction.jts.jca, org.jboss.profileservice.management.upload, org.jboss.ejb3.proxy.impl.factory.session.service, org.jboss.invocation.local, META-INF.maven.org.slf4j.slf4j-api, org.jaxen.function, META-INF.maven.org.jboss.cluster.jboss-ha-client, org.jboss.security.microcontainer.beans.metadata, com.arjuna.ats.arjuna.objectstore.jdbc, org.jboss.remoting.samples.multiplex.invoker, org.jaxen.javabean, org.jboss.ejb3.tx.container, org.jboss.lang.ref, org.hsqldb.resources, org.picketlink.identity.federation.core.impl, org.jboss.security.xacml.sunxacml.finder.impl, org.jboss.ejb3.common.spi, org.jboss.metadata.process.chain.ejb.jboss, org.picketlink.identity.federation.core.interfaces, org.jboss.security.xacml.sunxacml.support.finder, com.arjuna.ats.internal.jta.resources.jts.orbspecific, org.jboss.jms.server.container, org.jboss.profileservice.management.templates, org.apache.bsf.util.cf, org.quartz.utils, org.jboss.ha.framework.test, org.hibernate.validator.event, javax.security.auth.message.callback, org.jboss.ejb3.common.lang, org.hsqldb.lib.java, org.jboss.iiop.naming, com.arjuna.ats.internal.jts.interposition, org.jboss.security.xacml.bridge, org.jboss.remoting.samples.chat, org.jboss.ejb3.core.proxy.spi, org.jnp.server, com.arjuna.ats.internal.jbossatx.jts, org.hsqldb.scriptio, org.apache.commons.httpclient.methods.multipart, org.jboss.metadata.client.spec, org.w3c.dom, com.arjuna.ats.tsmx.common, org.jaxen.function.ext, com.arjuna.ats.internal.jbossatx.jta, org.picketlink.identity.federation.api.saml.v2.sig, org.jboss.ejb3.security.annotation, org.jnp.interfaces.java, com.ibm.db2.jcc.uw.a, bsh, org.jboss.ejb3.entity.hibernate, org.apache.log4j.lf5.util, org.quartz.plugins.management, org.jaxen.saxpath.helpers, org.jboss.metadata.annotation.creator.ws, org.jboss.remoting.samples.transporter.proxy.server, javax.jms, antlr.actions.python, org.jboss.ejb3.util, org.picketlink.identity.federation.web.interfaces, org.hibernate.loader.custom, stylesheets, org.jnp.client, javax.jws.soap, org.jboss.profileservice.management.upload.remoting, org.hibernate.engine.query.sql, org.jboss.ejb3.common.string, org.jboss.ejb3.metadata.spi.signature, org.jboss.metadata.validation.validator.ejb.jboss, org.picketlink.identity.federation.core.wstrust.auth, org.jboss.ejb3.javaee, javax.resource.spi, org.hibernate.persister.collection, org.hibernate.hql.ast.tree, org.jboss.remoting.samples.simple, org.jboss.remoting.serialization, org.jboss.profileservice.management.matchers, org.jaxen.expr.iter, org.jboss.ejb3.proxy.impl.remoting, org.jboss.remoting.transport.servlet.web, org.jboss.ha.singleton.examples, com.arjuna.ats.internal.jts.orbspecific.interposition.resources.restricted, org.jboss.ejb3.proxy.clustered.objectstore, org.jboss.remoting.samples.chat.utility, org.jboss.ejb3.timerservice.spi, org.jboss.jms.client.plugin, com.arjuna.ats.internal.jts.resources, org.jboss.remoting.transport.sslservlet, org.jboss.security.plugins.audit, org.jboss.ejb3.proxy, com.arjuna.ats.internal.jts.recovery.contact, org.hibernate.hql.antlr, org.jboss.security.identitytrust, org.jboss.ejb3.interceptors.annotation, org.jboss.deployment.spi.status, org.jboss.remoting.loading, org.hibernate.proxy.pojo.javassist, com.arjuna.ats.jts.extensions, javax.resource.spi.work, com.arjuna.ats.jts.orbspecific.jacorb.interceptors.context, org.picketlink.identity.federation.web.process, com.arjuna.common.util.exceptions, org.jboss.security.jndi, org.apache.commons.collections.bidimap, org.jboss.ejb.plugins.lock, META-INF.maven.org.jboss.aspects.jboss-remoting-aspects, org.jboss.aspects.remoting.interceptors.invoker, org.jboss.remoting.samples.transporter.multiple, org.apache.bcel.verifier.structurals, org.quartz.helpers, org.jboss.varia.scheduler.example, org.jboss.crypto, org.apache.bsf, org.jboss.security.identity, org.picketlink.identity.federation.web.core, javax.servlet.jsp.tagext, com.arjuna.ats.jbossatx, org.hibernate.jmx, org.jboss.resource.work, javax.enterprise.deploy.spi.status, org.jboss.security.identitytrust.config, com.arjuna.ats.internal.jts.orbspecific.interposition.resources, org.jboss.metadata.validation.validator, org.hibernate.hql.ast, antlr, com.arjuna.ats.internal.txoj, org.jboss.resource.statistic, org.jboss.naming, com.ibm.db2.jcc.licenses, org.jboss.jms.server.connectionfactory, org.jboss.remoting.detection, org.hibernate.proxy.map, org.apache.commons.collections.buffer, org.jboss.metadata.validation.chain, org.jboss.wsf.spi.binding, org.picketlink.identity.federation.bindings.jboss.auth, org.picketlink.identity.federation.api.openid, org.jboss.wsf.spi.invocation, org.jboss.remoting.security, org.picketlink.identity.federation.core.constants, org.hibernate.annotations.common.util, org.jboss.ejb3.jpa.integration, javax.xml.registry, org.jboss.jpa.remote, org.jboss.metadata.javaee.jboss, org.jaxen.jdom, org.jboss.messaging.core.contract, org.jboss.ejb3.common.registrar.plugin.mc, org.jboss.messaging.util.prioritylinkedlist, org.apache.bsf.engines.javascript, antlr.preprocessor, com.arjuna.orbportability, com.arjuna.orbportability.common, org.jboss.wsf.framework.http, org.jboss.security.integration.password, org.jboss.security.jce, org.jboss.ejb.plugins.jms, javax.xml.rpc.server, org.jboss.ejb3.proxy.clustered.factory.session.stateless, com.sun.mail.smtp, META-INF.maven.org.hibernate.hibernate-ehcache, org.h2.server.web, org.jboss.metadata.web.jboss, org.jboss.remoting.transport.multiplex, META-INF.maven.org.picketlink.picketlink-web, sqlj.runtime.util, org.quartz.jobs.ee.mail, org.apache.log4j.or.sax, org.jboss.wsf.common, org.h2.compress, com.arjuna.orbportability.internal.utils, org.jaxen.util, org.jboss.remoting.samples.http, org.h2.util, org.jboss.aspects.security, com.ibm.db2.jcc.uw.classloader, org.jboss.security.acl, com.arjuna.common.util.concurrency, org.hibernate.engine.transaction, org.hibernate.bytecode.cglib, org.jboss.util.stream, org.jboss.jms.server.destination, javax.enterprise.deploy.shared.factories, org.jboss.ejb3.common.proxy.spi, sqlj.runtime.ref, org.jboss.ejb3.annotation, org.jboss.corba, org.hibernate.loader.criteria, org.jboss.metadata.merge, org.picketlink.identity.federation.api.saml.v2.request, org.jboss.ejb3.proxy.clustered.objectfactory.session.stateless, org.picketlink.identity.federation.saml.v2.ac.classes.tlsclient, org.jboss.ejb3.proxy.clustered.jndiregistrar, com.arjuna.ats.internal.tsmx.mbeans, org.picketlink.identity.federation.saml.v2.ac.classes.pgp, org.jboss.remoting.ident, org.hibernate.annotations.common, org.picketlink.identity.federation.core.saml.v2.constants, org.jboss.invocation.unified.interfaces, org.jboss.security.plugins.authorization, org.jboss.ejb.deployers, schema.xmlschema, META-INF.maven.org.jboss.ejb3.jboss-ejb3-proxy-spi, org.hsqldb.util, org.jboss.hibernate, META-INF.maven.org.jboss.ejb3.jboss-ejb3-proxy-impl, org.jboss.ejb3.metadata.jpa.spec, org.jboss.ha.framework.server.spi, org.jboss.ejb3.interceptor, org.jboss.jms.server.endpoint.advised, javax.servlet.jsp, org.picketlink.identity.federation.core.wstrust, org.jboss.security.factories, org.h2.fulltext, org.jboss.resource.connectionmanager.xa, org.jboss.verifier.factory, org.jboss.ha.hasessionstate.interfaces, org.jboss.aspects.remoting.interceptors.marshall, org.hibernate.engine.query, META-INF.maven.org.jboss.ejb3.jboss-ejb3-cache, org.apache.commons.logging, org.jboss.deployment.security, org.jboss.jpa.javaee, wsdl.liberty.idwsf, org.picketlink.identity.federation.bindings.tomcat.sp.holder, org.jboss.iiop.rmi.marshal.strategy, org.jboss.cache.invalidation.triggers, com.arjuna.ats.internal.arjuna.objectstore, org.jboss.ejb3.endpoint.reflect, org.picketlink.identity.federation.bindings.servlets, org.h2.log, org.jboss.tm, org.jboss.security.auth, javax.resource.cci, org.jboss.management.j2ee.deployers, org.jboss.jms.server, org.jboss.security.srp.jaas, sqlj.runtime.error, org.h2.server.ftp, org.picketlink.identity.federation.saml.v2.assertion, META-INF.maven.org.hibernate.hibernate-proxool, com.arjuna.common.internal.util.propertyservice, javax.xml.ws.spi, org.jboss.naming.interceptors, org.picketlink.identity.federation.saml.v2.ac.classes.telephony, org.jboss.metadata.annotation.creator.ejb.jboss, org.picketlink.identity.federation.saml.v2.ac.classes.authenticatedtelephony, org.jboss.security.xacml.sunxacml.cond, com.arjuna.orbportability.recovery, org.jboss.security, org.picketlink.identity.federation.api.util, org.jboss.security.auth.message.config, org.apache.commons.collections.functors, org.jboss.ejb3.proxy.clustered.invocation, META-INF.maven.org.jboss.cluster.jboss-ha-server-cache-jbc, org.jboss.slf4j, org.picketlink.identity.federation.saml.v2.ac.classes.personalizedtelephony, org.hibernate.mapping, org.jboss.ejb3.proxy.impl.objectfactory.session.stateful, org.jboss.jms.server.endpoint, org.jboss.metadata.process, META-INF.services, org.quartz.impl, org.jboss.security.negotiation.common, com.arjuna.ats.internal.jts.orbspecific.interposition.resources.strict, org.jboss.ejb3.proxy.impl.handler.session, org.hibernate.validator.interpolator, META-INF.maven.org.jboss.ws.jbossws-framework, schema.w3c.xmlenc, org.jboss.ejb3.security, org.jboss.security.auth.login, com.arjuna.ats.jts.logging, org.apache.bsf.util.type, org.apache.commons.collections.collection, org.picketlink.identity.federation.core.saml.v2.exceptions, org.jboss.jms.client.state, com.arjuna.ats.internal.jta.resources.arjunacore, org.jboss.remoting.samples.transporter.multiple.server, org.jboss.remoting.samples.config.factories, org.jboss.ejb3.common.proxy.plugins.async, org.hibernate.ejb.instrument, org.apache.log4j.xml, net.sf.cglib.util, org.jboss.remoting.samples.transporter.serialization, net.sf.cglib.beans, org.hibernate.action, org.jboss.resource, org.jboss.wsf.spi.tools, org.jboss.deployment.spi.beans, com.arjuna.ats.internal.jts.recovery.recoverycoordinators, org.jboss.remoting.samples.transporter.clustered.client, org.jboss.ejb3, org.jboss.metadata.annotation.creator, org.jboss.ha.framework.server.deployers, org.quartz.jobs.ee.jmx, org.jboss.wsf.framework.invocation, org.apache.bsf.engines.jython, org.h2.engine, org.jboss.invocation.jrmp.server, org.jboss.wsf.spi.annotation, org.hibernate.dialect, org.jboss.ejb3.connectionmanager, com.arjuna.ats.internal.jta.resources.jts, org.jboss.ejb3.jms, org.jboss.invocation.unified.marshall, org.jboss.messaging.core.jmx, org.picketlink.identity.federation.core.saml.md.providers, org.jboss.ejb3.common.classloader, javax.mail, org.jboss.wsf.spi.deployment.integration, org.jboss.jpa.resolvers.strategy, org.hibernate.bytecode.javassist, microsoft.sql, org.apache.log4j.helpers, com.arjuna.ats.jta.recovery, META-INF.maven.org.jboss.metadata.jboss-metadata, org.jboss.security.xacml.core.ext, org.jboss.proxy.generic, org.picketlink.identity.federation.ws.policy, org.jboss.metadata.lang, com.arjuna.ats.arjuna, org.slf4j.impl, com.arjuna.ats.internal.tsmx.agent.implementations.ri, org.hsqldb.index, org.jboss.remoting.serialization.impl.jboss, org.hibernate.connection, org.jboss.persistence, org.jboss.aspects.remoting, org.jboss.web.tomcat.service.sso.spi, org.jboss.jms.server.connectionmanager, org.hibernate.proxy.pojo, org.jboss.remoting.samples.detection.jndi.ssl, org.jaxen.expr, org.jboss.messaging.core.impl.message, org.jboss.security.authorization.resources, org.jboss.ejb.plugins.cmp.jdbc2, org.jboss.metadata.ejb.jboss, org.jboss.security.cache, antlr.collections, org.jboss.web.tomcat.service.sso.jbc, javax.enterprise.deploy.model.exceptions, org.hsqldb.rowio, META-INF, schema.w3c.xmldsig, org.jboss.security.xacml.core, com.arjuna.ats.txoj.tools, org.jboss.wsf.spi.metadata.webservices, org.jboss.security.authorization.util, org.hibernate.validator, com.arjuna.ats.internal.arjuna.coordinator, org.apache.commons.collections.keyvalue, org.jboss.security.xacml.sunxacml.attr.proxy, org.picketlink.identity.federation.web.servlets.saml, javax.mail.internet, com.arjuna.ats.arjuna.objectstore, org.jboss.ha.framework.interfaces, org.apache.log4j.lf5.config, org.picketlink.identity.federation.web.util, org.jboss.metadata.annotation.creator.jboss, org.jboss.invocation.pooled.interfaces, javax.xml.ws.handler, org.picketlink.identity.federation.ws.trust, org.jboss.ejb3.cache, org.jboss.metadata.ejb.jboss.proxy, com.arjuna.ats.internal.jta.resources, org.jboss.remoting.samples.transporter.basic.client, org.quartz.ee.jta, org.jboss.security.config, org.hibernate.transaction, com.arjuna.ats.internal.jta.utils.arjunacore, com.ibm.db2.jcc.b, com.ibm.db2.jcc.a, org.jboss.ejb3.proxy.clustered.handler.session.stateless, javax.security.auth.message, org.jboss.ejb3.cache.tree, org.jboss.remoting.samples.callback.acknowledgement, org.jboss.remoting.samples.serialization, org.jboss.hibernate.jmx, com.sun.mail.iap, META-INF.maven.org.jboss.aspects.jboss-current-invocation-aspects, org.jboss.jms, org.jboss.ejb3.statistics, org.apache.commons.httpclient.params, org.jboss.ejb.plugins.cmp.jdbc.keygen, org.jboss.ejb3.proxy.impl.objectfactory.session.service, org.hibernate.intercept, org.apache.commons.logging.impl, org.quartz.plugins.history, org.jboss.jmx.connector.invoker.serializablepolicy, javax.ejb, org.jboss.ha.singleton, com.sun.mail.imap, org.apache.commons.collections, org.jboss.ejb.plugins.keygenerator, org.hibernate.jdbc, org.jboss.security.audit, org.picketlink.identity.federation.saml.v2.ac.classes.mobileonefactorunregistered, org.jboss.wsf.spi.http, org.jboss.managed.plugins.advice, com.arjuna.ats.internal.jts.orbspecific, org.hsqldb.store, org.picketlink.identity.federation.core.util, org.slf4j.spi, org.jboss.wsf.spi, org.jboss.remoting.samples.transporter.complex.client, org.jboss.jms.recovery, org.jboss.iiop, org.jboss.security.xacml.sunxacml.cond.cluster, com.arjuna.ats.internal.jta.transaction.arjunacore.subordinate, org.jboss.ha.jmx.examples, org.jboss.monitor.client, org.picketlink.identity.federation.core.saml.v2.factories, org.picketlink.identity.federation.core.saml.v2.interfaces, org.hibernate.secure, org.jboss.metadata, org.jboss.ejb3.tx, org.jboss.security.callbacks, com.arjuna.ats.internal.arjuna.thread, javax.xml.ws.soap, org.jboss.ejb3.interceptors, org.jboss.ejb3.aop.annotation, org.omg.XA, sqlj.runtime.profile.ref, org.jboss.ejb3.proxy.spi.container, org.jboss.wsf.spi.metadata.j2ee, javax.xml.ws.wsaddressing, com.arjuna.ats.internal.jts, org.hibernate.cfg, com.ibm.db2.jcc.am, org.jboss.security.client, org.jboss.management.j2ee.cluster, com.arjuna.ats.jts.orbspecific.jacorb.interceptors.interposition, org.jboss.security.plugins.identitytrust, org.jboss.ejb3.interceptors.metadata, org.hibernate.tool.instrument.javassist, org.jboss.ejb3.remoting, org.h2.server.pg, org.jboss.metadata.ejb.jboss.jndipolicy.spi, com.arjuna.ats.internal.jta, org.jboss.security.plugins.javaee, org.jaxen.saxpath.base, org.jboss.remoting.network.filter, org.apache.commons.httpclient.cookie, META-INF.maven.org.jboss.ejb3.jboss-ejb3-interceptors, org.jboss.remoting.marshal, org.jboss.ejb3.resolvers, org.jboss.ejb3.proxy.impl.factory, org.hibernate.cache.impl, org.jboss.serial.exception, org.jboss.proxy.compiler, org.jboss.jpa.deployment, org.jboss.invocation.unified.server, org.hibernate.id.insert, org.jboss.ejb.plugins.cmp.ejbql, META-INF.maven.org.picketlink.picketlink-fed-api, org.jboss.cache.invalidation.bridges, org.jboss.remoting.transport.local, org.picketlink.identity.federation.core.config, org.h2.tools.net, META-INF.maven.org.picketlink.picketlink-bindings, com.arjuna.common.internal.util.logging.jakarta, org.jaxen.dom, com.arjuna.ats.arjuna.gandiva, org.jboss.xnio.channels, org.jboss.ejb3.common.kernel, com.arjuna.ats.arjuna.tools, org.jboss.remoting.marshal.http, bsh.util, org.apache.log4j.lf5.viewer.categoryexplorer, org.jboss.ejb.plugins, org.jboss.ejb.txtimer, org.jboss.serial.references, javax.xml.rpc.handler, org.picketlink.identity.federation.saml.v2.profiles.xacml.protocol, org.jboss.ejb3.pool, org.hibernate.hql.ast.util, org.picketlink.identity.federation.saml.v2.ac.classes.mobiletwofactorcontract, org.jboss.security.negotiation, org.jboss.security.auth.callback, org.jboss.metadata.annotation.creator.ejb, org.apache.commons.collections.comparators, org.jboss.ejb3.stateless, org.jboss.remoting.samples.detection.jndi, com.arjuna.ats.arjuna.logging, org.jboss.ejb3.interceptors.aop.annotation, org.h2.schema, org.jboss.ejb3.annotation.impl, org.jboss.ejb3.common.classloader.util, org.jboss.ejb3.mdb.inflow, org.jboss.security.negotiation.spnego, javax.servlet.resources, org.jboss.security.authorization.modules.ejb, org.jboss.proxy, schema.wstrust.v1_3, org.picketlink.identity.federation.api.saml.v2.metadata, org.picketlink.identity.federation.saml.v2.profiles.sso.ecp, org.jboss.remoting.samples.chat.server, org.jboss.jms.jndi, org.jboss.aspects.txlock, org.jboss.remoting.transport.https, org.jboss.security.xacml.sunxacml.attr, org.jboss.iiop.csiv2, org.jboss.remoting.transport.coyote.ssl, javax.el, org.jaxen.xom, META-INF.maven.org.jboss.ejb3.jboss-ejb3-metadata, com.arjuna.ats.internal.jbossatx.agent, org.picketlink.identity.federation.saml.v2.ac.classes.softwarepki, javax.management.j2ee.statistics, org.h2.bnf, META-INF.maven.org.jboss.javaee.jboss-jaspi-api, schema.w3c.xmlschema, org.jboss.ws, com.arjuna.ats.internal.arjuna.gandiva.inventory, org.jboss.ejb3.service, org.jboss.remoting.samples.chat.client, org.jboss.metadata.validation.validator.ejb, net.sf.cglib.transform.impl, org.jboss.ha.framework.server.managed, org.hibernate.ejb.util, org.hibernate.ejb, org.jboss.security.plugins.auth, org.hibernate.dialect.function, org.h2.tools.security, org.jboss.invocation.http.interfaces, com.arjuna.ats.arjuna.recovery, org.quartz.impl.jdbcjobstore, schema, org.jboss.messaging.core.impl.postoffice, org.jboss.security.authorization, org.jboss.ejb3.cache.simple, META-INF.maven.org.jboss.ejb3.jboss-ejb3-core, org.jboss.ejb3.tx.api, org.jboss.ejb3.interceptors.annotation.impl, org.picketlink.identity.federation.core.saml.v2.util, org.picketlink.identity.federation.saml.v2.generated, org.jboss.monitor.services, com.arjuna.ats.internal.jbossatx.jts.jca, org.jboss.profileservice.spi, META-INF.maven.org.jboss.threads.jboss-threads, org.jboss.remoting.socketfactory, org.jboss.profileservice.spi.types, org.h2.constraint, org.apache.commons.collections.list, org.jboss.tm.iiop, org.picketlink.identity.federation.web.roles, com.arjuna.ats.internal.jta.transaction.jts.subordinate.jca, com.arjuna.ats.arjuna.common, org.jboss.jms.server.recovery, org.hibernate.annotations.common.reflection.java.generics, antlr.actions.java, org.jboss.resource.deployment, org.jboss.annotation.ear, META-INF.maven.org.jboss.naming.jnpserver, org.jboss.ha.jndi.impl.jbc, org.jboss.remoting.transport.coyote, org.hibernate.dialect.lock, org.hibernate.proxy.dom4j, org.apache.commons.httpclient.auth, org.jboss.remoting.transport.multiplex.utility, org.hibernate.pretty, javax.annotation, javax.xml.ws.handler.soap, org.hibernate.util, javax.resource, org.jaxen.dom4j, org.jboss.jms.tx, org.jboss.remoting.util.socket, org.jboss.jmx.connector.invoker.client, META-INF.maven.org.jboss.slf4j.slf4j-jboss-logging, org.jboss.wsf.spi.management.recording, META-INF.maven.org.jboss.ws.native.jbossws-native-jaxws, com.arjuna.ats.internal.arjuna.state, org.jboss.ejb3.proxy.impl.factory.session.stateless, org.jboss.jpa.deployers, sqlj.runtime.profile, org.hibernate.proxy.pojo.cglib, com.sun.mail.pop3, org.jboss.ha.framework.server.lock, org.jboss.proxy.ejb, org.jboss.messaging.core.impl.memory, org.jboss.remoting.samples.transporter.custom.client, org.jboss.security.javaee, org.apache.log4j.ext, org.apache.bcel.verifier.statics, org.jboss.jms.client.container, org.jboss.metadata.rar.spec, org.jboss.ejb3.proxy.impl.factory.session.stateful, org.slf4j, org.apache.bsf.util.event, org.picketlink.identity.federation.core.wstrust.handlers, com.arjuna.common.internal.util.logging, META-INF.maven.org.jboss.ejb3.jboss-ejb3-transactions, org.jboss.serial.objectmetamodel.safecloning, org.jboss.remoting.samples.transporter.serialization.client, org.hibernate.ejb.packaging, org.jboss.security.mapping.providers.attribute, org.jboss.ejb3.proxy.clustered.objectfactory.session, com.arjuna.orbportability.debug, javax.persistence.spi, bsh.classpath, com.arjuna.ats.tsmx, org.picketlink.identity.federation.api.wstrust, org.picketlink.identity.federation.core.factories, org.jboss.ejb.plugins.cmp.bridge, org.jboss.resource.metadata.repository, com.arjuna.ats.tsmx.logging, org.h2.index, org.jboss.cache.invalidation, org.hibernate.bytecode.buildtime, org.jboss.profileservice.aop, org.picketlink.identity.federation.saml.v2.generated.runtime, com.arjuna.ats.internal.jta.transaction.jts, org.hibernate.cache.impl.bridge, org.jboss.remoting.network, org.h2.value, org.jboss.security.deployers, org.jboss.ejb3.cache.impl, org.jboss.ejb3.naming.client.java, org.jboss.ha.jmx, org.jboss.monitor.alarm, org.apache.commons.httpclient.util, dtd, org.jboss.security.negotiation.ntlm, META-INF.maven.org.jboss.aspects.jboss-transaction-aspects, org.jboss.metadata.annotation.creator.web, org.jboss.jms.destination, org.picketlink.identity.federation.saml.v2.ac.classes.mobileonefactorcontract, org.jboss.remoting.samples.chat.exceptions, com.microsoft.sqlserver.jdbc, org.picketlink.identity.federation.web.openid, org.jboss.web.deployers, org.jboss.ejb.plugins.security, org.jboss.tm.usertx.interfaces, org.picketlink.identity.federation.api.openid.exceptions, org.jboss.wsf.common.handler, org.picketlink.identity.federation.web.managers, javax.servlet.jsp.el, META-INF.maven.org.jboss.ws.jbossws-spi, org.jboss.remoting.marshal.encryption, org.jboss.ejb3.entity, schema.saml.v2, org.jboss.security.microcontainer.beans, org.jboss.jms.server.jbosssx, org.jboss.jms.client, org.apache.log4j.jmx, org.jboss.ejb.plugins.inflow, org.jboss.ejb3.security.client, org.jboss.ha.framework.server, org.apache.log4j.config, org.picketlink.identity.federation.saml.v2.profiles.attribute.dce, org.jboss.serial, org.jboss.xnio.log, org.jboss.resource.adapter.jdbc.jdk6, org.hibernate.tuple.entity, javax.xml.ws.addressing, org.jboss.tm.usertx.server, org.jboss.remoting.marshal.compress, com.arjuna.ats.internal.jts.orbspecific.coordinator, org.jboss.security.annotation, COM.ibm.db2os390.sqlj.jdbc, META-INF.maven.org.jboss.ejb3.jboss-ejb3-deployers, schema.liberty.idwsf, com.arjuna.ats.internal.jta.transaction.arjunacore.jca, org.jboss.metadata.ear.jboss, org.jboss.injection, com.arjuna.ats.jta.exceptions, org.jboss.serial.persister, org.jboss.jms.message, org.jboss.remoting.util, org.hibernate.hql.classic, org.quartz.jobs.ee.ejb, org.jboss.remoting.samples.transporter.simple, org.jboss.remoting.callback, org.jboss.resource.statistic.pool, com.arjuna.ats.jta.logging, com.arjuna.ats.internal.jts.interposition.resources.arjuna, org.jboss.ejb3.mcint.annotationadaptor, org.hibernate.criterion, org.picketlink.identity.federation.api.saml.v2.response, javax.transaction, javax.xml.soap, org.jboss.security.xacml.core.model.context, org.jboss.remoting.marshal.rmi, org.picketlink.identity.federation.saml.v2.profiles.xacml.assertion, org.jboss.invocation.jrmp.interfaces, org.jboss.security.jacc, org.apache.log4j, org.hibernate.tool.instrument, org.jboss.ejb3.proxy.clustered.objectfactory, com.arjuna.ats.internal.jts.orbspecific.interposition, org.jboss.remoting.samples.transporter.basic.server, org.jboss.ejb3.annotation.defaults, org.jboss.iiop.rmi, org.jboss.mq.server.jmx, org.jboss.metadata.ear.spec, org.jboss.security.plugins, org.jboss.ejb3.proxy.impl, org.jboss.security.negotiation.prototype, org.apache.commons.collections.bag, org.apache.log4j.chainsaw, org.opennms.protocols.snmp, org.jboss.deployment.spi.factories, org.jboss.security.mapping.config, org.jboss.aspects.remoting.interceptors.transport, org.jboss.profileservice.ejb, org.h2.tools.i18n, org.jboss.wsf.common.injection.resolvers, org.jboss.serial.classmetamodel, com.arjuna.ats.internal.arjuna.recovery, org.jboss.security.identity.plugins, org.apache.bsf.util.event.generator, org.jboss.remoting.transport.http, org.apache.bcel, com.arjuna.orbportability.event, org.jboss.tm.usertx, org.jboss.remoting.marshall.encryption, org.jboss.security.auth.message, org.hibernate.loader.hql, org.jboss.security.identity.extensions, META-INF.maven.org.jboss.ejb3.jboss-ejb3-common, javax.mail.search, org.jboss.security.auth.container.modules, org.hibernate.metadata, org.jboss.metadata.web.spec, org.jboss.deployment.spi, org.jboss.security.authorization.config, org.jboss.iiop.tm, org.picketlink.identity.federation.web.filters, org.jboss.ejb3.interceptors.util, org.jboss.wsf.framework.deployment, org.hibernate.property, org.jboss.remoting.samples.stream, javax.management.j2ee, org.jboss.util, org.jboss.deployment.remoting, org.jnp.interfaces.jnp, org.hibernate.collection, org.jboss.management.j2ee.factory, org.hibernate.exception, org.jboss.wsf.spi.tools.cmd, org.h2.jdbcx, com.ibm.db2.jcc.b.c, com.ibm.db2.jcc.b.a, com.ibm.db2.jcc.b.b, org.h2.result, org.jboss.naming.client.java, com.sun.mail.util, com.arjuna.orbportability.internal.orbspecific.versions, org.hibernate.param, org.jboss.metadata.rar.jboss.mcf, org.jboss.wsf.spi.invocation.integration, com.arjuna.ats.arjuna.xa, org.jboss.jms.server.plugin, org.jboss.ejb.plugins.cmp.jdbc2.keygen, org.jboss.wsf.common.servlet, javax.servlet.jsp.resources, org.jboss.security.plugins.mapping, org.h2.expression, org.h2.command.ddl, org.jboss.hibernate.session, org.jboss.remoting.transport.sslbisocket, com.ibm.db2.jcc.mx.a, com.sun.mail.imap.protocol, com.arjuna.ats.internal.jts.interposition.resources.restricted, META-INF.maven.org.jboss.aspects.jboss-security-aspects, org.jboss.remoting.transport, org.jboss.jpa.spi, com.arjuna.ats.internal.arjuna.utils, org.apache.bcel.classfile, antlr.ASdebug, org.jboss.ejb3.stateful, org.jboss.metadata.client.jboss, org.hibernate.tool.hbm2ddl, org.jboss.jms.referenceable, com.ibm.db2.jcc.t4, com.ibm.db2.jcc.t2, org.objectweb.asm.signature, com.arjuna.ats.internal.jts.coordinator, com.arjuna.ats.arjuna.exceptions, com.arjuna.ats.internal.jts.recovery.transactions, org.jboss.remoting.samples.callback, org.hibernate.loader.custom.sql, com.arjuna.ats.internal.arjuna.objectstore.jdbc.accessors, org.jboss.ws.tools.ant, org.hsqldb.types, org.jboss.iiop.codebase, META-INF.maven.org.hibernate.hibernate-jmx, org.jboss.security.xacml.factories, org.apache.bcel.verifier, org.apache.commons.httpclient, org.jboss.ha.timestamp, org.jboss.ejb.plugins.cmp.jdbc2.bridge, org.picketlink.identity.federation.web.handlers.saml2, com.arjuna.orbportability.oa.core, org.jaxen.saxpath, org.jboss.xnio, antlr.debug, com.arjuna.common.util.propertyservice.plugins, org.jboss.metadata.process.chain, antlr.actions.csharp, org.jboss.security.xacml.sunxacml.finder, org.jboss.remoting.security.domain, org.jboss.ejb.plugins.cmp.jdbc.bridge, org.jboss.iiop.rmi.ir, org.jboss.jms.server.selector, com.arjuna.ats.internal.jta.transaction.jts.subordinate.jca.coordinator, org.hibernate.annotations.common.annotationfactory, org.jboss.ejb3.security.bridge, com.arjuna.ats.internal.jts.recovery, org.jboss.security.audit.config, org.jboss.remoting.transport.http.ssl, org.jboss.deployment.plugin, org.picketlink.identity.federation.core.saml.v2.impl, org.jboss.security.xacml.core.model.policy, org.apache.log4j.net, org.jboss.ejb3.tx.metadata, org.jboss.security.auth.certs, com.ibm.db2.jcc.mx, com.ibm.db2.jcc.t2zos, antlr.actions.cpp, org.picketlink.identity.federation.core.wstrust.wrappers, org.jboss.metadata.ejb.jboss.jndipolicy.plugins, org.jboss.resource.metadata.mcf, licenses, org.hibernate.event, org.h2.server, org.jboss.metadata.common.ejb, org.jaxen.function.xslt, javax.resource.spi.endpoint, com.arjuna.orbportability.oa, org.jboss.ejb3.common.deployers.spi, com.arjuna.ats.internal.jts.context, com.arjuna.ats.jts, javax.resource.spi.security, org.hibernate.cfg.annotations, org.jboss.ejb3.mcint.metadata.plugins, META-INF.maven.org.jboss.cluster.jboss-ha-server-cache-spi, org.picketlink.identity.federation.saml.v2.ac.classes.nomadtelephony, org.jboss.wsf.framework.management, org.picketlink.identity.federation.bindings.util, org.h2.jdbc, org.jboss.ejb3.proxy.impl.jndiregistrar, org.jboss.ejb3.cache.grouped, org.jboss.metadata.javaee.support, org.jboss.ejb3.session, org.jboss.remoting.transport.socket, org.quartz.ee.servlet, org.jboss.wsf.common.injection, org.jboss.security.negotiation.spnego.encoding, com.arjuna.ats.jta, org.jboss.profileservice.remoting, javax.xml.rpc.encoding, org.picketlink.identity.federation.saml.v2.ac.classes.secureremotepassword, javax.enterprise.deploy.spi.factories, org.jboss.security.audit.providers, org.picketlink.identity.federation.saml.v2.ac.classes.smartcard, javax.annotation.security, org.jboss.remoting.transport.sslmultiplex, org.jboss.varia.scheduler, org.jboss.logging, org.jboss.metadata.javaee.spec, org.jboss.jdbc, org.omg.CosTransactions] <IMPORT-ALL>NON_EMPTY}}