Weblogic 1 « Development « Spring Q&A





1. Weblogic classpath and Spring Resources    stackoverflow.com

I'm trying to set a bean property like this:

<bean id="threadImport" class="com.foo.bat.util.ThreadImport" singleton="false">
  <property name="mailSender" ref="mailSender"/>
  <property name="parseConfFile" value="classpath:parse/import.xml" />
  <property name="logFilename" value="/tmp/import.log" />
but none of files are found. ...

2. Problem deploying Spring application on WebLogic    stackoverflow.com

We're trying to to run an application using Spring on Weblogic 10.3.3. This, apparently, should be straightforward, and just involves ensuring various additional jars (notably pitchfork) are in the library directory ...

3. Using Spring Console Extension in WebLogic 10.3.4.0 with Spring 3.0.3    stackoverflow.com

I've a Spring 3.0.3-based EAR+WAR which I'm deploying to WebLogic 10.3.4.0. I want to be able to see my the various framework Spring Beans at runtime via JMX and ideally in ...

4. ?s there a way to to define a timeout based on the url?    stackoverflow.com

I am looking for a solution for timeout passing to my application with minimum code injection in it. So, is there a way to pass timeout parameter to a connection based on ...

5. Load-time weaving with Spring, Eclipselink and Weblogic 10.x server    stackoverflow.com

Can someone provide really working, verified configuration of Spring load-time weaving using EclipseLink on Weblogic server?
It seems that docs ( http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/aop.html#aop-aj-ltw-spring ) are simply not true. I succeeded to make ...

6. weblogic.deploy.api.tools.deployer.DeployerExcepti on:    forum.springsource.org

i am getting following exception when i deploy the war file using mvn package -Pdeploy command to weblogic server 10.0 weblogic.deploy.api.tools.deployer.DeployerExcepti on: Unable to connect to 't3://corpprtdev02:7001': invalid type code: 31. ...

7. Using Spring Console Extension in WebLogic 10.3.4.0 with Spring 3.0.3    forum.springsource.org

Using Spring Console Extension in WebLogic 10.3.4.0 with Spring 3.0.3 Hi there, I've a Spring 3.0.3-based EAR+WAR which I'm deploying to WebLogic 10.3.4.0. I want to be able to see my ...

8. WebLogic 7 and /WEB-INF/jsp problem    forum.springsource.org

WebLogic 7 and /WEB-INF/jsp problem Finished development on Tomcat 5 and attempted to deploy on WebLogic 7.0 SP2. However, WLS 7 doesn't seem to like jsp's in /WEB-INF/jsp, and I got ...

9. Deploying on weblogic    forum.springsource.org

Jun 27th, 2011, 05:11 PM #1 filihc View Profile View Forum Posts Private Message Junior Member Join Date Jun 2010 Posts 13 Deploying on weblogic Hi all, I have a application ...





10. StaxEventItemReader doesn't work with Weblogic 10.3.2    forum.springsource.org

StaxEventItemReader doesn't work with Weblogic 10.3.2 Hi All, When I tried to read the XML file by using StaxEventItemReader class from stand alone class. It works perfectly whereas when I try ...

11. Weblogic 6.1 and spring    forum.springsource.org

Hi, Has anyone gotten weblogic 6.1 to work with Spring? I've tried, deployed my .war file etc. and everything seems to load okay in the console...however, when I try the page, ...

12. problems in deploying war in weblogic.    forum.springsource.org

Sep 30th, 2011, 02:29 AM #1 ravindrarjpt9 View Profile View Forum Posts Private Message Junior Member Join Date Sep 2011 Posts 4 problems in deploying war in weblogic. Hello friends, I ...

13. war Deployment in weblogic server.    forum.springsource.org

Sep 30th, 2011, 02:43 AM #1 ravindrarjpt9 View Profile View Forum Posts Private Message Junior Member Join Date Sep 2011 Posts 4 war Deployment in weblogic server. Hi, please provide any ...

14. WebLogic 9.2 Server deployment issues    forum.springsource.org

WebLogic 9.2 Server deployment issues I have followed the airline-server example and developed my application and deployed in WL9.2. When I try test the end point from soapUI, following message comes ...

15. WebLogic 9.2 Load Time Weaver    forum.springsource.org

WebLogic 9.2 Load Time Weaver I have issues deploying Spring JPA application on WL 9.2. I have tried couple of options to configure the LTW, but still getting the following error ...

16. Integrating Spring and WebLogic 10.3    forum.springsource.org

Integrating Spring and WebLogic 10.3 I'm trying to configure WebLogic 10.3.2.0 to use WebLogic resources for a Spring application, as described in the WebLogic docs (http://download.oracle.com/docs/cd/E...e14453/toc.htm). My goal is for my ...





17. ContextLoaderServlet failure in Weblogic 6.1    forum.springsource.org

ContextLoaderServlet failure in Weblogic 6.1 Hi everyone: I am trying to set up the Spring Framework for a web application. I am using WebLogic 6.1 (JDK1.3.1) as servlet container. I have ...

18. Spring in Weblogic Workshop?    forum.springsource.org

Spring in Weblogic Workshop? Hi, I'm wondering if anyone has tried to use Spring in Weblogic Workshop, which is BEA's IDE. We like some of the Struts abstraction features in the ...

19. Spring errors during reload in weblogic 8.1    forum.springsource.org

Jan 4th, 2005, 06:42 PM #1 lkb2k View Profile View Forum Posts Private Message Junior Member Join Date Nov 2004 Posts 1 Spring errors during reload in weblogic 8.1 We are ...

20. Classpath issue in a Weblogic environment with separate apps    forum.springsource.org

Classpath issue in a Weblogic environment with separate apps I am seeing class definition and/or class version errors relating to the classloader with regarding to some of the JOS support classes ...

21. Could you tell me there is any collision in WebLogic ?    forum.springsource.org

Could you tell me there is any collision in WebLogic ? Hi, The environment of our project is: Spring 1.1 + Tapestry 3.0.1 + Hibernate 2.16 + Oracle 9i. if in ...

22. Weblogic 8.1 SP4 and Log4jConfigListener    forum.springsource.org

Weblogic 8.1 SP4 and Log4jConfigListener A org.springframework.web.util.Log4jConfigListener declaration in web.xml does not work with Weblogic 8.1 SP4. See exception below. Seems like weblogic is running the listeners before fully exploding the ...

23. Establish Spring Framework on weblogic 8.1    forum.springsource.org

Spring features a Log4jConfigListener which you should add to your web.xml file. You also have to provide it a log4jConfigLocation context-param. This should be done on all servers except for JBoss. ...

24. Spring + WebLogic = no hot deployment of JSPs?    forum.springsource.org

Spring + WebLogic = no hot deployment of JSPs? I'm finally taking the plunge and converting a smallish web application to use Spring. We are using WebLogic 6.1 at present but ...

25. Spring + hebernate and weblogic 8.1    forum.springsource.org

Spring + hebernate and weblogic 8.1 It is my first time using weblogic for spring. I don't know if I need configure something in weblogic to use spring. My app works ...

26. problem occured when deploy application in weblogic platform    forum.springsource.org

problem occured when deploy application in weblogic platform I deploy my application both in tomcat 5.0 and weblogic 8.0 . In tomcat platform it is ok for everything.But in weblogic platform ...

27. Problems deploying app on WebLogic 8.1 SP4    forum.springsource.org

Problems deploying app on WebLogic 8.1 SP4 I have been developing a springapp on JBoss 4 which works great, but now the app needs to be deployed on WebLogic 8.1 SP ...

28. Does Spring RMI support HTTP tunneling through Weblogic?    forum.springsource.org

Does Spring RMI support HTTP tunneling through Weblogic? I successfully tested an RMI invocation through Spring on a weblogic server, like this: Code:

29. Can't find the configuration file in WebLogic...    forum.springsource.org

Can't find the configuration file in WebLogic... We're getting a FileNotFoundException for the configuration file which we're loading using ClassPathXmlApplicationContext. The file is contained within our .ear file underneath APP-INF\classes (since ...

30. form validation on weblogic 8.1.2 not working, a bug?    forum.springsource.org

form validation on weblogic 8.1.2 not working, a bug? I use the spring module (commons validator) for form validation. I use Spring 1.2.3. My application works fine in everything on Tomcat ...

31. referencing local MBeanServer on Weblogic 8.1    forum.springsource.org

referencing local MBeanServer on Weblogic 8.1 On weblogic 8.1 and spring 1.2.5, I am attempting to use WebLogicMBeanServerFactoryBean to reference the weblogic MBeanServer within my managed server. The issue is that ...

32. why weblogic?    forum.springsource.org

why weblogic? My company has been deploying our production and qa sites with weblogic, but recently our CIO was impressed with how easy it was to deploy our application in tomcat. ...

33. WebLogic, SimpleRemoteStatelessSessionProxyFactoryBean, and InitialContext    forum.springsource.org

WebLogic, SimpleRemoteStatelessSessionProxyFactoryBean, and InitialContext I am using the SimpleRemoteStatelessSessionProxyFactoryBean to access a remote EJB on a WebLogic server. The server is setup to require authentication. I have found that the server ...

34. Weblogic hot deployment    forum.springsource.org

Weblogic hot deployment Hi, My web application is deployed as an exploded archived under WLS 8.1SP4. I'm trying to use hot deployment, simply by copying changed ".class" files directly into the ...

35. ClassPathXmlApplicationContext in Weblogic    forum.springsource.org

ClassPathXmlApplicationContext in Weblogic I'm deploying a web application in Weblogic 8.1 SP2 as an ear file. It contains only the war file and the META-INF folder, which contains the required Weblogic ...

36. Cannot deploy multiple Spring apps in 1 weblogic    forum.springsource.org

Cannot deploy multiple Spring apps in 1 weblogic Hi, I have 2 Spring/Hibernate applications to be deployed in Weblogic 8.1 SP 2. If I deploy each of them exclusively, there are ...

37. Cannot Load configuration file from jar under weblogic    forum.springsource.org

Cannot Load configuration file from jar under weblogic Hi all, I am newbie of spring framework. I tried it under my application with IDE which works fine for me. Then I ...

38. Weblogic SimpleStatelessSessionProxyFactoryBean broken in 2.0m3    forum.springsource.org

Mar 22nd, 2006, 12:46 PM #1 smcardle View Profile View Forum Posts Private Message Visit Homepage Member Join Date Oct 2004 Posts 54 Weblogic SimpleStatelessSessionProxyFactoryBean broken in 2.0m3 Hi All, Using ...

39. Hot Deploy time in weblogic with Spring 2 Milestone 3    forum.springsource.org

Hi, I upgraded Spring version to 2 Milestone 3 from 1.2.6 and the problem i have is while doing a deploy of my application, The application is not deploying completely. The ...

40. Problem with Spring taglib and WebLogic 9.1    forum.springsource.org

May 10th, 2006, 12:27 AM #1 ruroshin View Profile View Forum Posts Private Message Junior Member Join Date Jan 2006 Posts 6 Problem with Spring taglib and WebLogic 9.1 I've ran ...

41. The new form taglib on WebLogic 8.1    forum.springsource.org

The new form taglib on WebLogic 8.1 I'm having trouble getting the new form tag library to work on WebLogic 8.1. I get the following error message on any JSP that ...

42. Spring Weblogic 9    forum.springsource.org

Hi, I am trying to use spring weblogic kit. I have few questions. If we have a war/ear file to be deployed on weblogic cluster , in that case the spring ...

43. Weblogic (Timer) Classpath Problem    forum.springsource.org

Weblogic (Timer) Classpath Problem Hi, I'm experiencing FileNotFound Exceptions from ClassPathXmlApplicationContext. My app is packaged with some APP-INF entries and a war file. The web-app initializes a weblogic timer (timer listener ...

44. Problem with taglib/jstl/Weblogic 8.1    forum.springsource.org

Problem with taglib/jstl/Weblogic 8.1 I have a problem somewhat similar to http://forum.springframework.org/showthread.php?t=24795 I am using JSTL 1.1.2 in Weblogic 8.1. To get this to work I include (in web-inf/lib) the jsp-2.0.jar. ...

45. Form Submit Problems in Weblogic    forum.springsource.org

Sep 14th, 2006, 02:21 PM #1 gdboling View Profile View Forum Posts Private Message Junior Member Join Date Mar 2005 Posts 29 Form Submit Problems in Weblogic I have tested my ...

46. PortletOpenSessionInViewInterceptor and WebLogic 8.1    forum.springsource.org

Does anyone have an example of how to use PortletOpenSessionInViewInterceptor with WebLogic 8.1? I'm using Hibernate as the ORM and am used to OpenSessionInViewFilter, but now I'm trying to render my ...

47. Error while deplying a war file in weblogic?    forum.springsource.org

Error while deplying a war file in weblogic? Hi I created a HelloWorld applicaiton and I am trying to deploy it in the weblogic 8.1. The war file is deployed properly ...

48. problems in deploying war in weblogic?    forum.springsource.org

problems in deploying war in weblogic? Hi Friends I am still facing some problems in deploying the war created using spring-ws and maven2 in weblogic. According to my earlier thread I ...

49. WebLogic and Spring    forum.springsource.org

All the hype about WebLogic and Spring centers around WebLogic 9. Is anyone using Spring and WebLogic 8? Can it be done? What are the pitfalls?

50. Weblogic Portal 8.1 : Have to login for every page    forum.springsource.org

Nov 9th, 2006, 05:14 AM #1 peetdenny View Profile View Forum Posts Private Message Junior Member Join Date Nov 2006 Posts 7 Weblogic Portal 8.1 : Have to login for every ...

51. Weblogic 8 and Spring 2.0    forum.springsource.org

Hello Is it possible to use Spring 2.0 with Weblogic 8 service pack 2? I tried but Weblogic complains that it does not support JSP 2.0 and throws nasty exceptions. Can ...

52. Weblogic classpath problems preventing schema-based configuration to work    forum.springsource.org

Jan 16th, 2007, 03:03 PM #1 JSRamos View Profile View Forum Posts Private Message Member Join Date Jun 2005 Location Mxico City Posts 47 Weblogic classpath problems preventing schema-based configuration to ...

53. spring:hasBindErros & weblogic 8.1    forum.springsource.org

spring:hasBindErros & weblogic 8.1 hi everybody i'm sorry for my bad english. I hope to explain my problem i have a problem with tag and weblogic 8.1 when i use ...

54. WebLogic common ApplicationContext    forum.springsource.org

WebLogic common ApplicationContext I'm learning Spring and trying to get my first Spring application running in WebLogic. Reading the forums it seems that most people create their bean factories from a ...

55. Problem Spring 1.2.5 and WebLogic 8.1    forum.springsource.org

Feb 1st, 2007, 08:57 AM #1 dragon View Profile View Forum Posts Private Message Junior Member Join Date Feb 2007 Posts 4 Problem Spring 1.2.5 and WebLogic 8.1 He: I develop ...

56. probelm with Spring 1.2.5 and WebLogic 8.1    forum.springsource.org

Feb 1st, 2007, 09:02 AM #1 dragon View Profile View Forum Posts Private Message Junior Member Join Date Feb 2007 Posts 4 probelm with Spring 1.2.5 and WebLogic 8.1 He: I ...

57. How to configure Weblogic multipool in app ct    forum.springsource.org

My application used to used to use a weblogic datasource in production (and a commons basic datasource in development). Now we're switching to a weblogic multipool, and I don't know how ...

58. Weblogic 9 + Spring 2.0 Example    forum.springsource.org

Hey Folks, Quite new at all of this and would like to learn spring, weblogic 9, etc. I am quite familiar with Java, JDBC and would like to expand my knowledge. ...

59. Strange behaviour with Spring 2.0 on Weblogic 8.1    forum.springsource.org

Strange behaviour with Spring 2.0 on Weblogic 8.1 We are having a strange phenomenom. For troubleshooting our problem we have developed a very simple "hello world" JSP which is only displaying ...

60. Long Server Startup on Weblogic    forum.springsource.org

Hello guys, I am using Spring 2.0 with Webwork MVC i am deploying an application on weblogic 8.1 SP5 on P4 with 1GB RAM. I have set the lazy-init="true" on all ...

61. Long Server Startup on Weblogic    forum.springsource.org

Long Server Startup on Weblogic Hello guys, I am using Spring 2.0 with Webwork MVC i am deploying an application on weblogic 8.1 SP5 on P4 with 1GB RAM. I have ...

62. Spring + Kodo in Weblogic 10    forum.springsource.org

Spring + Kodo in Weblogic 10 Hello ! I tried to use Spring and Kodo JPA in Weblogic 10 My beans

63. WebLogic is Stealing My XML!    forum.springsource.org

WebLogic is Stealing My XML! I've completed my Spring WebService Client. It works perfectly outside of WebLogic. However when I deploy this code inside a WAR to WebLogic things stop working. ...

64. Weblogic 9.2 UNIX Platform error using spring bind tags    forum.springsource.org

Weblogic 9.2 UNIX Platform error using spring bind tags I am getting an error when using spring bind on weblogic 9.2 servlet2.4 and jstl 1.1. Below is the jsp =========================== Code: ...

65. WebLogic 8.1 support    forum.springsource.org

I am trying to port a Spring application (GeoServer) to WebLogic 8.1, but I get persistant Spring errors on startup. WebLogic 9.n and later certainly supports Spring, but I can find ...

66. echo example on weblogic 9.1 ?    forum.springsource.org

echo example on weblogic 9.1 ? Hi, Has anyone successfully deployed and tested the echo example on Weblogic 9.1 - I'm having difficulty? I added a blank weblogic.xml to WEB-INF, created ...

67. mappingJarLocations does not work with weblogic    forum.springsource.org

mappingJarLocations does not work with weblogic I am deploying my application in weblogic. My hbm files and classes reside in the hbmFiles.jar inside the APP-INF/lib folder of the ear. My ear ...

68. AccessControlException with Weblogic 9.2    forum.springsource.org

Jun 1st, 2007, 09:05 AM #1 testn View Profile View Forum Posts Private Message Junior Member Join Date May 2007 Posts 5 AccessControlException with Weblogic 9.2 I got the following exception ...

69. Foreign Queue Destination for Weblogic 8.1.5    forum.springsource.org

Foreign Queue Destination for Weblogic 8.1.5 Just started using Spring and am trying to replace an MDB with a Spring MessageDriven POJO in Weblogic 8.1.5 But I'm running into the following ...

70. Weblogic porting issue    forum.springsource.org

Weblogic porting issue Hi, Iam trying to port my service running fine in tomcat to weblogic. I read through the topics discussed and did the following. (My WLS version is 9.1) ...

71. Port echo.war from samples to weblogic 9.1    forum.springsource.org

Hi, Has someone ported echo.war to weblogic 9.1 ? I have tried out and ended in more confusions. The sample works with tomcat with no changes. What are the steps to ...

72. Spring web performance on Weblogic 8.1    forum.springsource.org

Spring web performance on Weblogic 8.1 We are observing performance issues using Spring MVC and WLS 8.1. There is a time gap in the JSTLView class when the jsp is called ...

73. Echo.war and weblogic 9.2 interesting remark    forum.springsource.org

Jun 20th, 2007, 04:24 AM #1 okabanov View Profile View Forum Posts Private Message Junior Member Join Date Jun 2007 Posts 3 Echo.war and weblogic 9.2 interesting remark Hi All ...

74. weblogic & spring known issue?    forum.springsource.org

Hi, my company want use spring in production environment with weblogic server 9.2 MP1 are there known issue or problem? I find only this official information: http://e-docs.bea.com/wls/docs92/iss...html#wp1118161 Other? Thanks very much!!! ...

75. weblogic.management.NoAccessRuntimeException    forum.springsource.org

Jul 11th, 2007, 04:17 PM #1 s814jdh View Profile View Forum Posts Private Message Junior Member Join Date Jul 2007 Posts 2 weblogic.management.NoAccessRuntimeException I am using spring 2.0.4, WebLogic 9.2 MP1, ...

76. Does Spring work with Weblogic 10 and SUSE    forum.springsource.org

Hi all, Here I am referring to http://e-docs.bea.com/platform/suppc...100.html#93524 It mentions support for Spring 2.0 with Weblogic 10.0 on the following platforms for Intel X86. 1)Red Hat Enterprise Linux 3.0 AS, ES, ...

77. Problems Spring + Weblogic 8.1    forum.springsource.org

Aug 20th, 2007, 03:26 PM #1 myselftrue View Profile View Forum Posts Private Message Junior Member Join Date Feb 2007 Posts 9 Problems Spring + Weblogic 8.1 Hi, i have a ...

78. Spring Binding & Weblogic 9.2    forum.springsource.org

Hi, I have just migrated from Weblogic 8.1 to Weblogic 9.2. Using Oracle Websphere 10g (or Websphere 8.1) and Spring 1.2.3, I am able to bind a list of objects like ...

79. Spring doesnt work after WebLogic deployment update.    forum.springsource.org

Spring doesnt work after WebLogic deployment update. I'm running Spring 2.0.6 on WebLogic 9.2. Everything was working as expected until I tried an enhancement to the deployment configuration... In the early ...

80. weblogic 9x 10x double prompt for login basic auth simple    forum.springsource.org

Oct 3rd, 2007, 10:29 AM #1 user7931 View Profile View Forum Posts Private Message Junior Member Join Date Oct 2007 Posts 6 weblogic 9x 10x double prompt for login basic auth ...

81. ATG/Nucleus to Weblogic/Spring    forum.springsource.org

Greetings Rod, I'm a big fan of Spring and even successful in convincing our client in moving from ATG/Nucleus to Weblogic/Spring. It would be of great help, if you can pls ...

82. @Configurable and Weblogic 10    forum.springsource.org

@Configurable and Weblogic 10 Hello We have a JAX-WS web service deployed on Weblogic 10. Because an instance of the web service class is not managed by Spring I've to find ...

83. NoClassDefFoundException in WebLogic    forum.springsource.org

NoClassDefFoundException in WebLogic Hi all, This issue is not exactly a spring issue but more of a WebLogic class loading issue but I am looking for people with similar experiences. I ...

84. export function not working correctly with BEA weblogic 9.2?    forum.springsource.org

Jan 2nd, 2008, 10:41 AM #1 isaac View Profile View Forum Posts Private Message Junior Member Join Date Jun 2007 Posts 11 export function not working correctly with BEA weblogic 9.2 ...

85. Spring and Bea Weblogic Portal 9.2    forum.springsource.org

Spring and Bea Weblogic Portal 9.2 Hello, I'm trying to integrate Spring 2.5 with a Bea Portal 9.2 application. Given a simple three layers architecture (web/service/dao), I would like to be ...

86. Castor Marshalling not finding classes in Weblogic 8.1    forum.springsource.org

Castor Marshalling not finding classes in Weblogic 8.1 Hi, I'm having a problem with Castor 1.1.1 and Weblogic 8.1. I have an ear which contains 2 webapps - 1 spring-ws based ...

87. WebLogic 10 - Global Application Context not loaded    forum.springsource.org

WebLogic 10 - Global Application Context not loaded Hi all, I have an application composed of an EAR, several Web modules and several Java projects. Each java modules maintains its own ...

88. spring.tld problem with weblogic 8.1 sp6    forum.springsource.org

spring.tld problem with weblogic 8.1 sp6 Hi, I have an application that uses spring 1.2.7 on weblogic 8.1 sp6. In one of my jsps I'm using the spring.tld for binding.

89. Spring in weblogic as optional package    forum.springsource.org

how to deploy Spring as a Optional Package (http://e-docs.bea.com/wls/docs90/pro...s.html#1064823) in weblogic. When I try to deploy Spring 2.5.1 as a Library in Weblogic 9.2 server, I get the next error. [J2EE:160144]Failed ...

90. Problem with view resolution on Weblogic 10.x    forum.springsource.org

Problem with view resolution on Weblogic 10.x I have created an application on weblogic 10.3tp using spring 2.5. I also configured a view resolver(InternalResourceViewResolver) to use the prefix /WEB-INF/jsp and suffix ...

91. Spring and Weblogic 10.0    forum.springsource.org

Spring and Weblogic 10.0 Folks, What kind of entrance points of Weblogic 10.0 can be used for loading Spring's application context and integration Spring and Weblogic 10.0? I know only one ...

92. Spring with Weblogic    forum.springsource.org

Spring with Weblogic I get this error for all my Spring beans defined in the applicationContext.xml 2008-04-16 09:50:27,108 DEBUG [org.springframework.beans.factory.support.DefaultL istableBeanFactory] - Ignoring bean class loading failure for bean 'fileWriter' org.springframework.beans.factory.CannotLoadBeanCl ...

93. springSecurityFilterChain problem on Weblogic    forum.springsource.org

Code: <2008.05.19. 13:05:44 CEST>

94. Global context solution (WebLogic)    forum.springsource.org

I wanted to make a global spring context available to all wars and ejb-jars in an ear file. The solutions I found used beanRefContext.xml and/or a singleton loader to solve the ...

95. LinkageError QName Class on Weblogic 10    forum.springsource.org

LinkageError QName Class on Weblogic 10 Hi, I create my Spring-WS apps (EAR file). It use Spring-WS 1.5.2, Axiom, and JAXB 2. I have set the weblogic xml config. And it ...

96. page rendering issue - Spring in weblogic Portal.    forum.springsource.org

page rendering issue - Spring in weblogic Portal. Hi, I am trying to rendering the page from index.jsp by clicking respective hyper links. index.jsp <%@ include file="/WEB-INF/jsp/include.jsp" %>

Testing Spring..
...

97. Portlet form submision problems with WebLogic Portal    forum.springsource.org

Hi every one! We're using Spring portlets 2.5.5 on WebLogic Portal 10.2 and have problems with form submission however general navigation works fine. Also i'd like to mention that this form ...

98. Problem with float validation in WebLogic Server    forum.springsource.org

99. context intialization failed using spring 2.5.5 while deploying in weblogic 10.0    forum.springsource.org

Nov 4th, 2008, 02:24 PM #1 jineshk View Profile View Forum Posts Private Message Junior Member Join Date Nov 2008 Posts 5 context intialization failed using spring 2.5.5 while deploying in ...

100. WebLogic Console Extension for Spring doesn't work !    forum.springsource.org

WebLogic Console Extension for Spring doesn't work ! Greetings, Using WebLogic 10.3g on XP. It comes with an admin console extension dedicated to Spring. Upon deployment of a well configured webapp, ...