[Spring Integration] - Webapp deployment problem
by Adrien Ruffie
Adrien Ruffie [http://community.jboss.org/people/adryen31200] created the discussion
"Webapp deployment problem"
To view the discussion, visit: http://community.jboss.org/message/537171#537171
--------------------------------------------------------------
Hello,
I try to deploy a simple webapp with Spring+Hibernate/JPA (I don't have persistence.xml, all configuration is located into spring configuration file).
When I try to deploy my webapp JBoss throw me this stacktrace:
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/aruffie/Java/Servers/jboss-5.1.0.GA
JAVA: /usr/lib/jvm/java-6-sun-1.6.0.16/bin/java
JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true
CLASSPATH: /home/aruffie/Java/Servers/jboss-5.1.0.GA/bin/run.jar:/usr/lib/jvm/java-6-sun-1.6.0.16/lib/tools.jar
=========================================================================
14:16:58,609 INFO [ServerImpl] Starting JBoss (Microcontainer)...
14:16:58,611 INFO [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)
14:16:58,611 INFO [ServerImpl] Bootstrap URL: null
14:16:58,612 INFO [ServerImpl] Home Dir: /home/aruffie/Java/Servers/jboss-5.1.0.GA
14:16:58,612 INFO [ServerImpl] Home URL: file:/home/aruffie/Java/Servers/jboss-5.1.0.GA/
14:16:58,612 INFO [ServerImpl] Library URL: file:/home/aruffie/Java/Servers/jboss-5.1.0.GA/lib/
14:16:58,613 INFO [ServerImpl] Patch URL: null
14:16:58,613 INFO [ServerImpl] Common Base URL: file:/home/aruffie/Java/Servers/jboss-5.1.0.GA/common/
14:16:58,614 INFO [ServerImpl] Common Library URL: file:/home/aruffie/Java/Servers/jboss-5.1.0.GA/common/lib/
14:16:58,614 INFO [ServerImpl] Server Name: web
14:16:58,614 INFO [ServerImpl] Server Base Dir: /home/aruffie/Java/Servers/jboss-5.1.0.GA/server
14:16:58,614 INFO [ServerImpl] Server Base URL: file:/home/aruffie/Java/Servers/jboss-5.1.0.GA/server/
14:16:58,615 INFO [ServerImpl] Server Config URL: file:/home/aruffie/Java/Servers/jboss-5.1.0.GA/server/web/conf/
14:16:58,615 INFO [ServerImpl] Server Home Dir: /home/aruffie/Java/Servers/jboss-5.1.0.GA/server/web
14:16:58,615 INFO [ServerImpl] Server Home URL: file:/home/aruffie/Java/Servers/jboss-5.1.0.GA/server/web/
14:16:58,615 INFO [ServerImpl] Server Data Dir: /home/aruffie/Java/Servers/jboss-5.1.0.GA/server/web/data
14:16:58,615 INFO [ServerImpl] Server Library URL: file:/home/aruffie/Java/Servers/jboss-5.1.0.GA/server/web/lib/
14:16:58,616 INFO [ServerImpl] Server Log Dir: /home/aruffie/Java/Servers/jboss-5.1.0.GA/server/web/log
14:16:58,616 INFO [ServerImpl] Server Native Dir: /home/aruffie/Java/Servers/jboss-5.1.0.GA/server/web/tmp/native
14:16:58,616 INFO [ServerImpl] Server Temp Dir: /home/aruffie/Java/Servers/jboss-5.1.0.GA/server/web/tmp
14:16:58,616 INFO [ServerImpl] Server Temp Deploy Dir: /home/aruffie/Java/Servers/jboss-5.1.0.GA/server/web/tmp/deploy
14:16:59,630 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/home/aruffie/Java/Servers/jboss-5.1.0.GA/server/web/conf/bootstrap.xml
14:17:00,607 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
14:17:00,611 INFO [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
14:17:01,085 INFO [CopyMechanism] VFS temp dir: /home/aruffie/Java/Servers/jboss-5.1.0.GA/server/web/tmp
14:17:01,168 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled.
14:17:03,646 INFO [ServerInfo] Java version: 1.6.0_16,Sun Microsystems Inc.
14:17:03,647 INFO [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
14:17:03,647 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 14.2-b01,Sun Microsystems Inc.
14:17:03,647 INFO [ServerInfo] OS-System: Linux 2.6.28-18-generic,i386
14:17:03,648 INFO [ServerInfo] VM arguments: -Dprogram.name=run.sh -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/home/aruffie/Java/Servers/jboss-5.1.0.GA/lib/endorsed
14:17:03,702 INFO [JMXKernel] Legacy JMX core initialized
14:17:07,690 INFO [ProfileServiceBootstrap] Loading profile: ProfileKey@315068[domain=default, server=default, name=web]
14:17:25,273 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
14:17:25,442 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
14:17:25,558 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
14:17:25,558 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
14:17:25,971 INFO [TransactionManagerService] Initializing recovery manager
14:17:26,272 INFO [TransactionManagerService] Recovery manager configured
14:17:26,272 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
14:17:26,309 INFO [TransactionManagerService] Starting transaction recovery manager
14:17:26,956 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/i386/server:/usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/i386:/usr/lib/jvm/java-6-sun-1.6.0.16/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
14:17:27,064 INFO [Http11Protocol] Initialisation de Coyote HTTP/1.1 sur http-127.0.0.1-8080
14:17:27,066 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
14:17:27,146 INFO [StandardService] D�marrage du service jboss.web
14:17:27,151 INFO [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA
14:17:27,299 INFO [Catalina] Server startup in 232 ms
14:17:27,348 INFO [TomcatDeployment] deploy, ctxPath=/invoker
14:17:28,304 INFO [RARDeployment] Required license terms exist, view vfszip:/home/aruffie/Java/Servers/jboss-5.1.0.GA/server/web/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
14:17:28,325 INFO [RARDeployment] Required license terms exist, view vfszip:/home/aruffie/Java/Servers/jboss-5.1.0.GA/server/web/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
14:17:29,082 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
14:17:29,114 INFO [TomcatDeployment] deploy, ctxPath=/
14:17:29,231 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console
14:17:29,333 INFO [Http11Protocol] D�marrage de Coyote HTTP/1.1 sur http-127.0.0.1-8080
14:17:29,374 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
14:17:29,382 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 30s:763ms
14:18:43,562 INFO [TomcatDeployment] deploy, ctxPath=/petals-master-1.1-SNAPSHOT
14:18:44,386 ERROR [STDERR] log4j:ERROR A "org.jboss.logging.appender.FileAppender" object is not assignable to a "org.apache.log4j.Appender" variable.
14:18:44,387 ERROR [STDERR] log4j:ERROR The class "org.apache.log4j.Appender" was loaded by
14:18:44,387 ERROR [STDERR] log4j:ERROR [BaseClassLoader@1500f57{vfszip:/home/aruffie/Java/Servers/jboss-5.1.0.GA/server/web/deploy/petals-master-1.1-SNAPSHOT.war/}] whereas object of type
14:18:44,387 ERROR [STDERR] log4j:ERROR "org.jboss.logging.appender.FileAppender" was loaded by [org.jboss.bootstrap.NoAnnotationURLClassLoader@117a8bd].
14:18:44,387 ERROR [STDERR] log4j:ERROR Could not instantiate appender named "FILE".
14:18:44,483 INFO [1-SNAPSHOT]] Set web app root system property: 'webapp.root' = [/home/aruffie/Java/Servers/jboss-5.1.0.GA/server/web/tmp/5c4o130-c0conb-g7yog7u3-1-g7yoidkd-y/petals-master-1.1-SNAPSHOT.war/]
14:18:44,487 INFO [1-SNAPSHOT]] Initializing log4j from [/home/aruffie/Java/Servers/jboss-5.1.0.GA/server/web/tmp/5c4o130-c0conb-g7yog7u3-1-g7yoidkd-y/petals-master-1.1-SNAPSHOT.war/WEB-INF/log4j.xml]
14:18:44,602 INFO [1-SNAPSHOT]] Initializing Spring root WebApplicationContext
14:18:51,276 INFO [STDOUT] 14:18:51,265 ERROR ContextLoader:215 - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'managedAgreementDAO' defined in class path resource [applicationContext-dao.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-hibernate.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Failed to scan classpath for unlisted classes
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
at java.security.AccessController.doPrivileged(Native Method)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
at $Proxy38.start(Unknown Source)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
at org.jboss.system.ServiceController.start(ServiceController.java:460)
at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:362)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
at
14:18:51,278 INFO [STDOUT] java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-hibernate.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Failed to scan classpath for unlisted classes
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
at java.security.AccessController.doPrivileged(Native Method)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
... 82 more
Caused by: org.hibernate.MappingException: Failed to scan classpath for unlisted classes
at org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean.scanPackages(AnnotationSessionFactoryBean.java:201)
at org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean.postProcessMappings(AnnotationSessionFactoryBean.java:174)
at org.springframework.orm.hibernate3.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:672)
at org.springframework.orm.hibernate3.AbstractSessionFactoryBean.afterPropertiesSet(AbstractSessionFactoryBean.java:211)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
... 92 more
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:114)
at java.util.jar.JarFile.<init>(JarFile.java:133)
at java.util.jar.JarFile.<init>(JarFile.java:70)
at org.springframework.core.io.support.PathMatchingResourcePatternResolver.doFindPathMatchingJarResources(PathMatchingResourcePatternResolver.java:448)
at org.springframework.core.io.support.PathMatchingResourcePatternResolver.findPathMatchingResources(PathMatchingResourcePatternResolver.java:339)
at org.springframework.core.io.support.PathMatchingResourcePatternResolver.getResources(PathMatchingResourcePatternResolver.java:263)
at org.springframework.context.support.AbstractApplicationContext.getResources(AbstractApplicationContext.java:1018)
at org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean.scanPackages(AnnotationSessionFactoryBean.java:187)
... 97 more
14:18:51,287 ERROR [1-SNAPSHOT]] Exception lors de l'envoi de l'�v�nement contexte initialis� (context initialized) � l'instance de classe d'�coute (listener) org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'managedAgreementDAO' defined in class path resource [applicationContext-dao.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-hibernate.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Failed to scan classpath for unlisted classes
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
at java.security.AccessController.doPrivileged(Native Method)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
at $Proxy38.start(Unknown Source)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
at org.jboss.system.ServiceController.start(ServiceController.java:460)
at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:362)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-hibernate.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Failed to scan classpath for unlisted classes
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
at java.security.AccessController.doPrivileged(Native Method)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
... 82 more
Caused by: org.hibernate.MappingException: Failed to scan classpath for unlisted classes
at org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean.scanPackages(AnnotationSessionFactoryBean.java:201)
at org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean.postProcessMappings(AnnotationSessionFactoryBean.java:174)
at org.springframework.orm.hibernate3.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:672)
at org.springframework.orm.hibernate3.AbstractSessionFactoryBean.afterPropertiesSet(AbstractSessionFactoryBean.java:211)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
... 92 more
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:114)
at java.util.jar.JarFile.<init>(JarFile.java:133)
at java.util.jar.JarFile.<init>(JarFile.java:70)
at org.springframework.core.io.support.PathMatchingResourcePatternResolver.doFindPathMatchingJarResources(PathMatchingResourcePatternResolver.java:448)
at org.springframework.core.io.support.PathMatchingResourcePatternResolver.findPathMatchingResources(PathMatchingResourcePatternResolver.java:339)
at org.springframework.core.io.support.PathMatchingResourcePatternResolver.getResources(PathMatchingResourcePatternResolver.java:263)
at org.springframework.context.support.AbstractApplicationContext.getResources(AbstractApplicationContext.java:1018)
at org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean.scanPackages(AnnotationSessionFactoryBean.java:187)
... 97 more
Does anyone have an idea? I read several, discussion, wiki, documentation ... but nothing
Best regards,
Adrien
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/537171#537171]
Start a new discussion in Spring Integration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years
[JBoss Tools] - jboss-birt-servlet not updated with each BIRT revision
by Javier RodrÃguez
Javier RodrÃguez [http://community.jboss.org/people/fjrodriguezh] created the discussion
"jboss-birt-servlet not updated with each BIRT revision"
To view the discussion, visit: http://community.jboss.org/message/537165#537165
--------------------------------------------------------------
I am using JBoss Seam 2.2.0.GA with BIRT and trying to embeed birt reports into my Seam application.
* With BIRT 2.5.1 I found a date paremeter problem. Whenever I pass a date parameter to JBossBirtServlet it converts the parameter to 'java.util.Date', but BIRT requires a 'java.sql.date'. Running the report an error message states this problem.
* With BIRT 2.5.2 the problem is even worse. It is not even possible to render the report:
java.lang.NoSuchMethodError: org.eclipse.birt.report.engine.api.IReportEngine.createGetParameterDefinitionTask(Lorg/eclipse/birt/report/engine/api/IReportRunnable;)Lorg/eclipse/birt/report/engine/api/IGetParameterDefinitionTask;
Searching jboss-birt-servlet.jar source code was dificult: it doesn't exits in JBoss Tools Repositorie. It only is included compiled at:
http://anonsvn.jboss.org/repos/jbosstools/tags/jbosstools-3.1.0.GA/birt/p... http://anonsvn.jboss.org/repos/jbosstools/tags/jbosstools-3.1.0.GA/birt/p...
Finally I found its source code as a attachment to https://jira.jboss.org/jira/browse/JBIDE-2220 https://jira.jboss.org/jira/browse/JBIDE-2220
I have modified JBossBirtServlet code to correct this problems.
* For Birt 2.5.1:
JBoss-Birt/jboss-birt-servlet/src/org/jboss/tools/birt/servlet/JBossBirtServlet.java ¶
Revision 236 Revision 237
1
package org.jboss.tools.birt.servlet;
1
package org.jboss.tools.birt.servlet;
2
2
3
3
import java.io.IOException;
4
import java.io.IOException;
…
…
167
168
168
case IScalarParameterDefn.TYPE_DATE:
169
case IScalarParameterDefn.TYPE_DATE:
169
return DataTypeUtil.toDate(value);
170
return DataTypeUtil.toSqlDate(value);
170
171
171
case IScalarParameterDefn.TYPE_TIME:
172
case IScalarParameterDefn.TYPE_T
* For Birt 2.5.2, the same change that for V2.5.1 puls:
JBoss-Birt/jboss-birt-servlet/src/org/jboss/tools/birt/servlet/JBossBirtServlet.java ¶
Revision 237 Revision 238
26
import org.eclipse.birt.report.engine.api.IReportEngine;
26
import org.eclipse.birt.report.engine.api.IReportEngine;
27
import org.eclipse.birt.report.engine.api.IReportRunnable;
27
import org.eclipse.birt.report.engine.api.IReportRunnable;
28
import org.eclipse.birt.report.engine.api.IRunnable;
28
import org.eclipse.birt.report.engine.api.IRunAndRenderTask;
29
import org.eclipse.birt.report.engine.api.IRunAndRenderTask;
29
import org.eclipse.birt.report.engine.api.IScalarParameterDefn;
30
import org.eclipse.birt.report.engine.api.IScalarParameterDefn;
…
…
130
Map<String, Object> inputValues = new HashMap<String, Object>();
131
Map<String, Object> inputValues = new HashMap<String, Object>();
131
IGetParameterDefinitionTask task = this.birtReportEngine
132
IGetParameterDefinitionTask task = this.birtReportEngine
132
.createGetParameterDefinitionTask(runnable);
133
.createGetParameterDefinitionTask((IRunnable)runnable);
133
Collection paramDefns = task.getParameterDefns(false);
134
Collection paramDefns = task.getParameterDefns(false);
134
Iterator iter = paramDefns.iterator();
135
Iterator iter = paramDefns.iterator();
The corresponding jars are atached to this post.
'jboss-birt-servlet.jar' and 'jboos-seam-birt.jar' should be revised with each new BIRT version. If you use JBoss Proyect Wizard to create a new proyect and select BIRT facet, this files are included at /WEB_INF/lib directory with all the other libraries of the installed BIRT version, so it should run with it !!
Indeed, in order to install JBoosTools 3.1.0 Plugin you have to update your Birt version to 2.5.2, so there is no chance to use previous versions of birt.
I hope this can help to other Seam-Birt users with the same problem.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/537165#537165]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years
[EJB 3.0 Development] - jboss 5 ignore dependency
by Mirek Sz
Mirek Sz [http://community.jboss.org/people/MirekSz] created the discussion
"jboss 5 ignore dependency"
To view the discussion, visit: http://community.jboss.org/message/537156#537156
--------------------------------------------------------------
Hello,
I have problem beacause I have cycle services dependiency and I have to use ignore dependency.
When I use anootations @EJB and @IgnoreDependiency it works fine.
When I use Annotations @ EJB and <ignore-dependency> it also works
but in my case I using ejb-jar.xml and jboss.xml and this dosen't works:-(
my ejb-jar.xml file
<?xml version="1.0" encoding="UTF-8"?>
<ejb-jar xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.0" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd">
<enterprise-beans>
<session>
<ejb-name>Pracownik</ejb-name>
<business-local>pakiet.Pracownik</business-local>
<ejb-class>pakiet.PracownikImpl</ejb-class>
<session-type>Stateless</session-type>
<ejb-local-ref>
<ejb-ref-name>Stanowisko</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
<local>pakiet.Stanowisko</local>
<injection-target>
<injection-target-class>pakiet.PracownikImpl</injection-target-class>
<injection-target-name>stanowisko</injection-target-name>
</injection-target>
</ejb-local-ref>
</session>
<session>
<ejb-name>Stanowisko</ejb-name>
<business-local>pakiet.Stanowisko</business-local>
<ejb-class>pakiet.StanowiskoImpl</ejb-class>
<session-type>Stateless</session-type>
<ejb-local-ref>
<ejb-ref-name>Pracownik</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
<local>pakiet.Pracownik</local>
<injection-target>
<injection-target-class>pakiet.StanowiskoImpl</injection-target-class>
<injection-target-name>pracownik</injection-target-name>
</injection-target>
</ejb-local-ref>
</session>
</enterprise-beans>
</ejb-jar>
and my jboss.xml file
<?xml version="1.0" encoding="UTF-8"?>
<jboss>
<enterprise-beans>
<session>
<ejb-name>Stanowisko</ejb-name>
<ignore-dependency>
<injection-target>
<injection-target-class>pakiet.StanowiskoImpl</injection-target-class>
<injection-target-name>pracownik</injection-target-name>
</injection-target>
</ignore-dependency>
</session>
<session>
<ejb-name>Pracownik</ejb-name>
<ignore-dependency>
<injection-target>
<injection-target-class>pakiet.PracownikImpl</injection-target-class>
<injection-target-name>stanowisko</injection-target-name>
</injection-target>
</ignore-dependency>
</session>
</enterprise-beans>
</jboss>
JBOSS log:
13:47:56,269 WARN [HDScanner] Failed to process changes
org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
*** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
jboss.j2ee:jar=test.jar,name=Pracownik,service=EJB3
-> <UNKNOWN jboss.j2ee:jar=test.jar,name=Pracownik,service=EJB3>{Described:** UNRESOLVED Demands 'jndi:Stanowisko/local-pakiet.Stanowisko' **}
jboss.j2ee:jar=test.jar,name=Stanowisko,service=EJB3
-> <UNKNOWN jboss.j2ee:jar=test.jar,name=Stanowisko,service=EJB3>{Described:** UNRESOLVED Demands 'jndi:Pracownik/local-pakiet.Pracownik' **}
*** CONTEXTS IN ERROR: Name -> Error
<UNKNOWN jboss.j2ee:jar=test.jar,name=Pracownik,service=EJB3> -> ** UNRESOLVED Demands 'jndi:Stanowisko/local-pakiet.Stanowisko' **
<UNKNOWN jboss.j2ee:jar=test.jar,name=Stanowisko,service=EJB3> -> ** UNRESOLVED Demands 'jndi:Pracownik/local-pakiet.Pracownik' **
at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:863)
at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:665)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:293)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:221)
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/537156#537156]
Start a new discussion in EJB 3.0 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years
[JBoss Web Services Metro] - Jboss 5.1 , jbossws-metro-3.2.2.GA , Seam 2.2 and Seam 2.2 - deployment exception
by gnana sekaran
gnana sekaran [http://community.jboss.org/people/gnanasekaran] created the discussion
"Jboss 5.1 , jbossws-metro-3.2.2.GA , Seam 2.2 and Seam 2.2 - deployment exception"
To view the discussion, visit: http://community.jboss.org/message/537150#537150
--------------------------------------------------------------
I am using seam 2.2, jboss 5.1 and jboss ws metro 3.2.2.
I want to create the web service to upload binary files.
while enabling the MTOM by using SOAP1.2 MTOM binding the deploymant exception is occured.
@WebService
(name="MtomStreaming",serviceName="MtomStreamingService",targetNamespace="http://example.org")@BindingType
(value =javax.xml.ws.soap.SOAPBinding.+SOAP12HTTP_MTOM_BINDING)@HandlerChain(file = "META-INF/handler-config.xml")public class StreamingImpl {+
}
Caused by:
javax.xml.ws.WebServiceException: Failed to build METRO runtime modelat org.jboss.wsf.stack.metro.metadata.RuntimeModelDeploymentAspect.start(
RuntimeModelDeploymentAspect.java:134)at org.jboss.webservices.integration.deployers.WSDeploymentAspectDeployer.internalDeploy(
WSDeploymentAspectDeployer.java:107)at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(
AbstractRealDeployer.java:50)at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(
DeployerWrapper.java:171)... 30 more
Caused by:
com.sun.xml.ws.server.ServerRtException: Cannot generate WSDL for binding "http://www.w3.org/2003/05/soap/bindings/HTTP/?mtom=true"at com.sun.xml.ws.server.EndpointFactory.generateWSDL(
EndpointFactory.java:416)at com.sun.xml.ws.server.EndpointFactory.createEndpoint(
EndpointFactory.java:197)at com.sun.xml.ws.api.server.WSEndpoint.create(
WSEndpoint.java:467)at org.jboss.wsf.stack.metro.DeploymentDescriptorParserExt.parseAdapters(
DeploymentDescriptorParserExt.java:295)at org.jboss.wsf.stack.metro.DeploymentDescriptorParserExt.parse(
DeploymentDescriptorParserExt.java:171)at org.jboss.wsf.stack.metro.metadata.RuntimeModelDeploymentAspect.start(
RuntimeModelDeploymentAspect.java:110)
Any help on this will be very useful for me.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/537150#537150]
Start a new discussion in JBoss Web Services Metro at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years