[JBoss JIRA] (JBSEAM-4932) pages.xml is sometimes not loaded
by Marek Schmidt (JIRA)
Marek Schmidt created JBSEAM-4932:
-------------------------------------
Summary: pages.xml is sometimes not loaded
Key: JBSEAM-4932
URL: https://issues.jboss.org/browse/JBSEAM-4932
Project: Seam 2
Issue Type: Bug
Components: Core
Affects Versions: 2.3.0.BETA1
Environment: AS7.1.1.Final
Reporter: Marek Schmidt
Fix For: 2.3.0.BETA2
Sometimes on deployment of examples on AS7.1.1.Final the pages.xml is not loaded and navigation doesn't work in the example. Redeploying seems to fix the problem.
Attaching a DEBUG log where the following line is found during the last deployment of the jpa example:
{noformat}
18:32:09,163 DEBUG [org.jboss.seam.navigation.Pages] (MSC service thread 1-2) no pages.xml file found: /WEB-INF/pages.xml
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (JBSEAM-4923) Resteasy ResourceHome Unable to unmarshall request body on AS7
by Marek Schmidt (JIRA)
Marek Schmidt created JBSEAM-4923:
-------------------------------------
Summary: Resteasy ResourceHome Unable to unmarshall request body on AS7
Key: JBSEAM-4923
URL: https://issues.jboss.org/browse/JBSEAM-4923
Project: Seam 2
Issue Type: Bug
Components: Core
Affects Versions: 2.3.0.BETA1
Environment: AS 7.1.1.Final
Reporter: Marek Schmidt
Assignee: Marek Schmidt
Fix For: 2.3.0.BETA2
The following error occurs in the tasks example:
{noformat}
Caused by: java.lang.RuntimeException: Unable to unmarshall request body
at org.jboss.seam.resteasy.ResourceHome.unmarshallEntity(ResourceHome.java:282) [jboss-seam-resteasy-2.3.0.Beta2-SNAPSHOT.jar:2.3.0.Beta2-SNAPSHOT]
at org.jboss.seam.resteasy.ResourceHome.createResource(ResourceHome.java:157) [jboss-seam-resteasy-2.3.0.Beta2-SNAPSHOT.jar:2.3.0.Beta2-SNAPSHOT]
at org.jboss.seam.example.tasks.resource.TaskResourceHome.createResource(TaskResourceHome.java:95) [tasks-ejb.jar:2.3.0.Beta2-SNAPSHOT]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.6.0_30]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [rt.jar:1.6.0_30]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_30]
at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_30]
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam.jar:2.3.0.Beta2-SNAPSHOT]
at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam.jar:2.3.0.Beta2-SNAPSHOT]
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam.jar:2.3.0.Beta2-SNAPSHOT]
at org.jboss.seam.resteasy.ResteasyContextInjectionInterceptor.aroundInvoke(ResteasyContextInjectionInterceptor.java:59) [jboss-seam-resteasy-2.3.0.Beta2-SNAPSHOT.jar:2.3.0.Beta2-SNAPSHOT]
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam.jar:2.3.0.Beta2-SNAPSHOT]
at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam.jar:2.3.0.Beta2-SNAPSHOT]
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam.jar:2.3.0.Beta2-SNAPSHOT]
at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) [jboss-seam.jar:2.3.0.Beta2-SNAPSHOT]
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam.jar:2.3.0.Beta2-SNAPSHOT]
at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam.jar:2.3.0.Beta2-SNAPSHOT]
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam.jar:2.3.0.Beta2-SNAPSHOT]
at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam.jar:2.3.0.Beta2-SNAPSHOT]
at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185) [jboss-seam.jar:2.3.0.Beta2-SNAPSHOT]
at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103) [jboss-seam.jar:2.3.0.Beta2-SNAPSHOT]
at org.jboss.seam.example.tasks.resource.TaskResourceHome_$$_javassist_seam_9.createResource(TaskResourceHome_$$_javassist_seam_9.java) [tasks-ejb.jar:2.3.0.Beta2-SNAPSHOT]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.6.0_30]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [rt.jar:1.6.0_30]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_30]
at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_30]
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:155) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:257) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:222) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:211) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:525) [resteasy-jaxrs-2.3.2.Final.jar:]
... 41 more
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months