Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Sort of solved the problem with a workaround: ...

    Sort of solved the problem with a workaround:

    It's opening the 'Spring Config Editor' on an XML file that is causing the problem. If I open with the 'XML Editor' all is okay. Small loss for...
  2. JPA Java Change Event Handler - hang - STS 3.1 & 3.2.0.RELEASE

    I'm a fan of STS, which I use at home, (& myeclipse at work). But STS is becoming unusable - it hangs typically within 2 hours of opening with background task 'JPA Java Change Event handler' ...
  3. Replies
    1
    Views
    322

    which jdk for spring security

    Compiling a basic spring security application with JDK 1.5 - I get the following error:


    org.springframework.beans.FatalBeanException: Invalid NamespaceHandler class...
  4. Replies
    2
    Views
    925

    I think you only get xml out of the box if you...

    I think you only get xml out of the box if you have the jackson mappers in the classpath and have <mvc:annotation-driven/> which will auto register to mapper implimentations.
  5. It seams like a Post is being mixed with a Get. ...

    It seams like a Post is being mixed with a Get.

    Should you be doing one or the other. Post to make a change & possible retrieve a url to the updated object, And a Get to retrieve the object.
    ...
  6. Replies
    0
    Views
    236

    Spring 3.1 RestTemplate with Https

    I have a working Rest client with Spring 3.1. But I wish to use a Https endpoint (with a valid certificate), no login is required.
    What is the bacic code I need impliment the change.

    Changing...
  7. Replies
    0
    Views
    271

    ignore me please

    wrong location
  8. The question is more related to the embeded...

    The question is more related to the embeded database api. Greenhouse is just an example that uses the spring embeded database api.
  9. Partial answer - but still unable to debug. ...

    Partial answer - but still unable to debug.

    The projects arise from a maven project import. The resulting projects dont have a java builder (only a maven builder) associated with it. Manually...
  10. Unable to debug Andriod within STS - no opened project found for ...

    Within STS 2.8.1, Android DDMS 16.0.1.v201112150204-238534

    I am unable to debug as the DDMS sample android projects.

    App deploys & runs okay but DDMS green bug button generates:

    "no...
  11. Greenhouse - javax/el/ExpressionFactory - LinkageError

    When trying to load Greenhouse c4a1555 in an STS server:
    - STS (2.8.1)
    - (via Run-As, run on server)
    - VMware vFabric tx Server v2.5 + jre: jdk1.6.0_25 + tomcat-7.0.20.B.RELEASE

    I...
  12. Access to a junit's embedded database within db explorer

    Is it possible to connect to an embeded database constructed by a junit test in debug mode via STS database explorer, and subsequently run queries against it.

    I have tried but when I connect to...
  13. Access to a jnit's embedded database within db explorer

    Probably a stupid quiestion - but I'l dare to ask it :)

    Is it possible to connect to an embeded database constructed by a junit test in debug mode via STS database explorer, and subsequently run...
  14. IllegalArgumentException: HOUR_OF_DAY exception within Spring-greenhouse-c4a1555

    I get an exception within GregorianCalendar when running a Junit test within Spring-greenhouse-c4a1555 JUnits.

    The exception looks as if its internal to the GregorianCalendar class and not caused...
  15. Replies
    1
    Views
    755

    jdbc:initialize-database - running twice.

    More of an observation than a question, But I use the following in a spring file, but find that my database is configured twice!


    <jdbc:initialize-database data-source="dataSource"...
  16. update: I found out that STS, when it deploys to...

    update:
    I found out that STS, when it deploys to the server, creates a context.xml within the webapp's meta-inf directory, with the following contents - which sort of explains it all:

    <!-- Tomcat...
  17. Fixed: Resolved by placing...

    Fixed:

    Resolved by placing spring-instrument-tomcat-3.0.4.RELEASE.jar into each of the tomcat/lib directories under vfabric-tc-server-developer-2.6.1.RELEASE. I didnt have to touch the server or...
  18. TomcatInstrumentableClassLoader & vFabric tc server

    I recently upgraded to 2.8 but have been unable to use deploy an app from within tool suite.

    * SpringSource tool suite 2.8.0 Release
    * vfabric-tc-server-developer-2.6.1.RELEASE ( as came with...
  19. As expected finger trouble - wish I hadnt done...

    As expected finger trouble - wish I hadnt done post now :). I toggled proxy-target-class true then back to false, this then highlighted a expression error which was not displayed earlier. so the...
  20. STS - Spring AOP gutter icons, not showing in gutters.

    Its probably finger trouble, but I cannot get the Spring AOP gutter icons to show against my aspects, in STS 2.7.1 Release.

    The aspects are being applied when I run the application as expected;...
  21. Update: At the moment I believe the problem...

    Update:

    At the moment I believe the problem has to do with EclipseLink + jpa 2, as If I replace Eclipselink with Hibernate the problem goes way - all other things remaining as before.
    ...
  22. Thanks for the feedback Gilbertoca, unfortunately...

    Thanks for the feedback Gilbertoca, unfortunately I'm only using a single JDK 1.6.0_26 with compiler and execution environments pointing to the same. Currently I'm at a loss to understand what is...
  23. Bizarre behaviour: java.lang.NoSuchMethodError: Person._persistence_checkFetched

    Exception:


    java.lang.NoSuchMethodError: com.fred.Person._persistence_checkFetched(Ljava/lang/String;)V
    at com.fred.entity.Person._persistence_getclient(Person.java)
    at...
  24. Solved: The error relates to a mismatch...

    Solved:

    The error relates to a mismatch between the annotated markup and the schema. The markup was generated by xjc from the schema. And the schema was hand crafted from an xml file. Many schema...
  25. SAXParseException: cvc-elt.1: Cannot find the declaration of element

    Can anybody explain exactly what 'cvc-elt.1: Cannot find the declaration of element' means? I'm unable to trace into xerces api as the source zip does not provide source api for these api.

    I'm...
Results 1 to 25 of 48
Page 1 of 2 1 2