[jboss-user] [JBoss Messaging] - Re: mail example no mails received

2008-05-14 Thread msandoz
im having the same problem and i traced through and it looks like the version of mail-ra.rar im using does a check for "new messages" and the version of the pop3folder it is using from javamail always returns false for that call. it looks like in seam they put their own version together - i may

[jboss-user] [JBoss jBPM] - Re: Successfuly configuring JobExecutorServlet

2007-09-26 Thread msandoz
Not 100% sure on this but I've had similar problems - I think that on async a job is put in the database for execution to start at the given node. The job executor servlet then picks it up and wants to run it. But since there is already a token lock from the instance running from the console thr

[jboss-user] [JBoss jBPM] - Re: webconsole interface

2007-08-02 Thread msandoz
if you just want to change the style or brand the interface, you can do that by changing the images in the images directory. also under the ua directory there's a style sheet called jbpm.css that can be used to change fonts colors etc. to do much more i would recommend looking at the xhtml fil

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2.1 web app?does not display deployed process

2007-08-02 Thread msandoz
i dont know if this would help but is it possible to post your process? also if instead of using the suite, you can get the code from cvs and import it into eclipse and then debug the editor as an eclipse app, that might give you more insight into whats going on. View the original post : http:

[jboss-user] [JBoss jBPM] - Re: Sample jBPM Applications

2007-08-02 Thread msandoz
hi what do you mean by "business module"? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070371#4070371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070371 ___ jboss-user ma

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-02 Thread msandoz
theres also always remote debugging of the appserver...its pretty simple as you just have to uncomment one line in the run.conf and then connect to port 8787 in the remote debugger in eclipse... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070370#4070370 R

[jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-suite-3.2.1 Source Code

2007-08-02 Thread msandoz
as far as the "meat" of the console app, it uses the jbpm4jsf jar, which is built from code in the jbpm.3/jbpm4jsf project under src/main/java/... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070368#4070368 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss jBPM] - Re: JBPM IDentity

2007-07-29 Thread msandoz
in the jbpm4jsf project theres an example of how to use the identity component jbpm.3/jbpm4jsf/src/main/java/org/jbpm/jsf/identity/action also in the test code of the identity component there's more: jbpm.3/identity/src/test/java/org/jbpm/identity/hibernate View the original post : http://www

[jboss-user] [JBoss jBPM] - Re: building jpdl designer plugin from source - again

2007-07-29 Thread msandoz
what version of eclipse are you running? also have you installed WTP plugin first? gpdl is dependent on it. as far as eclipse, i am using 3.2.2 which seems to work. i am not sure how well it works with 3.3 if thats what you are using. View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss jBPM] - Re: JBPM3.2.1 build error

2007-07-29 Thread msandoz
is there a particular part of the project you are trying to build or is it the whole thing - identity, designer, console, engine, etc? it looks like designer to me. if you're just trying to do an eval, go to the jbpm.3\designer\jpdl\org.jbpm.gd.jpdl folder and bring it into eclipse as a plugin

[jboss-user] [JBoss jBPM] - Re: Stale state problem kills process instance?

2007-07-27 Thread msandoz
i posted this as http://jira.jboss.com/jira/browse/JBPM-1027 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068418#4068418 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068418 _

[jboss-user] [JBoss jBPM] - Re: Stale state problem kills process instance?

2007-07-27 Thread msandoz
We're working on reproducing this in the simplest manner possible. so far it seems not to happen on HSQL. i didnt want to add it in as a jira ticket until i was sure it wasnt just a configuration blunder. here are the steps we took though to reproduce the issue: 1. jbpm 3.2.1 deployed from t

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2.1 web app?does not display deployed process

2007-07-26 Thread msandoz
anonymous wrote : | When I deploy from the Web App I go and find the xml file named "processdefinintion" (it's in a folder w/ the xml file of the gpd and the process image) and hit deploy. I then receive the error: "Error deploying process: An exception of type "org.jbpm.jpdl.JpdlException" w

[jboss-user] [JBoss jBPM] - Re: Stale state problem kills process instance?

2007-07-26 Thread msandoz
I was continuing to simplify this case and took out first one node and then the other - resulting in: | Start || | Fork || | Join || | End | and am continuing to have the same error. So far, flows with no fork seem to work. These are other related results: S=st

[jboss-user] [JBoss jBPM] - Stale state problem kills process instance?

2007-07-26 Thread msandoz
I've set up JBPM with the web console and a datasource pointing to a postgres installation. Everything works fine and I can execute flows except for instances like this one which specifically does not work for me: | Start->Fork | | \ | Node1 Node2 | \/ |

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 jbpm-console with a different database

2007-07-09 Thread msandoz
i know when i was doing a quick demo earlier that it was very helpful to have the tomcat how-to available but i think that area could use some structure. perhaps this is another topic though. a general customization wiki area could be structured something like - \jbpmVersion | -\appServer

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 jbpm-console with a different database

2007-07-09 Thread msandoz
ronald you're a genius. thanks. is this a change thats ready to be put into a wiki entry? or is it already in one? i've looked but i do miss things...obviously :) heres the right set of data as lifted from the data directory: | INSERT INTO JBPM_ID_GROUP VALUES(1,'G','sales','organisation',NU

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 jbpm-console with a different database

2007-07-09 Thread msandoz
you know - i'm not sure. i created ernie with the sesamestreet.xml so i hope thats correct - is that no longer valid? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061960#4061960 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 jbpm-console with a different database

2007-07-08 Thread msandoz
ive added extra logging to the web server configuration and am seeing this: | 19:13:44,272 INFO [[localhost]] --- | 19:13:44,273 INFO [[localhost]] authType=FORM | 19:13:44,274 INFO [[localhost]] contentLength=-1

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 jbpm-console with a different database

2007-07-08 Thread msandoz
ive had similar issues now on redhat, windows XP and Vista. i havent had any issues with permissions that ive been able to detect as yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061778#4061778 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss jBPM] - jBPM 3.2.1 jbpm-console with a different database

2007-07-08 Thread msandoz
i started off trying to customize JBoss AS to use jbpm but after a lot of unsuccessful fiddling, i decided to minimize the variables in the installation and use the installation included in the jbpm-jpdl-3.2.1 bundle. the only change i wanted to make was to change the database. I've read the ma

[jboss-user] [JBoss jBPM] - JMS event notification

2007-06-01 Thread msandoz
Whats the best way to publish each node-state change to a JMS topic? Is there a configuration option? would I write a new handler? I'm interested in having potentially several consoles monitoring granular process changes. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss jBPM] - EL expressions in node action variables

2007-06-01 Thread msandoz
is there any way to embed EL expressions in node action variables? Also is there any meaning to creating a controller to hold the variables and mappings for such an action? the documentation seems mostly geared toward tasks, not nodes. i have a mostly-automated flow and so am mostly concerned

[jboss-user] [JBoss jBPM] - Re: Round trip process to task variable mapping

2007-06-01 Thread msandoz
looking at old posts this topic has been addressed under dataflow and "Add support for specifying process context variable values in the process definition xml" this is what ive come up with for my situation and id like to know if the solution is reasonable or if there are capabilities of jbpm

[jboss-user] [JBoss jBPM] - Re: Round trip process to task variable mapping

2007-05-31 Thread msandoz
heres an example of one of the things im trying to do - is there a better way to get the variables into the process context from the xml? also it doesnt seem to be pulling them in the EL further down in the script. the action is pretty basic - just jython-executes the code. | | |

[jboss-user] [JBoss jBPM] - Round trip process to task variable mapping

2007-05-31 Thread msandoz
Hi how do i best to explicitly set process variables in the xml process definition? also is there an example of a best method for getting a variable from one task to another? or should that always just go back to the process? what I'm trying to do for example is to take the following flow: (s

[jboss-user] [JBoss jBPM] - multiple engines

2007-05-29 Thread msandoz
i am new to jbpm. are there any problems with multiple copies of jbpm running against the same database? will there be any state inconsistencies? also what would be the preferred method of having jms clients act as the workers for various nodes? heres my scenario: 1. client submits a flow and c

[jboss-user] [JBoss jBPM] - Re: xml export

2007-05-22 Thread msandoz
"kukeltje" wrote : the editor creates the xml Does the source come with the existing editor? I'd just like to use whats already there instead of having to reinvent the wheel. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047712#4047712 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: xml export

2007-05-20 Thread msandoz
"kukeltje" wrote : regarding the deprecated class: correct, since the core-engine now stores the process in xml format as well when deploying, converting back is no longer needed | | regarding the manipulation of the domain objects, isn't that you design choise if you beuild a new editor?

[jboss-user] [JBoss jBPM] - xml export

2007-05-19 Thread msandoz
hi im putting together an alternative java-based editor and would like to know if there are any xml export capabilities recommended. I am aware of the deprecated JpdlXmlWriter class but would prefer not to use a deprecated class. I also came across the org.jbpm.gd.jpdl.model.xml adapters in the

[jboss-user] [JBossWS] - Re: Is there a wsconsume sample available?

2007-04-19 Thread msandoz
one thing is you should run the ant install first. other than that its mostly just making sure the env. variables are set. for command line heres an example of my use: wsconsume -k -p package.name -o ./bin -s ./src http://localhost:8080/pathto/myservice?wsdl View the original post : http://ww