[jboss-user] [JBossWS] - Re: Newbie: How do you modify the java package/namespace map

2006-09-07 Thread jpremji
I am having the same issue. It would seem that even after specifying the target namespace, the wsdl that is generated contains 2 complex elements of the same java type. This then causes confusion to the client when calling the method that would return or accept this type. View the original pos

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Code Generation with Oracle

2006-07-20 Thread jpremji
Thanks for the reponse. Is there any example of settting the reveng.xml file to generate the sequence. I am a newbie to java development. Any other pointers to information to help will be greatly appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=395

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Code Generation with Oracle

2006-07-20 Thread jpremji
The question i am asking is if there is any way to change the reveng.xml file to include the generation of the @SequenceGenerator(name="TABLE_ID_SEQ",sequenceName="TABLE_ID_SEQ",allocationSize=1) annotation for each table and the @GeneratedValue(generator="TABLE_ID_SEQ") annotation or a templat

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Code Generation with Oracle

2006-07-20 Thread jpremji
With regard to the integer, yes that was a problem and i have added the following to the reveng.xml file View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959451#3959451 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss Eclipse IDE (users)] - Hibernate Code Generation with Oracle

2006-07-19 Thread jpremji
I am using the hibernate code generation with a reverse engineering xml file and would like to generate the sequences for the tables. I am generating EJB3 annotations entity beans. Is there any way of performing this task. View the original post : http://www.jboss.com/index.html?module=bb&op=vi