[jboss-user] [jBPM Users] - Re: Entity variable

2009-12-09 Thread juanignaciosl
Neat. As I read at the documentation it's likely that I should be able to save as an Hibernate entity, but Serializable is good enough for the time being. Nevertheless, when I make it Serializable it gets stored but it can't be loaded, taskService.getVariables throws the following exception:

[jboss-user] [jBPM Users] - Entity variable

2009-12-04 Thread juanignaciosl
I'm developing a Seam/jBPM4 web application. I can already hot deploy processes through the web interface, start and signal processes, storing String and Integer variables within them... My problem arises when I try to attach and store an entity variable. My application and jBPM share the same

[jboss-user] [jBPM Users] - Re:

2009-11-20 Thread juanignaciosl
How hard was implementing it project-specific? Is that code reusable? :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266738#4266738 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266738

[jboss-user] [jBPM Users] - undo / rollback a transition

2009-11-16 Thread juanignaciosl
My clients are interested in being able to undo a transition or going backwards in a process instance. Is it possible to do it somehow? They don't want to be told to model every backwards transition... View the original post :

[jboss-user] [jBPM Users] - Variable modification restriction + form generation

2009-11-16 Thread juanignaciosl
I miss some data restriction specification at jBPM. I think defining restrictions like variable x can only be modified at task A it's quite neccesary. The task forms feature could be an option, but I don't actually want to open jBPM console to final users. I think I'm going to implement a

[jboss-user] [jBPM Users] - Re: Variable modification restriction + form generation

2009-11-16 Thread juanignaciosl
Ok, I'll do it as soon as I have a design for it. Your idea seems similar to what I was thinking on. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265954#4265954 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265954

[jboss-user] [jBPM Users] - Web application (Seam) powered by jBPM 4

2009-11-11 Thread juanignaciosl
I want to make a web application which relies heavily on workflows. What should I do? a) Deploying jBPM console and interacting with it through JNDI b) Embedding jBPM in my webapp? c) Other? I'd like to be able to administer processes with the console. Is it viable with b)? I'd like to use

[jboss-user] [jBPM Users] - Re: Web application (Seam) powered by jBPM 4

2009-11-11 Thread juanignaciosl
PD: I'd like to be able to hot deploy processes. Is it viable with b)? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265038#4265038 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265038

[jboss-user] [JBoss Tools (users)] - Re: hibernate.cfg.xml not found when l launch a test

2008-12-19 Thread juanignaciosl
No, sorry, I was wrong. The app worked _before_ adding jBPM. I've created a Jira (https://jira.jboss.org/jira/browse/JBSEAM-3858) with this issue. It's more detailed than this entry. Thank you for your interest :) View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Doesn't redeploy on change

2008-12-17 Thread juanignaciosl
SOLVED. Certainly my fault, I had looked into 'launch configuration' but not at 'Overview'. Thank you very much!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4197053#4197053 Reply to the post :

[jboss-user] [JBoss Tools (users)] - hibernate.cfg.xml not found when l launch a test

2008-12-17 Thread juanignaciosl
I've created a Seam web project with JBoss Tools. I've made the following test: | public class ProyectosTest extends SeamTest { | @Logger | Log log; | | @Test | public void testProcesoProyecto() throws Exception { | new ComponentTest() { |

[jboss-user] [JBoss Tools (users)] - Doesn't redeploy on change

2008-12-16 Thread juanignaciosl
I've just installed JBossTools Beta 1 at Ganymede, WinXP. I've created a new Seam project and deployed it at JBoss 4.2. Everything's fine, server will start, project is deployed. My problem is that changing a file (.xhtml or Java, it doesn't matter) doesn't trigger a redeploy. If I change a

[jboss-user] [JBoss Tools (users)] - Re: Changing default templates

2008-11-09 Thread juanignaciosl
Ok, great, modifying seam-gen templates worked! Thank you very much View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187949#4187949 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4187949

[jboss-user] [JBoss Tools (users)] - Re: Changing default templates

2008-11-07 Thread juanignaciosl
I'm using JBoss Tools and seam-gen. When I create a new Entity, JBT create pages with relative paths. I linked that just because of that's the reason why I want to change the default paths. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187646#4187646 Reply

[jboss-user] [JBoss Tools (users)] - Re: Changing default templates

2008-11-07 Thread juanignaciosl
Nop. I'm taking about JBoss Tools, the ones used at project -- new -- Seam Action... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187657#4187657 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4187657

[jboss-user] [JBoss Tools (users)] - Changing default templates

2008-11-06 Thread juanignaciosl
I've run into the same problem as http://www.jboss.com/index.html?module=bbop=viewtopicp=4063211: I prefer absolute paths over relatives. Can I somehow modify the default templates? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187425#4187425 Reply to the