Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Spring batch admin - set locale

  1. #11
    Join Date
    Aug 2012
    Posts
    17

    Default

    Code:
    <bean id="userTimeZone" class="java.util.TimeZone" factory-method="getTimeZone">
        	<constructor-arg value="GMT" />
    	</bean>
    It still does not work

  2. #12
    Join Date
    Aug 2012
    Posts
    17

    Default

    any thoughts on this?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •