[jboss-user] [EJB 3.0] - Re: ManyToMany constraints problem

2006-12-07 Thread martinwhs
Is there a reason for the usage of CascadeType.PERSIST on the many-to-many relationship in the etiquetas class? Since that very relationship is mapped by the etiquetas field in the libros class, you probably won't ever manipulate the collection of libros in the etiquetas, but only do reads on

[jboss-user] [JBossWS] - Error in WSDL with complex type (EJB3 WebService)

2006-11-09 Thread martinwhs
Hello, I use EJB3-annotated Webservices in JBoss 4.0.4 GA. This worked fine, even with rather complex types, up until now. I have an Interface | public interface EntityAware { | | /** | * @return an entity of type E | * @throws EntityConversionException | */