[jbosstools-issues] [JBoss JIRA] Commented: (JBDS-483) Installer need to setup seam, drools, jbpm runtimes

Koen Aers (JIRA) jira-events at lists.jboss.org
Wed Dec 3 11:23:36 EST 2008


    [ https://jira.jboss.org/jira/browse/JBDS-483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12440931#action_12440931 ] 

Koen Aers commented on JBDS-483:
--------------------------------

In the package 'org.jbpm.gd.jpdl.prefs' there is the class PreferencesManager. It has a public method 'initializeDefaultJbpmInstallation(String name, String location, String version)'.

These parameters have the following meaning:
- name is a symbolic name for this installation; it could be for instance SOA-P
- location is the location on the disk of the jbpm runtime; in the SOA-P distro this is the 'jbpm-jpdl' folder next to 'jboss-as'
- version is the jBPM version; in the current SOA-P distribution this is 3.2.3 AFAIR

So I guess somewhere in the initializer class above, you should invoke the following code:

new org.jbpm.gd.jpdl.prefs.PreferencesManager().initializeDefaultJbpmInstallation('SOA-P', JBOSS_AS_HOME + '/../jbpm-jpdl', JBPM_VERSION);

and add a private static JBPM_VERSION="3.2.3"

Would this be sufficient?

> Installer need to setup seam, drools, jbpm runtimes 
> ----------------------------------------------------
>
>                 Key: JBDS-483
>                 URL: https://jira.jboss.org/jira/browse/JBDS-483
>             Project: Developer Studio
>          Issue Type: Task
>          Components: installer
>    Affects Versions: 2.0.0.beta1
>            Reporter: Max Rydahl Andersen
>            Priority: Blocker
>             Fix For: 2.0.0.cr1
>
>
> Currently it seems only the AS part of the additional runtimes are setup.
> That is only the right behavior when you choose an AS installation.
> For EAP and SOA-P additonal setup needs to be done.
> Seam:
> if it is a EAP or SOA-P it should setup seam and seamfp in seam settings (remember to give it unique names)
> jBPM:
> This is only for SOA-P; SOA-P has a jbpm runtime that needs to be configured out of the box too.
> Drools:
> This is only for SOA-P; Drools have recently added runtime support, we should investigate how that is going to be setup

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list