[JBoss JIRA] (JBIDE-13602) Backport to 4.0.x - Null Java EE Web Project Archetype
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13602?page=com.atlassian.jira.plugi... ]
Michelle Murray updated JBIDE-13602:
------------------------------------
Release Notes Docs Status: Documented as Resolved Issue (was: Not Yet Documented)
> Backport to 4.0.x - Null Java EE Web Project Archetype
> ------------------------------------------------------
>
> Key: JBIDE-13602
> URL: https://issues.jboss.org/browse/JBIDE-13602
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.0.0.Final
> Environment: Windows 7 64b, Eclipse Juno Service Release 1 Build id: 20120920-0800, Java 1.7_07, JBoss Tools 4.0.0.Final
> Reporter: Fred Bricon
> Assignee: Denis Golovin
> Priority: Minor
> Labels: maven
> Fix For: 4.0.1.Final
>
>
> When trying to create a new Java EE Web Project, the following description is presented:
> {quote}
> This is your project! It's a sample, deployable Maven 3 project to help you get your foot in the door developing with Java EE 6 on JBoss Enterprise Application Platform 6 or JBoss Application Server 7.1.
> This project is setup to allow you to create a compliant Java EE 6 application using JSF 2.0, CDI 1.0, EJB 3.1, JPA 2.0 and Bean Validation 1.0.
> Project based on the *null:null:null* Maven archetype
> {quote}
> If I go forward with the creation of the project, I get the following error message:
> {quote}
> Failed to create project.
> Root cause: For artifact null:null:null:pom : The group id cannot be empty.
> {quote}
--
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
13 years, 1 month
[JBoss JIRA] (JBIDE-13602) Backport to 4.0.x - Null Java EE Web Project Archetype
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13602?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen updated JBIDE-13602:
----------------------------------------
Release Notes Text:
Cause:
stacks.yml used for driving the archetype based wizards was not always being loaded correctly.
Consequence:
User would occasionally see error message containing "Root cause: For artifact null:null:null" when running wizards from central or central.
Fix:
Error handling and ensuring stacks.yml is loaded fully.
Result:
Archetype based Wizards in central are no longer seeing the "null:null:null" error.
was:
Cause:
Consequence:
Fix:
Result:
> Backport to 4.0.x - Null Java EE Web Project Archetype
> ------------------------------------------------------
>
> Key: JBIDE-13602
> URL: https://issues.jboss.org/browse/JBIDE-13602
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.0.0.Final
> Environment: Windows 7 64b, Eclipse Juno Service Release 1 Build id: 20120920-0800, Java 1.7_07, JBoss Tools 4.0.0.Final
> Reporter: Fred Bricon
> Assignee: Denis Golovin
> Priority: Minor
> Labels: maven
> Fix For: 4.0.1.Final
>
>
> When trying to create a new Java EE Web Project, the following description is presented:
> {quote}
> This is your project! It's a sample, deployable Maven 3 project to help you get your foot in the door developing with Java EE 6 on JBoss Enterprise Application Platform 6 or JBoss Application Server 7.1.
> This project is setup to allow you to create a compliant Java EE 6 application using JSF 2.0, CDI 1.0, EJB 3.1, JPA 2.0 and Bean Validation 1.0.
> Project based on the *null:null:null* Maven archetype
> {quote}
> If I go forward with the creation of the project, I get the following error message:
> {quote}
> Failed to create project.
> Root cause: For artifact null:null:null:pom : The group id cannot be empty.
> {quote}
--
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
13 years, 1 month
[JBoss JIRA] (JBIDE-13631) URL for embedded cartridges is empty
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13631?page=com.atlassian.jira.plugi... ]
RH Bugzilla Integration commented on JBIDE-13631:
-------------------------------------------------
qgong(a)redhat.com <qgong(a)redhat.com> made a comment on [bug 916268|https://bugzilla.redhat.com/show_bug.cgi?id=916268]
Verified on devenv_2904, get 3 kind of db cartridge info
[qgong@dhcp-8-169 dev]$ curl -k -X GET -H 'Accept: application/xml' --user qgong@redhat.com:111111 https://ec2-54-234-245-80.compute-1.amazonaws.com/broker/rest/domains/qgo...
<?xml version="1.0" encoding="UTF-8"?>
<response>
<status>ok</status>
<type>application</type>
<data>
<application>
<embedded>
<mysql-5.1>
<connection-url>mysql://$OPENSHIFT_MYSQL_DB_HOST:$OPENSHIFT_MYSQL_DB_PORT/</connection-url>
<username>adminYJ1DegP</username>
<password>_EsKQddub7NV</password>
<database-name>ruby18</database-name>
<info>Connection URL: mysql://$OPENSHIFT_MYSQL_DB_HOST:$OPENSHIFT_MYSQL_DB_PORT/</info>
</mysql-5.1>
...
[qgong@dhcp-8-169 dev]$ curl -k -X GET -H 'Accept: application/xml' --user qgong@redhat.com:111111 https://ec2-54-234-245-80.compute-1.amazonaws.com/broker/rest/domains/qgo...
<?xml version="1.0" encoding="UTF-8"?>
<response>
<status>ok</status>
<type>application</type>
<data>
<application>
<embedded>
<postgresql-8.4>
<connection-url>postgresql://$OPENSHIFT_POSTGRESQL_DB_HOST:$OPENSHIFT_POSTGRESQL_DB_PORT/</connection-url>
<username>admin</username>
<password>aKheUIBz7acu</password>
<database-name>python1</database-name>
<info>Connection URL: postgresql://$OPENSHIFT_POSTGRESQL_DB_HOST:$OPENSHIFT_POSTGRESQL_DB_PORT/</info>
</postgresql-8.4>
...
[qgong@dhcp-8-169 dev]$ curl -k -X GET -H 'Accept: application/xml' --user qgong@redhat.com:111111 https://ec2-54-234-245-80.compute-1.amazonaws.com/broker/rest/domains/qgo...
<?xml version="1.0" encoding="UTF-8"?>
<response>
<status>ok</status>
<type>application</type>
<data>
<application>
<embedded>
<mongodb-2.2>
<connection-url>mongodb://$OPENSHIFT_MONGODB_DB_HOST:$OPENSHIFT_MONGODB_DB_PORT/</connection-url>
<username>admin</username>
<password>_UuRz5BbKz_1</password>
<database-name>jbossews1</database-name>
<info>Connection URL: mongodb://$OPENSHIFT_MONGODB_DB_HOST:$OPENSHIFT_MONGODB_DB_PORT/</info>
</mongodb-2.2>
...
> URL for embedded cartridges is empty
> ------------------------------------
>
> Key: JBIDE-13631
> URL: https://issues.jboss.org/browse/JBIDE-13631
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.0.0.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.1.0.Alpha2
>
> Attachments: existing-application.json, mysql-url-after-creation.png, mysql-url-at-creation.png, no-url.png
>
>
> Embedded cartridges for OpenShift application have an URL property. Currently JBDS/JBT doesn't show any, all URLs are blank
--
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
13 years, 1 month