+1, in a proxy environment applications are not deployed without the proxy :(
- Romain 2011/10/13 Jonathan Gallimore <[email protected]> > Sorry, committing that was a mistake. I'll change it back. For info, I did > that because the schema on oracle's site was unavailable. The effect was > that TomEE would take 70 seconds to deploy this app, and it would then fail > as soon as any persistence method was called. I havent dug too deep, but it > looks like OpenJPA relies on the xsd being available. > > Jon > On Oct 13, 2011 7:18 PM, "Jacek Laskowski" <[email protected]> wrote: > > > On Sun, Oct 9, 2011 at 11:18 PM, <[email protected]> wrote: > > > Author: jgallimore > > > Date: Sun Oct 9 21:18:38 2011 > > > New Revision: 1180717 > > > > > > URL: http://svn.apache.org/viewvc?rev=1180717&view=rev > > > Log: > > > TOMEE-4 added Selenium test to Moviefun example > > ... > > > Modified: > > > openejb/trunk/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/resources/META-INF/persistence.xml > > > URL: > > > http://svn.apache.org/viewvc/openejb/trunk/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/resources/META-INF/persistence.xml?rev=1180717&r1=1180716&r2=1180717&view=diff > > > > > > ============================================================================== > > > --- > > > openejb/trunk/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/resources/META-INF/persistence.xml > > (original) > > > +++ > > > openejb/trunk/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/resources/META-INF/persistence.xml > > Sun Oct 9 21:18:38 2011 > > > @@ -18,7 +18,7 @@ > > > --> > > > <persistence version="2.0" xmlns=" > > http://java.sun.com/xml/ns/persistence" > > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > > - xsi:schemaLocation=" > http://java.sun.com/xml/ns/persistence > > http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"> > > > + xsi:schemaLocation=" > http://java.sun.com/xml/ns/persistence > > http://www.jrg.me.uk/persistence_2_0.xsd"> > > > > That scares me. Can we get back to the previous schemaLocation? > > > > Jacek > > > > -- > > Jacek Laskowski > > Java EE, functional languages and IBM WebSphere - http://blog.japila.pl > > Warszawa JUG conference = Confitura (formerly Javarsovia) :: > > http://confitura.pl > > "Hoping to save time by spending it" by David Blevins (Apache OpenEJB) > > >
