[jboss-user] [jBPM Users] - Inserting process arguments to Java tasks

2009-11-12 Thread RobertWilson
The userguide isn't very useful when it comes to using variables.. I have a Java task like this: public class JavaTask { public boolean getSuccess(String tasksuccess) { System.out.println(task); return tasksuccess.equals("true"); } } And I call it in the jpdl like this: How

[jboss-user] [jBPM Users] - Re: Inserting process arguments to Java tasks

2009-11-12 Thread RobertWilson
The JPDL was removed.. | < string value="#{tasksuccess}"/> | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265214#4265214 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265214 ___

[jboss-user] [JNDI and Naming] - Re: JBoss / Eclipse RCP: Could not dereference object

2009-11-12 Thread RobertWilson
I think I had to use Eclipse Buddy's to sort it. Rob View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265216#4265216 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265216 ___ j

[jboss-user] [jBPM Users] - Re: Inserting process arguments to Java tasks

2009-11-12 Thread RobertWilson
Ahh, ok. A little counter-intuitive, but it works. I tried , but that didn't work. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265219#4265219 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265219 ___

[jboss-user] [JNDI/Naming/Network] - JBoss / Eclipse RCP: Could not dereference object

2009-07-20 Thread RobertWilson
I have a problem instantiating my remote session bean from my Eclipse RCP client. I get a nest of 3 exceptions: javax.naming.NamingException: Could not dereference object Caused by: java.lang.reflect.UndeclaredThrowableException Caused by: java.land.ClassNotFound: company.service.SessionRemote I

[jboss-user] [JNDI/Naming/Network] - Re: Remote JNDI lookup return local host IP

2009-07-20 Thread RobertWilson
I ran into this problem, I fixed it by binding to the hostname in DNS, then configuring the external and internal DNS servers to resolve this hostname to external and internal IP addresses respectively. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244642#42