Hi All,
I'm trying to modify the jbpm 3.0.2 web app from the jbpm starter kit 3.0.2
and make it a portlet that can be deployed on jboss portal 2.2 ..
Can some one guide me in the right direction on this .. Also if some one has
already attempted this please help me out ..
As my first step i'm s
oooh .. that might explain ..
i was trying to use the 2.2 version .. i'll try it with the 2.0 version and see
if it works for me ...
thanks,
Mav.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917129#3917129
Reply to the post :
http://www.jboss.com/index
Hi All,
I'm having trouble deploying portlets into jboss portal...
I downloaded a few sample portlets from portalswap and copied the .war files
into the deploy folder .. except for the "HelloWorldPortlet" none of the other
portlets seem to show up .. .also I'm not sure how I can configure these
make sure you have the database already created with the name jbpm in mysql
before running create.db.
make sure its up and running and make sure that the version of jdbc driver is
what is mentioned in the steps ..
hopefully it should work
View the original post :
http://www.jboss.com/index.ht
oops my bad about the tags .. i'll try to create a wiki page for it soon..
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910134#3910134
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910134
-
Here are Steps To run jBPM 3.0.2 on MySql 4.1.15
Some of them might be unnecessary or redundant but if all of them are followed
it surely gets jbpm running on MySql .. any additional comments are welcome ..
thanks
1) Extract All files
2) Set up JAVA_HOME, PATH
3) Change TMP, TEMP directories
the problem got solved somehow .. (the scary part is i dont know how) .. maybe
it was the TMP file path or something i changed later .. I use eclipse only to
make changes to my process definition file .. i use ant to build my web app now
.. i build the webapp , sevice.archieve and create the db
finally got everything running on MySql .. now even though the websales
example works without a problem i get the following errors when i start the
jboss server.. any idea whats causing these errors ..
i'll make a list of steps i did to use MySQL instead of Hypersonic and post it
in this thre
I finally managed to modify and run the ant scripts to create the jbpm table
and populate them with the business process definition configuration. However
there is one problem now .. I observed that there are no JMS_USERS and
JMS_Roles tables in mySQL db .. these tables used to be created for hy