[JBoss-user] [Javassist user questions] - How to delete a class created by javassist?

2004-09-02 Thread mxc4
Hi there, I am using javassist to create a dynamic bean for a result set from a database. The bean is then inserted into a velocity template for processing. The name of the dynamic class is simply row. Once the class file is written out the class if frozen and so cannot be modified againl. I ca

[JBoss-user] [Javassist user questions] - How to get an instance of a a class create with makeClass

2004-08-28 Thread mxc4
Hi all, Ok so I create a class from scratch using the makeClass method. How do I get an instance of this newly created class? I thought maybe trying newclass x = new newclass but wont the compiler complain about not being able to find the class at compile time? thanks View the original post :