[jboss-dev-forums] [Design of POJO Server] - Re: Embbedded - broken - some fixes - still not working
steve.ebersole@jboss.com
do-not-reply at jboss.com
Thu Nov 29 16:47:18 EST 2007
The thing that I missed initially and that Emmanuel pointed out was the the spi for PersistentunitInfo done in fact imply that we can safely assume that returned urls are either jar files or directories.
http://java.sun.com/javaee/5/docs/api/javax/persistence/spi/PersistenceUnitInfo.html#getJarFileUrls()
http://java.sun.com/javaee/5/docs/api/javax/persistence/spi/PersistenceUnitInfo.html#getPersistenceUnitRootUrl()
So i think this is more than just a question of working vs optimized. We also need to consider other JPA providers being plugged into JBoss AS right? You'd have to assume they would take this "implied spec" and run with it as well...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109078#4109078
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109078
More information about the jboss-dev-forums
mailing list