Deploying WAR-Application in JBoss Wildfly with unavailable DataSource?
问题 I´ve a webapplication wich uses JPA persistence unter wildfly 8.2. The persistence.xml is connected to <jta-data-source>java:/jdbc/myDS</jta-data-source> wich generally works fine. BUT if I start the JBoss-Server before the Database-Server is ready, the web application doen´t get deployed with the following error: BAS011411: Unexpected problem gathering statistics: java.lang.IllegalStateException: JBAS011477: Persistence unit 'my.war#myPU' is not available My wish is that the application DOES