weblogic « Session « Spring Q&A





1. JMS TextMessage, JMS_BEA_SELECT message selector, transacted session and acknowledge modes    stackoverflow.com

My application is running under Tomcat with a number of Spring's DefaultMessageListenerContainer listening to a number of different JMS queues running under Oracle 11g Weblogic server. DefaultMessageListenerContainer configuration is.. well.. default with ...

2. MDB + Spring + Session Bean problem on WebLogic 8.1    forum.springsource.org

Apr 20th, 2005, 04:28 AM #1 Tomas Varsavsky View Profile View Forum Posts Private Message Junior Member Join Date Apr 2005 Posts 5 MDB + Spring + Session Bean problem on ...

3. Using XmlBeanFactory used by a EJB Session (Weblogic Server)    forum.springsource.org

Hi, To test an EJB Session without database, my session ejb uses XmlBeanFactory by a Dao Test. Code: public static XmlBeanFactory getFactory() { if (factory == null) { log.debug("Initialize new XmlBeanFactory"); ...

4. http session doesn't exit in weblogic    forum.springsource.org

Mar 28th, 2008, 02:39 PM #1 tigerwu View Profile View Forum Posts Private Message Junior Member Join Date Mar 2008 Posts 4 http session doesn't exit in weblogic Hi, I developed ...

5. session scoped bean works in tomcat/eclipse but not in weblogic or via reverse proxy    forum.springsource.org

session scoped bean works in tomcat/eclipse but not in weblogic or via reverse proxy Please note I am very new to Spring. I have a session scoped bean that holds user ...