1. How to write XML to file from an EJB or other JEE method. stackoverflow.comI'm trying to create an RSS file for access online. I already have a dynamic web project running with a servlet and several EJB's for business logic. All I want to ... |
2. XML as communication format between SERVLET tier & EJB tier - Pros and Cons ? coderanch.comI wonder if XML is the right choice between webserver/servlet-container & ejb-tier (ejb-container only). The reason to chose XML for me is: a) it is very flexible to future extensions. Imagine we want to change web server in the future, and the server doesnt support servlets. It is a php-based framework, which can only access web services to integrate J2EE applications. ... |
3. Specify env-entry in ejb-jar.xml for an interceptor coderanch.com |
5. Override @WebServiceRef WSDL location from ejb-jar.xml?! - issues coderanch.comI have posted similar problem on JBOss forum, but no responses so far. JBoss 4.2.3 GA Attempt to override @WebServiceRef WSDL location form ejb-jar.xml using tag |
6. javax/xml/soap/SOAPException in EJB3 Web Service coderanch.com |
7. where should I put ejb-jar.xml coderanch.com |
8. recover a xml ds from EJB coderanch.com |
9. Differences between ejb-jar.xml and sun-ejb-jar.xml coderanch.com |
10. Mapping to an xml typed column (PostgreSQL) on an EJB3 entity in JBoss 5.1 coderanch.comI am having fits trying to get a table with an xml typed column in PostgreSQL to update. The Entity is coded as follows: @Entity @Table(name = "object_table", schema = "risk") @SequenceGenerator(name = "os.id", sequenceName = "risk.seq_object_table", allocationSize = 1) @SqlResultSetMappings( { @SqlResultSetMapping(name = "os.state.all", entities = { @EntityResult(entityClass = BasicObjectState.class) }), @SqlResultSetMapping(name = "os.names.all", columns = { @ColumnResult(name = "name") ... |
11. unable to laod a class specifeid in ejb-jar.xml coderanch.com |
13. An entry for MessageDrivenBean inside weblogic-ejb-jar.xml coderanch.com |
14. Overriding ejb-properties in a webservice (possibly with ejb-jar.xml) coderanch.com |
15. Purpose of |
16. ejb-jar.xml coderanch.com |
17. ejb.jar.xml java-forums.orgHi I am using netbeans 6.5 and Java EE 5. I have an enterprise application and deploying it on glassfish v2. I am trying to compare the xml files of this application to those of the same application deployed on geronimo. I did this using eclipse. I cannot find the ejb-jar.xml file in my netbeans application. Any help where I can ... |