[JBoss JIRA] (SRAMP-219) CLI command to upload s-ramp archive (*.sramp)
by Eric Wittmann (JIRA)
Eric Wittmann created SRAMP-219:
-----------------------------------
Summary: CLI command to upload s-ramp archive (*.sramp)
Key: SRAMP-219
URL: https://issues.jboss.org/browse/SRAMP-219
Project: S-RAMP
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Shell
Affects Versions: 0.3.0 - JBPM6 Integration
Reporter: Eric Wittmann
Assignee: Eric Wittmann
Fix For: 0.3.1 - jBPM - bugfix 1
There is no CLI command to upload a s-ramp archive! There are all kinds of commands for creating/reading/manipulating archives, but nothing that actually lets you put the darn thing into the repo. :(
--
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, 5 months
[JBoss JIRA] (SRAMP-218) "Version" is not populated by SrampWagon
by Eric Wittmann (JIRA)
Eric Wittmann created SRAMP-218:
-----------------------------------
Summary: "Version" is not populated by SrampWagon
Key: SRAMP-218
URL: https://issues.jboss.org/browse/SRAMP-218
Project: S-RAMP
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: IDE Integration
Affects Versions: 0.3.0 - JBPM6 Integration
Reporter: Eric Wittmann
Assignee: Eric Wittmann
Fix For: 0.3.1 - jBPM - bugfix 1
The SrampWagon puts the maven version into a custom maven.version property, but it should also stick the version # into the s-ramp version property.
--
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, 5 months
[JBoss JIRA] (SRAMP-217) SrampWagon should generate maven-metadata.xml
by Eric Wittmann (JIRA)
Eric Wittmann created SRAMP-217:
-----------------------------------
Summary: SrampWagon should generate maven-metadata.xml
Key: SRAMP-217
URL: https://issues.jboss.org/browse/SRAMP-217
Project: S-RAMP
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Affects Versions: 0.3.0 - JBPM6 Integration
Reporter: Eric Wittmann
Assignee: Eric Wittmann
Fix For: 0.3.1 - jBPM - bugfix 1
Currently it throws a "resource not found" exception. Maven doesn't seem to care when this happens, but jbpm does. I believe this file is only ever requested for SNAPSHOT artifacts.
Note: once this is done, we should be able to remove the SrampWagonProxy class from dtgov, and instead allow jbpm to use the SrampWagon directly.
--
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, 5 months
[JBoss JIRA] (SRAMP-216) CLI should fail on command error when in batch mode
by Eric Wittmann (JIRA)
Eric Wittmann created SRAMP-216:
-----------------------------------
Summary: CLI should fail on command error when in batch mode
Key: SRAMP-216
URL: https://issues.jboss.org/browse/SRAMP-216
Project: S-RAMP
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: Client
Affects Versions: 0.3.0 - JBPM6 Integration
Reporter: Eric Wittmann
Assignee: Eric Wittmann
Fix For: 0.3.1 - jBPM - bugfix 1
The S-RAMP CLI should fail with an appropriate command-line error code if a command in the list fails. This should only happen when running in batch mode. In interactive mode it should just print out the error message and return to the prompt.
--
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, 5 months
[JBoss JIRA] (RTGOV-237) Codec 1.4 appears to cause authentication message header issue
by Gary Brown (JIRA)
[ https://issues.jboss.org/browse/RTGOV-237?page=com.atlassian.jira.plugin.... ]
Gary Brown resolved RTGOV-237.
------------------------------
Resolution: Done
Solution has been to package commons-codec 1.5 in the client profile's overlord-rtgov.war.
> Codec 1.4 appears to cause authentication message header issue
> --------------------------------------------------------------
>
> Key: RTGOV-237
> URL: https://issues.jboss.org/browse/RTGOV-237
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Reporter: Gary Brown
> Assignee: Gary Brown
> Fix For: 1.0.0.Final
>
>
> 12:14:43,199 SEVERE [org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger] (Thread-89) Failed to store list of activity units: java.lang.IllegalArgumentException: Illegal character(s) in message header value: Basic YWRtaW46b3ZlcmxvcmQ=
> at sun.net.www.protocol.http.HttpURLConnection.checkMessageHeader(HttpURLConnection.java:482) [rt.jar:1.7.0_07]
> at sun.net.www.protocol.http.HttpURLConnection.isExternalMessageHeaderAllowed(HttpURLConnection.java:434) [rt.jar:1.7.0_07]
> at sun.net.www.protocol.http.HttpURLConnection.setRequestProperty(HttpURLConnection.java:2735) [rt.jar:1.7.0_07]
> at org.overlord.rtgov.activity.server.rest.client.RESTActivityServer.store(RESTActivityServer.java:128) [activity-server-restc-1.0.0-SNAPSHOT.jar:1.0.0-SNAPSHOT]
> at org.overlord.rtgov.activity.collector.activity.server.ActivityServerLogger$1.run(ActivityServerLogger.java:83) [collector-activity-server-1.0.0-SNAPSHOT.jar:1.0.0-SNAPSHOT]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_07]
> EAP is using 1.4, whereas rtgov (for test clients etc) uses 1.5.
--
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, 5 months
[JBoss JIRA] (SRAMP-215) Need a base class for app configuration classes
by Eric Wittmann (JIRA)
Eric Wittmann created SRAMP-215:
-----------------------------------
Summary: Need a base class for app configuration classes
Key: SRAMP-215
URL: https://issues.jboss.org/browse/SRAMP-215
Project: S-RAMP
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: Core
Reporter: Eric Wittmann
Assignee: Eric Wittmann
Fix For: 0.3.1 - jBPM - bugfix 1
We need to create a common base class for app configuration that can be shared by s-ramp, s-ramp-ui, dtgov, dtgov-ui, etc...
This common base class should probably go in overlord-commons.
--
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, 5 months