Hi Romain,
I have tested it's working fine.
java -server -DSalesDataSource=new://Resource?type=javax.sql.DataSource ^
-DSalesDataSource.jdbcDriver=org.h2.Driver ^
-DSalesDataSource.jdbcUrl=jdbc:h2:file:~/test ^
-DSalesDataSource.userName=sa
-DSalesDataSource.password=sa ^
-jar tomeedemo.jar ^
-p8900 -s8901 ^
--as-war ^
--property=connector.attributes.maxThreads=500 ^
--property=connector.attributes.maxKeepAliveRequests=1000 ^
--property=connector.attributes.connectionTimeout=20000
--
View this message in context:
http://tomee-openejb.979440.n4.nabble.com/Tomee-7-0-0M3-embedded-shade-fatjar-needs-improvements-tp4677935p4677941.html
Sent from the TomEE Users mailing list archive at Nabble.com.