[Beginners Corner] - Re: Newbie Need Help :)
by scout1lacno
THANKZ VERY MUCH :)
anonymous wrote : The mysql-jdbc2-service.xml appears to be the culprit. As far as i know, this file does not come by default in the JBoss installation. Did your application put in this file at this location?
Yes it came with the default installation of JBOSS-4.0.4.GA on NB 5.5 Beta 2 JBOSS Bundle. I deleted "hssqldb-jdbc2-service.xml" so as not to cause conflict with my MySQL connection
anonymous wrote : Undo this. Place the hsqldb-jdbc2-service.xml back into the jms folder.
I restored the "hsqldb-jdbc2-service.xml" and replace it with "mysql-jdbc2-service.xml". I then restarted the server all is fine except for one error..
--MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --
| Object name: jboss.jca:service=DataSourceBinding,name =DefaultDS
| State: NOTYETINSTALLED
| Depends on me:
| jboss.ejb:service=EJBTimerService,persistencePolicy-database
| jboss.mq:service=StateManager
| jboss.mq:service=PersistenceManager
Following the instructions on the link you gave me on http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpAMysqlDatasource
I just changed the "<jndi-name>MySqlDS</jndi-name>" tags in mysql-ds.xml to "<jndi-name>DefaultDS</jndi-name>". I then restarted the server and all if fine.. No Long line of errors..
I thank you for all your help.. :).. I hope peopl with similar problems will find this forum.
THANK YOU SO MUCH FOR THE HELP :)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976860#3976860
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976860
19 years, 7 months
[JBoss jBPM] - Re: Is jbpm-bpel compatible with jbpm applications?
by alex.guizar@jboss.com
Hi Vineeth,
jbpm-bpel is definitely compatible with jbpm applications, because it is an integral part of the product :-)
Here are some answers to your questions:
1) Short answer: no.
While BPEL and jPDL build on a common graph object model, they are very different languages. You cannot just bring, say, the receive activity from BPEL without bringing partner links, correlation sets, properties and other supporting BPEL concepts. You'd end up with an unelegant mix of Java and web services concepts.
2) Yes!
BPEL-196 addressed deployment of BPEL and jPDL processes to the same installation (server and database combination). By installing the jbpm-bpel service archive as described in the user guide you can enact both jPDL and BPEL processes.
You can even deploy the jBPM web console (jbpm.war) and monitor both kinds of processes using it. Unfortunately, the process instance inspection page is broken for BPEL processes, but this will be fixed in jBPM 3.2.
3) Yes.
BPEL processes expose a web service interface that you can invoke from a jPDL process with the standard JAX-RPC client APIs. Do not try to use the subprocess node, tough. BPEL processes should only be created by invoking a web service operation.
4) It requires JMS and J2EE 1.4 web services. You could do this by deploying messaging and web services to tomcat on top of the microcontainer. And no, we haven't tried this before because JBoss AS already offers web services, JMS and much more.
But hey, if you want to try, we will gladly help you :-)
Best,
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976857#3976857
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976857
19 years, 7 months