[JBoss JIRA] (BAM-95) Activity store "out of the box" configuration for in-memory H2
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/BAM-95?page=com.atlassian.jira.plugin.sys... ]
Gary Brown reassigned BAM-95:
-----------------------------
Assignee: Jeff Yu (was: Gary Brown)
To reproduce this, just run:
mvn clean install -Pjbossas -Ddb=h2
from the release/jbossas folder.
This causes the 'war' module under this folder to package the appropriate ActivityStore impl (i.e. JPA) and also the h2 relevant persistence.xml and ds.xml.
The problem then occurs when running the tests (also under that folder), which use arquillian to launch the tests (under tests/platform) in switchyard-as7. So before running, you will need a switchyard-as7 6.0.final or higher environment and set JBOSS_HOME to point to it.
> Activity store "out of the box" configuration for in-memory H2
> --------------------------------------------------------------
>
> Key: BAM-95
> URL: https://issues.jboss.org/browse/BAM-95
> Project: Business Activity Monitoring
> Issue Type: Task
> Reporter: Gary Brown
> Assignee: Jeff Yu
> Fix For: 1.0.0.M3
>
>
> Use the JPA activity store implementation with configuration for an in-memory H2 db. Configurable dbs will be provided as part of next (or later) milestone.
--
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
[JBoss JIRA] (SRAMP-124) stacktrace in the log when not found uuid
by Kurt Stam (JIRA)
Kurt Stam created SRAMP-124:
-------------------------------
Summary: stacktrace in the log when not found uuid
Key: SRAMP-124
URL: https://issues.jboss.org/browse/SRAMP-124
Project: S-RAMP
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Persistence
Reporter: Kurt Stam
Assignee: Kurt Stam
Fix For: Milestone 3 (Workflow and Relationships)
When a uuid is not found we should not log an exception, but rather a message at the INFO level
09:31:25,971 ERROR Error found updating artifact meta-data: 2e455ad3-a469-401b-abe1-d3e737192893
java.lang.Exception: Relationship creation error - failed to find an s-ramp artifact with target UUID: not-a-valid-uuid
at org.overlord.sramp.repository.jcr.JCRPersistence$JCRReferenceFactoryImpl.createReference(JCRPersistence.java:766)
at org.overlord.sramp.repository.jcr.mapper.ArtifactToJCRNodeVisitor.setRelationships(ArtifactToJCRNodeVisitor.java:536)
--
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
[JBoss JIRA] (BAM-108) Remove network, version and node from EPN listener
by Gary Brown (JIRA)
Gary Brown created BAM-108:
------------------------------
Summary: Remove network, version and node from EPN listener
Key: BAM-108
URL: https://issues.jboss.org/browse/BAM-108
Project: Business Activity Monitoring
Issue Type: Task
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 1.0.0.M3
An application component subscribing to notifications from the EPN infrastructure, should only be interested in the subject upon which the event was distributed - possibly not even the notification type, as this is really only used to route the events produced by a node to a particular subject. Different subjects should be used to distinguish between processed events and results. The notification type should remain internal to the EPN module.
--
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
[JBoss JIRA] (BAM-100) ClassCastException when running performance tests related to mvel/drools in the CEPEventProcessor
by Gary Brown (JIRA)
Gary Brown created BAM-100:
------------------------------
Summary: ClassCastException when running performance tests related to mvel/drools in the CEPEventProcessor
Key: BAM-100
URL: https://issues.jboss.org/browse/BAM-100
Project: Business Activity Monitoring
Issue Type: Bug
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 1.0.0.M3
Although the sla monitor test (in tests/platform) appear to run with a similar sort of configuration, when the performance tests are executed using arquillian in a jbossas7/switchyard 0.6.final environment, it causes a class cast exception when loading the rulebase, between a drools/mvel file and an expected mvel class.
16:12:49,789 SEVERE [org.overlord.bam.epn.cep.CEPEventProcessor] (MSC service thread 1-2) Failed to load CEP rules 'ResponseTime.drl' for Event Processor 'ResponseTime': org.drools.RuntimeDroolsException: Unable to load dialect 'org.drools.rule.builder.dialect.mvel.MVELDialectConfiguration:mvel:org.drools.rule.builder.dialect.mvel.MVELDialectConfiguration'
at org.drools.compiler.PackageBuilderConfiguration.addDialect(PackageBuilderConfiguration.java:313) [drools-compiler-5.3.0.Final.jar:5.3.0.Final]
at org.drools.compiler.PackageBuilderConfiguration.buildDialectConfigurationMap(PackageBuilderConfiguration.java:298) [drools-compiler-5.3.0.Final.jar:5.3.0.Final]
at org.drools.compiler.PackageBuilderConfiguration.init(PackageBuilderConfiguration.java:187) [drools-compiler-5.3.0.Final.jar:5.3.0.Final]
at org.drools.compiler.PackageBuilderConfiguration.<init>(PackageBuilderConfiguration.java:165) [drools-compiler-5.3.0.Final.jar:5.3.0.Final]
at org.drools.compiler.PackageBuilder.<init>(PackageBuilder.java:301) [drools-compiler-5.3.0.Final.jar:5.3.0.Final]
at org.drools.compiler.PackageBuilder.<init>(PackageBuilder.java:229) [drools-compiler-5.3.0.Final.jar:5.3.0.Final]
at org.drools.builder.impl.KnowledgeBuilderFactoryServiceImpl.newKnowledgeBuilder(KnowledgeBuilderFactoryServiceImpl.java:34) [drools-compiler-5.3.0.Final.jar:5.3.0.Final]
at org.drools.builder.KnowledgeBuilderFactory.newKnowledgeBuilder(KnowledgeBuilderFactory.java:46) [knowledge-api-5.3.0.Final.jar:5.3.0.Final]
at org.overlord.bam.epn.cep.CEPEventProcessor.loadRuleBase(CEPEventProcessor.java:166) [epn-cep.jar:1.0.0-SNAPSHOT]
at org.overlord.bam.epn.cep.CEPEventProcessor.createSession(CEPEventProcessor.java:138) [epn-cep.jar:1.0.0-SNAPSHOT]
at org.overlord.bam.epn.cep.CEPEventProcessor.init(CEPEventProcessor.java:60) [epn-cep.jar:1.0.0-SNAPSHOT]
at org.overlord.bam.epn.Node.init(Node.java:228) [epn-core.jar:1.0.0-SNAPSHOT]
--
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