[JBoss Seam] - Re: Seam2, Pageflow, <start-state>
by patrickr
Hey there,
I experienced the same thing today. I use MyEclipse for deploying applications and the default behaviour of the web application module is to include all referenced JARs. So even if you don't have jboss-seam.jar copied to your WEB-INF/lib MyEclipse will copy it on deployment if your projects references it. The consequence is, that you end up having two jboss-seam jars - one as usual in the EAR, the other one in your web project.
And now guess what: It turned out that this was exactly the cause for the page flow exception. :-o
So if you use MyEclipse, disable the option to include referenced jars in your web project. If you don't use it, just make sure that jboss-seam jar is where i belongs; in the root of the ear and only there...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079577#4079577
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079577
18Â years, 7Â months
[JBoss Portal] - Struts bridge in JBoss portal 2.6.1GA
by mirkosolic
Hello,
I' m running JBoss AS 4.2.1GA and JBoss Portal 2.6.1GA on XP.
I have download struts example 'struts-demo-for-jboss-portal.zip'.
Then i changed struts bridge library in folder WEB-INF/lib to portals-bridges-struts-1.2.7-1.0.3.jar.
But when i try to view portlet i get exception:
javax.servlet.ServletException: Original SevletRequest or wrapped original ServletRequest not passed to RequestDispatcher in violation of SRV.8.2 and
SRV.14.2.5.1
at org.apache.catalina.core.ApplicationDispatcher.checkSameObjects(ApplicationDispatcher.java:989)
at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:517)
at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:505)
at org.apache.portals.bridges.struts.StrutsPortlet.processRequest(StrutsPortlet.java:427)
at org.apache.portals.bridges.struts.StrutsPortlet.doView(StrutsPortlet.java:301)
at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:133)
at javax.portlet.GenericPortlet.render(GenericPortlet.java:306)
at org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.invokeRender(PortletContainerImpl.java:483)
at org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.dispatch(PortletContainerImpl.java:405)
at org.jboss.portal.portlet.container.PortletContainerInvoker$1.invoke(PortletContainerInvoker.java:86)
at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131)
at org.jboss.portal.core.aspects.portlet.TransactionInterceptor.org$jboss$portal$core$aspects$portlet$TransactionInterceptor$invokeNotSupporte
d$aop(TransactionInterceptor.java:86)
at org.jboss.portal.core.aspects.portlet.TransactionInterceptor$invokeNotSupported_N4547270787964792031.invokeNext(TransactionInterceptor$invo
keNotSupported_N4547270787964792031.java)
at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66)
at org.jboss.aspects.tx.TxInterceptor$NotSupported.invoke(TxInterceptor.java:112)
at org.jboss.portal.core.aspects.portlet.TransactionInterceptor$invokeNotSupported_N4547270787964792031.invokeNext(TransactionInterceptor$invo
keNotSupported_N4547270787964792031.java)
at org.jboss.aspects.tx.TxPolicy.invokeInNoTx(TxPolicy.java:66)
....
Can somebody help me?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079570#4079570
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079570
18Â years, 7Â months
[JBoss jBPM] - Re: Urgent Help Required
by muddsar
i have downloaded the jbpm3.2.1 suite and i m using it with default configuration.i m not using any other application sever...i have tried to solve the problem and now i m getting following error...
16:34:27,479 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
--- MBeans waiting for other MBeans ---
ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo
State: CONFIGURED
I Depend On:
jboss:service=TransactionManager
jboss.jca:service=DataSourceBinding,name=DefaultDS
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.jca:service=DataSourceBinding,name=DefaultDS
State: NOTYETINSTALLED
Depends On Me:
jboss:service=KeyGeneratorFactory,type=HiLo
it seems that there is only one configurtion missing....can anyone please figure it out.
Thanks in advance
Muddsar
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079564#4079564
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079564
18Â years, 7Â months