System.setProperty("testDs", "new://Resource?type=DataSource");
System.setProperty("testDs.JdbcDriver", "org.hsqldb.jdbcDriver");
System.setProperty("testDs.JdbcUrl", "jdbc:hsqldb:mem:testdb");

Created the DS, but container.getContext().bind("inject", this) still fails.
Was this fixed in M2?





--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/Test-DataSource-injection-with-EmbeddedTomEEContainer-tp4677167p4677182.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to