Hi All,
          I just want to ask a very basis question as I just  start using Jboss 
stuff.         
I installed jboss (jboss-4.0.0) and it run successfully.
Then I try to install BPEL extension,I copied the jbpm-bpel.sar into the 
server/default/deploy directry.

But when I ran hello example,I first ran the following command 
1)ant create-schema 
It resulted in the following error on the console:

17:19:51,506 ERROR [Engine] StandardWrapperValve[DBSchemaServlet]: 
Servlet.service() for servlet DBSchemaServlet threw exception
java.lang.NoClassDefFoundError: org/hibernate/tool/hbm2ddl/SchemaExport
        at 
org.jbpm.persistence.db.DbPersistenceServiceFactory.getSchemaExport(DbPersistenceServiceFactory.java:76)
        at 
.............................................................................................................................................
..............................................................................................................................................
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
        at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
        at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:595)



Then I ran the following command 
2)ant deploy-definition

which resulted in the following  error as shown below :

17:23:50,388 ERROR [Engine] StandardWrapperValve[DeployServlet]: 
Servlet.service() for servlet DeployServlet threw exception
java.lang.NoClassDefFoundError: org/jaxen/dom/DOMXPath
        at org.jbpm.bpel.xml.util.XmlUtil.evaluateXPath(XmlUtil.java:924)
        at 
..........................................................................................................................................
...........................................................................................................................................

org.jbpm.bpel.xml.ImportWsdlLocator.hasUpgradableElements(ImportWsdlLocator.java:152)
        at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
        at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
        at 
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
        at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
        at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
        at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
        at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
        at java.lang.Thread.run(Thread.java:595)


I checked my classpath,dom4j-1.6.1.jar is in the classpath.So I would 
appreciate if somebody could point,which packages I am missing and is there any 
pre-requisite packages that needs to be installed before installing BPEL 
extension. Thanks for your help.



Kashif   


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955318#3955318

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955318

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to