Search:

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

Search: Search took 0.02 seconds.

  1. Stepping through the code I can see that...

    Stepping through the code I can see that JobExecution does have a value for lastUpdated property, but somewhere after that point it disappears (according to the error above, I couldn't find exactly...
  2. Mysql connection issues are usually due to...

    Mysql connection issues are usually due to incorrect permissions for whether you can connect locally or remotely. Since your error says 'Access denied for user 'test'@'localhost'' I'm betting if you...
  3. Spring Batch Admin 1.2.1 : Data truncation: Incorrect datetime value

    I have a Spring batch job using Spring Batch 2.1.7 and I'm running the sample app from Spring Batch Admin 1.2.1 on Weblogic 10.3.2. Database is MySQL 5.5.11

    Straight out of the box, the Spring...
  4. Replies
    3
    Views
    584

    Wow, I've just spent hours trying to work out why...

    Wow, I've just spent hours trying to work out why an older Roo project would not properly compile in a later version of STS. The odd thing is that sometimes it would compile, would deploy cleanly and...
  5. Have you checked the Spring MVC docs - you'll...

    Have you checked the Spring MVC docs - you'll find what you need there:
    http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/mvc.html

    There's a number of ways to do it...
  6. Replies
    1
    Views
    256

    Asking if Roo real world ready, and can it do row...

    Asking if Roo real world ready, and can it do row level security are two separate questions... I'll avoid answering the first one, but give you a suggestion for the second :-)

    Spring Security has...
  7. Replies
    2
    Views
    556

    The purpose of the z attribute is explained here:...

    The purpose of the z attribute is explained here: http://static.springsource.org/spring-roo/reference/html/base-web.html#jsp-views
  8. do fields not get a tooltip popup by default?

    I have @Size(max=60) on some attributes on one of my entities, so they get displayed as a textarea, which is great (took some searching around to find out how to trigger this behavior).

    I've...
  9. STS unable to save files in directory created with Cygwin on Windows 7

    I have a maven project created from the command line in a Cygwin shell. When I import this project into STS, any code changes I make in STS cannot be saved back to the file system (get 'Unable to...
  10. Sorry for digging up an old thread but I just ran...

    Sorry for digging up an old thread but I just ran into this as well.

    The issue is that <import> is performed to import the referenced other xml file into this enclosing file, and this inclusion...
  11. The issue I'm seeing with Wss4j and the signature...

    The issue I'm seeing with Wss4j and the signature validation failing is only on incoming SOAP requests that contain a SOAP attachment. For other endpoints that don't define any SOAP attachments in...
  12. Same issue?

    I think I'm getting the same issue with Spring WS 2.0.0M2 when testing with SOAPUI 2.0.2. I tried with SOAPUI 3.5 and get the same issue.

    We've migrated some existing WS code from using...
  13. Replacement for followIncludeImport with DefaultWsdl11Definition?

    In 1.5.9 when using XsdBasedSoap11Wsdl4jDefinitionBuilder with DynamicWsdl11Definition, there was a property called followIncludeImport to include imports into the generated wsdl?

    Now with...
  14. Replies
    14
    Views
    5,685

    Migrating 1.5.9 to 2.0.0-M2

    I'm migrating existing code using Spring WS 1.5.9 to 2.0.0-M2 and have noticed some changes in classes and packages. Can someone confirm the following for me:

    1. did
    ...
  15. Setting transaction timeout on Jotm Current/JotmFactoryBean

    We are using JOTM for Transaction Manager functionality when running our code outside of an app server. Our configuration looks like this:



    <beans>
    <bean id="jotm"...
  16. java:comp/UserTransaction not found on Websphere 5.1

    I have an application context configuration to be used on Websphere5.1, to be used with DAOs using JdbcDaoSupport.

    Here is my config:


    <beans>
    <bean id="jndiTemplate"...
Results 1 to 16 of 16