The steps to run example in weblogic 9 are:

1. Configure hibernate.cfg.xml, like this (I do it test with jbpm db using sql 
server, if you have another db engine, so read documentation). You only need to 
configure datasource in weblogic console. 

     <!-- jdbc connection properties -->
    org.hibernate.dialect.SQLServerDialect
    jBPMDS

2. In web.xml descriptor file, yo need to write tags in the next order: filter, 
filter-mapping, listener, servlet, servlet-mapping, 

3. The jar files in WEB-INF/lib used are:
asm-attrs.jar
asm.jar
cglib-2.1_2jboss.jar
commons-beanutils-1.6.1.jar
commons-collections.jar
commons-digester-1.5.jar
commons-el.jar
commons-fileupload-1.0.jar
commons-logging.jar
dom4j-1.6.1.jar
ehcache-1.1.jar
hibernate-annotations.jar
hibernate-entitymanager.jar
hibernate3.jar
jaxen-1.1-beta-4.jar
jbpm-3.1.jar
jbpm-identity-3.1.jar
jbpm-webapp-3.1.jar
jbpm.sar.cfg.jar
jstl-1.1.0.jar
myfaces-api.jar
myfaces-impl.jar
standard-1.1.2.jar
tomahawk.jar


And.... nothing, just do it....

JC

 

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

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


-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to