[jboss-user] [JBossWS] - No jboss.xml equivalent for @EndpointConfig in JBoss 4.2.3

2009-04-28 Thread hoogenbj
Hi Everyone, In addition to expanding the JBoss installed base of our product, we want to expand into the SAP NetWeaver 7.1 sphere of influence. Part of the porting exercise involves finding equivalent jboss.xml entries for proprietary JBoss annotations. The only annotation I have been unable

[jboss-user] [EJB 3.0] - No jboss.xml equivalent for @EndpointConfig in JBoss 4.2.3

2009-04-24 Thread hoogenbj
Hi Everyone, In addition to expanding the JBoss installed base of our product, we want to expand into the SAP NetWeaver 7.1 sphere of influence. Part of the porting exercise involves finding equivalent jboss.xml entries for proprietary JBoss annotations. The only annotation I have been unable to

[jboss-user] [JBoss jBPM] - Re: How to approach error handling in a Process? Thoughts a

2006-10-19 Thread hoogenbj
You could define an exception handler and inside the action handler class you can put the token in an arbitrary node in the graph with Token.setNode(Node node). Possibly that node can be a process node... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979275#

[jboss-user] [JBoss jBPM] - Re: How to access user input variables in actionHandler ?

2006-09-06 Thread hoogenbj
BTW, the autoboxing is what's producing the NullPointerException. NULL cannot be assign to primitive int. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969717#3969717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969