[JBoss JIRA] (SRAMP-227) Allow derivers to define and use custom node types
by Randall Hauch (JIRA)
Randall Hauch created SRAMP-227:
-----------------------------------
Summary: Allow derivers to define and use custom node types
Key: SRAMP-227
URL: https://issues.jboss.org/browse/SRAMP-227
Project: S-RAMP
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Reporter: Randall Hauch
Assignee: Kurt Stam
Presently, any content produced by a deriver is stored in the JCR repository with S-RAMP-defined node types, and it is not possible for a deriver to use custom or domain-specific node types or mixins.
This enhancement would allow derivers to define such domain-specific node types and/or mixins, and to produce content that uses these node types. This would allow directly querying the underlying JCR repository using JCR-SQL (which is based very much on using specific node types and mixins).
Granted, it may be very difficult to abstract the JCR-ness of the custom node types, especially during content creation.
--
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
11 years, 4 months
[JBoss JIRA] (RTGOV-254) Switchyard camel-service quickstart fails due to class cast exception
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/RTGOV-254?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on RTGOV-254:
-----------------------------------------------
Gary Brown <gbrown(a)redhat.com> made a comment on [bug 994413|https://bugzilla.redhat.com/show_bug.cgi?id=994413]
Have fixed the class cast exception - however no exchange events are being passed to the event listener for this example, so that is the reason that no activity events are recorded.
So that this fix gets into ER2, I am closing this issue, but would suggest creating a separate test for receiving switchyard exchange events - if they are not created, then raise BZ for switchyard, if they are, then raise another BZ against rtgov. Hope that is ok.
> Switchyard camel-service quickstart fails due to class cast exception
> ---------------------------------------------------------------------
>
> Key: RTGOV-254
> URL: https://issues.jboss.org/browse/RTGOV-254
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 1.1.0.Final
>
>
> Try camel-service quickstart. When executed on the server the rtgov does not record a business transaction. Moreover an exception is in the log
> 10:52:39,114 DEBUG [org.switchyard.internal.EventManager] (Camel (camel-7) thread #8 - file:///home/jpechane/in) Observer threw exception on event class org.apache.camel.management.event.ExchangeCompletedEvent: java.lang.ClassCastException: org.apache.camel.component.file.GenericFileMessage cannot be cast to org.switchyard.bus.camel.CamelMessage
> at org.overlord.rtgov.internal.switchyard.camel.AbstractExchangeEventProcessor.handleEvent(AbstractExchangeEventProcessor.java:77)
> at org.overlord.rtgov.internal.switchyard.AbstractEventProcessor.notify(AbstractEventProcessor.java:75)
> at org.switchyard.internal.EventManager.publish(EventManager.java:52) [switchyard-runtime-1.1.0.M1-redhat-1.jar:1.1.0.M1-redhat-1]
> at
--
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
11 years, 4 months
[JBoss JIRA] (RTGOV-254) Switchyard camel-service quickstart fails due to class cast exception
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/RTGOV-254?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on RTGOV-254:
-----------------------------------------------
Gary Brown <gbrown(a)redhat.com> changed the Status of [bug 994413|https://bugzilla.redhat.com/show_bug.cgi?id=994413] from NEW to MODIFIED
> Switchyard camel-service quickstart fails due to class cast exception
> ---------------------------------------------------------------------
>
> Key: RTGOV-254
> URL: https://issues.jboss.org/browse/RTGOV-254
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 1.1.0.Final
>
>
> Try camel-service quickstart. When executed on the server the rtgov does not record a business transaction. Moreover an exception is in the log
> 10:52:39,114 DEBUG [org.switchyard.internal.EventManager] (Camel (camel-7) thread #8 - file:///home/jpechane/in) Observer threw exception on event class org.apache.camel.management.event.ExchangeCompletedEvent: java.lang.ClassCastException: org.apache.camel.component.file.GenericFileMessage cannot be cast to org.switchyard.bus.camel.CamelMessage
> at org.overlord.rtgov.internal.switchyard.camel.AbstractExchangeEventProcessor.handleEvent(AbstractExchangeEventProcessor.java:77)
> at org.overlord.rtgov.internal.switchyard.AbstractEventProcessor.notify(AbstractEventProcessor.java:75)
> at org.switchyard.internal.EventManager.publish(EventManager.java:52) [switchyard-runtime-1.1.0.M1-redhat-1.jar:1.1.0.M1-redhat-1]
> at
--
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
11 years, 4 months
[JBoss JIRA] (RTGOV-254) Switchyard camel-service quickstart fails due to class cast exception
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-254?page=com.atlassian.jira.plugin.... ]
Gary Brown resolved RTGOV-254.
------------------------------
Resolution: Done
> Switchyard camel-service quickstart fails due to class cast exception
> ---------------------------------------------------------------------
>
> Key: RTGOV-254
> URL: https://issues.jboss.org/browse/RTGOV-254
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 1.1.0.Final
>
>
> Try camel-service quickstart. When executed on the server the rtgov does not record a business transaction. Moreover an exception is in the log
> 10:52:39,114 DEBUG [org.switchyard.internal.EventManager] (Camel (camel-7) thread #8 - file:///home/jpechane/in) Observer threw exception on event class org.apache.camel.management.event.ExchangeCompletedEvent: java.lang.ClassCastException: org.apache.camel.component.file.GenericFileMessage cannot be cast to org.switchyard.bus.camel.CamelMessage
> at org.overlord.rtgov.internal.switchyard.camel.AbstractExchangeEventProcessor.handleEvent(AbstractExchangeEventProcessor.java:77)
> at org.overlord.rtgov.internal.switchyard.AbstractEventProcessor.notify(AbstractEventProcessor.java:75)
> at org.switchyard.internal.EventManager.publish(EventManager.java:52) [switchyard-runtime-1.1.0.M1-redhat-1.jar:1.1.0.M1-redhat-1]
> at
--
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
11 years, 4 months
[JBoss JIRA] (RTGOV-254) Switchyard camel-service quickstart fails due to class cast exception
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/RTGOV-254?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated RTGOV-254:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=994413
> Switchyard camel-service quickstart fails due to class cast exception
> ---------------------------------------------------------------------
>
> Key: RTGOV-254
> URL: https://issues.jboss.org/browse/RTGOV-254
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 1.1.0.Final
>
>
> Try camel-service quickstart. When executed on the server the rtgov does not record a business transaction. Moreover an exception is in the log
> 10:52:39,114 DEBUG [org.switchyard.internal.EventManager] (Camel (camel-7) thread #8 - file:///home/jpechane/in) Observer threw exception on event class org.apache.camel.management.event.ExchangeCompletedEvent: java.lang.ClassCastException: org.apache.camel.component.file.GenericFileMessage cannot be cast to org.switchyard.bus.camel.CamelMessage
> at org.overlord.rtgov.internal.switchyard.camel.AbstractExchangeEventProcessor.handleEvent(AbstractExchangeEventProcessor.java:77)
> at org.overlord.rtgov.internal.switchyard.AbstractEventProcessor.notify(AbstractEventProcessor.java:75)
> at org.switchyard.internal.EventManager.publish(EventManager.java:52) [switchyard-runtime-1.1.0.M1-redhat-1.jar:1.1.0.M1-redhat-1]
> at
--
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
11 years, 4 months