[jboss-user] [JBoss jBPM] - Re: Integration problem of jBPM 4, Spring and Hibernate

2009-08-06 Thread KeithWong123
"shiyeling" wrote : Try add spring to the read context of script manager | | | | | | | | | It was the same result that cannot find property TestCon. Do you have any sugguestion? Besides, I don't understand the meaning and possible values of the parameters of

[jboss-user] [JBoss jBPM] - Re: Integration problem of jBPM 4, Spring and Hibernate

2009-08-05 Thread KeithWong123
"shekharv" wrote : You would have to post your jbpm configuration too please, ***jbpm.cfg.xml*** | | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss jBPM] - Re: Integration problem of jBPM 4, Spring and Hibernate

2009-08-05 Thread KeithWong123
I follow exactly as JBPM Developers Guide session "16.3 Usage" to setup related XML. However, still cannot find the Spring Bean (my case is "TestCon" ). The following are the XML and result. ***process.jpdl.xml(JBPM flow definition)*** | | http://jbpm.org/4.0/jpdl";> | |

[jboss-user] [JBoss jBPM] - Re: Integration problem of jBPM 4, Spring and Hibernate

2009-08-04 Thread KeithWong123
Thank you for your help! However, other problems come out.. Do you have any working example or tutorial recommended to me? I want to learn how to integrate JBPM4, Spring and Hibernate. However, I cannot find any example which can guide me through the whole process. Now I am facing this

[jboss-user] [JBoss jBPM] - Re: Integration problem of jBPM 4, Spring and Hibernate

2009-08-03 Thread KeithWong123
Sorry for the format problem in the XML. Here I attach again. | http://www.springframework.org/schema/beans"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xmlns:aop="http://www.springframework.org/schema/aop"; | xmlns:tx="http://www.springframework.org/schema/t

[jboss-user] [JBoss jBPM] - Integration problem of jBPM 4, Spring and Hibernate

2009-08-03 Thread KeithWong123
I would like to integrate Spring and jBPM 4 (with Hibernate) but find the following problems. Can anybody help to indicate what is wrong? Or are there any working example which demonstrate how to do the integration? The problem is: Program: *** import