[JBoss-user] [JBoss Portal] - jbpm webapp as jportal portlet !!

2006-01-13 Thread maverick1611
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

[JBoss-user] [JBoss Portal] - Re: Getting Started !!

2006-01-12 Thread maverick1611
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

[JBoss-user] [JBoss Portal] - Getting Started !!

2006-01-11 Thread maverick1611
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

[JBoss-user] [JBoss jBPM] - Re: jBPM with mysql errors

2005-12-06 Thread maverick1611
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

[JBoss-user] [JBoss jBPM] - Re: jBPM with mysql errors

2005-12-01 Thread maverick1611
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 -

[JBoss-user] [JBoss jBPM] - Re: jBPM with mysql errors

2005-11-30 Thread maverick1611
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

[JBoss-user] [JBoss jBPM] - Re: jBPM deployment problems !!

2005-11-30 Thread maverick1611
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

[JBoss-user] [JBoss jBPM] - Re: jBPM with mysql errors

2005-11-29 Thread maverick1611
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

[JBoss-user] [JBoss jBPM] - Re: jBPM with mysql errors

2005-11-29 Thread maverick1611
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