-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors Loading DSClientFactory in persistence.xml #723
Comments
Does anyone have any ideas on what might be causing this...or how to resolve it? At the moment it's blocking our PoC using Kundera. |
@pluttrell HTH, |
@pluttrell Karthik. |
Adding My entity class remains the same. Here's my new wip test code:
Here's the error again (using Kundera v2.16):
Wildfly 8.2 does not appear to be storing the EAR file in such a location as there is no directory on my test machine |
Please mail a sample test project at [email protected] to help us look into the issue further. Chhavi |
Please try including your entity classes within Example:
Karthik. |
Is the issue resolved for you? Chhavi |
That depends... The last suggestion is an effective work around, which is why I closed this ticket. But it's only a work around... Without looking at the code, I was quite surprised to see that Kundera was trying to read the file system in a place that doesn't exist..and further failing when it couldn't find what it was looking for. And after briefly looking at the code it appears to me that the classloading and metadata code might not work in all deployment environments, such as the one that we're deploying too... There's another ticket 547 with a very similar issue, but the fix as proposed there (and above) did not resolve the problem for me. |
I'm trying to get Kundera deployed in Wildfly 8.2 and am receiving the following exception which are causing my deployment to fail and have me blocked:
I have searched my entire file system and I do not have a directory
/content/MyTest.ear
.MyTest.ear was deploying fine prior to adding the
persistence.xml
.How do I reslove this, or go about further troubleshooting it?
For reference here is my
persistence.xml
:And here's my wip test code:
The text was updated successfully, but these errors were encountered: