[
https://issues.jboss.org/browse/JBDS-3199?page=com.atlassian.jira.plugin....
]
Fred Bricon commented on JBDS-3199:
-----------------------------------
[~manaRH], [~mjobanek] : the archetypes look fine to me, except for a couple minor issues
:
- RF kitchensink cheatsheet : line numbers are off in pom.xml
- RF kitchensink kitchensinkrf-quickstart-ds.xml still uses hardcoded file name (the html5
and spring ones are fine)
- pool-name and connectionUrl in -ds.xml still use hardcoded kitchensinkrf-quickstart (or
wfk-spring-quickstart) in spring and kitchensink archetypes
Nothing blocking a release, but it'd be cleaner if that was fixed beforehand.
The rest is really ok
Creating a new HTML5 "from scratch" retains
"kitchensink" string in datasources instead of picking up actual project names
--------------------------------------------------------------------------------------------------------------------------
Key: JBDS-3199
URL:
https://issues.jboss.org/browse/JBDS-3199
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: central, upstream
Affects Versions: 8.0.0.GA
Reporter: Len DiMaggio
Assignee: Fred Bricon
Fix For: 8.1.0.GA
These "kitchensink" strings are retained:
grep -ir kitchen *
main/resources/META-INF/persistence.xml:
<jta-data-source>java:jboss/datasources/KitchensinkHTML5MobileQuickstartDS</jta-data-source>
main/webapp/WEB-INF/kitchensink-quickstart-ds.xml: <datasource
jndi-name="java:jboss/datasources/KitchensinkHTML5MobileQuickstartDS"
main/webapp/WEB-INF/kitchensink-quickstart-ds.xml:
pool-name="kitchensink-quickstart" enabled="true"
test/resources/arquillian-ds.xml: <datasource
jndi-name="java:jboss/datasources/KitchensinkHTML5MobileTestDS"
test/resources/META-INF/test-persistence.xml:
<jta-data-source>java:jboss/datasources/KitchensinkHTML5MobileTestDS</jta-data-source>
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)