[JBoss JIRA] Created: (JBBUILD-504) Fix warning messages in the app server buld.
by Paul Gier (JIRA)
Fix warning messages in the app server buld.
--------------------------------------------
Key: JBBUILD-504
URL: https://jira.jboss.org/jira/browse/JBBUILD-504
Project: JBoss Build System
Issue Type: Task
Components: JBossBuild/Buildmagic
Reporter: Paul Gier
Fix For: JBossBuild - Maint 2008
The app server build gives warning messages about the custom tasks being overridden for each module. This should be fixed so that these warnings do not continue.
{quote}
Trying to override old definition of task libraryset
Trying to override old definition of task execmodules
Trying to override old definition of task resolveproperties
Trying to override old definition of task resolver
Trying to override old definition of task require
Trying to override old definition of task _dump
Trying to override old definition of task _puke
Trying to override old definition of task moduleinit
Trying to override old definition of task moduleconfig
Trying to override old definition of task modulelibrary
Trying to override old definition of task projectinfo
Trying to override old definition of task library
Trying to override old definition of task Ant
Trying to override old definition of task moduleinfo
Trying to override old definition of task projecthelp
Trying to override old definition of task propertyfilter
Trying to override old definition of task call
Trying to override old definition of task property
{quote}
--
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
16 years, 3 months
[JBoss JIRA] Created: (JBJCA-305) Class loader subsystem
by Jesper Pedersen (JIRA)
Class loader subsystem
----------------------
Key: JBJCA-305
URL: https://jira.jboss.org/jira/browse/JBJCA-305
Project: JBoss JCA
Issue Type: Task
Components: Fungal
Reporter: Jesper Pedersen
Assignee: Jesper Pedersen
Fix For: 1.0.0.Alpha11
Create a ClassLoaderFactory which can create kernel class loaders using different strategies.
Strategies should include:
* PARENT_FIRST - Parent first model
* PARENT:_LAST - Parent last model
* EXPORT - OSGi-like model
The "EXPORT" strategy should be backed with ArchiveClassLoader which maps to a single JAR library - and controlled by an ExportClassLoaderRepository. All JAR libraries that doesn't contain OSGi bundle information should be controlled by a NonExportClassLoader.
--
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
16 years, 3 months
[JBoss JIRA] Created: (JBRULES-2260) MVEL not support multiple setters in modify
by Jeff DeLong (JIRA)
MVEL not support multiple setters in modify
-------------------------------------------
Key: JBRULES-2260
URL: https://jira.jboss.org/jira/browse/JBRULES-2260
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: drools-compiler
Environment: JBoss Drool Core 5.1.0.trunk-N200908260601-H218 in Eclipse 3.5 (installed as part of JBoss Tools Nightly Build)
Reporter: Jeff DeLong
Assignee: Mark Proctor
MVEL not support multiple setters in modify. The following results in an exception:
modify(alert) {setServerHeartBeatStatus("down"),
setPassportScannerStatus("down")
}
Description Resource Path Location Type
BuildError: Unable to build expression for 'consequence': Failed to compile: 1 compilation error(s):
- (4,-82) unable to resolve method using strict-mode: java.lang.Object.setServerHeartBeatStatus(java.lang.String) ' //actions
modify(alert) {setServerHeartBeatStatus("down"),
setPassportScannerStatus("down")
}
' KioskEventRules.drl /kiosk-rules/src/main/rules line 156 Drools Error
The expression does work if the dialect is Java.
However the following works with the MVEL dialect:
modify(alert) {passportScannerStatus = "down"}
Also
modify(alert) {serverHeartBeatStatus = "down",
passportScannerStatus = "down"
}
I will also log this in the MVEL JIRA.
--
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
16 years, 3 months