When IntelliJ reformatted the file it made changes like this:
- <object-ql>
- SELECT o FROM BasicCmp2Bean o WHERE o.lastName = ?1
- </object-ql>
+ <object-ql>SELECT o FROM BasicCmp2Bean o WHERE o.lastName = ?
1</object-ql>
-dain
On Mar 7, 2007, at 6:42 PM, David Blevins wrote:
Dain, you might want to check out my changes to the openejb-
jar.xml. I've updated it based on the contents of the OpenejbJar
in memory on itest deploy. I did notice that idea had the object-
ql elements marked as "changed", so you may want to look to make
sure I didn't mess them up -- didn't really look at what was there
before.
-David