Some further digging....

Here is the what comes in with the request when this submit is invoked:


  | 16:06:48,740 INFO  [RequestDumper] _id0:title =  Jboss Seam Forum Site
  | 16:06:48,740 INFO  [RequestDumper] _id0:id =  27
  | 16:06:48,740 INFO  [RequestDumper] _id0:url =  
http://www.jboss.com/index.html?module=bb&op=viewforum&f=231
  | 16:06:48,740 INFO  [RequestDumper] _id0 =  _id0
  | 16:06:48,740 INFO  [RequestDumper] com.sun.faces.VIEW =  
H4sIAAAAAAAAAMVXX2wURRifu7a0XAFbCqSCpUdBCtjutfSOthaUlrb04hVqWyp/HmDudnq3sLe77s72thIJPKCJJEZFjCY1kuiDD/iibyYmGh6MJGAg8cXEhBgTY+KfxBfUB/Wb2b293ft
  | jC0LYh7m9me+b79/v .. PRUNED.. LJYV/tLZvHygfM1d2wi7E+i8oJYVucxIAAA==
  | 16:06:48,740 INFO  [RequestDumper] _id0:_id16 =   save changes
  | 16:06:48,740 INFO  [RequestDumper] 
------------------------------------------------------------------------------------------------------------------------
  | 

Here is what Seam thinks it has to work with (I added some logging to 
org.jboss.seam.Component.setFieldValue(Object bean, Field field, String name, 
Object value) {} in the catch{} block.

16:06:48,771 ERROR [Component] java.lang.IllegalArgumentException
  | java.lang.IllegalArgumentException
  |         at 
sun.reflect.UnsafeLongFieldAccessorImpl.set(UnsafeLongFieldAccessorImpl.java:62)
  |         at java.lang.reflect.Field.set(Field.java:656)
  |         at org.jboss.seam.Component.setFieldValue(Component.java:1081)
  |         at org.jboss.seam.Component.injectParameters(Component.java:737)
  |         at org.jboss.seam.Component.inject(Component.java:712)
  |         at 
org.jboss.seam.interceptors.BijectionInterceptor.bijectTargetComponent(BijectionInterceptor.java:30)
  | ...
  | ...
  | 16:06:48,771 ERROR [Component] getFieldValue() - bean -> [EMAIL PROTECTED]
  | 16:06:48,771 ERROR [Component] getFieldValue() - field -> private long 
com.evergreen.userlinks.biz.LinkEditor.linkId
  | 16:06:48,771 ERROR [Component] getFieldValue() - name -> id
  | 16:06:48,771 ERROR [Component] getFieldValue() - value -> nullnull
  | 

Any thoughts?

Thanks.

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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to