This is not a spring issue. We had a template that was being used that does a velocity evaluate() on unescaped input fields.
Type: Posts; User: whyBish; Keyword(s):
This is not a spring issue. We had a template that was being used that does a velocity evaluate() on unescaped input fields.
Hello,
Anonymous hypothetical company I work for has an application that uses spring-webmvc and a velocity view resolver. They have used #springbind everywhere which takes care of html escaping....
We are expecting the class below to be able to be autodiscovered by Hyperic but it isn't. We can query it in the view tab in hyperic and see its attributes, but it is not autodiscovered in the...
While I like the same pattern you describe I believe that the roo philosophy is that the logic should go on the domain objects. Your WS would be reusing the business logic this way.
Sorry, haven't looked for nine months. Does it have a guide to writing plug ins yet?
Setting NOT_SUPPORTED may not be a good idea. This means that if you have multiple calls each one potentially have a different spid. If you have stored procs that are using the spid as keys...
I am trying to reverse engineer a sybase database with hibernate using the hibernate tools in eclipse. The problem I get when I run is:
"org.hibernate.exception.GenericJDBCException: Error while...
in your hibernate.cfg.xml, is autoddl set to 'create'?
I have usually used binding differently using spring:form and the spring tags for the input fields, but I assume that nestedPath and bind work...?
What does your jspx file look like? Have you changed it manually?
I don't understand how this is reducing reusability, unless you mean using annotations vs xml config?
And do you know what is going to happen if anything has a foreign key to username?
I am using Propagation.REQUIRED for my services and Propagation.MANDATORY for my DAOs. The idea is that services should have atomic operations, and that no-one should be tunnelling to the DAOs...
I'm assuming that in the generic case:
- you would end up with threadsafety issues.
- you wouldn't be able to change from the singleton scope to something else via config.
The first point is a...
The message is because hibernate cannot find the controller.POI class. I think the import on your controller.POI class is wrong. Try using javax.persistence.Entity rather than the hibernate...Entity
If using java6 then you could just use visualvm to see what threads are running.
Wow, that is very cool!
The one for your project
Try 1.1, if it doesn't work log an issue providing your roo script. When I looked yesterday I couldn't find any issues for this.
I remember hitting this issue with an earlier roo relase, it didn't like recursive entities, what version of ROO are you using?
You can wrap the code in code tags and the forum should retain the tabs.
I don't think any relations work in GWT at all. I think that this has been loged in jira.
Wont the ITDs get woven into the classes at compile time, so when you instrument the compiled classes they already have the 'aspects' in them? The display for where the coverage is may be a...
do you have a spring.tld in your deployments WEB-INF/tag folder?
In my personal opinion Roo should really be release 0.7 There are a lot of things that just don't work as expected yet.