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...
Type: Posts; User: t2987; Keyword(s):
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...
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' ...
Compiling a basic spring security application with JDK 1.5 - I get the following error:
org.springframework.beans.FatalBeanException: Invalid NamespaceHandler class...
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.
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.
...
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...
wrong location
The question is more related to the embeded database api. Greenhouse is just an example that uses the spring embeded database api.
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...
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...
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...
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...
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...
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...
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"...
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...
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...
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...
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...
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;...
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.
...
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...
Exception:
java.lang.NoSuchMethodError: com.fred.Person._persistence_checkFetched(Ljava/lang/String;)V
at com.fred.entity.Person._persistence_getclient(Person.java)
at...
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...
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...