[jboss-user] [JBoss jBPM] - Re: Problem with a simple process definition using a Timer (

2007-06-19 Thread Fleury
ok it's nicely working... there was a mistake in my config, so i could not see nothing in my console sorry LF View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055512#4055512 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss jBPM] - Problem with a simple process definition using a Timer (JPDL

2007-06-19 Thread Fleury
Hey, I can not make the process definition below working. The timer seems never to fire. No action is executed. Curiously, a lot of tokens are created in the database... Could you please test this process definition and report what you observe ? I do not know if the problem comes from my config

[jboss-user] [JBoss Seam] - Problem with conversation propagation

2007-06-15 Thread Fleury
Hey, I can not propagate correctly the same conversation id during page flow navigation. Here is what I do : I start a page flow by calling the method "startNavigation" of a stateful bean myBean : @Begin(nested=true, pageflow="nav", id = "browseProcesses") public void startNavigat

[jboss-user] [JBoss Seam] - Re: Configuring Facelets into Seam

2007-05-10 Thread Fleury
ok, I look the jboss-seam-ui.jar/META-INF/*.taglib.xml for an example Again, thanks a lot petemuir for your help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044731#4044731 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Seam] - Re: Configuring Facelets into Seam

2007-05-10 Thread Fleury
Petemuir, I'm coming back to this point : anonymous wrote : Check you don't have more than one copy of facelets.jar hanging around. I have a jsf-facelets.jar file in the lib directory and this declaration in my application.xml file : jsf-facelets.jar Is this the right configurat

[jboss-user] [JBoss Seam] - Re: Configuring Facelets into Seam

2007-05-10 Thread Fleury
Thank you Petemuir for your help I'm using Jboss server (jboss-4.0.5.GA) and my TaskFormLibrary class appears only in the subdirectory jar of the exploded-archives folder, with the other classes of my session beans but not in the war subdirectory. Found no copy of facelets.jar. anonymous wrote

[jboss-user] [JBoss Seam] - Re: Configuring Facelets into Seam

2007-05-10 Thread Fleury
The TaskFormLibrary class : package cns.genoscope.console; import com.sun.facelets.tag.AbstractTagLibrary; import com.sun.facelets.tag.TagLibrary; import javax.faces.context.FacesContext; import javax.faces.application.Application; public final class TaskFormLibrary extends AbstractTagLibrary {

[jboss-user] [JBoss Seam] - Configuring Facelets into Seam

2007-05-10 Thread Fleury
Hey, I have some troubles to configure a custom facelet tag library. Configuration files : faces-config.xml : http://java.sun.com/dtd/web-facesconfig_1_1.dtd";> messages org.jboss.seam.jsf.TransactionalSeamPhaseListener we

[jboss-user] [JBoss jBPM] - Re: problem with CGLIB

2006-12-12 Thread Fleury
Thanks a lot for these clear explanations. Best regards, LF View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993060#3993060 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993060 _

[jboss-user] [JBoss jBPM] - Re: problem with CGLIB

2006-12-12 Thread Fleury
Thank you very much for your quick reply. I'm going to try your solution. But anyway, why do we get a proxy object ? The association to the node is not mapped as proxy. I know it is a hibernate question but still... LF View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss jBPM] - problem with CGLIB

2006-12-12 Thread Fleury
Hey, When I call executionContext.getToken()..getNode(), I get an object which seems to be a proxy : org.jbpm.graph.def.Node$$EnhancerByCGLIB$$790e4660 but I would to get the real instance which is in fact a TaskNode object. How to prevent this behaviour ? Thank you for your help LF View t

[jboss-user] [JBoss jBPM] - Problem using command executor (batch update error)

2006-12-11 Thread Fleury
Hey, I'm trying to use the command executor for asynchronous continuation. I get the following error : [java] 50034 [JbpmCommandExecutor] DEBUG org.jbpm.persistence.db.DbPersistenceService - committing hibernate transaction [java] 11:12:19,941 ERROR AbstractFlushingEventListener:301 - Co