we have a situation at office. JBoss automatically unloads all deployed EJB\'s without us knowing why.
I\'m using Eclipse Galileo with a kind of well known plugins to develop Java Enterprise Applications. Now having a Java Project, Eclipse writes the following line to the .classpath file in the project
I\'m someone that used to do some J2EE coding in the past and I\'m coming back into the fold to work on a new J2EE project. A lot has changed since 2001, so I need to ask this very basic question.
does anyone knows how to \"plug in\" or enable IOC for injecting @EJB in classes which are not EJBs or Servlets (but rather POJOs)? So, if EJB and Servlet use helper classes, their EJB annotations are
I\'m trying to use Jax-WS generated classes (created using wsimport) to call a webservice over an HTTPS conn开发者_开发问答ection from within a Java
After upgrading from JBoss 4 to JBoss 5, I\'ve noticed the most annoying regression. It truncates the trailing equal sign (\'=\') of a base64 cookie value.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m designing a fairly small web application which will run on a Sun application server (v9.1). It only has a few pages, no database of its own, and will retrieve/update data via web services. There\
JBoss 4.2.3, an application deployed as a ear. Wo开发者_如何学Pythonrks. Then I enable classloader isolation by adding a loader-repository tag into jboss-app.xml. In multiple beans @Resource TimerServ
I wrote a Hibernate interceptor : public class MyInterceptor extends EmptyInterceptor { private boolean isCanal=false;