[JBoss Cache] - Getting jbosscache-core via Maven
by c c
c c [http://community.jboss.org/people/caseta] created the discussion
"Getting jbosscache-core via Maven"
To view the discussion, visit: http://community.jboss.org/message/620402#620402
--------------------------------------------------------------
Hi,
I am trying to add hibernate-jbosscache2 as a Maven dependency to my project, but I get:
Missing artifact org.jboss.cache:jbosscache-core:jar:3.1.0.GA:compile
I have the following repositories in my maven settings.xml
|
|
|
|
| <!-- CODEHAUS --> |
|
|
|
|
| <repository> |
|
|
|
|
|
| <id>codehausSnapshots</id> |
|
|
|
|
|
| <name>Codehaus Snapshots</name> |
|
|
|
|
|
| <releases> |
|
|
|
|
|
|
| <enabled>false</enabled> |
|
|
|
|
|
|
| <updatePolicy>always</updatePolicy> |
|
|
|
|
|
|
| <checksumPolicy>warn</checksumPolicy> |
|
|
|
|
|
| </releases> |
|
|
|
|
|
| <snapshots> |
|
|
|
|
|
|
| <enabled>true</enabled> |
|
|
|
|
|
|
| <updatePolicy>never</updatePolicy> |
|
|
|
|
|
|
| <checksumPolicy>fail</checksumPolicy> |
|
|
|
|
|
| </snapshots> |
|
|
|
|
|
| <url>http://snapshots.maven.codehaus.org/maven2</url> |
|
|
|
|
|
| <layout>default</layout> |
|
|
|
|
| </repository> |
|
|
|
|
| <!-- MAVEN CENTRAL --> |
|
|
|
|
| <repository> |
|
|
|
|
|
| <id>repo1</id> |
|
|
|
|
|
| <name>Maven default repo</name> |
|
|
|
|
|
| <releases> |
|
|
|
|
|
|
| <enabled>true</enabled> |
|
|
|
|
|
|
| <updatePolicy>always</updatePolicy> |
|
|
|
|
|
|
| <checksumPolicy>warn</checksumPolicy> |
|
|
|
|
|
| </releases> |
|
|
|
|
|
| <snapshots> |
|
|
|
|
|
|
| <enabled>true</enabled> |
|
|
|
|
|
|
| <updatePolicy>never</updatePolicy> |
|
|
|
|
|
|
| <checksumPolicy>fail</checksumPolicy> |
|
|
|
|
|
| </snapshots> |
|
|
|
|
|
| <url>http://repo1.maven.org/maven2</url> |
|
|
|
|
|
| <layout>default</layout> |
|
|
|
|
| </repository> |
|
|
|
|
|
|
|
|
|
| <!-- JAVA --> |
|
|
|
|
| <repository> |
|
|
|
|
|
| <id>maven2-repository.java.net</id> |
|
|
|
|
|
| <name>Java.net Repository for Maven</name> |
|
|
|
|
|
| <releases> |
|
|
|
|
|
|
| <enabled>true</enabled> |
|
|
|
|
|
|
| <updatePolicy>always</updatePolicy> |
|
|
|
|
|
|
| <checksumPolicy>warn</checksumPolicy> |
|
|
|
|
|
| </releases> |
|
|
|
|
|
| <url>http://download.java.net/maven/2/</url> |
|
|
|
|
|
| <layout>default</layout> |
|
|
|
|
| </repository> |
|
|
|
|
|
|
|
|
|
| <!-- SPRING --> |
|
|
|
|
| <repository> |
|
|
|
|
|
| <id>com.springsource.repository.bundles.release</id> |
|
|
|
|
|
| <name>EBR Spring Release Repository</name> |
|
|
|
|
|
| <url>http:// repository.springsource.com/maven/bundles/release</url> |
|
|
|
|
| </repository> |
|
|
|
|
| <repository> |
|
|
|
|
|
| <id>com.springsource.repository.bundles.external</id> |
|
|
|
|
|
| <name>EBR External Release Repository</name> |
|
|
|
|
|
| <url>http:// repository.springsource.com/maven/bundles/external</url> |
|
|
|
|
| </repository> |
|
|
|
|
|
|
|
|
|
| <!-- JBOSS --> |
|
|
|
|
| <repository> |
|
|
|
|
|
| <id>jboss-public-repository-group</id> |
|
|
|
|
|
| <name>JBoss Public Repository Group</name> |
|
|
|
|
|
| <url>http://repository.jboss.org/nexus/content/groups/public/</url> |
|
|
|
|
|
| <layout>default</layout> |
|
|
|
|
|
| <releases> |
|
|
|
|
|
|
| <enabled>true</enabled> |
|
|
|
|
|
|
| <updatePolicy>never</updatePolicy> |
|
|
|
|
|
| </releases> |
|
|
|
|
|
| <snapshots> |
|
|
|
|
|
|
| <enabled>true</enabled> |
|
|
|
|
|
|
| <updatePolicy>never</updatePolicy> |
|
|
|
|
|
| </snapshots> |
|
|
|
|
| </repository> |
Any ideas why this happens ?
Thank you.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/620402#620402]
Start a new discussion in JBoss Cache at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 3 months
[JBoss Portal] - JBoss run error
by altay li
altay li [http://community.jboss.org/people/elaltaico] created the discussion
"JBoss run error"
To view the discussion, visit: http://community.jboss.org/message/620400#620400
--------------------------------------------------------------
Hello
I am using JBoss (http://www.coderanch.com/forums/f-63/JBoss) 5.1 RunTime Server, Eclipse Helios and Seam 2.0 in my computer. When I start JBoss, I come across with this error and JBoss runs with lots of exceptions. You have an idea about why this exception occurs?
I will appreciate if you can help me about this error.
Error :
13:33:45,019 ERROR [[/dbs]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
java.lang.RuntimeException (http://download.oracle.com/javase/6/docs/api/java/lang/RuntimeException.html): Could not create Component: approveDocumentBean
at org.jboss.seam.init.Initialization.addComponent(Initialization.java:1202)
at org.jboss.seam.init.Initialization.installComponents(Initialization.java:1118)
at org.jboss.seam.init.Initialization.init(Initialization.java:737)
at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
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(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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 $Proxy38.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:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
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.doInstallParentFirst(DeployersImpl.java:1210)
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:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
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:702)
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:361)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
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.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
at org.jboss.Main.boot(Main.java:221)
at org.jboss.Main$1.run(Main.java:556)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.NoClassDefFoundError (http://download.oracle.com/javase/6/docs/api/java/lang/NoClassDefFoundErr...): org/primefaces/model/TreeNode
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
at java.lang.Class.privateGetPublicMethods(Class.java:2547)
at java.lang.Class.getMethods(Class.java:1410)
at org.jboss.seam.Component.hasAnnotation(Component.java:1161)
at org.jboss.seam.Component.<init>(Component.java:221)
at org.jboss.seam.Component.<init>(Component.java:208)
at org.jboss.seam.init.Initialization.addComponent(Initialization.java:1186)
... 73 more
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/620400#620400]
Start a new discussion in JBoss Portal at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 3 months
[jBPM] - Could not find work item handler
by Tobias Wittur
Tobias Wittur [http://community.jboss.org/people/tob1as] created the discussion
"Could not find work item handler"
To view the discussion, visit: http://community.jboss.org/message/620260#620260
--------------------------------------------------------------
Hi,
I am trying to send a message through an intermediate message throw event. However, I ve got troubles registering a work item handler for this.
I had a look at the test case in the junit example package testMessageIntermediateThrow().
I copied the Meta-Inf folder in my own project and created my own workItemHandler. I basically just copied the intermediateEvent xml into my bpmn file.
http://community.jboss.org/servlet/JiveServlet/showImage/2-620260-16853/p... http://community.jboss.org/servlet/JiveServlet/downloadImage/2-620260-168...
The error I get is:
Caused by: java.lang.RuntimeException: unable to execute Action
Caused by: org.drools.WorkItemHandlerNotFoundException: Could not find work item handler for Send Task
Send Task was the old workItemHandler (in the example), the new one would be MyServiceTaskHandler:
Under Eclipse -> Properties, Action for this intermediateThrowEvent I found this:
org.drools.process.instance.impl.WorkItemImpl workItem = new org.drools.process.instance.impl.WorkItemImpl();
workItem.setName("Send Task");
If I change this to:
org.drools.process.instance.impl.WorkItemImpl workItem = new org.drools.process.instance.impl.WorkItemImpl();
workItem.setName("MyServiceTaskHandler");
It changes it back immediately. So where exactly is that fetched
This is the work definition:
import org.drools.process.core.datatype.impl.type.ObjectDataType;
import org.drools.process.core.datatype.impl.type.StringDataType;
[
[
name : MyServiceTask,
parameters : [
Message : new StringDataType()
],
displayName : MyServiceTask,
icon : icons/arrowright.GIF
]
]
This the java in my processTest:
KnowledgeBuilder kbuilder = KnowledgeBuilderFactory.newKnowledgeBuilder();
kbuilder.add(ResourceFactory.newClassPathResource("StartProcessWithMessage.bpmn2"), ResourceType.BPMN2);
KnowledgeBase kbase = kbuilder.newKnowledgeBase();
StatefulKnowledgeSession ksession = kbase.newStatefulKnowledgeSession();
ksession.getWorkItemManager().registerWorkItemHandler("MyServiceTask", new MyServiceTaskHandler());
Thx for your help.
Tobi
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/620260#620260]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 3 months
[jBPM] - Does console only show running instances from its own session?
by jjfutt
jjfutt [http://community.jboss.org/people/jjfutt] created the discussion
"Does console only show running instances from its own session?"
To view the discussion, visit: http://community.jboss.org/message/620249#620249
--------------------------------------------------------------
JBPM Version: 5.1
Here's what we have done.
We have JBPM processes running in standalone Java application (a WAR in JBoss server). We have the same process definition also deployed to console.
If we invoke a new instance for this process from within console, the console correctly displays it while it is running (we have some timer tasks to simular a long running process) and the console correctly shows its status as running
However, if we launch the same process from the standalone java application, we correctly see a 'new session' (in SESSIONINFO table), and we also see the new process instance in PROCESSINSTANCEINFO table in the database.
However, the console doesn't display these instances. It only displays the instances that were directly initiated in console itself.
Is this normal behavior for console? How do we make it display instances that were launched by other processes outside of console?
Thanks,
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/620249#620249]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
13 years, 3 months