Hi Gavin,

I tried 


  | @Factory(value="xyzList")
  | @DataModel(value="xyzList")
  | public List<xyz> getXyzList() {
  |     ...
  | }
  | 

That raises an exception


  | java.lang.IllegalArgumentException: create method not found
  | ...
  | Caused by: java.lang.NoSuchMethodException: $Proxy414.getXyzList()
  |     at java.lang.Class.getMethod(Class.java:1581)
  |     at org.jboss.seam.Component.callComponentMethod(Component.java:1116)
  |     ... 40 more
  | 

I also tried the PAGE scope for the DataModel. No change.

Well, if I understand the outjection invocation algorithm correctly, I have to 
call Bean B2 from my example and have B1 injected into B2 to get the data from 
B1. 

I'll give it a try.

Thanks so far,
Stefan

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to