[JBoss-user] [Persistence & CMP/JBoss] - mysql LONGBLOB and CMP insertion problem

2004-12-15 Thread goodidea
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

[JBoss-user] [JBoss Getting Started Documentation] - How to get JBossExamples.zip

2004-09-20 Thread goodidea
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 ---

[JBoss-user] [EJB/JBoss] - how to load custom class

2004-07-15 Thread goodidea
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