掲示板

Database of Liferay service builder and JBPM conflict

12年前 に Seyed Mohammad Hosein Jamali によって更新されました。

Database of Liferay service builder and JBPM conflict

Junior Member 投稿: 77 参加年月日: 09/12/13 最新の投稿
Hello all
I have a portlet that works with jbpm and liferay service builder together. configuration files of jbpm (such as hibernate.cfg.xml and persistence.xml) located beside configuration files of Liferay service builder (such as portlet-hbm.xml and base-spring.xml and etc.) in the META-INF folder. so when I deploy my portlet, my entities that declared in the service.xml is created twice. once in the Lifery database and in the another location in the JBPM database ! so that when I call method get of Liferay service builder generated services it read from tables that created in the JBPM database and call method create act on tables created in the Liferay database !

Is there any solution for solve this problem ?
How can i separate location of Liferay Service Builder and JBPM configuration files ?

Thanks in advance
S.M.H.Jamali