You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Sebastien Mayemba Mbokoso <se...@gmail.com> on 2005/03/22 10:50:42 UTC

Axis and Hibernate again !!

Hi all,

i am working with Axis 1.1 and Hibernate 2.1.6. In my DB i have 34
tables. And so many relationships between them. I noticed one thing
that make me crazy in that stage of my
project. Axis is performing an introspection of all the beans
contained in other. I mean Axis
discovers all the relationships. For example if i just need one table
in the WSDD i am going
to have all other tables related with the table. Who know how can i
break that ? Do i have
to write a personnal serializer/deserializer ? Do there is any
hibernate configuration to set on
for that ? I am already using lazy mode.

Thanks all

----
Sebastien