[jBPM] - Requesting your help for a Survey on data privacy while designing workflows
by vishaldwivedi
vishaldwivedi [http://community.jboss.org/people/vishaldwivedi] created the discussion
"Requesting your help for a Survey on data privacy while designing workflows"
To view the discussion, visit: http://community.jboss.org/message/590735#590735
--------------------------------------------------------------
Dear JBPM Users,
We are researchers at Carnegie Mellon University who are conducting a survey of users who compose web services in their workflows to build applications. One of the goals of this survey is to better understand the privacy concerns of web service users (or lack thereof), and how well users are able to resolve these concerns. Even if you have no data privacy and security problems while using web services, we would still appreciate your feedback because that would give us a better perspective of the problem scenario.
Please take time to fill the following questionnaire:
https://www.surveymonkey.com/s/Y9FM836 https://www.surveymonkey.com/s/Y53Z892
The survey consists of maximum 17 questions and can be completed in about 10 minutes. There are no correct or incorrect responses. This survey is approved by CMU Institutional Review Board (IRB), and would follow the appropriate safety protocols set by the IRB (Protocol Number: HS11-091). All responses would be treated confidentially and will not be traceable to individual respondents.
Thank you in advance for your assistance and time !!
Best Regards,
Vishal Dwivedi and Kunn Niu
Carnegie Mellon University,
Pittsburgh, USA.
Email: mailto:vdwivedi@cs.cmu.edu vdwivedi(a)cs.cmu.edu & mailto:kunn@andrew.cmu.edu kunn(a)andrew.cmu.edu
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/590735#590735]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 1 month
[jBPM] - Eclipse -jBPM5/CR1 - Human Task View
by bpmn2 user
bpmn2user [http://community.jboss.org/people/bpmn2user] created the discussion
"Eclipse -jBPM5/CR1 - Human Task View"
To view the discussion, visit: http://community.jboss.org/message/578519#578519
--------------------------------------------------------------
Following error gets generated while trying to use the refresh button.
It perhaps looking for the older drools class instead of using 'org.jbpm.task.service.Command'.
Any comments?
Caused by: java.lang.ClassNotFoundException: org.drools.task.service.Command
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
-------------------------------------------------------------------------------------------------------------------------------
Here is the test code snippet:
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import org.drools.SystemEventListenerFactory;
import org.jbpm.task.service.TaskService;
import org.jbpm.task.service.TaskServiceSession;
import org.jbpm.task.service.mina.MinaTaskServer;
import org.jbpm.task.User;
public class TestJBPMHumanTask {
@SuppressWarnings("unchecked")
public static void main(String[] args) throws InterruptedException {
EntityManagerFactory emf = Persistence.createEntityManagerFactory("org.jbpm.task");
TaskService taskService = new TaskService(emf, SystemEventListenerFactory.getSystemEventListener());
TaskServiceSession taskSession = taskService.createSession();
taskSession.addUser(new User("Administrator"));
// start server
MinaTaskServer server = new MinaTaskServer(taskService);
Thread thread = new Thread(server);
thread.start();
System.out.println("Server started ...");
Thread.sleep(5000);
//taskSession.dispose();
}
}
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/578519#578519]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 1 month
[JBoss Web Services] - JBossWS token references limitations...
by mauro.brasil
mauro.brasil [http://community.jboss.org/people/mauro.brasil] created the discussion
"JBossWS token references limitations..."
To view the discussion, visit: http://community.jboss.org/message/590704#590704
--------------------------------------------------------------
Hello there!
I'm trying to improve security on a application suite we have here by adding ws-security encryption. We were using just ws-security's Username Token for authentication, but now we need to encrypt message's content because some sensitive information will be added to it.
We use JBossWS (version "3.1.1.GA") running on " http://jboss-4.2.3.ga/ JBoss-4.2.3.GA" at server side and axis2c/rampartc (versions 1.6.0/1.3.0 respectively) on clients side.
Find a security token reference that is supported/implemented by both sides wasn't so easy as I expected
First try was with "RequireThumbprintReference" that's is axis2c/rampartc most used option on samples. It results on "Currently only SubjectKeyIdentifiers are supported" message on server that I've already tracked to two discutions of this site " http://community.jboss.org/message/534939#534939 http://community.jboss.org/message/534939#534939" and " http://community.jboss.org/message/340764#340764 http://community.jboss.org/message/340764#340764" with no solution.
I've tried "RequireKeyIdentifierReference" that won't work because my certs don't have Key Identifiers, what seems to be normal on cert that were not selt created/signed using keytool.
I'.ve tried "RequireEmbeddedTokenReference" which seems to be unknow to server that shows "Unkown reference element: Embedded".
And I've tried "RequireIssuerSerialReference" that resulted on message "Could not locate certificate by issuer and serial number" from server also present on a discution of this site.
I'm feeling that this could be problems regarding the relative old version of JBoss/JBossWS I'm using right now.
So... my question is: is there a JBoss/JBossWS known combination that works with "RequireIssuerSerialReference" or that accepts "RequireThumbprintReference"?
Thanks a lot and best regards,
Mauro.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/590704#590704]
Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 1 month
[jBPM] - Jbpm 5.0 mature enough?
by Arjun Arjun
Arjun Arjun [http://community.jboss.org/people/arjunp] created the discussion
"Jbpm 5.0 mature enough?"
To view the discussion, visit: http://community.jboss.org/message/590696#590696
--------------------------------------------------------------
Hi,
I am in the process of recommending a BPMN solution. I analysed couple of products and JBPM 5.0 is one of that.
I want to know whether this version is maturare enough for an enterprise solution or should I use previous version.
It looks like there is no enterprise version for 5.0 and there is no proper documentation and resources.
Some observations :
- Editor is not that powerful as claimed. Business user alone cannot create a functioning workflows. Cannot assign or map UI (html) for a task and cannot create parameters in editor). Some small tools like bonita handles UI part efficiently, Why this is not? If I am wrong please correct me and provide some documentation links where it is possible)
- Simple work flow cannot be created without the help of eclipse or other tools.
Simple approval with few text fields cannot be implemented by using the webconsole, needs other external or eclipse tools
Eg : Get input from user (textbox) and set a status in a variable (parameter)a and pass it to another user for approval cannot be automated using webconsole. Correct me if I am wrong.
- Eventhough the installation is automated it does not install all compoenents properly. Simple applications, sample apps and console dashboards failes with gigantic error message which cannot be resolved by ourselves. Only forum replies resolves this.
- Many forums posts have some error messages which cannot be consistanlty reproduceble. Resolution are provided with multiple alternative solutions. This is fine for development environment and not in production environement.
If you claim this version is stable enough, can you provide a simple work flow which can be created ONLY by webconsole. Not the helloworld or hello process. Get couple of fields from user and pass it to next user and have a variable to state the Status. (Assuming the user is end user.)
Thanks
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/590696#590696]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 1 month