Hi Luca

a) via Graddle I built the ear which is located below build/libs/.
b) I created a JBoss (Wildfly 9) Project, added the ear as external dependency because Intellij did not notice it as project artifact (why ever) and started it.
c) opened a webbrowser pointing to http://localhost:8080/webclient/

and I see the following in my console:

Connected to server
[2015-12-16 04:21:58,219] Artifact Troubleshooting-1.0.ear: Artifact is being deployed, please wait... 16:21:58,317 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "Troubleshooting-1.0.ear" (runtime-name: "Troubleshooting-1.0.ear") 16:21:58,859 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0207: Starting subdeployment (runtime-name: "webclient-1.0.war") 16:21:59,171 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 19) WFLYUT0021: Registered web context: /webclient 16:21:59,192 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "Troubleshooting-1.0.ear" (runtime-name : "Troubleshooting-1.0.ear") [2015-12-16 04:21:59,205] Artifact Troubleshooting-1.0.ear: Artifact is deployed successfully
...
16:22:05,489 ERROR [stderr] (default task-2) else branch choosen...
16:22:05,490 ERROR [stderr] (default task-2) else branch completed successfully!
16:22:11,475 ERROR [stderr] (default task-4) else branch choosen...
16:22:11,476 ERROR [stderr] (default task-4) else branch completed successfully!
16:22:16,046 ERROR [stderr] (default task-5) else branch choosen...
16:22:16,046 ERROR [stderr] (default task-5) else branch completed successfully!
...

I am running this version:

// LocalitaData l_localitaData2 = new LocalitaData(); // Uncomment this row and the app will work

QueryStringConverter<LocalitaData> l_queryStringConverter = new QueryStringConverter<LocalitaData>(); // Uncomment this row and the app will crash


I did not modify any JBoss related configs, just plain install and fire up IntelliJ without any issues...

Jens


Sorry for the delay, seems like my message sent yesterday never made it to the mailing-list even sending succeeds without problems...strange

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to