> > > > On Tue, 4 Dec 2001, Rob L'Estrange wrote: > > > > > > > > > Hi All > > > > > > > > > > Does JBoss support CMP entity beans? Does it come with a GUI deploy > tool > > > > > that lets you configure CMP entity bean field mappings?
JBoss 2.4 supports EJB1.1, so the CMP1.1 model. There is (as I understand it) support for dependant value objects (http://www.jboss.org/online-manual/HTML/ch05s14.html). There is no official GUI deploy tool that lets you configure field mappings, but XDoclet (http://sf.net/projects/xdoclet) provides a way to configure them in your code so that you dont need to separately create your ejb-jar.xml file. hth dim =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
