sridhar1982
sridhar1982
Here is the server log: I see some errors from line 781 cat standalone/log/server.log 2014-10-02 11:59:38,048 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final 2014-10-02 11:59:38,444 INFO [org.jboss.msc] (main) JBoss MSC...
I started working with WildFly 8.1.0. But then found out that Eclipse does not have adapator for WildFly 8.1.0 but it has only WildFly 8.0. Now, I used this adaptor...
yes, Mac Mavericks, No other java processes running. WildFly is up and running. I started WildFly from IDE. I also tried WildFly from CLI to see if server can be...
I created dummy user and tested it. but that did not help either. I tested the data-source connection from admin console and it looked fine. Here is a screen shot....
I tried deploying on GlassFish and I see the same problem. I am wondering if the movieplex-starting-template.zip provided in this link is valid still. (http://htmlpreview.github.io/?https://github.com/javaee-samples/javaee7-hol/blob/master/docs/javaee7-hol.html)
I got it to work and key is to include the following configuration in persistence.xml `java:jboss/datasources/ExampleDS` I don't see it mentioned anywhere in the tutorial. [This one](http://stackoverflow.com/questions/26149976/javaee7-hands-on-lab-tutorial-unable-to-get-the-database-loaded/26185538#26185538) solved it.
I have pasted the complete log up above in the beginning of this thread. I tried what you suggested. Here is the terminal output: 16:36:38,832 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread...
I did not see expected results at http://localhost:8080/movieplex7/. Here is the snapshot.  I tried what you suggested. But I do not see...
I just tried what you gave me above (pulling the fresh git repo and running `wildfly-maven-plugin:run` goal). But I need to point to http://localhost:8080/movieplex7/ and NOT http://localhost:8080/movieplex7-1.0-SNAPSHOT/ because the latter...
Any updates on guides on how to integrate spring batch admin to the gs-batch-processing demo?