On Wednesday 12 January 2011 6:10:36 pm mschipperheyn wrote: > Ok, I see: network analyzing. Well, since nothing starts up, there's > nothing to analyze
There could still be stuff to analyze. It's failing DURING startup. During the startup process there CAN be network traffic. For example, Spring validates the spring beans xml file and it needs to get the schemas for it. Thus, that can generate traffic. If there are wsdl's with schema, CXF needs to grab the schema's. Etc.... Thus, there can be a lot of network traffic during startup, and some of that could cause a failure. What does the applicationContext.xml look like? Specifically, the EntityManagerFactory definition look like? -- Daniel Kulp [email protected] http://dankulp.com/blog
