RE: [OpenEJB-user] JDK 1.2

2002-08-26 Thread David Blevins
Keywords: OpenEJBHi George, I've answered this question a few times, but for the life of me I can't seem to find any of those emails. In short, we used to run/test OpenEJB on JDK 1.2 regularly, but we stopped about a year ago. All the build scripts and code should still work with 1.2, but I

RE: [OpenEJB-user] castor, cmp, and open-ejb

2002-08-26 Thread David Blevins
Peter, This is an understanding issue. Bean, Home, and Object are just naming conventions and are not part of the spec. For example, all these are legal EJB 1.1/2.0 remote interface definitions. public interface Customer extends javax.ejb.EJBObject { public String myBusinessMethod()