I\'m currently experiencing a problem with \'hot code replace\' not working on Eclipse Galileo and JBoss 4.2.3.
I am starting a new seam project targeted at a JBoss EAP server and I have very little experience with EJB3.What do I gain from using EJB3 over just using a war proje开发者_JS百科ct with pojos and sea
What is the relation between web.xml and jboss-web.xml?Seems like: Jboss-web.xml specifies the security domain (which can be found in login-config.xml)
I 开发者_如何转开发have an EJB project communicating with a Swing client over RPC. I would like to know how to call EJB or utility class methods on the business logic at server startup.
Closed. This question does not meet Sta开发者_运维百科ck Overflow guidelines. It is not currently accepting answers.
i\'m trying to run a web servlet project in eclipse 3.4 using jboss 4.2.2 as my web server. im using the wtp plugin and everything looks good (can run and debug).
I\'ve tried to setup .keystore on Jboss 4.2. due to this documentation from jboss community http://community.jboss.org/wiki/ssl开发者_Python百科setup
Hibernate 3.5-Final is finally here and it offers the much anticipated JPA2 support, amongst other features. I am working on a project(EJB3 based) using JBoss 5.1.0.GA and Hibernate 3.3, but I wanted
when using this method public List<Field> getFieldWithoutId(List<Integer> idSections) throws Exception {
I was reading an article on handling Out Of Memory error conditions in Java (and on JBoss platf开发者_如何学Goorm)and I saw this suggestion to reduce the size of the threadstack.