[jboss-user] [JBoss jBPM] - Re: CompositeLog children null

2008-06-14 Thread pietermartin
Halo, I have gained some insight into the null children. SignalLog, TransitionLog and ActionLog all inherit from CompositeLog in the java class whilst the corresponding hibernate mapping file says | subclass name=org.jbpm.graph.log.ActionLog |

[jboss-user] [JBoss jBPM] - Re: CompositeLog children null

2008-06-14 Thread pietermartin
http://jira.jboss.com/jira/browse/JBPM-1206 Thanks Pieter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158149#4158149 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158149 ___

[jboss-user] [JBoss jBPM] - Re: CompositeLog children null

2008-06-04 Thread pietermartin
Hi, I am still battling with children. No matter how I retrieve the composite log the children are always null. Any help appreciated. Cheers Pieter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155626#4155626 Reply to the post :

[jboss-user] [JBoss jBPM] - CompositeLog children null

2008-05-29 Thread pietermartin
Halo I am retrieving the logs successfully as per the documentation via the LoggingSession. However CompositeLog.getChildren() always returns null even though there are children. CompositeLog.getParent() works fine. Why is this? I am trying to create a tree view of the logs. Thanks Pieter

[jboss-user] [JBoss jBPM] - Re: jBPM Logo?

2008-02-20 Thread pietermartin
Thanks Cheers Pieter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130811#4130811 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4130811 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: jBPM Logo?

2008-02-19 Thread pietermartin
Halo I would like to display a jbpm logo on the site I am currently working on. Did you get round to digging in your inbox? If it exist can you please share it. Cheers Pieter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130496#4130496 Reply to the post

[jboss-user] [JBoss jBPM] - Finding next task after join?

2007-12-09 Thread pietermartin
Hi, I am trying to programatically find the next tasks to display to the user as buttons while he is busy on any particular task. I get this right with normal transitions to tasks and forks but do not know how to do this when the transition is to a join. I would then need to find out whether

[jboss-user] [JBoss Seam] - Ajax and Pageflow very slow

2007-11-28 Thread pietermartin
Hi, I am using the pageflow and normal s:decorate with ajax pattern as in the examples. On the onblur event huge amounts of code seems to execute (seen in server.log) which takes so long that subsequest onblur events gets a concurrent problem anonymous wrote : | summary=(The conversation

[jboss-user] [JBoss Seam] - Re: Ajax and Pageflow very slow

2007-11-28 Thread pietermartin
Here is is my components.xml |bpm:jbpm | bpm:process-definitions | /bpm:process-definitions | bpm:pageflow-definitions | valuesignUpCustomer.jpdl.xml/value | /bpm:pageflow-definitions |/bpm:jbpm | I start the pagefloe from

[jboss-user] [JBoss Seam] - Re: Ajax and Pageflow very slow

2007-11-28 Thread pietermartin
While I'm at it might as well mention another bug/feature I have encoutered. When an exception is thrown from a method called by an expresion in the page-definition, then it swallowed by the SeamExpression in its | return new Expression() | { | private

[jboss-user] [JBoss Seam] - Re: pageflow and exception question

2007-11-28 Thread pietermartin
Thanks Pieter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108765#4108765 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108765 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Ajax and Pageflow very slow

2007-11-28 Thread pietermartin
The exception issue is dealt with at http://jira.jboss.com/jira/browse/JBSEAM-2152 Still not sure about the ajax during pageflows. Thanks Pieter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108768#4108768 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: BPM, Seam pageflow question?

2007-11-26 Thread pietermartin
Thanks, I'll try the in parallel mode. Management really wants BPM, if I throw in some ESB even better. Cheers Pieter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107761#4107761 Reply to the post :

[jboss-user] [JBoss Seam] - pageflow and exception question

2007-11-26 Thread pietermartin
Hi, I am struggling to get exception handling to work with jpdl pageflows. Not sure whether it is suppose to work or whether the code needs decision elements everywhere to check for failures. Currently I get an exception with the page breaking my pageflow-definition is as follows |

[jboss-user] [JBoss jBPM] - Re: BPM, Seam pageflow question?

2007-11-24 Thread pietermartin
Hi, Thanks for responding. I solved the exception I got. It was because the bpm engine is running on its own database which means I need to use XA datasources. Regarding pageflow and process definition: I do not have tasks because there is no Actor. The current process is for signing up new

[jboss-user] [JBoss Seam] - Re: BPM, pageflow question?

2007-11-23 Thread pietermartin
Solved, Turns out the error was because I am running the bpm engine on a different database which means that an XA datasource must be used. Works fine now. Cheers PIeter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107448#4107448 Reply to the post :

[jboss-user] [JBoss Seam] - BPM, pageflow question?

2007-11-22 Thread pietermartin
Hi What is the relationship between bpm:process-definitions and bpm:pageflow-definitions? The doc says anonymous wrote : a single task in a business process corresponds to a whole pageflow pageflow-definition I am however not using tasks. Is it possible to start a business process and a

[jboss-user] [JBoss jBPM] - BPM, Seam pageflow question?

2007-11-22 Thread pietermartin
Hi, I asked this on the seam forum but got no reply. Maybe someone here can help. What is the relationship between bpm:process-definitions and bpm:pageflow-definitions? The seam doc says anonymous wrote : a single task in a business process corresponds to a whole pageflow pageflow-definition

[jboss-user] [JBoss Seam] - How to start jbpm business process from an async quartz meth

2007-11-07 Thread pietermartin
Hi, I have tried calling | package com.yannitech.virgin.bpm.session; | | import java.util.Date; | | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.Logger; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.Scope; | import

[jboss-user] [JBoss Seam] - Re: How to start jbpm business process from an async quartz

2007-11-07 Thread pietermartin
Solved, | @Name(pollPosForOBF) | @Scope(ScopeType.CONVERSATION) | public class PollPosForOBF { | | @Logger | Log log; | | @In(create=true) | private OBFProcessAction oBFProcessAction; | | @Asynchronous | @Transactional | public

[jboss-user] [JBoss Seam] - @Asynchronous mail example fails

2007-10-30 Thread pietermartin
Hi, Sending a simple mail works fine but sending a simple mail asynchronously fails with java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factor. I am using jboss-seam-2.0.0.CR3 and jboss-4.2.1.GA Exception is | | 09:01:45,708

[jboss-user] [JBoss Seam] - Re: @Asynchronous mail example fails

2007-10-30 Thread pietermartin
Hi, I have looked at that post, it is how I did it in my own application. I get the same exception then as when I try to an asynchronous mail using the example app. Cheers Pieter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100107#4100107 Reply to the post

[jboss-user] [JBoss Seam] - Re: @Asynchronous mail example fails

2007-10-30 Thread pietermartin
Tried it in fresh jboss and seam, work great, thanks Pieter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100186#4100186 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100186

[jboss-user] [JBoss Seam] - s:decorate with s:message not displaying

2007-08-28 Thread pietermartin
Hi, I am trying to display validation messages as per the documentation and the booking example. The ajax\hibernate validation works fine but when I check for duplicate manufacturer name on a form submit and add an error message to the injected facesMessages nothing gets displayed. if I add

[jboss-user] [JBoss Seam] - Re: s:decorate with s:message not displaying

2007-08-28 Thread pietermartin
Problem solved! Had to do with my template.xhtml file. In it I have\had | f:subview rendered=#{identity.loggedIn and s:hasRole('FARMER') and s:hasRole('AGENT')} | rich:panel | h:panelGrid width=100% | ui:include