tks for direction.
I really want to know:If i use cmp bean,the container would access these table which mapping to the related cmp bean and related relationship frequently,would the server control these table exclusivly? and ,can i operate the data of these table in other program when the ejb container is running?and ,if i can do this,would it crash with the container and result in wrong state?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961007#3961007
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961007
Oh yes, this is possible..... just use an actionhandler that can work with a xml structure. There are some examples in the source, docs, this forum... just don't look at the xml tag as the variable name but do something like
<numbers>
| <entry><key>one</key><value>1</value></entry>
| <entry><key>two</key><value>2</value></entry>
| <entry><key>three</key><value>3</value></entry>
| </numbers>
Where the value of key is the variable name and the value of value is the value (heee that is nice ;-))
The rest should be obvious
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961002#3961002
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961002
The operations error messages on the console seem to relate to the disabled operations. It looks at first glance that these operations are the ones with non-serializable parameters such as Fqn. The operations that take serializable parameters such as String are enabled and seem to work properly.
Bottom line seems to be that mbean attributes and operations are only functional in a remote jconsole if they use serializable parameters and return values.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960996#3960996
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960996