[jboss-user] [JBoss jBPM] - Getting Error while deploying drools-jbrms.war file in JBoss

2009-07-28 Thread sureshpritmani
Hello every one, I am using jboss-5.0.0.GA and trying to deploy drools-jbrms.war file in it by putting that war file at jboss-5.0.0.GA\server\default\deploy path. and now I am restarting the JBoss application server but I am getting errors and exceptions on the console as follows...

[jboss-user] [JBoss jBPM] - Hibernate error while deploying process in a web application

2009-07-07 Thread vignesh57
i am trying to implement jBPM in a J2EE Web application. I am doing three things. 1) Deploy a process 2) Start an instance. 3) Show a list of available instances. My Environment: jBPM : 3.2.X jBoss : 4.2.X Database: MySQL Below is the piece of code embedded in a method inside a DAO

[jboss-user] [JBoss jBPM] - Re: Error on deploying the insurance application in Drools

2009-01-19 Thread kukeltje
this is a question for the drools forum I think View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4203088#4203088 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4203088 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Error while deploying

2008-12-06 Thread kukeltje
please post within code tags View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194825#4194825 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194825 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Error when deploying the processdefinition

2008-11-03 Thread salaboy21
can you show us how your process look like? It seams that you are trying to use a tag named page, and this tag is only used when you are defining pageflows for seam. Hope it helps View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186359#4186359 Reply to the post

[jboss-user] [JBoss jBPM] - Re: Error when deploying the processdefinition

2008-11-02 Thread btl_ayd
Hi I have gor same problem.Can anybody help? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186299#4186299 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186299 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Error while deploying a JBPM-BPEL file

2008-10-23 Thread dhanushgopinath
Hi Alex, Many thanks for the information. This is really important information. But the error I was getting was not w.r.t to this. It was the problem with the WSDL4J API i was using to read my WSDL. I am trying to massage a URL on the fly. In that I used a wrong API call which triggered the

[jboss-user] [JBoss jBPM] - Re: Error while deploying a JBPM-BPEL file

2008-10-22 Thread [EMAIL PROTECTED]
Can you show me your WSDL document? if possible post a trimmed down document that only shows how the XML schema document is referenced from the WSDL document. Please describe the contents of your process archive as well. Note that jBPM BPEL is not XML schema aware as of version 1.1.1. The app

[jboss-user] [JBoss jBPM] - Re: Error while deploying a JBPM-BPEL file

2008-10-20 Thread kukeltje
where is the schema present?in the location mentioned in the error? or somewhere else? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183142#4183142 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183142

[jboss-user] [JBoss jBPM] - Re: Error while deploying a JBPM-BPEL file

2008-10-20 Thread dhanushgopinath
No it is not in the location mentioned in the error. The location mentioned in the error is the JBOSS_HOME/bin directory It is actually bundled along with the zip file I am installing. It is only available in the zip file. Thanks Dhanush View the original post :

[jboss-user] [JBoss jBPM] - Re: Error while deploying a JBPM-BPEL file

2008-10-20 Thread kukeltje
That is not a place the default resolvers for xsd's look (afaik). Try putting it in the location mentioned in the error and see if it works then. Not that that is the definitive solution, I just want to be sure everything is ok then. View the original post :

[jboss-user] [JBoss jBPM] - Re: Error while deploying a JBPM-BPEL file

2008-10-20 Thread dhanushgopinath
It will work if I try to put the XSD's in the directory mentioned. But then I will have to put all the XSD's that my WSDL uses in that directory, which is not the expected behavior It creates problem later also when I try to create a WS Client for the deployed BPEL. The error now will be like

[jboss-user] [JBoss jBPM] - No error on deploying

2007-05-02 Thread ricardomarques
hi all I have this code to upload a definition that I created on eclipse, but it simply doesn't deploy, and doesn't output any kind of error. I'm using the following code: | JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance(); | JbpmContext jbpmContext =

[jboss-user] [JBoss jBPM] - Re: Error on deploying business process

2007-02-03 Thread [EMAIL PROTECTED]
The stack trace you provided corresponds to the client. What is the error that appears in the server console? The jPDL parser might be complaining because, according to the jPDL Schema, the action element must precede the transition element. View the original post :