[JBoss-user] NoClassDefFoundError - org/xml/sax/EntityResolver

2003-12-29 Thread Richard Hosking
I need to have my ear use it's own loader repository, hence the line 'richardh.test:loader=test.ear' I have added to my jboss-app. Deploying the ear now results in an exception:- java.lang.NoClassDefFoundError: org/xml/sax/EntityResolver when the servlet starts. I'm using Java 1.4.2 so this cl

[JBoss-user] EJB mass deletion

2003-09-30 Thread Richard Hosking
Hello all, we need to delete about 20K+ records in one go according to an int field. This is currently rather slow. The following adaptation of real code is called from within a session bean:- Collection batches = myEJBLocalHome.findByBatch(batch); for(Iterator i = batches.iterator(); i.h

[JBoss-user] Open Source J2EE 1.4 gets Sun green light

2002-12-09 Thread Richard Hosking
http://www.theregister.co.uk/content/53/28472.html "The first open source implementation of the latest specification for enterprise Java is expected in JBoss Group LLC's increasingly popular open source application server next year, Gavin Clarke writes." Richard. --