indeed it is a disfunct stuff in pom.
in my case it was cloudbees plugin for maven - after upgrade works. track your pom history!
StereotypicalJavaException- I wont't tell you what is wrong, so...
Type: Posts; User: Roland Kofler; Keyword(s):
indeed it is a disfunct stuff in pom.
in my case it was cloudbees plugin for maven - after upgrade works. track your pom history!
StereotypicalJavaException- I wont't tell you what is wrong, so...
Yes this is it.
Solved the mystery. In one of the tests i was so lazy to declare a german constant with 'umlaute': ö is the culprit not en-dash.
So the parser for aspect generation reads this and can't cope with...
Thanks, will check this later when I get to my windows machine.
It didn't help because i found some hypens in JS comments and substitution had no effect on the error. Searched for both \u.... and...
Welcome to Spring Roo. For assistance press CTRL+SPACE or type "hint" then hit ENTER.
roo> Lexical error at line 18, column 39. Encountered: "\u2013" (8211), after : ""
This happens only on my...
Hi, it seems this Bug is in the current release
http://bugs.dojotoolkit.org/ticket/7599
Its safe to upgrade to 1.3 of Dojo? Or how do you handle such bugs?
Thanks, Roland
the user creates a new product out of a productspecification. I hint in a hidden field which specification he selected. This happens because the product model when created does not know yet to what...
On Behalf of Patrick:
1. yes it is a part of product bean.
2. no it cant be changed by the user
we do a binding in the flow now
<view-state id="productForm" model="measuredProductBean">...