It seems to be the unidirectional, 1:1 relationship that is causing the problem. If I 
take out the following snippit, everything works:
        /**
  |      * @ejb.value-object
  |      *                 relation = "external"
  |      * @ejb.relation
  |      *                 name = "FieldFunctionArg-FunctionArg"
  |      *                 role-name = "field-function-arg-has-function-arg"
  |      *                 target-ejb = "testFunctionArg"
  |      *                 target-role-name = "function-arg-has-field-function-args"
  |      * @ejb.interface-method
  |      * @jboss.relation
  |      *                 related-pk-field = "fuaId"
  |      */
  |     public abstract FunctionArgValue getFunctionArg();
  |     /**
  |      * @ejb.interface-method
  |      */
  |     public abstract void setFunctionArg(FunctionArgValue val);
Anyone have any idea as to why this might be happening?  I don't have the get/set 
flagged as a persistent field, but it seems to confuse JBoss none the less.

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827241#3827241";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827241>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to