I'm posting the answer to my own question in the event someone else runs into this.
By annotating Entities with @XmlType, a name can be defined as needed:
@XmlType(name="MyClassName") will ensure that the wsdl publishes a complex type
called MyClassName, and not myClassName.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129450#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...