[jboss-dev-forums] [Design of POJO Server] - Re: Embbedded - broken - some fixes - still not working
scott.stark@jboss.org
do-not-reply at jboss.com
Thu Nov 29 17:02:32 EST 2007
"steve.ebersole at jboss.com" wrote :
| 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...
"getJarFileUrls javadoc" wrote :
| List getJarFileUrls()
|
| Returns a list of URLs for the jar files or exploded jar file directories that the persistence provider must examine for managed classes of the persistence unit. Each URL corresponds to a named element in the persistence.xml file. A URL will either be a file: URL referring to a jar file or referring to a directory that contains an exploded jar file, or some other URL from which an InputStream in jar format can be obtained.
|
Yes, this will require an adapter to provide a file: URL for an underlying vfs* URL when the jar root is exploded. The vfs* URL input stream should meet the non-exploded requirement case.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109082#4109082
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109082
More information about the jboss-dev-forums
mailing list