[JBoss JIRA] (DROOLS-364) ClasspathKieProject fails vfs: path for jar deployments and exploded ear
by Mario Fusco (JIRA)
[ https://issues.jboss.org/browse/DROOLS-364?page=com.atlassian.jira.plugin... ]
Mario Fusco resolved DROOLS-364.
--------------------------------
Fix Version/s: 6.1.0.Beta1
Resolution: Done
> ClasspathKieProject fails vfs: path for jar deployments and exploded ear
> ------------------------------------------------------------------------
>
> Key: DROOLS-364
> URL: https://issues.jboss.org/browse/DROOLS-364
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 6.0.0.Final
> Environment: JBoss AS 7.1.1
> Reporter: Nicolas-Xavier Vanderlinden
> Assignee: Mario Fusco
> Fix For: 6.1.0.Beta1
>
> Attachments: jbossas-deploy-reproducer.zip, windows-jboss-as-deploy-server.log
>
>
> Drools is not able to load kmodule.xml from an exploded ear.
> 17:24:45,116 WARN Unable to load pom.properties tried recursing down from\Project\Geline\jboss-as-7.1.1.Final\standalone\deployments\geline.ear\service-impl-1.4.0-SNAPcontent
> null
> 17:24:45,116 ERROR Unable to build index of kmodule.xml url=vfs:/E:/Project/Geline/jboss-as-7.1.1.Final/standalone/deployments/geline.ear/service-impl-1.4.0-SNAPSHOT.jar/META-INF/kmodule.xml
> null
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (DROOLS-364) ClasspathKieProject fails vfs: path for jar deployments and exploded ear
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/DROOLS-364?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on DROOLS-364:
------------------------------------------------
Mario Fusco <mfusco(a)redhat.com> changed the Status of [bug 1058254|https://bugzilla.redhat.com/show_bug.cgi?id=1058254] from ASSIGNED to MODIFIED
> ClasspathKieProject fails vfs: path for jar deployments and exploded ear
> ------------------------------------------------------------------------
>
> Key: DROOLS-364
> URL: https://issues.jboss.org/browse/DROOLS-364
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 6.0.0.Final
> Environment: JBoss AS 7.1.1
> Reporter: Nicolas-Xavier Vanderlinden
> Assignee: Mark Proctor
> Attachments: jbossas-deploy-reproducer.zip, windows-jboss-as-deploy-server.log
>
>
> Drools is not able to load kmodule.xml from an exploded ear.
> 17:24:45,116 WARN Unable to load pom.properties tried recursing down from\Project\Geline\jboss-as-7.1.1.Final\standalone\deployments\geline.ear\service-impl-1.4.0-SNAPcontent
> null
> 17:24:45,116 ERROR Unable to build index of kmodule.xml url=vfs:/E:/Project/Geline/jboss-as-7.1.1.Final/standalone/deployments/geline.ear/service-impl-1.4.0-SNAPSHOT.jar/META-INF/kmodule.xml
> null
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (DROOLS-418) MVEL Unable to resolve method exception on fact update
by Davide Sottara (JIRA)
[ https://issues.jboss.org/browse/DROOLS-418?page=com.atlassian.jira.plugin... ]
Davide Sottara resolved DROOLS-418.
-----------------------------------
Resolution: Rejected
> MVEL Unable to resolve method exception on fact update
> ------------------------------------------------------
>
> Key: DROOLS-418
> URL: https://issues.jboss.org/browse/DROOLS-418
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 5.5.0.Final
> Environment: Linux Mint 15
> Jboss 5.1
> Reporter: Nedo Nedic
> Assignee: Mark Proctor
> Attachments: Classifier.xls
>
>
> The following rule will fail with an exception after update is called on a fact:
> rule "Classifier"
> no-loop true
> salience 65430
> when
> $sn:Snort(sig_priority == "1", type == null)
> then
> $sn.setType("LOW");
> update($sn);
> end
> Snort fact type declaration:
> declare Snort
> @role( event )
> @timestamp( event_date )
> @expires( 1h )
> dport: String
> data: String
> sport: String
> hostname: String
> type: String
> sig_priority: String
> sensor: String
> id: java.lang.Long
> sig_class_name: String
> ip_dst: String
> sig_name: String
> event_date: java.util.Date
> ip_src: String
> end
> [Error: unable to resolve method: java.util.ArrayList.type() [arglength=0]]
> [Near : {... type == "LOW" ....}]
> ^
> [Line: 1, Column: 1]
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.getMethod(ReflectiveAccessorOptimizer.java:1071)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.getMethod(ReflectiveAccessorOptimizer.java:980)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.getBeanProperty(ReflectiveAccessorOptimizer.java:670)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.getBeanPropertyAO(ReflectiveAccessorOptimizer.java:465)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.compileGetChain(ReflectiveAccessorOptimizer.java:370)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.optimizeAccessor(ReflectiveAccessorOptimizer.java:140)
> at org.mvel2.ast.ASTNode.optimize(ASTNode.java:159)
> at org.mvel2.ast.ASTNode.getReducedValueAccelerated(ASTNode.java:115)
> at org.mvel2.ast.BinaryOperation.getReducedValueAccelerated(BinaryOperation.java:114)
> at org.mvel2.MVELRuntime.execute(MVELRuntime.java:86)
> at org.mvel2.compiler.CompiledExpression.getDirectValue(CompiledExpression.java:123)
> at org.mvel2.compiler.CompiledExpression.getValue(CompiledExpression.java:119)
> at org.mvel2.MVEL.executeExpression(MVEL.java:930)
> at org.drools.rule.constraint.MvelConditionEvaluator.evaluate(MvelConditionEvaluator.java:73)
> at org.drools.rule.constraint.MvelConditionEvaluator.evaluate(MvelConditionEvaluator.java:52)
> at org.drools.rule.constraint.MvelConstraint.evaluate(MvelConstraint.java:218)
> at org.drools.rule.constraint.MvelConstraint.isAllowed(MvelConstraint.java:175)
> at org.drools.reteoo.AccumulateNode.evaluateResultConstraints(AccumulateNode.java:655)
> at org.drools.reteoo.ReteooWorkingMemory$EvaluateResultConstraints.execute(ReteooWorkingMemory.java:594)
> at org.drools.common.PropagationContextImpl.evaluateActionQueue(PropagationContextImpl.java:364)
> at org.drools.common.NamedEntryPoint.insert(NamedEntryPoint.java:371)
> at org.drools.common.NamedEntryPoint.insert(NamedEntryPoint.java:327)
> at org.drools.common.AbstractWorkingMemory.insert(AbstractWorkingMemory.java:950)
> at org.drools.common.AbstractWorkingMemory.insert(AbstractWorkingMemory.java:894)
> at org.drools.impl.StatefulKnowledgeSessionImpl.insert(StatefulKnowledgeSessionImpl.java:269)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (DROOLS-418) MVEL Unable to resolve method exception on fact update
by Davide Sottara (JIRA)
[ https://issues.jboss.org/browse/DROOLS-418?page=com.atlassian.jira.plugin... ]
Davide Sottara commented on DROOLS-418:
---------------------------------------
No problem. I will close this ticket.
> MVEL Unable to resolve method exception on fact update
> ------------------------------------------------------
>
> Key: DROOLS-418
> URL: https://issues.jboss.org/browse/DROOLS-418
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 5.5.0.Final
> Environment: Linux Mint 15
> Jboss 5.1
> Reporter: Nedo Nedic
> Assignee: Mark Proctor
> Attachments: Classifier.xls
>
>
> The following rule will fail with an exception after update is called on a fact:
> rule "Classifier"
> no-loop true
> salience 65430
> when
> $sn:Snort(sig_priority == "1", type == null)
> then
> $sn.setType("LOW");
> update($sn);
> end
> Snort fact type declaration:
> declare Snort
> @role( event )
> @timestamp( event_date )
> @expires( 1h )
> dport: String
> data: String
> sport: String
> hostname: String
> type: String
> sig_priority: String
> sensor: String
> id: java.lang.Long
> sig_class_name: String
> ip_dst: String
> sig_name: String
> event_date: java.util.Date
> ip_src: String
> end
> [Error: unable to resolve method: java.util.ArrayList.type() [arglength=0]]
> [Near : {... type == "LOW" ....}]
> ^
> [Line: 1, Column: 1]
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.getMethod(ReflectiveAccessorOptimizer.java:1071)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.getMethod(ReflectiveAccessorOptimizer.java:980)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.getBeanProperty(ReflectiveAccessorOptimizer.java:670)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.getBeanPropertyAO(ReflectiveAccessorOptimizer.java:465)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.compileGetChain(ReflectiveAccessorOptimizer.java:370)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.optimizeAccessor(ReflectiveAccessorOptimizer.java:140)
> at org.mvel2.ast.ASTNode.optimize(ASTNode.java:159)
> at org.mvel2.ast.ASTNode.getReducedValueAccelerated(ASTNode.java:115)
> at org.mvel2.ast.BinaryOperation.getReducedValueAccelerated(BinaryOperation.java:114)
> at org.mvel2.MVELRuntime.execute(MVELRuntime.java:86)
> at org.mvel2.compiler.CompiledExpression.getDirectValue(CompiledExpression.java:123)
> at org.mvel2.compiler.CompiledExpression.getValue(CompiledExpression.java:119)
> at org.mvel2.MVEL.executeExpression(MVEL.java:930)
> at org.drools.rule.constraint.MvelConditionEvaluator.evaluate(MvelConditionEvaluator.java:73)
> at org.drools.rule.constraint.MvelConditionEvaluator.evaluate(MvelConditionEvaluator.java:52)
> at org.drools.rule.constraint.MvelConstraint.evaluate(MvelConstraint.java:218)
> at org.drools.rule.constraint.MvelConstraint.isAllowed(MvelConstraint.java:175)
> at org.drools.reteoo.AccumulateNode.evaluateResultConstraints(AccumulateNode.java:655)
> at org.drools.reteoo.ReteooWorkingMemory$EvaluateResultConstraints.execute(ReteooWorkingMemory.java:594)
> at org.drools.common.PropagationContextImpl.evaluateActionQueue(PropagationContextImpl.java:364)
> at org.drools.common.NamedEntryPoint.insert(NamedEntryPoint.java:371)
> at org.drools.common.NamedEntryPoint.insert(NamedEntryPoint.java:327)
> at org.drools.common.AbstractWorkingMemory.insert(AbstractWorkingMemory.java:950)
> at org.drools.common.AbstractWorkingMemory.insert(AbstractWorkingMemory.java:894)
> at org.drools.impl.StatefulKnowledgeSessionImpl.insert(StatefulKnowledgeSessionImpl.java:269)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (DROOLS-418) MVEL Unable to resolve method exception on fact update
by Nedo Nedic (JIRA)
[ https://issues.jboss.org/browse/DROOLS-418?page=com.atlassian.jira.plugin... ]
Nedo Nedic commented on DROOLS-418:
-----------------------------------
Sorry Davide, I realized there was an issue in my code. I just don't know why the compiler were not complaining about it, because I had the condition like this:
$l:ArrayList(size > 0, type=="LOW")
Obviously, ArrayList dosen't have "type" attribute.
> MVEL Unable to resolve method exception on fact update
> ------------------------------------------------------
>
> Key: DROOLS-418
> URL: https://issues.jboss.org/browse/DROOLS-418
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 5.5.0.Final
> Environment: Linux Mint 15
> Jboss 5.1
> Reporter: Nedo Nedic
> Assignee: Mark Proctor
> Attachments: Classifier.xls
>
>
> The following rule will fail with an exception after update is called on a fact:
> rule "Classifier"
> no-loop true
> salience 65430
> when
> $sn:Snort(sig_priority == "1", type == null)
> then
> $sn.setType("LOW");
> update($sn);
> end
> Snort fact type declaration:
> declare Snort
> @role( event )
> @timestamp( event_date )
> @expires( 1h )
> dport: String
> data: String
> sport: String
> hostname: String
> type: String
> sig_priority: String
> sensor: String
> id: java.lang.Long
> sig_class_name: String
> ip_dst: String
> sig_name: String
> event_date: java.util.Date
> ip_src: String
> end
> [Error: unable to resolve method: java.util.ArrayList.type() [arglength=0]]
> [Near : {... type == "LOW" ....}]
> ^
> [Line: 1, Column: 1]
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.getMethod(ReflectiveAccessorOptimizer.java:1071)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.getMethod(ReflectiveAccessorOptimizer.java:980)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.getBeanProperty(ReflectiveAccessorOptimizer.java:670)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.getBeanPropertyAO(ReflectiveAccessorOptimizer.java:465)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.compileGetChain(ReflectiveAccessorOptimizer.java:370)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.optimizeAccessor(ReflectiveAccessorOptimizer.java:140)
> at org.mvel2.ast.ASTNode.optimize(ASTNode.java:159)
> at org.mvel2.ast.ASTNode.getReducedValueAccelerated(ASTNode.java:115)
> at org.mvel2.ast.BinaryOperation.getReducedValueAccelerated(BinaryOperation.java:114)
> at org.mvel2.MVELRuntime.execute(MVELRuntime.java:86)
> at org.mvel2.compiler.CompiledExpression.getDirectValue(CompiledExpression.java:123)
> at org.mvel2.compiler.CompiledExpression.getValue(CompiledExpression.java:119)
> at org.mvel2.MVEL.executeExpression(MVEL.java:930)
> at org.drools.rule.constraint.MvelConditionEvaluator.evaluate(MvelConditionEvaluator.java:73)
> at org.drools.rule.constraint.MvelConditionEvaluator.evaluate(MvelConditionEvaluator.java:52)
> at org.drools.rule.constraint.MvelConstraint.evaluate(MvelConstraint.java:218)
> at org.drools.rule.constraint.MvelConstraint.isAllowed(MvelConstraint.java:175)
> at org.drools.reteoo.AccumulateNode.evaluateResultConstraints(AccumulateNode.java:655)
> at org.drools.reteoo.ReteooWorkingMemory$EvaluateResultConstraints.execute(ReteooWorkingMemory.java:594)
> at org.drools.common.PropagationContextImpl.evaluateActionQueue(PropagationContextImpl.java:364)
> at org.drools.common.NamedEntryPoint.insert(NamedEntryPoint.java:371)
> at org.drools.common.NamedEntryPoint.insert(NamedEntryPoint.java:327)
> at org.drools.common.AbstractWorkingMemory.insert(AbstractWorkingMemory.java:950)
> at org.drools.common.AbstractWorkingMemory.insert(AbstractWorkingMemory.java:894)
> at org.drools.impl.StatefulKnowledgeSessionImpl.insert(StatefulKnowledgeSessionImpl.java:269)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (DROOLS-418) MVEL Unable to resolve method exception on fact update
by Nedo Nedic (JIRA)
[ https://issues.jboss.org/browse/DROOLS-418?page=com.atlassian.jira.plugin... ]
Nedo Nedic edited comment on DROOLS-418 at 1/30/14 10:15 AM:
-------------------------------------------------------------
Sorry Davide, I realized there was an issue in my code. I just don't know why the compiler were not complaining about it, because I had the condition like this:
$l:ArrayList(size > 0, type=="LOW")
Obviously, ArrayList doesn't have "type" attribute.
was (Author: nedoo):
Sorry Davide, I realized there was an issue in my code. I just don't know why the compiler were not complaining about it, because I had the condition like this:
$l:ArrayList(size > 0, type=="LOW")
Obviously, ArrayList dosen't have "type" attribute.
> MVEL Unable to resolve method exception on fact update
> ------------------------------------------------------
>
> Key: DROOLS-418
> URL: https://issues.jboss.org/browse/DROOLS-418
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 5.5.0.Final
> Environment: Linux Mint 15
> Jboss 5.1
> Reporter: Nedo Nedic
> Assignee: Mark Proctor
> Attachments: Classifier.xls
>
>
> The following rule will fail with an exception after update is called on a fact:
> rule "Classifier"
> no-loop true
> salience 65430
> when
> $sn:Snort(sig_priority == "1", type == null)
> then
> $sn.setType("LOW");
> update($sn);
> end
> Snort fact type declaration:
> declare Snort
> @role( event )
> @timestamp( event_date )
> @expires( 1h )
> dport: String
> data: String
> sport: String
> hostname: String
> type: String
> sig_priority: String
> sensor: String
> id: java.lang.Long
> sig_class_name: String
> ip_dst: String
> sig_name: String
> event_date: java.util.Date
> ip_src: String
> end
> [Error: unable to resolve method: java.util.ArrayList.type() [arglength=0]]
> [Near : {... type == "LOW" ....}]
> ^
> [Line: 1, Column: 1]
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.getMethod(ReflectiveAccessorOptimizer.java:1071)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.getMethod(ReflectiveAccessorOptimizer.java:980)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.getBeanProperty(ReflectiveAccessorOptimizer.java:670)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.getBeanPropertyAO(ReflectiveAccessorOptimizer.java:465)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.compileGetChain(ReflectiveAccessorOptimizer.java:370)
> at org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer.optimizeAccessor(ReflectiveAccessorOptimizer.java:140)
> at org.mvel2.ast.ASTNode.optimize(ASTNode.java:159)
> at org.mvel2.ast.ASTNode.getReducedValueAccelerated(ASTNode.java:115)
> at org.mvel2.ast.BinaryOperation.getReducedValueAccelerated(BinaryOperation.java:114)
> at org.mvel2.MVELRuntime.execute(MVELRuntime.java:86)
> at org.mvel2.compiler.CompiledExpression.getDirectValue(CompiledExpression.java:123)
> at org.mvel2.compiler.CompiledExpression.getValue(CompiledExpression.java:119)
> at org.mvel2.MVEL.executeExpression(MVEL.java:930)
> at org.drools.rule.constraint.MvelConditionEvaluator.evaluate(MvelConditionEvaluator.java:73)
> at org.drools.rule.constraint.MvelConditionEvaluator.evaluate(MvelConditionEvaluator.java:52)
> at org.drools.rule.constraint.MvelConstraint.evaluate(MvelConstraint.java:218)
> at org.drools.rule.constraint.MvelConstraint.isAllowed(MvelConstraint.java:175)
> at org.drools.reteoo.AccumulateNode.evaluateResultConstraints(AccumulateNode.java:655)
> at org.drools.reteoo.ReteooWorkingMemory$EvaluateResultConstraints.execute(ReteooWorkingMemory.java:594)
> at org.drools.common.PropagationContextImpl.evaluateActionQueue(PropagationContextImpl.java:364)
> at org.drools.common.NamedEntryPoint.insert(NamedEntryPoint.java:371)
> at org.drools.common.NamedEntryPoint.insert(NamedEntryPoint.java:327)
> at org.drools.common.AbstractWorkingMemory.insert(AbstractWorkingMemory.java:950)
> at org.drools.common.AbstractWorkingMemory.insert(AbstractWorkingMemory.java:894)
> at org.drools.impl.StatefulKnowledgeSessionImpl.insert(StatefulKnowledgeSessionImpl.java:269)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (DROOLS-364) ClasspathKieProject fails vfs: path for jar deployments and exploded ear
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/DROOLS-364?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on DROOLS-364:
------------------------------------------------
Mario Fusco <mfusco(a)redhat.com> changed the Status of [bug 1058254|https://bugzilla.redhat.com/show_bug.cgi?id=1058254] from NEW to ASSIGNED
> ClasspathKieProject fails vfs: path for jar deployments and exploded ear
> ------------------------------------------------------------------------
>
> Key: DROOLS-364
> URL: https://issues.jboss.org/browse/DROOLS-364
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 6.0.0.Final
> Environment: JBoss AS 7.1.1
> Reporter: Nicolas-Xavier Vanderlinden
> Assignee: Mark Proctor
> Attachments: jbossas-deploy-reproducer.zip, windows-jboss-as-deploy-server.log
>
>
> Drools is not able to load kmodule.xml from an exploded ear.
> 17:24:45,116 WARN Unable to load pom.properties tried recursing down from\Project\Geline\jboss-as-7.1.1.Final\standalone\deployments\geline.ear\service-impl-1.4.0-SNAPcontent
> null
> 17:24:45,116 ERROR Unable to build index of kmodule.xml url=vfs:/E:/Project/Geline/jboss-as-7.1.1.Final/standalone/deployments/geline.ear/service-impl-1.4.0-SNAPSHOT.jar/META-INF/kmodule.xml
> null
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (DROOLS-364) ClasspathKieProject fails vfs: path for jar deployments and exploded ear
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/DROOLS-364?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration updated DROOLS-364:
-------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1058254
> ClasspathKieProject fails vfs: path for jar deployments and exploded ear
> ------------------------------------------------------------------------
>
> Key: DROOLS-364
> URL: https://issues.jboss.org/browse/DROOLS-364
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 6.0.0.Final
> Environment: JBoss AS 7.1.1
> Reporter: Nicolas-Xavier Vanderlinden
> Assignee: Mark Proctor
> Attachments: jbossas-deploy-reproducer.zip, windows-jboss-as-deploy-server.log
>
>
> Drools is not able to load kmodule.xml from an exploded ear.
> 17:24:45,116 WARN Unable to load pom.properties tried recursing down from\Project\Geline\jboss-as-7.1.1.Final\standalone\deployments\geline.ear\service-impl-1.4.0-SNAPcontent
> null
> 17:24:45,116 ERROR Unable to build index of kmodule.xml url=vfs:/E:/Project/Geline/jboss-as-7.1.1.Final/standalone/deployments/geline.ear/service-impl-1.4.0-SNAPSHOT.jar/META-INF/kmodule.xml
> null
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months