Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
JSP - A mailing list about Java Server Pages specification and reference
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
- Help: Seam on Weblogic 10

- Help: Seam on Weblogic 10

2007-07-13       - By lisaanm

 Back
Hi,
I'm trying to run JPA example with Seam 1.2.1 GA, ended up with

 | ####<12.07.2007 13.30 Uhr CEST> <Error> <J2EE> <toms-2000 (See http://oms-2000.ora-code.com)> <examplesServer>
<[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'
> <weblogic> <> <> <1184239814906> <BEA-160197 (See http://BEA-160197.ora-code.com)> <Unable to load descriptor
weblogic.utils.classloaders.ChangeAwareClassLoader@(protected) finder: weblogic
.utils.classloaders.CodeGenClassFinder@(protected) annotation: consoleapp@(protected)/WEB
-INF/lib/jboss-seam-jpa.jar!/META-INF/persistence.xml of module jboss-seam-jpa
.war. The error is weblogic.descriptor.DescriptorException: Unmarshaller failed
 |   at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor
(MarshallerFactory.java:152)
 |   at weblogic.descriptor.BasicDescriptorManager.createDescriptor
(BasicDescriptorManager.java:292)
 |   at weblogic.descriptor.BasicDescriptorManager.createDescriptor
(BasicDescriptorManager.java:260)
 |   at weblogic.application.descriptor.AbstractDescriptorLoader2
.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:774)
 |   at weblogic.application.descriptor.AbstractDescriptorLoader2
.createDescriptorBean(AbstractDescriptorLoader2.java:397)
 |   at weblogic.application.descriptor.AbstractDescriptorLoader2
.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:745)
 |   at weblogic.application.descriptor.AbstractDescriptorLoader2
.loadDescriptorBean(AbstractDescriptorLoader2.java:754)
 |   at weblogic.deployment.AbstractPersistenceUnitRegistry
.loadPersistenceDescriptor(AbstractPersistenceUnitRegistry.java:157)
 |   at weblogic.deployment.AbstractPersistenceUnitRegistry
.loadPersistenceDescriptors(AbstractPersistenceUnitRegistry.java:86)
 |   at weblogic.deployment.PersistenceUnitViewer$ResourceViewer
.loadDescriptors(PersistenceUnitViewer.java:41)
 |   at weblogic.application.compiler.WARModule.merge(WARModule.java:427)
 |   at weblogic.application.compiler.flow.SingleModuleMergeFlow.proecessModule
(SingleModuleMergeFlow.java:16)
 |   at weblogic.application.compiler.flow.SingleModuleFlow.compile
(SingleModuleFlow.java:31)
 |   at weblogic.application.compiler.FlowDriver$FlowStateChange.next
(FlowDriver.java:69)
 |   at weblogic.application.utils.StateMachineDriver.nextState
(StateMachineDriver.java:26)
 |   at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
 |   at weblogic.application.compiler.FlowDriver$CompilerFlowDriver.compile
(FlowDriver.java:96)
 |   at weblogic.application.compiler.ReadOnlyWarMerger.merge(ReadOnlyWarMerger
.java:27)
 |   at weblogic.application.compiler.flow.AppMergerFlow.mergeInput
(AppMergerFlow.java:94)
 |   at weblogic.application.compiler.flow.AppMergerFlow.compile(AppMergerFlow
.java:47)
 |   at weblogic.application.compiler.FlowDriver$FlowStateChange.next
(FlowDriver.java:69)
 |   at weblogic.application.utils.StateMachineDriver.nextState
(StateMachineDriver.java:26)
 |   at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
 |   at weblogic.application.compiler.FlowDriver$CompilerFlowDriver.compile
(FlowDriver.java:96)
 |   at weblogic.application.compiler.AppMerge.runBody(AppMerge.java:137)
 |   at weblogic.utils.compiler.Tool.run(Tool.java:158)
 |   at weblogic.utils.compiler.Tool.run(Tool.java:115)
 |   at weblogic.application.compiler.AppMerge.merge(AppMerge.java:149)
 |   at weblogic.deploy.api.internal.utils.AppMerger.merge(AppMerger.java:70)
 |   at weblogic.deploy.api.internal.utils.AppMerger.getMergedApp(AppMerger
.java:51)
 |   at weblogic.deploy.api.model.internal.WebLogicDeployableObjectFactoryImpl
.createDeployableObject(WebLogicDeployableObjectFactoryImpl.java:177)
 |   at weblogic.deploy.api.model.internal.WebLogicDeployableObjectFactoryImpl
.createLazyDeployableObject(WebLogicDeployableObjectFactoryImpl.java:150)
 | Caused by: com.bea.xml.XmlException: failed to load java type corresponding
to e=persistence
 |   at com.bea.staxb.runtime.internal.UnmarshalResult.getPojoBindingType
(UnmarshalResult.java:329)
 |   at com.bea.staxb.runtime.internal.UnmarshalResult
.determineTypeForGlobalElement(UnmarshalResult.java:296)
 |   at com.bea.staxb.runtime.internal.UnmarshalResult
.determineTypeForGlobalElement(UnmarshalResult.java:306)
 |   at com.bea.staxb.runtime.internal.UnmarshalResult.determineRootType
(UnmarshalResult.java:287)
 |   at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument
(UnmarshalResult.java:153)
 |   at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal
(UnmarshallerImpl.java:65)
 |   at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor
(MarshallerFactory.java:141)
 |   at weblogic.descriptor.BasicDescriptorManager.createDescriptor
(BasicDescriptorManager.java:292)
 |   at weblogic.descriptor.BasicDescriptorManager.createDescriptor
(BasicDescriptorManager.java:260)
 |   at weblogic.application.descriptor.AbstractDescriptorLoader2
.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:774)
 |   at weblogic.application.descriptor.AbstractDescriptorLoader2
.createDescriptorBean(AbstractDescriptorLoader2.java:397)
 |   at weblogic.application.descriptor.AbstractDescriptorLoader2
.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:745)
 |   at weblogic.application.descriptor.AbstractDescriptorLoader2
.loadDescriptorBean(AbstractDescriptorLoader2.java:754)
 |   at weblogic.deployment.AbstractPersistenceUnitRegistry
.loadPersistenceDescriptor(AbstractPersistenceUnitRegistry.java:157)
 |   at weblogic.deployment.AbstractPersistenceUnitRegistry
.loadPersistenceDescriptors(AbstractPersistenceUnitRegistry.java:86)
 |   at weblogic.deployment.PersistenceUnitViewer$ResourceViewer
.loadDescriptors(PersistenceUnitViewer.java:41)
 |   at weblogic.application.compiler.WARModule.merge(WARModule.java:427)
 |   at weblogic.application.compiler.flow.SingleModuleMergeFlow.proecessModule
(SingleModuleMergeFlow.java:16)
 |   at weblogic.application.compiler.flow.SingleModuleFlow.compile
(SingleModuleFlow.java:31)
 |   at weblogic.application.compiler.FlowDriver$FlowStateChange.next
(FlowDriver.java:69)
 |   at weblogic.application.utils.StateMachineDriver.nextState
(StateMachineDriver.java:26)
 |   at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
 |   at weblogic.application.compiler.FlowDriver$CompilerFlowDriver.compile
(FlowDriver.java:96)
 |   at weblogic.application.compiler.ReadOnlyWarMerger.merge(ReadOnlyWarMerger
.java:27)
 |   at weblogic.application.compiler.flow.AppMergerFlow.mergeInput
(AppMergerFlow.java:94)
 |   at weblogic.application.compiler.flow.AppMergerFlow.compile(AppMergerFlow
.java:47)
 |   at weblogic.application.compiler.FlowDriver$FlowStateChange.next
(FlowDriver.java:69)
 |   at weblogic.application.utils.StateMachineDriver.nextState
(StateMachineDriver.java:26)
 |   at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
 |   at weblogic.application.compiler.FlowDriver$CompilerFlowDriver.compile
(FlowDriver.java:96)
 |   at weblogic.application.compiler.AppMerge.runBody(AppMerge.java:137)
 |   at weblogic.utils.compiler.Tool.run(Tool.java:158)
 |
 |

If anyone got SEAM working on Weblogic 10, please share your comments.

Thanks

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic
&p=4063848#4063848

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode
=reply&p=4063848
__ ____ ____ ____ ____ ____ ____ ____ ____ ____
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user

©2008 junlu.com - Jax Systems, LLC, U.S.A.