[Design of EJB 3.0] - Unit test: stateless failure because of bridged method
by wolfc
Stateless contains 1 failure because a bridged method shows up in advisor.advisedMethods:
anonymous wrote : [null, null, null, null, null, null, public volatile java.lang.Object org.jboss.ejb3.test.stateless.UnsecuredStatelessBean.testMandatoryTx(java.lang.Object) throws javax.transaction.SystemException, null, public int org.jboss.ejb3.test.stateless.UnsecuredStatelessBean.method(int) throws javax.naming.NamingException, null, null, null, null, null, null, public java.lang.String org.jboss.ejb3.test.stateless.UnsecuredStatelessBean.testMandatoryTx(java.lang.String) throws javax.transaction.SystemException, null, null, null, null, null, null, null]
While the real method does have the annotation, the bridged method does not.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195367#4195367
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195367
17 years, 4 months
[Design of JBoss jBPM] - Re: Task Management component?
by kukeltje
Pure xsd's is to limited, e.g. no option to specify readonly or specify labels (unless e.g., using annotations) but there is a technology independent (rendering wise) form definition, xforms. There have been multiple posts on this.
It is the rendering of these definitions and the actual usage (in the console, but also in user application imo). That could of course be done runtime in the console, but it is also about customizability. In all a very broad subject that me might start defining on a wiki page and discuss here.
anonymous wrote : then we could easily build applications that interact with the task management by any means. JSF could then be one of them.
|
Well, yes and no... we could but to what extend are we going to support components for this that can be used by end-users? Or won't we?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195359#4195359
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195359
17 years, 4 months