Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    60
    Views
    20,978

    I discovered that STS 3.0.0 has been bundled for...

    I discovered that STS 3.0.0 has been bundled for Eclipse 3.7.2 . The links are just missing from the download page.

    To get a download link, replace "4.2" with "3.7" in the link from...
  2. Replies
    0
    Views
    733

    Axiom bug related to MTOM/XOP attachments

    Some Spring WS users using MTOM/XOP attachments might be interested in this Axiom bug:
    https://issues.apache.org/jira/browse/WSCOMMONS-542

    Check this out if you have problems with MTOM/XOP...
  3. grails install-plugin eclipse-scripts

    grails eclipse-scripts plugin: Eclipse helper scripts for creating .classpath/.project files and for downloading sourcecode and javadocs and making them available in Eclipse
    ...
  4. Replies
    7
    Views
    2,716

    In STS jira this issue doesn't have a fix version...

    In STS jira this issue doesn't have a fix version yet : https://issuetracker.springsource.com/browse/STS-669 .
    Can you please fix this problem in STS 2.3.0.RELEASE?
  5. Workaround for "Updating source folders on project 'P/myproject' / Element not found

    This time this solution didn't work.

    I tried removing and re-creating the WORKSPACE_DIR/.metadata/.plugins/org.eclipse.core.resources/.projects/.org.eclipse.jdt.core.external.folders directory and...
  6. I got dependencies working after I removed the...

    I got dependencies working after I removed the project from the current workspace and imported it back again. Before doing this I was receiving strange error messages:
    An internal error occurred...
  7. How to inject properties when context:component-scan is used to detect beans

    This was very easy to achieve by using the context:property-override element.

    I use context:component-scan in a webapp to automaticly detect controllers.
    In the controller I have named the bean...
  8. Spring IDE requires Java 6 to install (pack format incompatible Java 5 Java 6)

    See: jira.springframework.org/browse/IDE-816

    I tried installing Spring IDE 2.0.5 in to RAD7 and I get the same error message. I checked manually with "unpack200" that the problem is in the pack...
  9. staging table

    staging table is a good idea if transactional integrity is required.
    You might want to use database temporary tables for staging. Here's one article about this approach for DB2 database:
    High...
  10. Replies
    7
    Views
    1,211

    TransactionSynchronizationManager

    I'd register a custom TransactionSynchronization with org.springframework.transaction.support.TransactionSynchronizationManager and store the data in an ordinary ThreadLocal variable. The...
  11. Eclipse Implementors Plugin

    "The Implementors plugins add the possibility to jump to the implementation of of an interface. Alternatively, you can jump to the interface of an implementation."...
  12. XSL for converting old beans xml to new short format

    You can use this XSL to convert from old beans xml to new short format.

    Save this as "transformbeans.xsl" .

    usage:

    xsltproc transformbeans.xsl applicationContext.xml >...
Results 1 to 12 of 12