As a follow-up: Commenting out the <bpm:jbpm ... /> in the following components.xml
<?xml version="1.0" encoding="UTF-8"?> | <components | xmlns="http://jboss.com/products/seam/components" | xmlns:core="http://jboss.com/products/seam/core" | xmlns:persistence="http://jboss.com/products/seam/persistence" | xmlns:drools="http://jboss.com/products/seam/drools" | xmlns:bpm="http://jboss.com/products/seam/bpm" | xmlns:security="http://jboss.com/products/seam/security" | xmlns:mail="http://jboss.com/products/seam/mail" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xsi:schemaLocation="http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd | http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.0.xsd | http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-2.0.xsd | http://jboss.com/products/seam/bpm http://jboss.com/products/seam/bpm-2.0.xsd | http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd | http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-2.0.xsd | http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd" | > | | <core:manager | concurrent-request-timeout="500" | conversation-timeout="1200000" | conversation-id-parameter="cid" | /> | | <security:identity authenticate-method="#{authenticator.authenticate}" /> | | <mail:mail-session host="localhost" port="2525" username="test" password="test" /> | | <!-- For use with jBPM pageflow or process management --> | <bpm:jbpm> | <bpm:pageflow-definitions> | <value>createdataset.jpdl.xml</value> | <value>addhazardstojobindustry.jpdl.xml</value> | <value>addhazardsfromscratch.jpdl.xml</value> | </bpm:pageflow-definitions> | </bpm:jbpm> | | </components> works like a charm, however I need the pageflows! Once again: if I lose the previously posted jboss-app.xml this problem works, however I can't have the two ears on one server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123019#4123019 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123019 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
