[jboss-user] [JBoss Seam] - Re: @WebRemote: problem with client site instantiation of ob

rlhr do-not-reply at jboss.com
Wed Aug 2 09:04:12 EDT 2006


Here are the XML packets:

Wed Aug 02 2006 14:56:54 GMT+0200 (Romance Daylight Time): Request packet:
  | <envelope>
  |   <header>
  |     <context><conversationId>10</conversationId></context>
  |   </header>
  |   <body>
  |     <call component="myManager" method="getMyList" id="1">
  |       <params>
  |         <param>
  |           <str>ID:12</str>
  |         </param>
  |       </params>
  |       <refs></refs>
  |     </call>
  |   </body>
  | </envelope>
  | 
  | 
  | Wed Aug 02 2006 14:56:55 GMT+0200 (Romance Daylight Time): Response packet:
  | <envelope>
  |   <header>
  |     <context><conversationId>12</conversationId></context>
  |   </header>
  |   <body>
  |     <result id="1">
  |       <value>
  |         <bag>
  |           <element><ref id="0"/></element>
  |           <element><ref id="1"/></element>
  |           <element><ref id="2"/></element>
  |         </bag>
  |       </value>
  |       <refs>
  |         <ref id="0"><bean type="javax.faces.model.SelectItem"></bean></ref>
  |         <ref id="1"><bean type="javax.faces.model.SelectItem"></bean></ref>
  |         <ref id="2"><bean type="javax.faces.model.SelectItem"></bean></ref>
  |       </refs>
  |     </result>
  |   </body>
  | </envelope>
  | 

So if I write a stub for SelectItem and register it, Seam won't generate one and pick that one up. Is that what you mean?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962450#3962450

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962450



More information about the jboss-user mailing list