10 Replies Latest reply on Jun 12, 2009 4:47 PM by arpan25

    anyone working with jbpm-3.2.6.SP1?

      Hi,

      is anyone using the version jbpm-3.2.6.SP1? PLease let me know.

        • 1. Re: anyone working with jbpm-3.2.6.SP1?
          kukeltje

          why do you want to know this? I've installed it on my system (just because I did not upgrade to the latest 3.2.6spX yet

          • 2. Re: anyone working with jbpm-3.2.6.SP1?

            HI,

            I am facing some problems deploying my application using jbpm-3.2.6.SP1. That is the reason I wanted help from someone who has used this version.

            • 3. Re: anyone working with jbpm-3.2.6.SP1?
              kukeltje

              Then please post what the problem is.... we are not clairvoyant ;-)

              • 4. Re: anyone working with jbpm-3.2.6.SP1?

                hi,

                i had posted my problem 2 times earlier but failed to get a response. Anyway,

                I am using the jbpm-3.2.6.SP1-installer.jar to install jbpm 3.2.6.SP1.
                Is it necessary to download the optional component for JBoss ?
                If yes, how do I Integerate jbpm with jboss ?

                After installation,I have
                /home/arpan/server
                /home/arpan/docs
                /home/arpan/jbpm-3.2.6.SP1

                I downloaded JBoss-5.0.0.GA from the optional components as well and put it in the jbpm-3.2.6.SP1 folder...So I have,
                /home/arpan/jbpm-3.2.6.SP1/JBoss-5.0.0.GA

                I have made all the changes as mentioned in the tutorial for changing the hibernate.cfg.xml and other files... since I am using MySql. The changes made are :

                1. I copied /home/arpan/server/default/deploy/jbpm folder to /home/arpan/jbpm-3.2.6.SP1/joss-5.0.0.GA/server/default/deploy

                2. changes made to home/arpan/server/default/deploy/jbpm-mysql-ds.xml and copied it to jboss/server/default/deploy folder too

                3. I copied mysql connector.jar to /home/arpan/jbpm-3.2.6.SP1/ jboss-5.0.0.GA/server/default/lib folder

                4. /home/arpan/jbpm-3.2.6.SP1/config/hibernate.cfg.xml modified datasource properties

                5. /home/arpan/server/default/deploy/jbpm/jbpm-service.sar/hibernate.cfg.xml changed

                6. added /home/arpan/jbpm-3.2.6.SP1/joss-5.0.0.GA/server/default/deploy/messaging/persistence/mysql-ds.xml

                I tried to deploy my application after installation and I cannot see any process instances after deployment, maybe JBoss and JBPm are not integrated properly..or are there any changes that I have to make to any of the files...I am not sure..

                Thanks,

                • 5. Re: anyone working with jbpm-3.2.6.SP1?
                  kukeltje

                  Ok, now I see this info, I also know why I did not respond before in a previous post. The info provided there was insufficient and I (at that time) did not feel the urge to ask for more info.

                  What does your /home/arpan/server/ dir do?

                  • 6. Re: anyone working with jbpm-3.2.6.SP1?

                    Hi,


                    the server along with docs directory gets installed when i run the jbpm-3.2.6.SP1-installer.jar file...

                    /home/arpan/server has the following structure
                    /home/arpan/server/default/deploy/jbpm/jbpm-destinations-service.xml /home/arpan/server/default/deploy/jbpm/jbpm-mysql-ds.xml
                    /home/arpan/server/default/deploy/jbpm/jbpm-service.sar
                    /home/arpan/server/default/deploy/jbpm/jbpm-enterprise.jar /home/arpan/server/default/deploy/jbpm/jbpm-mysql-ds.xml
                    /home/arpan/server/default/deploy/jbpm/jsf-console.war


                    I copied this server dir to /home/arpan/jbpm-3.2.6.SP1 because I was not able to see the jbpm jboss console without copying it.

                    Also, initially, there was no jbpm dir in the /jbpm-3.2.6.SP1/jboss-5.0.0.GA/server/default/deploy directory.

                    That is my question, I am not sure if I am doing the correct thing..

                    • 7. Re: anyone working with jbpm-3.2.6.SP1?

                      Hi,


                      the server along with docs directory gets installed when i run the jbpm-3.2.6.SP1-installer.jar file...

                      /home/arpan/server has the following structure

                      /home/arpan/server/default/deploy/jbpm/jbpm-destinations-service.xml

                      /home/arpan/server/default/deploy/jbpm/jbpm-mysql-ds.xml

                      /home/arpan/server/default/deploy/jbpm/jbpm-service.sar

                      /home/arpan/server/default/deploy/jbpm/jbpm-enterprise.jar

                      /home/arpan/server/default/deploy/jbpm/jbpm-mysql-ds.xml

                      /home/arpan/server/default/deploy/jbpm/jsf-console.war


                      I copied this server dir to
                      /home/arpan/jbpm-3.2.6.SP1/jboss-5.0.0.GA/server/default/deploy because I was not able to see the jbpm jboss console without copying it.

                      Also, initially, there was no jbpm dir in the
                      /jbpm-3.2.6.SP1/jboss-5.0.0.GA/server/default/deploy directory.

                      That is my question, I am not sure if I am doing the correct thing..

                      • 8. Re: anyone working with jbpm-3.2.6.SP1?
                        kukeltje

                        Ok, if you already have a JBoss AS5 installation, you do not need to select that in the installer. Just point to the correct AS dir and everything will be installed there automagically. You only need to change files then in the AS subdirs, nothing more in the install dir

                        • 9. Re: anyone working with jbpm-3.2.6.SP1?

                          Hi,

                          I do not have Jboss AS5 already..I downloaded Jboss with the jbpm installer from the optional components...and got the dirs as mentioned above. Can you tell me which files do I have to change apart from the ones that I already changed as mentioned in my prev posts ?

                          Thanks in advance,

                          • 10. Re: anyone working with jbpm-3.2.6.SP1?

                            HI,

                            Do i have to add something more to the classpath ? I have added JBOSS_HOME to the classpath...Is that what you mean by Just point to the correct AS dir ? Please help !