Re: [jboss-user] Welcome to the "jboss-user" mailing list
by jitesh dundas
Dear Sir/Friends,
I am a new user of RichFaces and trying to implement the Autocomplete
functionality.
I am using Richfaces 3.3.2 / jBoss 5.0 / eclipse 3.5 and JSF1.2......
I seem to keep getting the errors shown in the attached file....
17:15:16,670 ERROR [[/project1]] Exception starting filter richfaces
java.lang.ClassNotFoundException: org.ajax4jsf.Filter
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at
org.jboss.web.tomcat.service.TomcatInjectionContainer.newInstance(TomcatInjectionContainer.java:256)
at
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:220)
at
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:332)
at
org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:90)
at
org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3783)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4413)
at
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:312)
at
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:144)
at
org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at
org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
at $Proxy36.start(Unknown Source)
at
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
at
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
at
org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at
org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at
org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
at org.jboss.system.ServiceController.start(ServiceController.java:460)
at
org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
at
org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
at
org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
at
org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
at
org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at
org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at
org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:698)
at
org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:304)
at
org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:205)
at
org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:405)
at org.jboss.Main.boot(Main.java:209)
at org.jboss.Main$1.run(Main.java:547)
at java.lang.Thread.run(Unknown Source)
17:15:16,670 ERROR [StandardContext] Error filterStart
17:15:16,670 ERROR [StandardContext] Context [/project1] startup failed due
to previous errors
17:15:16,670 ERROR [AbstractKernelController] Error installing to Start:
name=jboss.web.deployment:war=/project1 state=Create mode=Manual
requiredState=Installed
org.jboss.deployers.spi.DeploymentException: URL file:/D:/
jboss-5.0.1.GA/server/default/tmp/4sh3o3a-5t4cg0-g82xm9up-1-g82xmyjo-9m/project1.war/deployment
failed
at
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:333)
at
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:144)
at
org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
---------------
Please tell me how I could resolve this error..
Regards,
jitesh Dundas
On Fri, Apr 16, 2010 at 5:39 PM, <jboss-user-request(a)lists.jboss.org> wrote:
> Welcome to the jboss-user(a)lists.jboss.org mailing list! Welcome to
> JBoss-user. Please observe the netitquette directives when posting
> here.
>
> To post to this list, send your email to:
>
> jboss-user(a)lists.jboss.org
>
> General information about the mailing list is at:
>
> https://lists.jboss.org/mailman/listinfo/jboss-user
>
> If you ever want to unsubscribe or change your options (eg, switch to
> or from digest mode, change your password, etc.), visit your
> subscription page at:
>
>
> https://lists.jboss.org/mailman/options/jboss-user/jiteshbdundas%40gmail.com
>
>
> You can also make such adjustments via email by sending a message to:
>
> jboss-user-request(a)lists.jboss.org
>
> with the word `help' in the subject or body (don't include the
> quotes), and you will get back a message with instructions.
>
> You must know your password to change your options (including changing
> the password, itself) or to unsubscribe. It is:
>
> nosforetukabacha
>
> Normally, Mailman will remind you of your lists.jboss.org mailing list
> passwords once every month, although you can disable this if you
> prefer. This reminder will also include instructions on how to
> unsubscribe or change your account options. There is also a button on
> your options page that will email your current password to you.
>
16 years, 2 months
[jBPM Development] - Insert user information for process instance
by Maciej Swiderski
Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] created the discussion
"Insert user information for process instance"
To view the discussion, visit: http://community.jboss.org/message/538126#538126
--------------------------------------------------------------
This is continuation of of the discussion started on the parent forum - http://community.jboss.org/thread/150711 http://community.jboss.org/thread/150711
Short description:
Possibility to have information about the initiator of startup of the process instance. It mostly refers to usage via BPM console and its components (RESTful interface).
Sebastian suggested a quite complete solution for this with usage of already available methods in ProcessEngine.
With regards to that I have a questions:
- how that user information should be exposed to the process instance/execution?
- is it possible to reference to it from jpdl?
Obviously this requires development in both jBPM runtime and BPM console. As a intermediate solution I would like to suggest to give users of jBPM access to request information on the form (both task and process). Since forms are freemarker templates it is a matter of providing additional objects to the context prior to rendering.
This should give users quite easy way to get user info and some additional stuff if needed (especially when executing via REST interface without UI).
Development affects BPM console and its plugins without jBPM runtime.
What's your opinion?
Cheers,
Maciej
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/538126#538126]
Start a new discussion in jBPM Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years, 2 months
Re: [jboss-user] [EJB 3.0] - what's wrong with my war?
by Yucca Nel
Yucca Nel [http://community.jboss.org/people/Yuccanel] replied to the discussion
"what's wrong with my war?"
To view the discussion, visit: http://community.jboss.org/message/538117#538117
--------------------------------------------------------------
I have narrowed down the issue to eliminate that tomcat can't find the jars. I know the jasrs are correclty packaged as my i8n code which is reliant on the jtl1.2 jar works.
this leaves me with a asuspicion that my paths are incorrect and leading to a scenario where tomcat never even looks for Faces servlet to translate the jsp.
Here is how I mapped the jsf related stuff...
1. Faces servlet url pattern: (/faces/*)
2. index.jsp (inside web folder) forwards to welcome.jsp in folder "faces" inside web folder
this scenarion is the cause of the deployment failure and I suspect a severe bug here because removal of the url pattern mapping for faces servlet leads to positive deployment which means that welcome.jsp is mapped correctly but somwhere the instantiation of the faces servlet is leading jsp translation to fail.
it is highly nlikely that both jsf versions I have used are buggy so is this tomcat?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/538117#538117]
Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years, 2 months
Re: [jboss-user] [jBPM] - Doubt Regarding JBPM-4.3 ActionHandler
by Huisheng Xu
Huisheng Xu [http://community.jboss.org/people/rebody] replied to the discussion
"Doubt Regarding JBPM-4.3 ActionHandler"
To view the discussion, visit: http://community.jboss.org/message/538112#538112
--------------------------------------------------------------
Hi Felix,
Yes, there is no more ActionHandler, and we still could make process run successfully.
If you want to do something when one transtion be taken. You could use event-listener.
<transition to="end">
<event-listener class="my.Listener"/>
</transtion>
If you have a state activity with three transition. There will be some possibilities.
First, you want to let someone invoke ExecutionService.signalExecutionById(id, signalName); to let the process continue to run, at this possibility we needn't use condition in transition.
Second, you want to use process variable to decide which transition should be take. So you could add a DecisionActivity after the state, you could add condition attribute in the DecisionActivity's outgoing transitions.
Third, you want to waiting for a while, and let one of transition be taken automaticly, Then you could use timer to do this.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/538112#538112]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years, 2 months