[JBoss jBPM] - Re: assign swimlane dynamically according to previous transi
by rossputin
Hi,
trying the same thing in JBoss where I can get the stacktrace, I get...
| 11:04:39,281 WARN [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks ==
| 11:04:39,414 ERROR [Delegation] couldn't load delegation class 'DatacentreAssignmentHandler'
| java.lang.ClassNotFoundException: class 'DatacentreAssignmentHandler' could not be found by the process classloader
| ......
| ......
| 11:04:39,442 ERROR [Delegation] couldn't instantiate delegation class 'DatacentreAssignmentHandler'
| java.lang.NullPointerException
|
this leads me to believe that I am deploying my handler in the wrong way, namely I am just dropping the class file, in its folder structure manually under WEB-INF/classes in my web app... I guess I should be deploying it from within the designer plugin ?
How should I be deploying a custom assignment handler?
Thanks for your help,
regards,
Ross
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074773#4074773
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074773
18Â years, 11Â months
[JNDI/Naming/Network] - JNDI and DefaultDS
by axel.becker
Hi,
i have downloaded the latest stable version of jboss application server (4.2.1.GA Stable 90 MB 2007-07-16)
After that i have build a small webapplication which contains a ServletContextListener.
Now i want to lookup the DefaultDS in the "contextInitialized"-Method of my ServletContextListener, but i allways get a "NameNotBoundException". I tried a lot of JNDI-Names ("java:DefaultDS" "java:/DefaultDS" "java:comp/env/jdbc/DefaultDS")
I dont make any changes on the jboss configuration! During the startup i get this information:
| 23:06:00,758 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=Data
| SourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
|
I have no ideas, how to solve this problem :-(
Bye, Axel
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074767#4074767
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074767
18Â years, 11Â months