I am trying to create a simple service that will accept a string array and return a string. I am using JBOSS 4.0.5GA, JBOSSWS 1.0.3 and Eclipse 3.2. I have created the Bean and the Remote Interface. I have created a jar containing these two files. The jar file is deployed just fine and wsdl file is generated by JBOSS. When I call the web service I pass an array that contains 2 strings but the web service only recognizes the first value of my array. The array also has a length of one. How do I fix this problem?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070643#4070643
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070643
If I call:
graphSession.findLatestProcessDefinition(PROCESS_NAME)
It throws a JbpmException if the process definition is not found.
Since I prefer not to use exceptions for flow control, is there any way for me to check if a process definition exists in the database short of calling one of these methods (or something heavier-weight, like retrieving all process definitions and versions and iterating through them, which is probably worse for performance than an exception).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070624#4070624
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070624