[JBoss JIRA] (JBIDE-16264) @PathParam with hyphen in value shows as JAX-RS error
by Radoslav Rábara (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16264?page=com.atlassian.jira.plugi... ]
Radoslav Rábara closed JBIDE-16264.
-----------------------------------
Verified in JBDS 7.1.1 GA-v20140303-1841-B672
> @PathParam with hyphen in value shows as JAX-RS error
> -----------------------------------------------------
>
> Key: JBIDE-16264
> URL: https://issues.jboss.org/browse/JBIDE-16264
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.1.1.CR1
> Reporter: Jim Boettcher
> Assignee: Xavier Coulon
> Priority: Minor
> Fix For: 4.1.2.CR1
>
>
> if I have a method like:
> @GET
> @Path("/rule/{rule-file-name}")
> public byte[] getRuleSet(@PathParam("rule-file-name") String ruleSetName)
> I get the error:
> @PathParam value 'rule-file-name' does not match any @Path annotation template parameters of the java method and the enclosing java type.
> If I remove the hyphens from "rule-file-name" the error goes away.
> However the hyphen should be allowed.
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-16689) Crash after CTRL + rightclick + find implementation
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16689?page=com.atlassian.jira.plugi... ]
Victor Rubezhny commented on JBIDE-16689:
-----------------------------------------
Edoardo, could you please out your functions' code into the \{code\} tag. You can (probably) edit your message.
An example:
{noformat}
{code}
function checkDateAfter(dataDa, dataA){
// ...
}
function checkOraMinuti(ore, minuti){
return (parseInt(ore)>=0 && parseInt(ore)<=24) && (parseInt(minuti)>=0 && parseInt(ore)<=60);
}
{code}
{noformat}
JIRA breaks some special characters so you should use tag \{code\} around your code in order to show it properly.
> Crash after CTRL + rightclick + find implementation
> ---------------------------------------------------
>
> Key: JBIDE-16689
> URL: https://issues.jboss.org/browse/JBIDE-16689
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Reporter: Edoardo Barolo
>
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-16249) Offline groovy script not working - FileNotFoundException
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16249?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-16249:
---------------------------------------
[~fbricon] Radim and I tried this on the CR1 build and both got the same result - two projects failed:
{code}
vokuro:offline rasp$ groovy "/Users/rasp/jbossqa/JBDS/7.1.1/workspace-7.1.1.CR1-672/.metadata/.plugins/org.jboss.tools.project.examples/offline/go_offline_1.5.4.Final_v20140303_0549_B152.groovy" http://download.jboss.org/jbosstools/examples/project-examples-category-4... http://download.jboss.org/jbosstools/examples/project-examples-category-j... http://download.jboss.org/gatein/quickstarts/jpp-6.1/project-examples-jpp... http://download.jboss.org/jbosstools/examples/project-examples-shared-4.1... http://download.jboss.org/jbosstools/examples/project-examples-jbds71.xml -q -e
Quiet mode : true
Descriptors : [http://download.jboss.org/jbosstools/examples/project-examples-category-4..., http://download.jboss.org/jbosstools/examples/project-examples-category-j..., http://download.jboss.org/gatein/quickstarts/jpp-6.1/project-examples-jpp..., http://download.jboss.org/jbosstools/examples/project-examples-shared-4.1..., http://download.jboss.org/jbosstools/examples/project-examples-jbds71.xml]
creating offline/.jbosstools/cache
parsing http://download.jboss.org/jbosstools/examples/project-examples-category-4...
parsing http://download.jboss.org/jbosstools/examples/project-examples-category-j...
parsing http://download.jboss.org/gatein/quickstarts/jpp-6.1/project-examples-jpp...
Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/cdi-generic-portlet.zip (17 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-generic-portlet.zip
Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/simplest-hello-world... (13 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/simplest-hello-world-portlet.zip
Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/jsf2-rf4-hello-world... (34 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-rf4-hello-world-portlet.zip
Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/navigation-api-portl... (26 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/navigation-api-portlet.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-rf4-hello-world-portlet.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/jsf2-rf4-hello-world-portlet.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/navigation-api-portlet.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/navigation-api-portlet.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/simplest-hello-world-portlet.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/simplest-hello-world-portlet.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-generic-portlet.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/cdi-generic-portlet.zip
Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/cdi-scopes-portlet.zip (21 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-scopes-portlet.zip
[unzip] Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/cdi-jsf-portlet.zip (21 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-jsf-portlet.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-scopes-portlet.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/cdi-scopes-portlet.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-jsf-portlet.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/cdi-jsf-portlet.zip
Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/jsf2-hello-world-por... (33 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-hello-world-portlet.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-hello-world-portlet.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/jsf2-hello-world-portlet.zip
Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/social-portlets.zip (81 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/social-portlets.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/social-portlets.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/social-portlets.zip
parsing http://download.jboss.org/jbosstools/examples/project-examples-shared-4.1...
parsing http://download.jboss.org/jbosstools/examples/project-examples-jbds71.xml
Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-helloworl... (7 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld.zip
Downloaded http://download.jboss.org/jbosstools/examples/4.1.0.GA/helloworld-jms.zip (8 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-jms.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/jboss-as-helloworld.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-jms.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/helloworld-jms.zip
Downloaded http://download.jboss.org/jbosstools/examples/4.1.1.GA/eap/jboss-hellowor... (15 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.1.GA/eap/jboss-helloworld-mdb.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/jbosstools/examples/4.1.1.GA/eap/jboss-helloworld-mdb.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/jboss-helloworld-mdb.zip
Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-kitchensi... (106 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/jboss-as-kitchensink.zip
Downloaded http://download.jboss.org/jbosstools/examples/4.1.0.GA/deltaspike-hellowo... (14 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/deltaspike-helloworld-jms.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/deltaspike-helloworld-jms.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/deltaspike-helloworld-jms.zip
Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-kitchensi... (135 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-rf.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-rf.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/jboss-as-kitchensink-rf.zip
[unzip] Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-greeter.zip (19 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-greeter.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-greeter.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/jboss-as-greeter.zip
Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-kitchensi... (245 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-html5-mobile.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-html5-mobile.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/jboss-as-kitchensink-html5-mobile.zip
[unzip] Downloaded http://download.jboss.org/jbosstools/examples/4.1.0.GA/helloworld-errai.zip (19 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-errai.zip
[unzip] [unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-errai.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/helloworld-errai.zip
Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-helloworl... (10 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld-rs.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld-rs.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/jboss-as-helloworld-rs.zip
Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-numbergue... (12 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-numberguess.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-numberguess.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/jboss-as-numberguess.zip
Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-jax-rs-cl... (6 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-jax-rs-client.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-jax-rs-client.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/jboss-as-jax-rs-client.zip
Downloaded http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/richfaces-exam... (8 KB) to offline/.jbosstools/cache/repos/jbosstools/workspace/snjeza/richfaces-examples/richfaces-simpleapp.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/repos/jbosstools/workspace/snjeza/richfaces-examples/richfaces-simpleapp.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/richfaces-simpleapp.zip
Downloaded http://download.jboss.org/jbosstools/examples/4.1.1.GA/wfk/jboss-kitchens... (483 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.1.GA/wfk/jboss-kitchensink-backbone.zip
[unzip] Expanding: /Users/rasp/jbossqa/runtimes/zip/offline/offline/.jbosstools/cache/jbosstools/examples/4.1.1.GA/wfk/jboss-kitchensink-backbone.zip into /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/jboss-kitchensink-backbone.zip
Building org.gatein.portal.quickstarts:cdi-generic-portlet:3.6.3.Final-qs-2-redhat-1
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
Building org.gatein.portal.quickstarts:cdi-jsf-portlet:3.6.3.Final-qs-2-redhat-1
[debug] execute contextualize
[debug] execute contextualize
Building org.gatein.portal.quickstarts:cdi-scopes-portlet:3.6.3.Final-qs-2-redhat-1
[debug] execute contextualize
[debug] execute contextualize
Building org.jboss.as.quickstarts:jboss-as-deltaspike-helloworld-jms:7.1.2-SNAPSHOT
[debug] execute contextualize
[debug] execute contextualize
Building org.jboss.as.quickstarts:jboss-as-helloworld-errai:7.1.2-SNAPSHOT
[debug] execute contextualize
[debug] execute contextualize
Building org.jboss.as.quickstarts:jboss-as-helloworld-jms:7.1.2-SNAPSHOT
[debug] execute contextualize
[debug] execute contextualize
Building org.jboss.as.quickstarts:jboss-as-greeter:7.1.2-SNAPSHOT
[debug] execute contextualize
[debug] execute contextualize
Building org.jboss.as.quickstarts:jboss-as-helloworld-rs:7.1.2-SNAPSHOT openshift
[debug] execute contextualize
[debug] execute contextualize
Building org.jboss.as.quickstarts:jboss-as-helloworld:7.1.2-SNAPSHOT
[debug] execute contextualize
[debug] execute contextualize
Building org.jboss.as.quickstarts:jboss-as-jax-rs-client:7.1.2-SNAPSHOT
[debug] execute contextualize
[debug] execute contextualize
Building org.jboss.as.quickstarts:jboss-as-kitchensink-html5-mobile:7.1.2-SNAPSHOT default,openshift,minify,arq-jbossas-managed
[debug] execute contextualize
[debug] execute contextualize
Building org.jboss.as.quickstarts:jboss-as-kitchensink-html5-mobile:7.1.2-SNAPSHOT arq-jbossas-remote
[debug] execute contextualize
[debug] execute contextualize
Building org.jboss.as.quickstarts:jboss-as-kitchensink-rf:7.1.2-SNAPSHOT default,arq-jbossas-managed,openshift,debug
[ERROR] Failed to execute goal on project jboss-as-kitchensink-rf: Could not resolve dependencies for project org.jboss.as.quickstarts:jboss-as-kitchensink-rf:war:7.1.2-SNAPSHOT: Could not find artifact com.sun.faces:jsf-impl:jar:2.1.5-jbossorg-1 in redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionExce...
Result: 1
Building org.jboss.as.quickstarts:jboss-as-kitchensink-rf:7.1.2-SNAPSHOT arq-jbossas-remote
[debug] execute contextualize
[debug] execute contextualize
Building org.jboss.as.quickstarts:jboss-as-kitchensink:7.1.2-SNAPSHOT default,arq-jbossas-managed,openshift
[debug] execute contextualize
[debug] execute contextualize
Building org.jboss.as.quickstarts:jboss-as-kitchensink:7.1.2-SNAPSHOT arq-jbossas-remote
[debug] execute contextualize
[debug] execute contextualize
Building org.jboss.as.quickstarts:jboss-as-numberguess:7.1.2-SNAPSHOT
[debug] execute contextualize
[debug] execute contextualize
Building org.jboss.quickstarts.eap:jboss-helloworld-mdb:6.2.0-redhat-SNAPSHOT openshift
[debug] execute contextualize
[debug] execute contextualize
Building org.jboss.quickstarts.wfk:jboss-kitchensink-backbone:2.4.0.Final default,openshift,minify,arq-jbossas-managed,graph
[debug] execute contextualize
[debug] execute contextualize
Building org.jboss.quickstarts.wfk:jboss-kitchensink-backbone:2.4.0.Final arq-jbossas-remote
[debug] execute contextualize
[debug] execute contextualize
Building org.gatein.portal.quickstarts:jsf2-hello-world-portlet:3.6.3.Final-qs-2-redhat-1
[debug] execute contextualize
[debug] execute contextualize
Building org.gatein.portal.quickstarts:jsf2-rf4-hello-world-portlet:3.6.3.Final-qs-2-redhat-1
[debug] execute contextualize
[debug] execute contextualize
Building org.gatein.portal.quickstarts:navigation-api-portlet:3.6.3.Final-qs-2-redhat-1
[debug] execute contextualize
[debug] execute contextualize
Building org.jboss.tools:richfaces-simpleapp:1.0-SNAPSHOT
[debug] execute contextualize
[debug] execute contextualize
Building org.gatein.portal.quickstarts:simplest-hello-world-portlet:3.6.3.Final-qs-2-redhat-1
[debug] execute contextualize
[debug] execute contextualize
Building org.gatein.portal.quickstarts:social-portlets:3.6.3.Final-qs-2-redhat-1
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:myapp:1.0.0-SNAPSHOT openshift
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:myapp-enterprise:1.0.0-SNAPSHOT openshift
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype-enterprise:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype-enterprise:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-blank-archetype:1.0.0-SNAPSHOT
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-blank-archetype-enterprise:1.0.0-SNAPSHOT
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-archetype:1.0.0-SNAPSHOT
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-archetype-enterprise:1.0.0-SNAPSHOT
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift,debug
[ERROR] Failed to execute goal on project my-richfaces-archetype-kitchensink: Could not resolve dependencies for project org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink:war:1.0.0-SNAPSHOT: Failure to find com.sun.faces:jsf-impl:jar:2.1.5-jbossorg-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionExce...
Result: 1
Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink:1.0.0-SNAPSHOT arq-jbossas-remote
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink-enterprise:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift,debug
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-errai-kitchensink-archetype:1.0.0-SNAPSHOT default,openshift
[debug] execute contextualize
[debug] execute contextualize
[ERROR] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[ERROR] SLF4J: Defaulting to no-operation (NOP) logger implementation
[ERROR] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[ERROR] III 06, 2014 5:13:19 ODP. org.hibernate.annotations.common.Version <clinit>
[ERROR] INFO: HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
[ERROR] III 06, 2014 5:13:19 ODP. org.hibernate.Version logVersion
[ERROR] INFO: HHH000412: Hibernate Core {4.1.1}
[ERROR] III 06, 2014 5:13:19 ODP. org.hibernate.cfg.Environment <clinit>
[ERROR] INFO: HHH000206: hibernate.properties not found
[ERROR] III 06, 2014 5:13:19 ODP. org.hibernate.cfg.Environment buildBytecodeProvider
[ERROR] INFO: HHH000021: Bytecode provider name : javassist
[ERROR] III 06, 2014 5:13:19 ODP. org.hibernate.ejb.Ejb3Configuration configure
[ERROR] INFO: HHH000204: Processing PersistenceUnitInfo [
[ERROR] name: ErraiClientPersistenceUnit
[ERROR] ...]
[ERROR] III 06, 2014 5:13:20 ODP. org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator initiateService
[ERROR] WARN: HHH000181: No appropriate connection provider encountered, assuming application will be supplying connections
[ERROR] III 06, 2014 5:13:20 ODP. org.hibernate.dialect.Dialect <init>
[ERROR] INFO: HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
[ERROR] III 06, 2014 5:13:20 ODP. org.hibernate.dialect.H2Dialect <init>
[ERROR] WARN: HHH000431: Unable to determine H2 database version, certain features may not work
[ERROR] III 06, 2014 5:13:20 ODP. org.hibernate.engine.jdbc.internal.LobCreatorBuilder useContextualLobCreation
[ERROR] INFO: HHH000422: Disabling contextual LOB creation as connection was null
[ERROR] III 06, 2014 5:13:20 ODP. org.hibernate.engine.transaction.internal.TransactionFactoryInitiator initiateService
[ERROR] INFO: HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
[ERROR] III 06, 2014 5:13:20 ODP. org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>
[ERROR] INFO: HHH000397: Using ASTQueryTranslatorFactory
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.ejb.Ejb3Configuration configure
[ERROR] INFO: HHH000204: Processing PersistenceUnitInfo [
[ERROR] name: ErraiClientPersistenceUnit
[ERROR] ...]
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator initiateService
[ERROR] WARN: HHH000181: No appropriate connection provider encountered, assuming application will be supplying connections
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.dialect.Dialect <init>
[ERROR] INFO: HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.dialect.H2Dialect <init>
[ERROR] WARN: HHH000431: Unable to determine H2 database version, certain features may not work
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.engine.jdbc.internal.LobCreatorBuilder useContextualLobCreation
[ERROR] INFO: HHH000422: Disabling contextual LOB creation as connection was null
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.engine.transaction.internal.TransactionFactoryInitiator initiateService
[ERROR] INFO: HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>
[ERROR] INFO: HHH000397: Using ASTQueryTranslatorFactory
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.ejb.Ejb3Configuration configure
[ERROR] INFO: HHH000204: Processing PersistenceUnitInfo [
[ERROR] name: ErraiClientPersistenceUnit
[ERROR] ...]
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator initiateService
[ERROR] WARN: HHH000181: No appropriate connection provider encountered, assuming application will be supplying connections
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.dialect.Dialect <init>
[ERROR] INFO: HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.dialect.H2Dialect <init>
[ERROR] WARN: HHH000431: Unable to determine H2 database version, certain features may not work
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.engine.jdbc.internal.LobCreatorBuilder useContextualLobCreation
[ERROR] INFO: HHH000422: Disabling contextual LOB creation as connection was null
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.engine.transaction.internal.TransactionFactoryInitiator initiateService
[ERROR] INFO: HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>
[ERROR] INFO: HHH000397: Using ASTQueryTranslatorFactory
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.ejb.Ejb3Configuration configure
[ERROR] INFO: HHH000204: Processing PersistenceUnitInfo [
[ERROR] name: ErraiClientPersistenceUnit
[ERROR] ...]
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator initiateService
[ERROR] WARN: HHH000181: No appropriate connection provider encountered, assuming application will be supplying connections
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.dialect.Dialect <init>
[ERROR] INFO: HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.dialect.H2Dialect <init>
[ERROR] WARN: HHH000431: Unable to determine H2 database version, certain features may not work
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.engine.jdbc.internal.LobCreatorBuilder useContextualLobCreation
[ERROR] INFO: HHH000422: Disabling contextual LOB creation as connection was null
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.engine.transaction.internal.TransactionFactoryInitiator initiateService
[ERROR] INFO: HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>
[ERROR] INFO: HHH000397: Using ASTQueryTranslatorFactory
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.ejb.Ejb3Configuration configure
[ERROR] INFO: HHH000204: Processing PersistenceUnitInfo [
[ERROR] name: ErraiClientPersistenceUnit
[ERROR] ...]
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator initiateService
[ERROR] WARN: HHH000181: No appropriate connection provider encountered, assuming application will be supplying connections
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.dialect.Dialect <init>
[ERROR] INFO: HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.dialect.H2Dialect <init>
[ERROR] WARN: HHH000431: Unable to determine H2 database version, certain features may not work
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.engine.jdbc.internal.LobCreatorBuilder useContextualLobCreation
[ERROR] INFO: HHH000422: Disabling contextual LOB creation as connection was null
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.engine.transaction.internal.TransactionFactoryInitiator initiateService
[ERROR] INFO: HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>
[ERROR] INFO: HHH000397: Using ASTQueryTranslatorFactory
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.ejb.Ejb3Configuration configure
[ERROR] INFO: HHH000204: Processing PersistenceUnitInfo [
[ERROR] name: ErraiClientPersistenceUnit
[ERROR] ...]
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator initiateService
[ERROR] WARN: HHH000181: No appropriate connection provider encountered, assuming application will be supplying connections
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.dialect.Dialect <init>
[ERROR] INFO: HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.dialect.H2Dialect <init>
[ERROR] WARN: HHH000431: Unable to determine H2 database version, certain features may not work
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.engine.jdbc.internal.LobCreatorBuilder useContextualLobCreation
[ERROR] INFO: HHH000422: Disabling contextual LOB creation as connection was null
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.engine.transaction.internal.TransactionFactoryInitiator initiateService
[ERROR] INFO: HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
[ERROR] III 06, 2014 5:13:21 ODP. org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>
[ERROR] INFO: HHH000397: Using ASTQueryTranslatorFactory
Building org.jbosstoolsofflineexamples:my-jboss-errai-kitchensink-archetype-enterprise:1.0.0-SNAPSHOT default,openshift
[debug] execute contextualize
[debug] execute contextualize
[ERROR] III 06, 2014 5:17:01 ODP. org.jboss.errai.reflections.Reflections scan
[ERROR] INFO: Reflections took 617 ms to scan 12 urls, producing 423 keys and 1869 values [using 2 cores]
[ERROR] III 06, 2014 5:17:02 ODP. org.jboss.errai.marshalling.rebind.MarshallerGeneratorFactory generate
[ERROR] INFO: generating marshalling class...
[ERROR] III 06, 2014 5:17:03 ODP. org.jboss.errai.marshalling.rebind.MarshallerGeneratorFactory generate
[ERROR] INFO: generated marshalling class in 662ms.
[ERROR] III 06, 2014 5:17:03 ODP. org.jboss.errai.marshalling.rebind.MarshallersGenerator _generate
[ERROR] INFO: considering '/Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/jboss-errai-kitchensink-archetype/my-jboss-errai-kitchensink-archetype-enterprise/target/classes/' as module output path ...
[ERROR] III 06, 2014 5:17:03 ODP. org.jboss.errai.marshalling.rebind.MarshallersGenerator _generate
[ERROR] INFO: found '/Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/jboss-errai-kitchensink-archetype/my-jboss-errai-kitchensink-archetype-enterprise/target/classes' output directory
[ERROR] III 06, 2014 5:17:03 ODP. org.jboss.errai.marshalling.rebind.MarshallersGenerator _generate
[ERROR] INFO: ** deposited marshaller class in : /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/jboss-errai-kitchensink-archetype/my-jboss-errai-kitchensink-archetype-enterprise/target/classes
[ERROR] III 06, 2014 5:17:03 ODP. org.jboss.errai.config.rebind.EnvUtil getAllReachableClasses
[ERROR] WARNING: reachability analysis disabled. errai may generate unnecessary code.
[ERROR] III 06, 2014 5:17:03 ODP. org.jboss.errai.config.rebind.EnvUtil getAllReachableClasses
[ERROR] WARNING: enable reachability analysis with -Derrai.compile.perf.perform_reachability_analysis=true
[ERROR] III 06, 2014 5:17:03 ODP. org.jboss.errai.marshalling.rebind.MarshallerGeneratorFactory generate
[ERROR] INFO: generating marshalling class...
[ERROR] III 06, 2014 5:17:03 ODP. org.jboss.errai.marshalling.rebind.MarshallerGeneratorFactory generate
[ERROR] INFO: generated marshalling class in 310ms.
[ERROR] III 06, 2014 5:17:04 ODP. org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCBootstrapGenerator generate
[ERROR] INFO: generating IOC bootstrapping class...
[ERROR] III 06, 2014 5:17:04 ODP. org.jboss.errai.config.rebind.EnvUtil getAllReachableClasses
[ERROR] WARNING: reachability analysis disabled. errai may generate unnecessary code.
[ERROR] III 06, 2014 5:17:04 ODP. org.jboss.errai.config.rebind.EnvUtil getAllReachableClasses
[ERROR] WARNING: enable reachability analysis with -Derrai.compile.perf.perform_reachability_analysis=true
[ERROR] III 06, 2014 5:17:06 ODP. org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCBootstrapGenerator generate
[ERROR] INFO: generated IOC bootstrapping class in 1992ms (4741 beans processed)
[ERROR] III 06, 2014 5:17:06 ODP. org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCBootstrapGenerator generate
[ERROR] INFO: using IOC bootstrapping code at: /Users/rasp/jbossqa/runtimes/zip/offline/offline/workDir/jboss-errai-kitchensink-archetype/my-jboss-errai-kitchensink-archetype-enterprise/.errai/BootstrapperImpl.java
[ERROR] III 06, 2014 5:17:07 ODP. org.jboss.errai.databinding.rebind.BindableProxyLoaderGenerator generate
[ERROR] INFO: generating bindable proxy loader class.
[ERROR] III 06, 2014 5:17:07 ODP. org.jboss.errai.enterprise.rebind.JaxrsProxyLoaderGenerator generate
[ERROR] INFO: generating jax-rs proxy loader class.
[ERROR] III 06, 2014 5:17:08 ODP. org.hibernate.annotations.common.Version <clinit>
[ERROR] INFO: HCANN000001: Hibernate Commons Annotations {4.0.1.Final-redhat-2}
[ERROR] III 06, 2014 5:17:08 ODP. org.hibernate.Version logVersion
[ERROR] INFO: HHH000412: Hibernate Core {4.2.0.Final-redhat-1}
[ERROR] III 06, 2014 5:17:08 ODP. org.hibernate.cfg.Environment <clinit>
[ERROR] INFO: HHH000206: hibernate.properties not found
[ERROR] III 06, 2014 5:17:08 ODP. org.hibernate.cfg.Environment buildBytecodeProvider
[ERROR] INFO: HHH000021: Bytecode provider name : javassist
[ERROR] III 06, 2014 5:17:08 ODP. org.hibernate.ejb.Ejb3Configuration configure
[ERROR] INFO: HHH000204: Processing PersistenceUnitInfo [
[ERROR] name: ErraiClientPersistenceUnit
[ERROR] ...]
[ERROR] III 06, 2014 5:17:08 ODP. org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator initiateService
[ERROR] WARN: HHH000181: No appropriate connection provider encountered, assuming application will be supplying connections
[ERROR] III 06, 2014 5:17:08 ODP. org.hibernate.dialect.Dialect <init>
[ERROR] INFO: HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
[ERROR] III 06, 2014 5:17:08 ODP. org.hibernate.dialect.H2Dialect <init>
[ERROR] WARN: HHH000431: Unable to determine H2 database version, certain features may not work
[ERROR] III 06, 2014 5:17:08 ODP. org.hibernate.engine.jdbc.internal.LobCreatorBuilder useContextualLobCreation
[ERROR] INFO: HHH000422: Disabling contextual LOB creation as connection was null
[ERROR] III 06, 2014 5:17:08 ODP. org.hibernate.engine.transaction.internal.TransactionFactoryInitiator initiateService
[ERROR] INFO: HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
[ERROR] III 06, 2014 5:17:08 ODP. org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>
[ERROR] INFO: HHH000397: Using ASTQueryTranslatorFactory
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.ejb.Ejb3Configuration configure
[ERROR] INFO: HHH000204: Processing PersistenceUnitInfo [
[ERROR] name: ErraiClientPersistenceUnit
[ERROR] ...]
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator initiateService
[ERROR] WARN: HHH000181: No appropriate connection provider encountered, assuming application will be supplying connections
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.dialect.Dialect <init>
[ERROR] INFO: HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.dialect.H2Dialect <init>
[ERROR] WARN: HHH000431: Unable to determine H2 database version, certain features may not work
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.engine.jdbc.internal.LobCreatorBuilder useContextualLobCreation
[ERROR] INFO: HHH000422: Disabling contextual LOB creation as connection was null
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.engine.transaction.internal.TransactionFactoryInitiator initiateService
[ERROR] INFO: HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>
[ERROR] INFO: HHH000397: Using ASTQueryTranslatorFactory
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.ejb.Ejb3Configuration configure
[ERROR] INFO: HHH000204: Processing PersistenceUnitInfo [
[ERROR] name: ErraiClientPersistenceUnit
[ERROR] ...]
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator initiateService
[ERROR] WARN: HHH000181: No appropriate connection provider encountered, assuming application will be supplying connections
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.dialect.Dialect <init>
[ERROR] INFO: HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.dialect.H2Dialect <init>
[ERROR] WARN: HHH000431: Unable to determine H2 database version, certain features may not work
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.engine.jdbc.internal.LobCreatorBuilder useContextualLobCreation
[ERROR] INFO: HHH000422: Disabling contextual LOB creation as connection was null
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.engine.transaction.internal.TransactionFactoryInitiator initiateService
[ERROR] INFO: HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>
[ERROR] INFO: HHH000397: Using ASTQueryTranslatorFactory
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.ejb.Ejb3Configuration configure
[ERROR] INFO: HHH000204: Processing PersistenceUnitInfo [
[ERROR] name: ErraiClientPersistenceUnit
[ERROR] ...]
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator initiateService
[ERROR] WARN: HHH000181: No appropriate connection provider encountered, assuming application will be supplying connections
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.dialect.Dialect <init>
[ERROR] INFO: HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.dialect.H2Dialect <init>
[ERROR] WARN: HHH000431: Unable to determine H2 database version, certain features may not work
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.engine.jdbc.internal.LobCreatorBuilder useContextualLobCreation
[ERROR] INFO: HHH000422: Disabling contextual LOB creation as connection was null
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.engine.transaction.internal.TransactionFactoryInitiator initiateService
[ERROR] INFO: HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>
[ERROR] INFO: HHH000397: Using ASTQueryTranslatorFactory
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.ejb.Ejb3Configuration configure
[ERROR] INFO: HHH000204: Processing PersistenceUnitInfo [
[ERROR] name: ErraiClientPersistenceUnit
[ERROR] ...]
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator initiateService
[ERROR] WARN: HHH000181: No appropriate connection provider encountered, assuming application will be supplying connections
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.dialect.Dialect <init>
[ERROR] INFO: HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.dialect.H2Dialect <init>
[ERROR] WARN: HHH000431: Unable to determine H2 database version, certain features may not work
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.engine.jdbc.internal.LobCreatorBuilder useContextualLobCreation
[ERROR] INFO: HHH000422: Disabling contextual LOB creation as connection was null
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.engine.transaction.internal.TransactionFactoryInitiator initiateService
[ERROR] INFO: HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>
[ERROR] INFO: HHH000397: Using ASTQueryTranslatorFactory
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.ejb.Ejb3Configuration configure
[ERROR] INFO: HHH000204: Processing PersistenceUnitInfo [
[ERROR] name: ErraiClientPersistenceUnit
[ERROR] ...]
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator initiateService
[ERROR] WARN: HHH000181: No appropriate connection provider encountered, assuming application will be supplying connections
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.dialect.Dialect <init>
[ERROR] INFO: HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.dialect.H2Dialect <init>
[ERROR] WARN: HHH000431: Unable to determine H2 database version, certain features may not work
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.engine.jdbc.internal.LobCreatorBuilder useContextualLobCreation
[ERROR] INFO: HHH000422: Disabling contextual LOB creation as connection was null
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.engine.transaction.internal.TransactionFactoryInitiator initiateService
[ERROR] INFO: HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
[ERROR] III 06, 2014 5:17:09 ODP. org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>
[ERROR] INFO: HHH000397: Using ASTQueryTranslatorFactory
[ERROR] III 06, 2014 5:17:10 ODP. org.jboss.errai.bus.rebind.RpcProxyLoaderGenerator generate
[ERROR] INFO: generating rpc proxy loader class.
[ERROR] III 06, 2014 5:17:10 ODP. org.hibernate.validator.util.Version <clinit>
[ERROR] INFO: Hibernate Validator 4.2.0.Final
Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed
[debug] execute contextualize
[debug] execute contextualize
Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
[debug] execute contextualize
[debug] execute contextualize
Cleaning up installed artifacts created from archetypes
Script executed in 68 min, 55 sec with 2 error(s)
Project offline/workDir/jboss-as-kitchensink-rf.zip failed to build
Project offline/workDir/richfaces-archetype-kitchensink/my-richfaces-archetype-kitchensink failed to build
{code}
> Offline groovy script not working - FileNotFoundException
> ----------------------------------------------------------
>
> Key: JBIDE-16249
> URL: https://issues.jboss.org/browse/JBIDE-16249
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, project-examples
> Affects Versions: 4.1.1.CR1
> Environment: JBDS 7.1.0.CR1a B560
> OS X
> Groovy Version: 2.1.8 JVM: 1.7.0_45 Vendor: Oracle Corporation OS: Mac OS X (installed via mac ports)
> Reporter: Martin Malina
> Assignee: Fred Bricon
> Fix For: 4.1.2.CR1
>
> Attachments: groovy.log
>
>
> I tried to run the offline examples groovy script today (Preferences -> JBoss Tools -> Project Examples -> Offline Support).
> When I ran the script I saw a couple of errors along the way, see at the end of email. I was told that it could have to do with WFK 2.4 not being available in the online repo yet.
> But ultimately the script failed this exception:
> java.io.FileNotFoundException: /Users/rasp/jbossqa/runtimes/zip/offline/workDir/jboss-javaee6-webapp-blank-archetype/my-jboss-javaee6-webapp-blank-archetype
> I had jboss nexus and http://maven.repository.redhat.com/techpreview/all/ in my settings.xml. After the script finished, the offline dir was 536M big.
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-16717) CLONE - Seam 2.3 Portlet deployment error on JPP 6
by Radoslav Rábara (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16717?page=com.atlassian.jira.plugi... ]
Radoslav Rábara updated JBIDE-16717:
------------------------------------
Summary: CLONE - Seam 2.3 Portlet deployment error on JPP 6 (was: Seam 2.3 Portlet deployment error on JPP 6)
> CLONE - Seam 2.3 Portlet deployment error on JPP 6
> --------------------------------------------------
>
> Key: JBIDE-16717
> URL: https://issues.jboss.org/browse/JBIDE-16717
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: portal-gatein
> Affects Versions: 4.1.2.CR1
> Reporter: Radoslav Rábara
> Assignee: Snjezana Peco
> Priority: Critical
> Fix For: 4.1.2.Final
>
>
> Deployment of Seam Portal Project ends with error when it's deployed to JPP 6.
> As far as I know, we have quickstarts for portal development on JPP 6. So is creating Portal Project via Dynamic Web Project supported only for older versions of EPP?
--
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
12 years, 3 months