weblogic « Bean « Spring Q&A





1. weblogic, deployments are not reading properties from WEB-INF/classes, configured using Spring    stackoverflow.com

I have a similar problem to: Using external properties files in weblogic and note that the accepted answer there is mainly working for me. However, I have a follow-up (sorry, cannot ...

2. Is there something like the Weblogic filtering classloader for Websphere    stackoverflow.com

I'd like to use something like the Filtering Classloader to prevent specific packages from creeping into the application context and becoming visible to Spring. Changing the classloader order causes all ...

3. Spring PropertyPlaceholderConfigurer not replacing placeholder    stackoverflow.com

I want to pass the WSDL url for an internal web service into my Spring beans.xml dynamically, using a PropertyPlaceHolderConfigurer. Here's the scenario: My web application is deployed in WebLogic 10.3. The WSDL url ...

4. weblogic 815 classloader issue...    forum.springsource.org

Apr 19th, 2007, 08:39 AM #1 nunione View Profile View Forum Posts Private Message Junior Member Join Date Apr 2007 Posts 3 weblogic 815 classloader issue... WEB-INF/lib spring 2.0.4 -rw------- 1 ...

5. Can not find beans-config.xml files in *.jar in weblogic 9.2    forum.springsource.org

Can not find beans-config.xml files in *.jar in weblogic 9.2 For some reason, we have to pack out beans-config files in jar files. We use these codes to initial ApplicationContext Code: ...

6. Exception loading beans with webLogic jars    forum.springsource.org

Exception loading beans with webLogic jars hi, I am getting an exception when i am trying to load beans with ApplicationContext.getBeans(). before i tring to get the beans i load to ...

7. spring bean and weblogic classloading    forum.springsource.org

spring bean and weblogic classloading I have a bean this org.springframework.aop.target.CommonsPoolTargetSo urce uses classes from commons-pool.jar , ...