jdk « Development « Spring Q&A





1. WAS 6.1 JDK & Spring Autowiring    stackoverflow.com

By default, autowiring happens by propertyname. It seems if I compile my application with the WAS 6.1 JDK, spring cannot autowire my dependencies by name and then instead reverts to ...

2. Any issues migrating from JDK6 to JDK7 with Spring & Tomcat?    stackoverflow.com

I'd like to take advantage of some JDK7 features. What issues might I run into given that I use Apache Tomcat 7.0.x (latest) and Spring 3.1 (latest)?

3. Why the JDK Timer for Spring is not working?    stackoverflow.com

Im writting a Spring Application, which has to run a task in a new thread that should be started every couple of seconds. My XML looks like this:

<bean id="checkEmail" class="com.turbineam.dataloader.commons.QuartzSchedulerBean"></bean>

<bean id="scheduledTask" ...

4. jdk 1.5 and AppleScriptEngine.jar error?    forum.springsource.org

jdk 1.5 and AppleScriptEngine.jar error? From time to time I get this strange error message when I create a new maven project in STS: Incompatible .class files version in required binaries. ...

5. force setting of jdk version?    forum.springsource.org

How do you enforce the jdk version setting for all new projects? If it's assumed to follow the jre-version that is broken in the nightly builds at least.

6. Specific version of jdk for Mac OS    forum.springsource.org

Specific version of jdk for Mac OS Hi, I'm a Java Developer and currently I've a Macbook Pro at work. Until now, I don't had any problem during the development but ...

7. Support for JDK 1.5 enum parameter types?    forum.springsource.org

Right now Spring itself has no JDK 1.5 specific features. In the parallel 'samples' cvs module, specifically the 'tiger' project, there is some code for handling annotations, but that's about it. ...

8. Issue migrating to running on JDK7    forum.springsource.org

Issue migrating to running on JDK7 I have some code (a large application, several years old), happily running on JDK6. I updated its runtime to JDK7 and this error now happens ...

9. Spring 1.1.2 JDK version requirement    forum.springsource.org

Spring 1.1.2 JDK version requirement Could somebody give the exact JDK version requirements of the Spring 1.1.2 release? The thing is that I get the following error on a WebSphere 5.0 ...





10. Any issues using spring 2.5.6 with JDK7?    forum.springsource.org

We are planning to move to the new JDK7 version. We have spring 2.5.6 right now. Are there any known issues in this migration?

11. Spring 1.1.3: JDK 1.3 compatibility is fully restored ???    forum.springsource.org

when compiling the class org.springframework.jdbc.support.nativejdbc.Common sDbcpNativeJdbcExtractor, the compiler said "it needs java.sql.Savepiont". However, Savepiont is in JDK1.4. Therefore, I cannot compile Spring source code with JDK1.3.

12. What is the offical supported version of JDK?    forum.springsource.org

If there is such a thing as "offical". Aside from that, I'm currently using Sun's latest - 1.5.01. Has anyone encountered any difficulties while using this (for example, inside Tomcat 5.5) ...

13. JDK 1.5 and JMX    forum.springsource.org

Is there a way to enable the JDK 1.5 built-il JMX MBean server using Spring declarations ? The problem is that if I don't have the correct -D property on command ...

14. Spring framework jdk 1.3    forum.springsource.org

cheers for that andreas.... not solving my problem though.... I can run it under 1.3... but am currently trying to load the spring jars into an oracle jvm and get all ...

15. How to register a Converter for JDK 5.0 enums?    forum.springsource.org

Aug 9th, 2005, 11:50 AM #1 benoitx View Profile View Forum Posts Private Message Senior Member Join Date Aug 2005 Location London (the English one!) Posts 378 How to register a ...

16. DefaultPropertiesPersister and jdk 1.4 ?    forum.springsource.org

as the javadoc for DefaultPropertiesPersister indicates, you need to be running jdk 1.5, but there's a line there that says you can sub-class it if running on older jdks. how do ...





17. JDK compatability    forum.springsource.org

Hi there, I'm a consultant, who is hired by a big, old school company, to do some architecture work for a web based application. However, their IT department dictated us to ...

18. Trouble with JDK 1.4, MX4J, & MC4J    forum.springsource.org

Trouble with JDK 1.4, MX4J, & MC4J I've read the reference documentation, most of the posts here, and I still cannot get this to work. First question, if I use: Code: ...

19. Example of using Spring JMX with Tomcat & JDK 1.4?    forum.springsource.org

Example of using Spring JMX with Tomcat & JDK 1.4? I finally got my application working with MX4J & MC4J using a unit test and now I'd like to get it ...

20. Is it possible to use Spring with JDK 1.3.1?    forum.springsource.org

Yes, Spring (all versions) runs on Java 1.3 and above. There are some optimizations available on 1.4 and an increasing number of new features in Spring 1.2 and 2.0 that are ...

21. VerifyError with IBM Linux PowerPC JDK 1.5    forum.springsource.org

May 29th, 2006, 01:05 AM #1 mikeurban View Profile View Forum Posts Private Message Junior Member Join Date May 2006 Posts 2 VerifyError with IBM Linux PowerPC JDK 1.5 Hi all, ...

22. Expression springMacroRequestContext is undefined on JDK 6 beta    forum.springsource.org

When I svitch to jdk 6 I got an error: org.springframework.web.util.NestedServletExceptio n: Request processing failed; nested exception is freemarker.core.InvalidReferenceException: Expression springMacroRequestContext is undefined on line 44, column 27 in spring.ftl. on ...

23. Spring + JDK 1.5    forum.springsource.org

Hi, I have been using Spring v1.1.4 on JDK 1.4. My application needs to migrate to JDK 1.5. I want to know if Spring v1.1.4 supports JDK 1.5 or not. If ...

24. Can Spring 2.0 run on Tomcat 4.1 jdk 1.4?    forum.springsource.org

Hi, Can you please tell me what is the mini requirement for Spring 2.0? Can Spring 2.0 run on Tomcat 4.1 jdk 1.4? Thank you.

25. Stack Overflow when returning view with JDK 1.3    forum.springsource.org

Nov 9th, 2006, 09:06 AM #1 npintos View Profile View Forum Posts Private Message Member Join Date Apr 2006 Posts 37 Stack Overflow when returning view with JDK 1.3 Hi! I ...

26. HttpInvokerProxyFactoryBean and jdk 6?!    forum.springsource.org

HttpInvokerProxyFactoryBean and jdk 6?! Yes...a very simple question. Am using Spring v2.0.0 and recently downloaded the full version release of jdk 6 Ok..i installed it...then I re-started my eclipse and made ...

27. JDk version    forum.springsource.org

Hi, I bought the Expert Spring MVC.... book of Apress and started going through the examples...But the samples are all based on JDk 1.5 +... I downloaded Spring 2.0.1 . Can ...

28. Spring 2.0.1 and JDK 1.3    forum.springsource.org

Spring 2.0.1 and JDK 1.3 I just upgraded by app to use Spring 2.0.1 (from 1.2.8) by updating all my JARs (including the latest hibernate3.jar from the Spring distribution). My application ...

29. Intercept JDK method calls    forum.springsource.org

Hi all To trace who generates a new thread within a service I'm working on I was thinking of intercepting calls to Thread's constructor, so to log them. Nevertheless I haven't ...

30. JDK version    forum.springsource.org

I am thinking of requiring JDK 1.4 for Spring-WS. Currently, all sources are compiled with -source 1.3 -target 1.3, and I try not to use any JDK 1.4 classes. Before 1.0, ...

31. Looging with JDK logging    forum.springsource.org

Is Spring restricted to using Log4J for logging, or can it use JDK logging? I've tried upping logging levels on some Spring classes using JDK logging, but don't see anything in ...

32. [Q] Compatibility Matrix for Spring Framework and JDK    forum.springsource.org

Afaik, Spring upto version 2.0.x requires at least JDK 1.3. I heard that from version 2.1 on JDK 1.4+ will be required. As of operating systems: I would say you can ...

33. JDK Issue when loading application context    forum.springsource.org

JDK Issue when loading application context Hi, I was trying to load the application context using ClassPathXmlApplicationContext in Spring 2x. I am getting an error when getting an instance of the ...

34. AbstractBeanConfigurerAspect + jdk 1.4    forum.springsource.org

AbstractBeanConfigurerAspect + jdk 1.4 Hi there, I have a small aspect example that uses AbstractBeanConfigurerAspect with jdk 1.5 and runs correctly. When i try with jdk 1.4 i get the following ...

35. help...using jdk 1.4    forum.springsource.org

can i deploy application is built by spring 2 and java 1.5 on weblogic 8.1 (jdk 1.4)?? i tried to convert classes compiled in 1.5 to 1.4 using retroweaver,but i have ...

36. Spring Modules doesn't support JDK 1.4?    forum.springsource.org

Spring Modules doesn't support JDK 1.4? I am looking to add a long-overdue touch of AJAX to a webapp, and the XT Framework provided by Spring Modules seemed promising. It appeared ...

37. [XT Ajax] Request for voting: JDK 1.4 compatibility    forum.springsource.org

Hi guys, a Jira issue about JDK 1.4 compatibility in Spring XT Ajax module has been opened: http://opensource.atlassian.com/proj...browse/MOD-405 Please vote for it if you'd like to have such a feature. Thanks, ...

38. Spring Modules XT JDK 1.4 compatibility    forum.springsource.org

Hi guys, I'd like to announce that the XT module has been officially made JDK 1.4 compatible by successfully backporting its 1.5-compatible binaries through Retrotranslator. Thanks to Costin Leau for his ...

39. Strange behaviour on JDK 1.4 when loading CollectionFactory    forum.springsource.org

Dec 12th, 2007, 05:41 PM #1 ozGuy View Profile View Forum Posts Private Message Member Join Date Jul 2007 Posts 37 Strange behaviour on JDK 1.4 when loading CollectionFactory I am ...

40. Using 2.5 with JDK 1.4?    forum.springsource.org

Using 2.5 with JDK 1.4? Hi, Can I use the Spring framework 2.5 with JDK 1.4? The readme.txt says that Spring 2.5 can be used with JDK 1.4 but I was ...

41. SM 0.9 : missing Jdk 1.5 sources    forum.springsource.org

Hello, Thanks for the 0.9 release ! FYI : in springmodules 0.9 with dependencies : Jdk 1.5 sources seem to be missing. i.e. no org.springmodules.validation.bean.conf.loader.anno tation.AnnotationBeanValidationConfigurationLoader in spring-modules-0.9-with-dependencies/sources/spring-modules-validation-src.zip

42. Over JDK    forum.springsource.org

For Spring Batch 1.x... JDK=1.4. Spring: we only test against the latest 2.5.x, but I know there are projects using 2.0.9 and earlier 2.5 versions. We have a JIRA open to ...

43. Wiring a JDK class    forum.springsource.org

Hi, I read about Spring few days ago and I'm very excited about it, but somewhat confused as well. I was thinking whether it's possible to use Spring to wire a ...

44. JDK 1.6 CachedRowSet is broken, Spring support is insufficient...    forum.springsource.org

JDK 1.6 CachedRowSet is broken, Spring support is insufficient... As an avid user of the JDK RowSet, we have spotted yet another bug in the JDK implementation of the CachedRowSet. The ...

45. Spring XML parsing of contexts broken using xerces and IBM JDK    forum.springsource.org

Sep 12th, 2008, 05:40 AM #1 Paul Newport View Profile View Forum Posts Private Message Senior Member Join Date Sep 2004 Posts 586 Spring XML parsing of contexts broken using xerces ...

46. AbstractPermission class is incompatible with JDK 1.4.2    forum.springsource.org

AbstractPermission class is incompatible with JDK 1.4.2 Apologies if this is a duplicate report but I searched first and couldn't find it so here goes... I was trying out the Spring ...

47. JDK Selection???    forum.springsource.org

JDK Selection??? Hiyas... Just a quick question: I just installed the STS 2.1.0 M1 and I keep getting a message telling me that eclipse needs to be running in a JDK ...

48. JAXP provider for parsing Spring configuration in JDK 1.4    forum.springsource.org

Jul 8th, 2009, 10:20 AM #1 mbaudier View Profile View Forum Posts Private Message Junior Member Join Date Apr 2009 Location Berlin, Germany Posts 10 JAXP provider for parsing Spring configuration ...

49. Godday Host Linux Tomcat 5.0.27 JDK 1.5    forum.springsource.org

Godday Host Linux Tomcat 5.0.27 JDK 1.5 Hi, I have a host in godadday.com. They have Tomcat 5.0.27 and JDK 1.5 I use springFramework, but it's not working in this host. ...

50. Console does not produce output on jdk 1.6.0_18    forum.springsource.org

Good day everyone, I had an issue with roo's console today. It did not produce output when running on Sun JDK 1.6.0_18. I had to re-install Sun JDK 1.6.0_17 in order ...

51. eclipse is running in a jre, but a jdk is required    forum.springsource.org

eclipse is running in a jre, but a jdk is required I tried multiple ways and I could not get rid of the Console warning: Eclipse is running in a JRE, ...

52. What happened with JDK 5 support?    forum.springsource.org

53. JDK 1.5 dropped or NOT?    forum.springsource.org

well. jdk5/ java 1.5. After have seeing several JIRA reports discussing jdk5 and the documentation refering to jdk5 I really feel someone could be able to tell why java1.5 support was ...