Hi guys, I got pretty far on 1.0, but all the 2.0 work is consuming a lot of time. We are in good shape and just have a few minor things to take care of as far as I can see.
WEBADMIN I have a version of the webadmin running here: http://www.openejb.org:4203 That is what will be released, unless there is something someone wants to poke at. I thought maybe the ViewEjb link would show a list of ejbs or at least give a "Browse for an EJB" link like the ViewJndi page. MAVEN The openejb-loader jar and openejb-loader.war aren't being built yet. Someone just needs to update our maven.xml (or project.xml, can't remember) to make them. TOMCAT I added the ability to load OpenEJB into webapps as an alternative to loading it into Tomcat as a whole. This means each webapp can have it's very own EJB container AND the ejbs can actually *see* the classes in the WEB-INF/lib and WEB-INF/classes directories. What remains is some testing on using the openejb.base variable to give each webapp it's own set of config files. The openejb.base variable was added in 0.9.2 exactly for this reason. We also need a doc that tells people what they need to do to set it up and mentions that the classloading rules are different than the scenario where OpenEJB is global to all webapps. Any takers on any of these? -David
