[jBPM] - Jbpm Best Approach to start the process
by Mohamed Abuthahir
Mohamed Abuthahir [https://community.jboss.org/people/abuinigate] created the discussion
"Jbpm Best Approach to start the process"
To view the discussion, visit: https://community.jboss.org/message/732390#732390
--------------------------------------------------------------
Hi ,
Currently I am working in Jbpm. I want start my jbpm process with process variables in either two ways. But I was struggling in both the ways. Can you please help me on this.
My First Apprach
I was trying to consume Jbpm Rest API. In this I was able to create the process but I am not able to pass parameters. As I read many threads they said we need to write custom methods for accepting parameters in *org.jboss.bpm.console.server.ProcessMgmtFacade.java* located inside *gwt-console-server.war*.But I am not able to find that class inside the war file.
In my second approach,
I was uploading my bpmn files in guvnor and I am creating a knowledge base and using *ksession.startprocess()* I am invoking my process. But using this approach I am not able to use my custom objects like *Employee* in script node even though I have uploaded POJO model jar in guvnor. It is showing import is failed.
I want to kick my process from an external system. Can you please tell me which option is better and why? And solution for the above two steps.
Your help will be greatly appreciated.
Thanks
Abuthahir
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/732390#732390]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
12 years, 7 months
[JBoss Tools] - BrowserSim FAQ
by Max Rydahl Andersen
Max Rydahl Andersen [https://community.jboss.org/people/maxandersen] modified the document:
"BrowserSim FAQ"
To view the document, visit: https://community.jboss.org/docs/DOC-18100
--------------------------------------------------------------
*Q: What is BrowserSim ?*
*A:* BrowserSim is a Browser Simulator which primarily is intended for having a quick, easy and multi-platform way of testing if your webapp will render and behave correctly on a mobile device.
*Q: How does BrowserSim works ?*
*A:* It wraps a webkit browser and makes it respond and send work like a mobile browser by spoofing content and media request headers.
*
Q: What do I need to run BrowserSim?*
*A:* The requirements for different platforms are as listed below:
* Windows:* Only 32-bit Eclipse/JBDS is supported;
* http://www.apple.com/safari/download/ Apple Safari must be installed.
* Linux:* WebKitGTK 1.2.0 or newer must be installed and available in the library load path.
* This should be available on RHEL and Ubuntu by default, if not use your package manager to install libwebkitgtk
* Mac OS X* It just works.
*Q: Can I use the browser as a replacement for testing on a real phone or emulator?*
A: Browsersim make it easy to test basic layout questions/issues on any platform without having to install a platform specifc emulator or manually try use a phone.
That said it is not 100% reliable since there are so many different brands/versions of phones there will be differences in behavior, thus no, BrowserSim does not replace real or emulated phone testing.
For full verfication/testing you should test on a real phone.
--------------------------------------------------------------
Comment by going to Community
[https://community.jboss.org/docs/DOC-18100]
Create a new document in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=102&c...]
12 years, 7 months