From: aguizar <nu...@jb...> - 2005-07-29 22:06:18
|
There are side effects. From the javadoc for getField(): anonymous wrote : Returns a Field object that reflects the specified public member field of the class or interface Effectively, getField() recurses upon superclasses, but only considers public fields. Conversely, getDeclaredField() considers all fields but does not recurse. Of course, jBPM should support inheritance of actions. Could you please open a JIRA issue? I propose that FieldInstantiator calls getDeclaredField() not only on the target class but all its superclasses until the field is found or Object.class is reached. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887393#3887393 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887393 |
From: mmicha <nu...@jb...> - 2005-08-15 06:43:01
|
Hello, where can I found the JIRA - Issue ?.. is it an Issue ?.. In my Project I have a WorkAround for this Problem, -> I redefine the Methods in the inherit Class'es. But it's not 'nice' and need's much more time. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889991#3889991 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889991 |
From: kukeltje <nu...@jb...> - 2005-08-15 06:54:51
|
http://jira.jboss.org/jira/browse/JBPM View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889992#3889992 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889992 |
From: mmicha <nu...@jb...> - 2005-08-15 07:16:18
|
I know the URL to JIRA ;) I can't found THIS Issue in JIRA and I would like know where I can found it in JIRA ( in Version 3.0, Alpha , 3.1 ... ). ( sorry , I only speak a little English ). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889996#3889996 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889996 |
From: kukeltje <nu...@jb...> - 2005-08-16 00:28:38
|
If it is not in the jira, maybe the original reporter did not report it there. Would you do the honours? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890098#3890098 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890098 |
From: mmicha <nu...@jb...> - 2005-08-16 06:39:05
|
Oh yeeeeesss ;) I do it, it's an importent Issue ( for me ;) ).. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890116#3890116 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890116 |
From: mmicha <nu...@jb...> - 2005-08-16 07:09:45
|
I have it accomplished : [url]http://jira.jboss.org/jira/browse/JBPM-311[url] mmicha View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890125#3890125 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890125 |
From: <tom...@jb...> - 2005-08-16 07:13:07
|
thanks. we'll have a look. regards, tom. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890127#3890127 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890127 |