Search:

Type: Posts; User: masrawi; Keyword(s):

Search: Search took 0.01 seconds.

  1. created a jira bug:...

    created a jira bug: https://jira.springsource.org/browse/SPR-10139
  2. I have the same problem with tomcat 6.0.14 :-(

    I have the same problem with tomcat 6.0.14 :-(
  3. Replies
    2
    Views
    668

    Hi Dave and thank you for your answer, I think...

    Hi Dave and thank you for your answer,

    I think then that the name is a bit misleading. I think it would be better to make the user have the option which method he would like for the matching...
  4. Replies
    2
    Views
    715

    Rephrasing the question

    now that I got no replies here is the question again rephrased:

    How is it possible to write something in the header based on eg. how many records are already read?

    writeFooter(Writer writer)...
  5. Replies
    2
    Views
    668

    RegexPatternMatcher

    Hi, is there any reason why org.springframework.batch.support.PatternMatcher is not using regex for its match(String pattern, String str) method?
  6. Replies
    2
    Views
    715

    Summery in the header

    Hello, I have to implement reading a flat file and writing back a flat file with a header, records and a footer. in the header and the footer the total number of records must be written. In the...
  7. Replies
    1
    Views
    695

    CAS integration Problem

    Hello, we have a requirement that the client should only authenticate himself once and not every time he opens a new window in IE. I thought the integrating CAS would be the solution to this problem....
  8. I had the same issue and I figured out that this...

    I had the same issue and I figured out that this property has to be in hibernate.properties file on your classpath:


    hibernate.bytecode.provider=javassist

    then it works, I think it is even...
  9. Replies
    0
    Views
    605

    questions about the new

    how do I define that an input is disabled in the new form tags and why can't I override the name attribute of the <form:input and what about the submit buttons??
  10. Any ideas please ?

    Any ideas please ?
  11. save inside PostUpdateEventListener not working

    Hi, I Am trying to track changes to updated objects after they are inserted into the db. for that I have implemented hibernate PostUpdateEventListener and when the events occurs my method gets called...
  12. org.springframework.core.io.UrlResource is using...

    org.springframework.core.io.UrlResource is using the same technique by the way so I guess it is already a known issue
  13. locked jars solved!

    the method PropertiesLoaderUtils.loadAllProperties should be changed to

    public static Properties loadAllProperties(String resourceName, ClassLoader classLoader) throws IOException {
    ...
  14. correct me if I am wrong:I think the problem lies...

    correct me if I am wrong:I think the problem lies in PropertiesLoaderUtils which is using classLoader.getResources(resourceName) and used by...
  15. I 've tried that and the problem now is in the...

    I 've tried that and the problem now is in the spring-beans jar, you can reproduce that by trying merely to delete all the jar files in the lib dir, and only this jar is locked which means that it is...
  16. problems redeploying in tomcat

    I had problems with the redeploying but this only occurs since upgrading to m2, when downgrading to 1.2.6 the problem disappear, so I guess it is more of a spring problem than a windows problem.
  17. Replies
    1
    Views
    673

    Around advisor problem

    Hi,

    I have a bean which has a method getFoo() which in turn calls a method doSomething(). I want to intercept all calls to doSomething() but do not know how. if I put .* as a pattern calls to...
  18. Replies
    1
    Views
    817

    understanding the puzzle

    well,
    I am writing a standalone program that uses spring and I have set up the datasource and the dao's and bootstraped the context and every thing is working well, but deep inside my programm...
  19. Replies
    1
    Views
    983

    TimerFactoryBean not starting

    Hi,
    I am using spring in a standalone application and for some reason the tasks through the jdk timer do not seen to start unless I reference the TimerFactoryBean from my java code, according to the...
  20. Replies
    3
    Views
    9,393

    initializing a bean with a list properties

    Hi,
    I want initialize a property of the type List or Map but from an external *.properties file. is this possible?
Results 1 to 20 of 20