Michael Neale (JIRA | 1 Mar 2006 01:57

[jira] Commented: (DROOLS-480) Using Drools 2.1 with BEA JRockit

    [ http://jira.codehaus.org/browse/DROOLS-480?page=comments#action_59726 ] 

Michael Neale commented on DROOLS-480:
--------------------------------------

My suggestion: try 2.5 (beta 2 even is fine) as it uses Eclipse JDT out of the box. Should not have the same issues.

Drools 3 will be similar. So problem may be janino and is solved by chosing the appropraite compiler.

> Using Drools 2.1 with BEA JRockit
> ---------------------------------
>
>          Key: DROOLS-480
>          URL: http://jira.codehaus.org/browse/DROOLS-480
>      Project: drools
>         Type: Bug

>  Environment: Red Hat Linux WS3
> BEA weblogic 81 SP3
> jrockit81ap3_142_04
>     Reporter: Bruce Haugland
>     Assignee: bob mcwhirter

>
>
> When loading the rules with BEA running under JRocket.  Often Janino will react with an out of memory error
and a core dump.  This does not happen with the Sun SDK.  I have tried different versions of Janio without any success.
> Has JRockit been addressed in 2.1,  Also will Drools 2.5 support JRockit

--

-- 
(Continue reading)

Michael Neale | 1 Mar 2006 01:58
Picon
Gravatar

Re: The type _3_r1_0 collides with a package

Can you try prefixing the rule name, and modifying it to be something like:

Something_73_r1 ? just to narrow down the problem a bit.

Michael.

On 2/28/06, fanory <sgohory <at> club-internet.fr> wrote:
>
> Hello,
>
> I have this error code when i try to start drools engine with this drl:
> <?xml version="1.0"?>
> <rule-set name="iris.73 ruleset"
>         xmlns="http://drools.org/rules"
>         xmlns:java="http://drools.org/semantics/java"
>         xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
>         xs:schemaLocation="http://drools.org/rules rules.xsd
>         http://drools.org/semantics/java java.xsd">
>         <java:import>java.lang.Object</java:import>
>         <java:import>java.lang.String</java:import>
>         <java:import>iris.drools.domain.*</java:import>
>         <java:import>iris.drools.util.*</java:import>
>         <rule name="73.r1">
>         <parameter identifier="beneficiary" >
>                     <class>iris.drools.domain.Beneficiary</class>
>             </parameter>
>             <java:condition>
>                         true
>         </java:condition>
>         <java:consequence>
(Continue reading)

Michael Neale (JIRA | 1 Mar 2006 06:54

[jira] Closed: (DROOLS-458) Provide legacy API compatability for RuleBaseLoader

     [ http://jira.codehaus.org/browse/DROOLS-458?page=all ]

Michael Neale closed DROOLS-458:
--------------------------------

    Resolution: Fixed

> Provide legacy API compatability for RuleBaseLoader
> ---------------------------------------------------
>
>          Key: DROOLS-458
>          URL: http://jira.codehaus.org/browse/DROOLS-458
>      Project: drools
>         Type: Improvement

>     Reporter: Mark Proctor
>     Assignee: Mark Proctor
>      Fix For: 2.5

>
>
> Put back in the old static methods and make them use the new API, so that the API changes are seamless to
legacy code.

--

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
(Continue reading)

Michael Neale (JIRA | 1 Mar 2006 06:56

[jira] Created: (DROOLS-481) JavaSemanticCompileError should report error message from the compiler

JavaSemanticCompileError should report error message from the compiler
----------------------------------------------------------------------

         Key: DROOLS-481
         URL: http://jira.codehaus.org/browse/DROOLS-481
     Project: drools
        Type: Bug

  Components: semantics.java  
    Reporter: Michael Neale
 Assigned to: Michael Neale 

At the moment this is not part of the message.

--

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

Michael Neale (JIRA | 1 Mar 2006 06:56

[jira] Created: (DROOLS-482) JCI jar must be updated for JDK1.4 friendly version

JCI jar must be updated for JDK1.4 friendly version 
----------------------------------------------------

         Key: DROOLS-482
         URL: http://jira.codehaus.org/browse/DROOLS-482
     Project: drools
        Type: Bug

  Components: all  
    Versions: 2.5    
    Reporter: Michael Neale
 Assigned to: Michael Neale 
     Fix For: 2.5

update the jar

--

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

Michael Neale (JIRA | 1 Mar 2006 06:58

[jira] Created: (DROOLS-483) Excel formula support: contributions from Pascal Chanteux

Excel formula support: contributions from Pascal Chanteux
---------------------------------------------------------

         Key: DROOLS-483
         URL: http://jira.codehaus.org/browse/DROOLS-483
     Project: drools
        Type: Improvement

  Components: decision tables  
    Versions: 2.1    
    Reporter: Michael Neale
 Assigned to: bob mcwhirter 
     Fix For: 2.5

Pascal has contributed some basic enhancements to allow formulas to be used to populate data in a cell
(rather then literal). 

This should be used with care.

--

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

Michael Neale (JIRA | 1 Mar 2006 07:36

[jira] Resolved: (DROOLS-482) JCI jar must be updated for JDK1.4 friendly version

     [ http://jira.codehaus.org/browse/DROOLS-482?page=all ]

Michael Neale resolved DROOLS-482:
----------------------------------

    Resolution: Fixed

> JCI jar must be updated for JDK1.4 friendly version 
> ----------------------------------------------------
>
>          Key: DROOLS-482
>          URL: http://jira.codehaus.org/browse/DROOLS-482
>      Project: drools
>         Type: Bug

>   Components: all
>     Versions: 2.5
>     Reporter: Michael Neale
>     Assignee: Michael Neale
>      Fix For: 2.5

>
>
> update the jar

--

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
(Continue reading)

Michael Neale (JIRA | 1 Mar 2006 07:38

[jira] Resolved: (DROOLS-483) Excel formula support: contributions from Pascal Chanteux

     [ http://jira.codehaus.org/browse/DROOLS-483?page=all ]

Michael Neale resolved DROOLS-483:
----------------------------------

    Resolution: Fixed

> Excel formula support: contributions from Pascal Chanteux
> ---------------------------------------------------------
>
>          Key: DROOLS-483
>          URL: http://jira.codehaus.org/browse/DROOLS-483
>      Project: drools
>         Type: Improvement

>   Components: decision tables
>     Versions: 2.1
>     Reporter: Michael Neale
>     Assignee: bob mcwhirter
>      Fix For: 2.5

>
>
> Pascal has contributed some basic enhancements to allow formulas to be used to populate data in a cell
(rather then literal). 
> This should be used with care.

--

-- 
This message is automatically generated by JIRA.
-
(Continue reading)

Michael Neale (JIRA | 1 Mar 2006 07:38

[jira] Resolved: (DROOLS-481) JavaSemanticCompileError should report error message from the compiler

     [ http://jira.codehaus.org/browse/DROOLS-481?page=all ]

Michael Neale resolved DROOLS-481:
----------------------------------

     Resolution: Fixed
    Fix Version: 2.5

> JavaSemanticCompileError should report error message from the compiler
> ----------------------------------------------------------------------
>
>          Key: DROOLS-481
>          URL: http://jira.codehaus.org/browse/DROOLS-481
>      Project: drools
>         Type: Bug

>   Components: semantics.java
>     Reporter: Michael Neale
>     Assignee: Michael Neale
>      Fix For: 2.5

>
>
> At the moment this is not part of the message.

--

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
(Continue reading)

Michael Neale (JIRA | 1 Mar 2006 07:52

[jira] Resolved: (DROOLS-478) failure to download jython-20020827-no-oro.jar during maven build, link on drools homepage also broken

     [ http://jira.codehaus.org/browse/DROOLS-478?page=all ]

Michael Neale resolved DROOLS-478:
----------------------------------

    Resolution: Fixed

repository issue was corrected.

> failure to download jython-20020827-no-oro.jar during maven build, link on drools homepage also broken
> ------------------------------------------------------------------------------------------------------
>
>          Key: DROOLS-478
>          URL: http://jira.codehaus.org/browse/DROOLS-478
>      Project: drools
>         Type: Bug

>     Versions: 2.1
>  Environment: Windows XP, Sun jdk 1.5 or 1.4, Maven 1.0.2
>     Reporter: Edward Zarecor
>     Assignee: bob mcwhirter

>
>
> This link is broken http://www.ibiblio.org/maven/jython/jars/jython-20020827-no-oro.jar
> Found here: http://drools.org/Project+Downloads
> Also causing issues with line:191 of build.xml.

--

-- 
This message is automatically generated by JIRA.
(Continue reading)


Gmane