Kabir Khan [http://community.jboss.org/people/kabir.khan%40jboss.com] created the discussion
"Benchmarking classloaders"
To view the discussion, visit: http://community.jboss.org/message/553265#553265
--------------------------------------------------------------
For AS 6 we might want to look at setting up imports and exports for the classloaders, which might be faster than using the current ImportAll/Big-ball-of-mud setting. However, that sounds like a very big task, so I we should benchmark this in isolation to see if imports/exports will actually be faster. I have something simple working for ImportAll, but need to think a bit about how to do this with imports and exports.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/553265#553265]
Start a new discussion in JBoss Microcontainer Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Felix Jose [http://community.jboss.org/people/FelixKJose] replied to the discussion
"How to start/spawn 'n' subprocesses for 'n' users using JBPM-4.3."
To view the discussion, visit: http://community.jboss.org/message/553264#553264
--------------------------------------------------------------
Hi Maciej,
Can you please let me know when will 4.4 version release. Is there any deadline for that, like July 25th or something like that. Because we cannot use the snapshot version and I am waiting for the 4.4 stable release. Can you please provide me the information.
Thank You,
With Regards,
Felix Jose
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/553264#553264]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Andrew Dinn [http://community.jboss.org/people/adinn] replied to the discussion
"Continuing problem with XTS WS-T tests in AS trunk/CXF 2.2.9"
To view the discussion, visit: http://community.jboss.org/message/553261#553261
--------------------------------------------------------------
Hi Jim,
> Jim Ma wrote:
>
> When I use a ssl client running in another jvm to send oneway request, the server can always get the "https" schema without error. Can you see if there any difference between my test setup with XTS test code and configuration here?
Sorry for the delay in replying -- I have been very busy on other stuff. I'll see if I can isolate what happens in my case that makes it different from yours. If I cannot work out what is happening then I will provide instructions for running the specific XTS test(s) which manifests the problem.
regards,
Andrew Dinn
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/553261#553261]
Start a new discussion in JBoss Web Services CXF at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Andrea Vanz [http://community.jboss.org/people/vanz] replied to the discussion
"problem with the deploy of jbpm4.3 and jbossAS 5.1.0"
To view the discussion, visit: http://community.jboss.org/message/553255#553255
--------------------------------------------------------------
I followed the instructions but, when I start the ant task "create.and.deploy.examples" there is an exception:
-[jbpm-deploy] Caused by: java.sql.SQLException: L'archivio è in uso da un altro processo: org.hsqldb.persist.NIOLockFile@94bb228a[file =/home/italsoft/Scrivania/jboss-5.1.0.GA/server/default/data/hypersonic/jbpmDB.lck, exists=true, locked=false, valid=false, fl =null]: java.lang.Exception: checkHeartbeat(): lock file [/home/italsoft/Scrivania/jboss-5.1.0.GA/server/default/data/hypersonic/jbpmDB.lck] è presumibilmente in uso da un altro processo.
What i mistake?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/553255#553255]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
cn 1h [http://community.jboss.org/people/cn1h] created the discussion
"Is there any Web GUI for jPDL designing?"
To view the discussion, visit: http://community.jboss.org/message/553254#553254
--------------------------------------------------------------
There is a jPDL Designer which works with Eclipse (as a plugin).
Is there any Web jPDL designer which works with browser?
Or how can I extract the designer from Eclipse and integrate to my own java application? Eclipse GUI is build on SWT, maybe I need EMF too? Is there any successful experience?
thanks
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/553254#553254]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Chandan Khanna [http://community.jboss.org/people/ChandanKhanna] created the discussion
"Jbpm4 taskform design"
To view the discussion, visit: http://community.jboss.org/message/553230#553230
--------------------------------------------------------------
Hi,
Is there no provision in jbpm4 to create human task forms like there was in jbpm3.
I read throw posts and realised there is support for free marker but i couldnt find anything like jbpm3 where user could simply design the form without any coding.
Task form designing feature was there in jbpm3 gpd and i am surprised that its not there in jbpm4 gpd. :0
Please help i think i am missing something or there is something wrong with my installation.
I am user jbpm 4.3 with eclipse galileo 3.5 and jboss 5.1
Thanks
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/553230#553230]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
HuiSheng Xu [http://community.jboss.org/people/rebody] replied to the discussion
"Rejection from task to previous tasks"
To view the discussion, visit: http://community.jboss.org/message/553205#553205
--------------------------------------------------------------
Hi Jim,
The rollback feature is very hard to implement in process engine, because there would be too many situations to consider about. If it is necessary in your project, you could achieve this feature by yourself.
First get related task. cast it from Task to TaskImpl. invoke taskImpl.setSignalling(false); and completeTask(taskImpl.getId())
Second find the target activity. you could use processDefinition.getActivity(activityName).
Third move execution to target activity. execution.moveTo(activity);
At last create new task, by invoking activity.getActivityBehaviour().execute(execute);
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/553205#553205]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]