[JBoss JIRA] (RTGOV-563) Upgrade drools to 6.1.0.Final
by Gary Brown (JIRA)
Gary Brown created RTGOV-563:
--------------------------------
Summary: Upgrade drools to 6.1.0.Final
Key: RTGOV-563
URL: https://issues.jboss.org/browse/RTGOV-563
Project: RTGov (Run Time Governance)
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 2.0.0.Final
Need to investigate conflict with mvel version in ip bom …
[View More]master (2.1.9.Final) while drools 6.1.0.Final is using 2.2.1.Final, which has changed some classes to interfaces or vice versa.
Current approach taken by switchyard: http://goo.gl/M7K84s
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[View Less]
10 years, 7 months
[JBoss JIRA] (RTGOV-560) Accessing the ActiveCollection REST service fails
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-560?page=com.atlassian.jira.plugin.... ]
Gary Brown commented on RTGOV-560:
----------------------------------
[~ewittmann] Any thoughts on what is causing this? The manifest imports the org.overlord.rtgov.active.collection.QuerySpec class (https://github.com/Governance/rtgov/blob/master/backend/overlord-rtgov-al...).
> Accessing the ActiveCollection REST service fails
> -------------------------------------------------
>
> …
[View More]Key: RTGOV-560
> URL: https://issues.jboss.org/browse/RTGOV-560
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 2.0.0.Final
>
>
> Accessing the Active Collection REST service within Fuse causes the following error: Error 400 Could not find message body reader for type: class org.overlord.rtgov.active.collection.QuerySpec of content type: application/json
> Previously the QuerySpec was passed via the REST API as a string, and converted to a QuerySpec class within the REST service. However to make the REST API docs more descriptive, the method was updated to pass in a QuerySpec object - which works fine in EAP, but is failing in Fuse.
> The exception in the log is:
> {noformat}
> 21:52:58,747 | ERROR | qtp988607914-80 | SynchronousDispatcher | 309 - org.jboss.resteasy.resteasy-jaxrs - 2.3.7.Final | Failed executing POST /acm/query
> org.jboss.resteasy.spi.BadRequestException: Could not find message body reader for type: class org.overlord.rtgov.active.collection.QuerySpec of content type: application/json
> at org.jboss.resteasy.core.MessageBodyParameterInjector.inject(MessageBodyParameterInjector.java:153)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
> at org.jboss.resteasy.core.MethodInjectorImpl.injectArguments(MethodInjectorImpl.java:136)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
> at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:159)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
> at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:269)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
> at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:227)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
> at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:216)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
> at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:542)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
> at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:524)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
> at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:126)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
> at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
> at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
> at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)[91:org.apache.geronimo.specs.geronimo-servlet_3.0_spec:1.0]
> at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)[92:org.eclipse.jetty.aggregate.jetty-all-server:8.1.14.v20131031]
> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496)[92:org.eclipse.jetty.aggregate.jetty-all-server:8.1.14.v20131031]
> at org.overlord.commons.auth.filters.SamlBearerTokenAuthFilter.doFilterChain(SamlBearerTokenAuthFilter.java:238)[300:org.overlord.overlord-commons-auth:2.0.8.Final]
> at org.overlord.commons.auth.filters.SamlBearerTokenAuthFilter.doFilter(SamlBearerTokenAuthFilter.java:220)[300:org.overlord.overlord-commons-auth:2.0.8.Final]
> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1467)[92:org.eclipse.jetty.aggregate.jetty-all-
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[View Less]
10 years, 8 months
[JBoss JIRA] (RTGOV-560) Accessing the ActiveCollection REST service fails
by Gary Brown (JIRA)
Gary Brown created RTGOV-560:
--------------------------------
Summary: Accessing the ActiveCollection REST service fails
Key: RTGOV-560
URL: https://issues.jboss.org/browse/RTGOV-560
Project: RTGov (Run Time Governance)
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 2.0.0.Final
Accessing the Active Collection REST …
[View More]service within Fuse causes the following error: Error 400 Could not find message body reader for type: class org.overlord.rtgov.active.collection.QuerySpec of content type: application/json
Previously the QuerySpec was passed via the REST API as a string, and converted to a QuerySpec class within the REST service. However to make the REST API docs more descriptive, the method was updated to pass in a QuerySpec object - which works fine in EAP, but is failing in Fuse.
The exception in the log is:
{noformat}
21:52:58,747 | ERROR | qtp988607914-80 | SynchronousDispatcher | 309 - org.jboss.resteasy.resteasy-jaxrs - 2.3.7.Final | Failed executing POST /acm/query
org.jboss.resteasy.spi.BadRequestException: Could not find message body reader for type: class org.overlord.rtgov.active.collection.QuerySpec of content type: application/json
at org.jboss.resteasy.core.MessageBodyParameterInjector.inject(MessageBodyParameterInjector.java:153)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
at org.jboss.resteasy.core.MethodInjectorImpl.injectArguments(MethodInjectorImpl.java:136)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:159)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:269)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:227)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:216)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:542)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:524)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:126)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)[309:org.jboss.resteasy.resteasy-jaxrs:2.3.7.Final]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)[91:org.apache.geronimo.specs.geronimo-servlet_3.0_spec:1.0]
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)[92:org.eclipse.jetty.aggregate.jetty-all-server:8.1.14.v20131031]
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496)[92:org.eclipse.jetty.aggregate.jetty-all-server:8.1.14.v20131031]
at org.overlord.commons.auth.filters.SamlBearerTokenAuthFilter.doFilterChain(SamlBearerTokenAuthFilter.java:238)[300:org.overlord.overlord-commons-auth:2.0.8.Final]
at org.overlord.commons.auth.filters.SamlBearerTokenAuthFilter.doFilter(SamlBearerTokenAuthFilter.java:220)[300:org.overlord.overlord-commons-auth:2.0.8.Final]
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1467)[92:org.eclipse.jetty.aggregate.jetty-all-
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[View Less]
10 years, 8 months
[JBoss JIRA] (RTGOV-556) RTGov UI no longer working on FSW 6.0
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-556?page=com.atlassian.jira.plugin.... ]
Gary Brown edited comment on RTGOV-556 at 8/21/14 2:54 PM:
-----------------------------------------------------------
Add the following properties to the end of the overlord-rtgov.properties file:
{noformat}
SituationStore.class=org.overlord.rtgov.analytics.situation.store.jpa.JPASituationStore
ActivityStore.class=org.overlord.rtgov.activity.store.jpa.JPAActivityStore
JPASituationStore.jndi.datasource=java:…
[View More]jboss/datasources/OverlordRTGov
JPAActivityStore.jndi.datasource=java:jboss/datasources/OverlordRTGov
JpaStore.jtaPlatform=org.hibernate.service.jta.platform.internal.JBossAppServerJtaPlatform
# Elasticsearch configuration
Elasticsearch.hosts=embedded
Elasticsearch.schedule=30000
Elasticsearch.server=http://localhost:9700
{noformat}
was (Author: objectiser):
Add the following properties to the end of the overlord-rtgov.properties file:
SituationStore.class=org.overlord.rtgov.analytics.situation.store.jpa.JPASituationStore
ActivityStore.class=org.overlord.rtgov.activity.store.jpa.JPAActivityStore
JPASituationStore.jndi.datasource=java:jboss/datasources/OverlordRTGov
JPAActivityStore.jndi.datasource=java:jboss/datasources/OverlordRTGov
JpaStore.jtaPlatform=org.hibernate.service.jta.platform.internal.JBossAppServerJtaPlatform
# Elasticsearch configuration
Elasticsearch.hosts=embedded
Elasticsearch.schedule=30000
Elasticsearch.server=http://localhost:9700
> RTGov UI no longer working on FSW 6.0
> -------------------------------------
>
> Key: RTGOV-556
> URL: https://issues.jboss.org/browse/RTGOV-556
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 2.0.0.Final
>
> Attachments: overlord-rtgov-elasticsearch.properties
>
>
> RTGov UI beta 1 worked on FSW 6.0, but subsequent changes to rtgov have caused it to stop working.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[View Less]
10 years, 8 months
[JBoss JIRA] (SRAMP-555) S-RAMP failing to install into Fuse
by Eric Wittmann (JIRA)
Eric Wittmann created SRAMP-555:
-----------------------------------
Summary: S-RAMP failing to install into Fuse
Key: SRAMP-555
URL: https://issues.jboss.org/browse/SRAMP-555
Project: S-RAMP
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Eric Wittmann
Assignee: Brett Meyer
Tried installing 0.6.0-SNAPSHOT into Fuse 6.1 and received this:
{code}
Error executing command: …
[View More]Could not start bundle mvn:org.sonatype.sisu/sisu-inject-bean/2.2.3 in feature(s) s-ramp-dependencies-0.6.0-SNAPSHOT: Unresolved constr
aint in bundle org.sonatype.inject [464]: Singleton conflict.
{code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[View Less]
10 years, 8 months