0

Im trying to test my JPA entities and have been following this tutorial:

http://eskatos.wordpress.com/2007/10/15/unit-test-jpa-entities-with-in-memory-database/

I have a tests running so far and they are all passing, however i get the exception:

java.lang.ClassNotFoundException: play.db.jpa.JPABase

at runtime (for each of my tests )even though the tests run fully and pass,

Im using maven with JBOSS 7.1 and tried importing play-db 1.1 but this hasn't helped,

Can anybody help me out here?

Cheers

1 Answer 1

1

If you want to use tools with external librarys you need to put this librarys into your lib/ folder inside your jboss directory or ear/war archive.

Sign up to request clarification or add additional context in comments.

1 Comment

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.