[esb-issues] [JBoss JIRA] Commented: (JBESB-1082) Finding jars not in drools 4.0.1.GA in ESB's jbrules.esb

Trevor Kirby (JIRA) jira-events at lists.jboss.org
Tue Oct 30 07:48:13 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBESB-1082?page=comments#action_12385031 ] 
            
Trevor Kirby commented on JBESB-1082:
-------------------------------------

re 3, the jars can be exercised as follows.

- janino-2.5.7: this is a compiler equivalent to JDT. So, any existing compilation tests you already have (except for tests using functions*) must compile and run fine with Janino. To turn janino compiler ON, you can either set a system property ("drools.dialect.java.compiler=JANINO") or using the API, create your PackageBuilder like that:


       final PackageBuilderConfiguration config = new PackageBuilderConfiguration();
       JavaDialectConfiguration javaConf = (JavaDialectConfiguration) config.getDialectConfiguration( "java" );
       javaConf.setCompiler( JavaDialectConfiguration.JANINO );
       final PackageBuilder builder = new PackageBuilder( config );

    * there is a bug in commons-JCI (https://issues.apache.org/jira/browse/JCI-53) that does not allow us to compile a rule base that contains more than 1 function. There is an open JIRA for that, but it is not fixed yet.

- jxl-2.4.2.jar, xpp3_min-1.1.3.4.O.jar: are used in the audit feature. Please take a look at the section 5.1.6.4 of the manual (http://downloads.jboss.com/drools/docs/4.0.3.15993.GA/html/index.html) to see how to enable the audit feature.

   Hope it helps. Let me know if you have further questions.

   []s
   Edson


> Finding jars not in drools 4.0.1.GA in ESB's jbrules.esb
> --------------------------------------------------------
>
>                 Key: JBESB-1082
>                 URL: http://jira.jboss.com/jira/browse/JBESB-1082
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Testing
>    Affects Versions: 4.2.1 IR1
>         Environment: ESB:
>    svn update
>    Updated to revision 15241.
>            Reporter: Len DiMaggio
>         Assigned To: Trevor Kirby
>            Priority: Minor
>             Fix For: 4.2.1
>
>
> Finding jars not in drools 4.0.1.GA in ESB's jbrules.esb
> We found these jars - jxl-2.4.2.jar, xpp3_min-1.1.3.4.O.jar, janino-2.5.7.jar - in the ESB's jbrules.esb - but the jars are not in drools 4.0.1.GA - is the inclusion of these files intentional?

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

        



More information about the esb-issues mailing list