[JBoss jBPM] - Re: Problem with depoly jbpm-bpel-1.1.1
by rusbob
Any ideas!
exception:
2008-08-20 12:52:17,323 DEBUG [org.hibernate.cfg.HbmBinder] Mapped property: id -> ID_
2008-08-20 12:52:17,324 DEBUG [org.hibernate.cfg.HbmBinder] Mapped property: name -> NAME_
2008-08-20 12:52:17,324 DEBUG [org.hibernate.cfg.HbmBinder] Mapped property: description -> DESCRIPTION_
2008-08-20 12:52:17,325 DEBUG [org.hibernate.cfg.HbmBinder] Mapped property: processDefinition -> PROCESSDEFINITION_
2008-08-20 12:52:17,325 DEBUG [org.hibernate.cfg.HbmBinder] Mapped property: events
2008-08-20 12:52:17,325 DEBUG [org.hibernate.cfg.HbmBinder] Mapped property: exceptionHandlers
2008-08-20 12:52:17,326 DEBUG [org.hibernate.cfg.HbmBinder] Mapped property: isAsync -> ISASYNC_
2008-08-20 12:52:17,326 DEBUG [org.jbpm.JbpmContext] closing JbpmContext
2008-08-20 12:52:17,327 DEBUG [org.jbpm.svc.Services] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService@1a431fd
2008-08-20 12:52:17,327 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/jbpm-bpel]] Exception sending context initialized event to listener instance of class org.jbpm.bpel.web.JbpmConfigurationLoader
org.hibernate.MappingException: Could not read mappings from resource: org/jbpm/graph/def/Node.hbm.xml
at org.hibernate.cfg.Configuration.addResource(Configuration.java:518)
at org.hibernate.cfg.Configuration.parseMappingElement(Configuration.java:1506)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171441#4171441
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171441
16 years, 3 months
[JBoss jBPM] - Experimenting with jBPM
by apollosv
Hello All,
We have started development on a new in house project that involves use of workflow representations of a few business processes.
This will be a custom application which will deal predominantly with a lot of domain data that needs to go through a process lifecycle(workflow).
We will be building the domain, the application and need an engine(workflow) to extract out the workflow aspects of the application for needs of
1.) Lesser code to write to represent a workflow/process.
2.) Better abstraction in terms of separating business rules, domain logic and workflow aspects to a process.
3.) Easier to change the business process than having to change all the Java code related to the workflow.
Core Requirement: Connect the Domain instance that is being workflow enabled with the workflow related information that the engine works with.
We have started investing time in seeing how jBPM fits our needs as outlined above.
Has anybody used this product in such a scenario before? Is there any reference implementation that can be used in such a scenario?
I would be more than happy to provide any more information with regards to specific questions, just did not want to make this post too long.
Thank You,
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171405#4171405
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171405
16 years, 3 months