arnaud asked: > > does anybody used cocoon with jboss ?
Yes, we deploy Cocoon as an EAR under Jboss. The EJB classes are packaged as a JAR within the EAR and Cocoon is packaged as WAR inside the EAR. The EJB remote interfaces are included in the Cocoon lib. You can of course deploy separately if you'd like... > > i would like to use mey ejb method : toXML() > who transform ejb data in xml > Just call your remote interfaces from any Cocoon classes as normal. As long as you've got the remote interfaces available to Cocoon there is no issue. > what kind of generator may i use ? > Any kind you'd like :-) --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>