[JBoss-user] [JBoss jBPM] - Re: problem updating to JBoss AS 4.0.4 GA

2006-05-16 Thread maplat
you have to upgrade to the ehcache 1.2, it's in the release notes of the jboss distribution, but not for jbpm but for jboss portal. You can download the hibernate 3.2 rc, which has the ehcache in the libs directory or just get only the ehcache from the sourceforge site View the original post :

[JBoss-user] [JBoss jBPM] - Re: jbpm 3.1 postgresql string_max

2006-02-15 Thread maplat
Hi Saviola, that's all I did. I'm not sure if the order of the mapping files in hibernate.cfg.xml is important. In the original file teh queries are inserted directly below Membership.hbm.xml. Are you sure, you are using the right configuration file at runtime? You should be able to see this

[JBoss-user] [JBoss jBPM] - Re: jbpm 3.1 postgresql string_max

2006-02-15 Thread maplat
Hi Saviola, I'm using the 3.1 release from yesterday View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923824#3923824 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923824 ---

[JBoss-user] [JBoss jBPM] - Re: jbpm 3.1 postgresql string_max

2006-02-15 Thread maplat
we need to load the hibernate.queries.hbm.xml which is in the default hibernate config files. I had a hibernate config file of my own, where this named queries were not loaded. Within the named query file the type string_max is defined and then everything works fine View the original post :

jboss-user@lists.sourceforge.net

2006-02-15 Thread maplat
we need to load the hibernate.queries.hbm.xml which is in the default hibernate config files. I had a hibernate config file of my own, where this named queries were not loaded. Within the named query file the type string_max is defined and then everything works fine View the original post :

jboss-user@lists.sourceforge.net

2006-02-14 Thread maplat
I just had the same problem, to fix it, you have to remove the type="string_max" from the hibernate mapping files, but I don't think this is the real solution for that. Maybe some hibernate expert can help us here. I'm not sure if it is a bug or just a missing configuration View the original p

[JBoss-user] [JBoss jBPM] - jbpm 3.1 postgresql string_max

2006-02-14 Thread maplat
Hi all, i just tried to deploy the 3.1 release on a postgresql 8 database. When my software tries to create the database schema it fails with org.hibernate.MappingException: Could not determine type for: string_max, for columns: [org.hibernate.mapping.Column(OLDSTRINGVALUE_)] at org.hibe

[JBoss-user] [JBoss jBPM] - leaving transition on sub processes

2006-01-16 Thread maplat
I'm make heavy use of sub processes created by nodes, which works fine. My problem is, that the process-state is always leaving on it's default transition and not according to the end-state of the sub process. Am I doing things wrong here or is there any other solution? View the original post

[JBoss-user] [JBoss jBPM] - retrieve logs of sub processes

2006-01-16 Thread maplat
Hi, I'm using the jbpm process logs and try to retrieve it for my application, which is basically working, but not for logs created from sub processes. I do a lookup for the loogs with jbpmSession.getLoggingSession().findLogsByProcessInstance(procId); which returns the logs created from the p

[JBoss-user] [JBoss jBPM] - timer in state of subprocess (jbpm 3.0.1)

2005-11-30 Thread maplat
I create a process definition on the fly from my code. This is not done using xml, i add new node, state and other elements to the process. I also have a process-state element. The sub process defined has a timer (create timer and cancel timer event). When saving the process instance I created