[jboss-user] [Installation, Configuration & DEPLOYMENT] - 4.2.2 Switching name cases from proper case to camel case

2009-01-09 Thread mstraub
I have a case sensitive DB That has a field ServerAddress. The pojo has private int ServerAddress; public int getServerAddress()... public void setServerAdd5ress(int Val)... I am getting SQLGrammer exceptions stating it cant find field "serverAddress". NOTE Camel case on name. The only way I seem

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 4.2.2 Switching name cases from proper case to camel cas

2009-01-10 Thread mstraub
The database is case sensitive base on other requirements. (Not my decision.) However, JBoss is changing the case on many names when the beans are deployed. We did not have this problem until we upgraded from 4.0.5 to 4.2.2. Something in 4.2.2 is forcing names to camel case. We are having to

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 4.2.2 Switching name cases from proper case to camel cas

2009-01-13 Thread mstraub
The entity names in the WSDL are also being camel cased. Which really makes it look like the issue is in JBoss. If I add tags, I can force most of the names in the WSDL and DB to match the code case, but that requires touching a lot of code. The 4.0.5 version of JBoss did not require these tag