Hi! Is somebody find out problem insertion BLOB to mysql using CMP?
Help please, get code sample or any recomendations.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858692#3858692
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode
How to get JBossExamples.zip& I can't find any links to ones.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848782#3848782
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848782
---
Hello everybody!
I want to load some class B. Class B extends class A. Class A placed in xxx.jar.
If i try Class.forName("B",true,myClassLoader)
I've got an Exception ClassNotFound "A".
This is happened inside onMessage() method of some MDB.
Help me please to understand how I can load custom cla