From: MistaMoasn <do-...@jb...> - 2006-02-08 15:17:19
|
hi! i deployed an ear file which contains some ejb3.0 entity beans (.par file), some stateless session beans (.ejb3 file) and some code in another jar file. a java client gets data when i try to connect to the database via jboss (jndi lookup). but when i switch to a rcp client application i always get a "NoClassDefFoundError: cannot instantiate class javax.persistence.EntityNotFoundException" although i made a plugin wrapper for the necessary jar-files. what can i do to avoid this problem? if you need more information, please let me know... best regards and thanks in advance patrik ps.: my system configuration hibernate 3.1 jboss 4.0.3sp1 eclipse rcp 3.1.1 jdk1.5 winxp prof. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922305#3922305 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922305 |