Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] eclipselink PersistenceUnitLoadingEception in WAR file

I have been digging around the code and I don't see how we're getting a null InputStream... can I have you post the full exception stack that you're getting?

Thanks,
Rick


On Thu, Aug 14, 2014 at 10:41 AM, John Doe <012anonymousxyz@xxxxxxxxx> wrote:
Hello:

This is my first time submitting an issue so I apologize for not following conventions.

At Rick from StackOverflow's request, I am posting this problem I came across.

Please see: http://stackoverflow.com/questions/25289859/eclipselink-persistenceunitloadingeception-in-war-file/25310715#25310715

To summarize:
I have a project I built using the websphere eclipse plugin.
It works when I deploy it using the 'Run on Server' button which puts a .war.xml in the app folder that references the compiled classes and resources.

When I export the project to a WAR file and put in a .war file in the app folder manually, I get PersistenceLoadingException caused by MalformedURLException caused by NullPointerException.

Thank you.

Sincerely,

Anonymous

_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipselink-users



--
Rick Curtis

Back to the top