I would love to hear more on this as we have the exact same problem. Roo apps with jpa2 and validation don't work on weblogic. We've tried many of the prescribed solutions including...
Type: Posts; User: aehh; Keyword(s):
I would love to hear more on this as we have the exact same problem. Roo apps with jpa2 and validation don't work on weblogic. We've tried many of the prescribed solutions including...
Could you modify the IDT that populates the select list to have a null value option?
I don't understand how that link helps me with my problem. Post #7 seems to indicate a problem with the settings.xml, but doesn't say what the problem is or how to fix it.
I run the following commands from the standalone instructions:
project --topLevelPackage com.foo
jpa setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY
entity jpa --class ~.Timer...