[JBoss JIRA] (SRAMP-388) Use jboss version of javax.servlet GAV consistently
by Eric Wittmann (JIRA)
[ https://issues.jboss.org/browse/SRAMP-388?page=com.atlassian.jira.plugin.... ]
Eric Wittmann commented on SRAMP-388:
-------------------------------------
This work should be done for all Overlord projects.
> Use jboss version of javax.servlet GAV consistently
> ---------------------------------------------------
>
> Key: SRAMP-388
> URL: https://issues.jboss.org/browse/SRAMP-388
> Project: S-RAMP
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Eric Wittmann
> Assignee: Eric Wittmann
>
> EAP uses the GAV
> <dependency>
> <groupId>org.jboss.spec.javax.servlet</groupId>
> <artifactId>jboss-servlet-api_3.0_spec</artifactId>
> </dependency>
> rather than
> <groupId>javax.servlet</groupId>
> <artifactId>servlet-api</artifactId>
> This GAV is also available in the community BOM. Can we standardise on using that please?
--
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
10 years, 9 months
[JBoss JIRA] (SRAMP-388) Use jboss version of javax.servlet GAV consistently
by Eric Wittmann (JIRA)
Eric Wittmann created SRAMP-388:
-----------------------------------
Summary: Use jboss version of javax.servlet GAV consistently
Key: SRAMP-388
URL: https://issues.jboss.org/browse/SRAMP-388
Project: S-RAMP
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Eric Wittmann
Assignee: Eric Wittmann
EAP uses the GAV
<dependency>
<groupId>org.jboss.spec.javax.servlet</groupId>
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
</dependency>
rather than
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
This GAV is also available in the community BOM. Can we standardise on using that please?
--
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
10 years, 9 months
[JBoss JIRA] (RTGOV-412) RTGov client installation failing due to missing idp
by Eric Wittmann (JIRA)
[ https://issues.jboss.org/browse/RTGOV-412?page=com.atlassian.jira.plugin.... ]
Eric Wittmann updated RTGOV-412:
--------------------------------
Git Pull Request: https://github.com/Governance/rtgov/pull/43, https://github.com/Governance/overlord-commons/pull/54 (was: https://github.com/Governance/rtgov/pull/43)
> RTGov client installation failing due to missing idp
> ----------------------------------------------------
>
> Key: RTGOV-412
> URL: https://issues.jboss.org/browse/RTGOV-412
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Reporter: Gary Brown
> Assignee: Eric Wittmann
> Fix For: 2.0.0.M1
>
>
> When installing the rtgov client (using "mvn install -Dtype=client" from the root folder of the distribution after setting JBOSS_HOME to point to the EAP installation), it complains about not finding the overlord commons IDP - however for the client configuration, I don't believe it should be using the IDP, so wondering whether the overlord-commons installer has changed in some way?
> The error is:
> {noformat}
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 1.186s
> [INFO] Finished at: Wed Mar 26 11:03:08 GMT 2014
> [INFO] Final Memory: 15M/490M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (install) on project install: An Ant BuildException has occured: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/build.xml:22: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/build.xml:50: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/scripts/jboss-eap-6.1.xml:41: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/scripts/jboss-eap-6.1.xml:50: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/scripts/jboss-eap-6.1.xml:317: java.io.FileNotFoundException: /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/overlord-commons-idp.war (No such file or directory)
> [ERROR] around Ant part ...<ant antfile="profiles/client/build.xml" target="deploy">... @ 6:60 in /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/target/antrun/build-main.xml
> [ERROR] -> [Help 1]
> {noformat}
--
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
10 years, 9 months
[JBoss JIRA] (RTGOV-412) RTGov client installation failing due to missing idp
by Eric Wittmann (JIRA)
[ https://issues.jboss.org/browse/RTGOV-412?page=com.atlassian.jira.plugin.... ]
Eric Wittmann resolved RTGOV-412.
---------------------------------
Resolution: Done
The rtgov client profile installer was not updated after commons installer changes were made in January. Fixed now.
> RTGov client installation failing due to missing idp
> ----------------------------------------------------
>
> Key: RTGOV-412
> URL: https://issues.jboss.org/browse/RTGOV-412
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Reporter: Gary Brown
> Assignee: Eric Wittmann
> Fix For: 2.0.0.M1
>
>
> When installing the rtgov client (using "mvn install -Dtype=client" from the root folder of the distribution after setting JBOSS_HOME to point to the EAP installation), it complains about not finding the overlord commons IDP - however for the client configuration, I don't believe it should be using the IDP, so wondering whether the overlord-commons installer has changed in some way?
> The error is:
> {noformat}
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 1.186s
> [INFO] Finished at: Wed Mar 26 11:03:08 GMT 2014
> [INFO] Final Memory: 15M/490M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (install) on project install: An Ant BuildException has occured: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/build.xml:22: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/build.xml:50: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/scripts/jboss-eap-6.1.xml:41: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/scripts/jboss-eap-6.1.xml:50: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/scripts/jboss-eap-6.1.xml:317: java.io.FileNotFoundException: /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/overlord-commons-idp.war (No such file or directory)
> [ERROR] around Ant part ...<ant antfile="profiles/client/build.xml" target="deploy">... @ 6:60 in /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/target/antrun/build-main.xml
> [ERROR] -> [Help 1]
> {noformat}
--
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
10 years, 9 months
[JBoss JIRA] (RTGOV-412) RTGov client installation failing due to missing idp
by Eric Wittmann (JIRA)
[ https://issues.jboss.org/browse/RTGOV-412?page=com.atlassian.jira.plugin.... ]
Eric Wittmann updated RTGOV-412:
--------------------------------
Git Pull Request: https://github.com/Governance/rtgov/pull/43
> RTGov client installation failing due to missing idp
> ----------------------------------------------------
>
> Key: RTGOV-412
> URL: https://issues.jboss.org/browse/RTGOV-412
> Project: RTGov (Run Time Governance)
> Issue Type: Bug
> Reporter: Gary Brown
> Assignee: Eric Wittmann
> Fix For: 2.0.0.M1
>
>
> When installing the rtgov client (using "mvn install -Dtype=client" from the root folder of the distribution after setting JBOSS_HOME to point to the EAP installation), it complains about not finding the overlord commons IDP - however for the client configuration, I don't believe it should be using the IDP, so wondering whether the overlord-commons installer has changed in some way?
> The error is:
> {noformat}
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 1.186s
> [INFO] Finished at: Wed Mar 26 11:03:08 GMT 2014
> [INFO] Final Memory: 15M/490M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (install) on project install: An Ant BuildException has occured: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/build.xml:22: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/build.xml:50: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/scripts/jboss-eap-6.1.xml:41: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/scripts/jboss-eap-6.1.xml:50: The following error occurred while executing this line:
> [ERROR] /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/scripts/jboss-eap-6.1.xml:317: java.io.FileNotFoundException: /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/profiles/client/overlord-commons/overlord-commons-idp.war (No such file or directory)
> [ERROR] around Ant part ...<ant antfile="profiles/client/build.xml" target="deploy">... @ 6:60 in /home/gbrown/repositories/overlord/objectiser/rtgov/release/jbossas/distribution/target/overlord-rtgov-jbossas-2.0.0-SNAPSHOT/target/antrun/build-main.xml
> [ERROR] -> [Help 1]
> {noformat}
--
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
10 years, 9 months