[JBoss-user] [JBoss Portal] - Transaction problems with JBoss Portal + JBPM

2005-09-28 Thread sven.schulz
Hi, I am developing an application that integrates JBoss Portal and jBpm. However, I have a problem with transaction management. Whenever I try to commit on the JBpm session, I get the follwing exception: | Caused by: javax.faces.el.EvaluationException: /deploy.xhtml @19,65

[JBoss-user] [JBoss Portal] - Re: Transaction problems with JBoss Portal + JBPM

2005-09-28 Thread sven.schulz
Thank you Julien. I've done what you said. No success. My hibernate portal configuration now looks like | ?xml version='1.0' encoding='utf-8'? | !DOCTYPE hibernate-configuration PUBLIC | -//Hibernate/Hibernate Configuration DTD//EN |

[JBoss-user] [JBoss Portal] - Re: Transaction problems with JBoss Portal + JBPM

2005-09-28 Thread sven.schulz
Wouldn't it be necessary to do this for the inner transaction (in jBpm). Since this one shouldn't commit but does (as requested in source code)? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3897843#3897843 Reply to the post :

[JBoss-user] [JBoss Portal] - Bundle links not working

2005-05-12 Thread sven.schulz
It looks like the links for the bundled packages (Portal RC + AS 4.0.1sp1) not working. Anybody knowing the correct URL? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877537#3877537 Reply to the post :

[JBoss-user] [JBoss Portal] - Bridge Interceptor

2005-05-09 Thread sven.schulz
I wonder how to activate the bridge interceptor in org.jboss.portal.bridge. I think I have to add a line to jboss-container.xml. Is this true? Is there any meaning associated with the order of the interceptor elements therein? View the original post :

[JBoss-user] [JBoss Portal] - Re: Bridge Interceptor

2005-05-09 Thread sven.schulz
Hi Julien, I am trying to integrate my own bridge for Oracle ADF Faces. Even with your hint I am not able to figure out how to get the bridge interceptor working. When I invoke JBossServletContextProvider.getServletContext(null) an IllegalStateException is thrown, indicating that no bridge is