Hello,

I've been working with 3.0.6 and yesterday I decided to change to 3.2rc2.
But
one of my bean relationship stopped working, I have another m:n relationship
and it works, the only diference is that in the first one of the fields is a
string(varchar in sql) and the other is an Integer(int(11). In the second
relationship both fields are integer.

Here is a description:

Bean A                Bean B
    pk: item(integer)         pk: ecampus(String)
    getBs                        getAs
    setBs                        setAs

Relation table: (@jboss.relation-table)
    item: Integer
    ecampus: String

When I call getBs it works ok returning Bs related to A, but when I call
getAs it allways returns an empty collection.

I supose it is a bug because it works in 3.0.6, anyone can tell if its a
known one or if its new, or went is it going to be solved?�?��?.

Thanks
--------------------------------------------------------------------
Jordi Valldaura i Riqu�
CSI - Centre de Serveis Inform�tics
Enginyeria i Arquitectura La Salle
Universitat Ram�n Llull
--------------------------------------------------------------------



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to