<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">
<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>
                                <td>
                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>
                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
Re: How to isolate ClassLoader in JBoss 6
</h3>
<span style="margin-bottom: 10px;">
created by <a href="http://community.jboss.org/people/swapnil_narya">swapnil narvekar</a> in <i>JBoss Microcontainer</i> - <a href="http://community.jboss.org/message/640316#640316">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p>hi , </p><p> I searched on the forum and I have come up following steps :</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>1. Configure jboss-web.xml and placed it in WEB-INF</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><em><?xml version="1.0" encoding="UTF-8"?></em></p><p><em><jboss-web></em></p><p><em>    <context-root>emhada</context-root></em></p><p><em>    <class-loading java2ClassLoadingCompliance="false"></em></p><p><em>    <loader-repository></em></p><p><em>    com.mastek:loader=test.war</em></p><p><em>    <loader-repository-config>java2ParentDelegation=false</loader-repository-config></em></p><p><em>    </loader-repository></em></p><p><em>    </class-loading></em></p><p><em>    <resource-ref></em></p><p><em>             <res-ref-name>jdbc/testDS</res-ref-name></em></p><p><em>             <res-type>javax.sql.DataSource</res-type></em></p><p><em>             <jndi-name>java:/jndi/MyEntityManagerFactory</jndi-name></em></p><p><em>    </resource-ref></em></p><p><em></jboss-web></em></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><em>2. and I added following two lines in persistance.xml :</em></p><p><em><br/></em></p><p>            <em><property name="hibernate.validator.apply_to_ddl" value="false"/></em></p><p><em>            <property name="hibernate.validator.autoregister_listeners" value="false" /></em></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><em>But  got following exception.</em></p><p>---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</p><p>19:33:20,256 INFO  [STDOUT] org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager': Invocation of init method failed; nested exception is java.lang.IllegalStateException: No JTA UserTransaction available - specify either 'userTransaction' or 'userTransactionName' or 'transactionManager' or 'transactionManagerName'</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,256 INFO  [STDOUT]     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1420)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,256 INFO  [STDOUT]     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,256 INFO  [STDOUT]     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,256 INFO  [STDOUT]     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,256 INFO  [STDOUT]     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,256 INFO  [STDOUT]     at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,256 INFO  [STDOUT]     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,256 INFO  [STDOUT]     at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,272 INFO  [STDOUT]     at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,272 INFO  [STDOUT]     at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,272 INFO  [STDOUT]     at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,272 INFO  [STDOUT]     at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,272 INFO  [STDOUT]     at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,272 INFO  [STDOUT]     at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3369)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,272 INFO  [STDOUT]     at org.apache.catalina.core.StandardContext.start(StandardContext.java:3828)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,287 INFO  [STDOUT]     at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:312)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,287 INFO  [STDOUT]     at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:149)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,287 INFO  [STDOUT]     at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,287 INFO  [STDOUT]     at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,287 INFO  [STDOUT]     at org.jboss.web.deployers.WebModule.start(WebModule.java:95)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,287 INFO  [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,287 INFO  [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,287 INFO  [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,303 INFO  [STDOUT]     at java.lang.reflect.Method.invoke(Method.java:597)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,303 INFO  [STDOUT]     at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,303 INFO  [STDOUT]     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,303 INFO  [STDOUT]     at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,303 INFO  [STDOUT]     at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:271)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,303 INFO  [STDOUT]     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:670)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,303 INFO  [STDOUT]     at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,303 INFO  [STDOUT]     at $Proxy41.start(Unknown Source)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,303 INFO  [STDOUT]     at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:53)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,319 INFO  [STDOUT]     at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:41)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,319 INFO  [STDOUT]     at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,319 INFO  [STDOUT]     at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,319 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,334 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,334 INFO  [STDOUT]     at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:301)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,334 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,334 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,334 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,334 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,334 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,334 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,350 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,350 INFO  [STDOUT]     at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:182)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,350 INFO  [STDOUT]     at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:58)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,350 INFO  [STDOUT]     at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,365 INFO  [STDOUT]     at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:55)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,365 INFO  [STDOUT]     at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:179)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,365 INFO  [STDOUT]     at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1832)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,365 INFO  [STDOUT]     at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1550)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,365 INFO  [STDOUT]     at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1571)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,365 INFO  [STDOUT]     at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1491)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,381 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,381 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,381 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,381 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,381 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,381 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,381 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:939)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,381 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:654)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,397 INFO  [STDOUT]     at org.jboss.deployers.plugins.deployers.DeployersImpl.change(DeployersImpl.java:1983)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,397 INFO  [STDOUT]     at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:1076)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,397 INFO  [STDOUT]     at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:679)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,397 INFO  [STDOUT]     at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.process(MainDeployerPlugin.java:106)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,459 INFO  [STDOUT]     at org.jboss.profileservice.dependency.ProfileControllerContext$DelegateDeployer.process(ProfileControllerContext.java:130)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,459 INFO  [STDOUT]     at org.jboss.profileservice.dependency.ProfileDeployAction.deploy(ProfileDeployAction.java:148)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,459 INFO  [STDOUT]     at org.jboss.profileservice.dependency.ProfileDeployAction.installActionInternal(ProfileDeployAction.java:94)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,459 INFO  [STDOUT]     at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,459 INFO  [STDOUT]     at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,459 INFO  [STDOUT]     at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,459 INFO  [STDOUT]     at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,475 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,475 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,475 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,475 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,475 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,475 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,475 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,475 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:939)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,490 INFO  [STDOUT]     at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:654)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,490 INFO  [STDOUT]     at org.jboss.profileservice.dependency.ProfileServiceController.activate(ProfileServiceController.java:188)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,490 INFO  [STDOUT]     at org.jboss.profileservice.AbstractProfileService.activateProfile(AbstractProfileService.java:170)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,490 INFO  [STDOUT]     at org.jboss.profileservice.bootstrap.AbstractProfileServiceBootstrap.activate(AbstractProfileServiceBootstrap.java:117)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,490 INFO  [STDOUT]     at org.jboss.profileservice.resolver.BasicResolverFactory$ProfileResolverFacade.deploy(BasicResolverFactory.java:89)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,490 INFO  [STDOUT]     at org.jboss.profileservice.bootstrap.AbstractProfileServiceBootstrap.start(AbstractProfileServiceBootstrap.java:97)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,506 INFO  [STDOUT]     at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:130)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,506 INFO  [STDOUT]     at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,506 INFO  [STDOUT]     at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,506 INFO  [STDOUT]     at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,522 INFO  [STDOUT]     at java.lang.Thread.run(Thread.java:619)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,522 INFO  [STDOUT] Caused by: java.lang.IllegalStateException: No JTA UserTransaction available - specify either 'userTransaction' or 'userTransactionName' or 'transactionManager' or 'transactionManagerName'</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,522 INFO  [STDOUT]     at org.springframework.transaction.jta.JtaTransactionManager.checkUserTransactionAndTransactionManager(JtaTransactionManager.java:473)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,522 INFO  [STDOUT]     at org.springframework.transaction.jta.JtaTransactionManager.afterPropertiesSet(JtaTransactionManager.java:413)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,522 INFO  [STDOUT]     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1477)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,522 INFO  [STDOUT]     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1417)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>19:33:20,522 INFO  [STDOUT]     ... 91 more</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</p><p>I am trying to find out the solution but It would be nice If  you give me a hint to get rid of these exception<em><br/></em></p></div>
<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
<p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/640316#640316">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Microcontainer at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2114">Community</a></p>
</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>