[JBoss Tools] New message: "Opening a file from Search view in JBT HTML editor"
by Arbi Sookazian
User development,
A new message was posted in the thread "Opening a file from Search view in JBT HTML editor":
http://community.jboss.org/message/532853#532853
Author : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian
Message:
--------------------------------------------------------------
JBT HTML editor is the default (checked) option when I right-click a file in the Search view. When I have a file already open (via double-click) from the Search view in the JBT HTML editor area and then double-click on another file in the Search view, the previous file disappears from the JBT HTML editor view (i.e. the new file is opened on top of the previous file when I double-click on the new file).
If I right-click and then select JBT HTML editor, it opens in a new tab in the JBT HTML editor.
Is there some config to fix this so I don't keep "losing" my files???
Eclipse 3.5.2.SR2
JBT 3.1.0.GA
thx.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/532853#532853
16 years, 4 months
[jBPM] New message: "JBPM 4.3 EJB 3 JBOSS 5.1.0.GA Tutorial"
by Viorel Andronic
User development,
A new message was posted in the thread "JBPM 4.3 EJB 3 JBOSS 5.1.0.GA Tutorial":
http://community.jboss.org/message/532842#532842
Author : Viorel Andronic
Profile : http://community.jboss.org/people/klawandronic
Message:
--------------------------------------------------------------
Hi,
For the last couple of weeks I've been working on setting up a jBPM 4.3 EJB 3 JBoss 5.1.0.GA environment as proof of concept for a future project we'll start in our company.
It has been a real chalenge since I didn't have any pervious knowledge about jBPM whatsoever except that one can use it right out of the box with JBoss Seam.
Time has passed and with the help of user and developer guides, this community and the jBPM community in general, I was able to put in place a working proof of concept.
Two weeks is barely enough time to get used to the techology so I decided to create a tutorial out of my work so I can gather some feedback on what I did so far.
I'm mostly interested in best practices and what other people may reccommend.
This tutorial contains a step-by-step guide to setting up the environment, the code, explanations for the decisions behind this approach and also open questions for those willing to make suggestions.
I've attached this tutorial in PDF format because it's 50 pages long with dozens of screenshots and a single post may not support it.
I will also try to post it in HTML format somewhere. It will be on another site with a link under this thread or splitted into pieces following this post. We'll see.
Enjoy!
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/532842#532842
16 years, 4 months
[jBPM] New message: "JBPM 3.2.3 - Task Management Question"
by Juan Ramos
User development,
A new message was posted in the thread "JBPM 3.2.3 - Task Management Question":
http://community.jboss.org/message/532841#532841
Author : Juan Ramos
Profile : http://community.jboss.org/people/Urizen
Message:
--------------------------------------------------------------
Hi everybody,
I have a task node (it waits for an external system) with a timer defined on it.
If the timer fires before the user completes the work, I want to cancel the task; on the other hand, if the user finishes the work before the timer fires, I want to end the task.
How can I accomplish this?. I know wich methods from the API to use, but I don´t know WHERE to use them... Handler?, TaskController?, EventListener?... Which one is the best approach?.
Thanks in advance.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/532841#532841
16 years, 4 months
[jBPM] New message: "Re: JBPM & WebApplication (for replace jbpm console)"
by r 0
User development,
A new message was posted in the thread "JBPM & WebApplication (for replace jbpm console)":
http://community.jboss.org/message/532840#532840
Author : r 0
Profile : http://community.jboss.org/people/rex*05
Message:
--------------------------------------------------------------
Hello John,
I am in the exact same position as you are.
I have to develop a web application which interacts with jBPM4.3 like the gwt-conole. (For my Bachelor thesis…)
I trying and testing…
Now I can start a process (with an hardcoded assignee). This assignee can see that there is a task for him and complete this task, so that the workflow is completed
But one point that makes me a little bit nervous is the thing with the forms that are needed for data input from the user. The user has to input data because this is the only way that he can influence the workflow.
One idea is, that I work with eventhandlers, at the end of a human task, that are taking data from a bean.
The user has to put in the data in a JSF-form which stores the data in the bean.
But I think this is a very static way of doing data input from a custom web application…
Do you or everyone else here have a better idea of solving this problem?
Greetings from Germany
Sandro
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/532840#532840
16 years, 4 months
[JBoss Microcontainer Development] New message: "jboss-classpool-jbosscl.jar on AS bootstrap classpath"
by Flavia Rainone
User development,
A new message was posted in the thread "jboss-classpool-jbosscl.jar on AS bootstrap classpath":
http://community.jboss.org/message/532836#532836
Author : Flavia Rainone
Profile : http://community.jboss.org/people/flavia.rainone@jboss.com
Message:
--------------------------------------------------------------
I'm having problems with this jar on the bootstrap classpath.
Whenever I install aop (trunk compiled version) on as-trunk and try to start the server, I get thousands of CNF exceptions such as the one below:
org.jboss.deployers.spi.DeploymentException: Error during deploy: vfs:///home/fla/Development/projects/jbossas-trunkLATEST/build/target/jboss-6.0.0-SNAPSHOT/server/all/conf/bindingservice.beans
at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:185)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1857)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1575)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1516)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:377)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2042)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1081)
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1320)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1244)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1137)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:937)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:652)
at org.jboss.deployers.plugins.deployers.DeployersImpl.change(DeployersImpl.java:2008)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:1101)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:679)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:403)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:377)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2042)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1081)
at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1320)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1244)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1137)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:892)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:639)
at org.jboss.system.server.profileservice.repository.AbstractProfileService.registerProfile(AbstractProfileService.java:308)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:256)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:97)
at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827)
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.NoClassDefFoundError: org/jboss/deployers/plugins/classloading/AbstractDeploymentClassLoaderPolicyModule
at org.jboss.classpool.plugins.jbosscl.VFSClassLoaderDomainRegistry.findParentUnitLoader(VFSClassLoaderDomainRegistry.java:237)
at org.jboss.classpool.plugins.jbosscl.VFSClassLoaderDomainRegistry.initMapsForModule(VFSClassLoaderDomainRegistry.java:110)
at org.jboss.classpool.plugins.jbosscl.RegisterModuleCallback.registerModule(RegisterModuleCallback.java:87)
at org.jboss.classpool.plugins.jbosscl.JBossClDelegatingClassPoolFactory.create(JBossClDelegatingClassPoolFactory.java:83)
at org.jboss.classpool.plugins.jbosscl.JBossClDelegatingClassPoolFactory.create(JBossClDelegatingClassPoolFactory.java:50)
at org.jboss.aop.asintegration.jboss5.JBoss5Integration.create(JBoss5Integration.java:158)
at org.jboss.classpool.scoped.ScopedClassPoolRepositoryImpl.createScopedClassPool(ScopedClassPoolRepositoryImpl.java:93)
at org.jboss.classpool.scoped.ScopedClassPoolRepositoryImpl.registerClassLoader(ScopedClassPoolRepositoryImpl.java:125)
at org.jboss.classpool.spi.ClassPoolRepository.registerClassLoader(ClassPoolRepository.java:138)
at org.jboss.aop.AspectManager.registerClassLoader(AspectManager.java:900)
at org.jboss.aop.asintegration.jboss5.VFSClassLoaderScopingPolicy.registerClassLoader(VFSClassLoaderScopingPolicy.java:57)
at org.jboss.aop.asintegration.jboss5.AOPClassLoaderInitializer.registerLoaders(AOPClassLoaderInitializer.java:84)
at org.jboss.aop.asintegration.jboss5.AOPClassLoaderInitializer.initializeForUnit(AOPClassLoaderInitializer.java:41)
at org.jboss.aop.asintegration.jboss5.AOPClassLoaderDeployer.internalDeploy(AOPClassLoaderDeployer.java:65)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:55)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:179)
... 32 more
Caused by: java.lang.ClassNotFoundException: org.jboss.deployers.plugins.classloading.AbstractDeploymentClassLoaderPolicyModule
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
... 48 more
Can that jar be removed from the classpath, or is there a particular reason to keep it that way?
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/532836#532836
16 years, 4 months