Expert |
|
Joined: Tue May 13, 2008 3:42 pm Posts: 919 Location: Toronto & Ajax Ontario www.hibernatemadeeasy.com
|
ClassNotFound?
Could it be a simple as the libraries linking the jar files are not available on both sides of the connection. That's what marshalling is
Seems like you're obfuscating your code. If you are, both sides of the network need the same set of obfuscates Java files, otherwise the names of the classes won't be consistent.
Try it without obfuscated Java files in a non-deployed, sandbox environment first.
_________________ Cameron McKenzie - Author of "Hibernate Made Easy" and "What is WebSphere?" http://www.TheBookOnHibernate.com Check out my 'easy to follow' Hibernate & JPA Tutorials
|
|