[jBPM] - History Transitions
by Sebastian Herbst
Sebastian Herbst [http://community.jboss.org/people/Herbst] created the discussion
"History Transitions"
To view the discussion, visit: http://community.jboss.org/message/534143#534143
--------------------------------------------------------------
Hello,
is it possible to get the the history including the taken Transitions of a ProcessInstance ?
So far i've just managed to geht the names of the states called during the process. But how do i get the transitions ?
historyService = processEngine.getHistoryService();
...
private List<HistoryActivityInstance> getHistory(ProcessInstance processInstance)
{
String executionId = executionService.findProcessInstanceById(processInstance.getId()).getId();
List<HistoryActivityInstance> historyActivityInstance = historyService
.createHistoryActivityInstanceQuery().executionId(executionId)
.orderAsc(HistoryProcessInstanceQuery.PROPERTY_STARTTIME).list();
return historyActivityInstance;
}
The goal is to gett some String like state1 -- toState2 --> state2 -- toState3 --> state3
I know it's all stored in the db jbpm_hist_actinst, but i would prefer geting the information direktly by jbpm methodes.
Greetings and thanks
Sebastian Herbst
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/534143#534143]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years, 1 month
[JBoss Microcontainer Development] - On demand resolution
by Thomas Diesler
Thomas Diesler [http://community.jboss.org/people/thomas.diesler%40jboss.com] created the discussion
"On demand resolution"
To view the discussion, visit: http://community.jboss.org/message/534138#534138
--------------------------------------------------------------
I created a test for DynamicImport-Package to check whether https://jira.jboss.org/jira/browse/JBCL-131 https://jira.jboss.org/jira/browse/JBCL-131 is actually working at the OSGi layer.
I still get a CNFE. Here is the trace
2010-03-26 11:24:06,939 INFO [org.jboss.osgi.framework.plugins.internal.FrameworkEventsPluginImpl] Bundle INSTALLED: Bundle{osgi.cmpn-4.2.0.200908310645}
2010-03-26 11:24:06,939 DEBUG [org.jboss.osgi.framework.bundle.OSGiBundleManager] Added: Bundle{osgi.cmpn-4.2.0.200908310645}
2010-03-26 11:24:06,940 DEBUG [org.jboss.classloading.spi.dependency.Domain] org.jboss.classloading.spi.dependency.Domain@191e4c{OSGiClassLoaderDomain} add module OSGiModule osgi.cmpn:4.2.0.200908310645
2010-03-26 11:24:06,940 TRACE [org.jboss.classloading.spi.dependency.ClassLoadingSpace] OSGiModule osgi.cmpn:4.2.0.200908310645 joining org.jboss.classloading.spi.dependency.ClassLoadingSpace@1984a9d
2010-03-26 11:24:06,943 TRACE [org.jboss.classloader.spi.base.BaseClassLoader] OSGiBundleClassLoader(a)17ebe66{dynamic-log-service-0.0.0} loadClass org.osgi.service.log.LogService resolve=false
2010-03-26 11:24:06,944 TRACE [org.jboss.classloader.spi.base.BaseClassLoader] OSGiBundleClassLoader(a)17ebe66{dynamic-log-service-0.0.0} aquireLockFairly Thread[main,5,main]
2010-03-26 11:24:06,945 TRACE [org.jboss.classloader.spi.base.BaseClassLoader] OSGiBundleClassLoader(a)17ebe66{dynamic-log-service-0.0.0} aquiredLock Thread[main,5,main] holding=1
2010-03-26 11:24:06,947 TRACE [org.jboss.classloader.spi.base.BaseClassLoader] OSGiBundleClassLoader(a)17ebe66{dynamic-log-service-0.0.0} load from domain org.osgi.service.log.LogService domain=OSGiClassLoaderDomain@2bfdff{OSGiClassLoaderDomain}
2010-03-26 11:24:06,947 TRACE [org.jboss.classloader.spi.base.BaseClassLoaderDomain] OSGiClassLoaderDomain@2bfdff{OSGiClassLoaderDomain} findLoader org/osgi/service/log/LogService.class classLoader=OSGiBundleClassLoader(a)17ebe66{dynamic-log-service-0.0.0} allExports=false findInParent=true
2010-03-26 11:24:06,948 TRACE [org.jboss.classloader.spi.ClassLoaderDomain] OSGiClassLoaderDomain@2bfdff{OSGiClassLoaderDomain} org/osgi/service/log/LogService.class does NOT match parent beforeFilter=[java], OSGI_CORE, [org.osgi.framework, org.osgi.framework.hooks, org.osgi.framework.hooks.service, org.osgi.framework.launch, org.osgi.service.condpermadmin, org.osgi.service.packageadmin, org.osgi.service.permissionadmin, org.osgi.service.startlevel, org.osgi.service.url, javax.imageio, javax.imageio.stream, javax.management, javax.management.loading, javax.management.modelmbean, javax.management.monitor, javax.management.openmbean, javax.management.relation, javax.management.remote, javax.management.remote.rmi, javax.management.timer, javax.naming, javax.naming.event, javax.naming.spi, javax.net, javax.net.ssl, javax.xml.datatype, javax.xml.namespace, javax.xml.parsers, javax.xml.transform, javax.xml.transform.dom, javax.xml.transform.sax, javax.xml.transform.stream, javax.xml.validation, org.apache.log4j, org.jboss.beans.metadata.plugins.builder, org.jboss.beans.metadata.plugins, org.jboss.beans.metadata.spi.builder, org.jboss.beans.metadata.spi, org.jboss.dependency.spi, org.jboss.kernel.spi.dependency, org.jboss.logging, org.jboss.osgi.deployment.deployer, org.jboss.osgi.deployment.interceptor, org.jboss.osgi.spi.capability, org.jboss.osgi.spi.framework, org.jboss.osgi.spi.service, org.jboss.osgi.spi.util, org.jboss.osgi.spi, org.jboss.osgi.testing, org.w3c.dom, org.w3c.dom.bootstrap, org.w3c.dom.events, org.w3c.dom.ls, org.w3c.dom.ranges, org.w3c.dom.traversal, org.w3c.dom.views, org.xml.sax, org.xml.sax.ext, org.xml.sax.helpers]
2010-03-26 11:24:06,948 TRACE [org.jboss.classloader.spi.base.BaseClassLoaderDomain] OSGiClassLoaderDomain@2bfdff{OSGiClassLoaderDomain} not loading org/osgi/service/log/LogService.class from all exports
2010-03-26 11:24:06,948 TRACE [org.jboss.classloader.spi.base.BaseClassLoaderDomain] OSGiClassLoaderDomain@2bfdff{OSGiClassLoaderDomain} trying to load org/osgi/service/log/LogService.class from import LazyFilteredDelegateLoader@12dd76{factory=org.jboss.classloading.spi.dependency.policy.DynamicClassLoaderPolicyFactory(a)8990e4} for OSGiBundleClassLoader(a)17ebe66{dynamic-log-service-0.0.0}
2010-03-26 11:24:06,948 TRACE [org.jboss.classloader.spi.filter.FilteredDelegateLoader] LazyFilteredDelegateLoader@12dd76{factory=org.jboss.classloading.spi.dependency.policy.DynamicClassLoaderPolicyFactory(a)8990e4} org/osgi/service/log/LogService.class matches resource filter=<EVERYTHING>
2010-03-26 11:24:06,948 TRACE [org.jboss.classloading.spi.dependency.ClassLoadingSpace] OSGiModule dynamic-log-service:0.0.0 resolving org.jboss.classloading.spi.dependency.ClassLoadingSpace@d306dd
2010-03-26 11:24:06,948 TRACE [org.jboss.classloader.spi.base.BaseDelegateLoader] Factory did not create a delegate: org.jboss.classloading.spi.dependency.policy.DynamicClassLoaderPolicyFactory@8990e4
2010-03-26 11:24:06,949 WARN [org.jboss.classloader.spi.base.BaseDelegateLoader] Not getting resource org/osgi/service/log/LogService.class from policy that has no classLoader: LazyFilteredDelegateLoader@12dd76{factory=org.jboss.classloading.spi.dependency.policy.DynamicClassLoaderPolicyFactory(a)8990e4 filter=<EVERYTHING>}
2010-03-26 11:24:06,949 TRACE [org.jboss.classloader.spi.base.BaseClassLoaderDomain] OSGiClassLoaderDomain@2bfdff{OSGiClassLoaderDomain} trying to load org/osgi/service/log/LogService.class from requesting OSGiBundleClassLoader(a)17ebe66{dynamic-log-service-0.0.0}
2010-03-26 11:24:06,949 TRACE [org.jboss.classloader.spi.base.BaseClassLoader] OSGiBundleClassLoader(a)17ebe66{dynamic-log-service-0.0.0} get resource locally org/osgi/service/log/LogService.class
2010-03-26 11:24:06,950 TRACE [org.jboss.classloader.spi.base.BaseClassLoader] OSGiBundleClassLoader(a)17ebe66{dynamic-log-service-0.0.0} resource not found locally org/osgi/service/log/LogService.class
2010-03-26 11:24:06,950 TRACE [org.jboss.classloader.spi.ClassLoaderDomain] OSGiClassLoaderDomain@2bfdff{OSGiClassLoaderDomain} org/osgi/service/log/LogService.class does NOT match parent afterFilter=<NOTHING>
2010-03-26 11:24:06,952 TRACE [org.jboss.classloader.spi.base.BaseClassLoader] OSGiBundleClassLoader(a)17ebe66{dynamic-log-service-0.0.0} unlock Thread[main,5,main] holding=1
2010-03-26 11:24:06,952 TRACE [org.jboss.classloader.spi.base.BaseClassLoader] OSGiBundleClassLoader(a)17ebe66{dynamic-log-service-0.0.0} class not found org.osgi.service.log.LogService
Perhaps these are of special interest
[org.jboss.classloader.spi.base.BaseDelegateLoader] Factory did not create a delegate: org.jboss.classloading.spi.dependency.policy.DynamicClassLoaderPolicyFactory@8990e4
[org.jboss.classloader.spi.base.BaseDelegateLoader] Not getting resource org/osgi/service/log/LogService.class from policy that has no classLoader: LazyFilteredDelegateLoader@12dd76{factory=org.jboss.classloading.spi.dependency.policy.DynamicClassLoaderPolicyFactory(a)8990e4 filter=<EVERYTHING>
Looking at the documentation I can't see waht I have missed. Just joking, there is of course no documentation on how this is suposed to work. I reopend the issue.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/534138#534138]
Start a new discussion in JBoss Microcontainer Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years, 1 month
[JBoss Tools] - Config the Deployment-Directory
by Sebastian Ehlerding
Sebastian Ehlerding [http://community.jboss.org/people/sehlerding] created the discussion
"Config the Deployment-Directory"
To view the discussion, visit: http://community.jboss.org/message/534137#534137
--------------------------------------------------------------
Hi all,
I tried to deploy my Webapplication with JBoss AS Tools. I use Eclipse 3.5 EE Edition and JBoss 4.0.5. The installation and configuration seems to work fine. But there is one little thing that I am wondering about.
In case I would expect that my application.ear is deployed to [jboss-4.0.5.GA]\server\[servername]\deploy\application.ear. Instead it is deployed into my workspace folder, exactly to [workspaceDirecotry]\.metadata\.plugins\org.jboss.ide.eclipse.as.core\JBoss_4.0_Runtime_Server1268906721260\deploy\application.ear. When I configured the server I chose the right folder below [jboss-4.0.5.GA]\server\.
So my question would be. How can I change the folder from the workspace to expected path? Is there a configuration file? I searched different forums and files but didn't find something helpful.
Thanks for answers in advance.
cheers,
sehlerding
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/534137#534137]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years, 1 month
[JBoss Cache] - RejectedExecutionException on distributed cache environment
by balachandra maddina
balachandra maddina [http://community.jboss.org/people/chandu2708] created the discussion
"RejectedExecutionException on distributed cache environment"
To view the discussion, visit: http://community.jboss.org/message/534136#534136
--------------------------------------------------------------
Hi There,
Im running a distributed cache setup on my test environment in which im facing the "RejectedExecutionException" quite frequently and all the cache operations during that time all cache related operation are failing. Any idea what would be causing the issue.
Caused by: java.util.concurrent.RejectedExecutionException
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1768)
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:92)
at org.jboss.cache.marshall.CommandAwareRpcDispatcher.invokeRemoteCommands(CommandAwareRpcDispatcher.java:189)
at org.jboss.cache.RPCManagerImpl.callRemoteMethods(RPCManagerImpl.java:458)
at org.jboss.cache.RPCManagerImpl.callRemoteMethods(RPCManagerImpl.java:432)
at org.jboss.cache.RPCManagerImpl.callRemoteMethods(RPCManagerImpl.java:437)
at org.jboss.cache.interceptors.BaseRpcInterceptor.replicateCall(BaseRpcInterceptor.java:161)
at org.jboss.cache.interceptors.BaseRpcInterceptor.replicateCall(BaseRpcInterceptor.java:135)
at org.jboss.cache.interceptors.BaseRpcInterceptor.replicateCall(BaseRpcInterceptor.java:107)
at org.jboss.cache.interceptors.ReplicationInterceptor.handleCrudMethod(ReplicationInterceptor.java:160)
at org.jboss.cache.interceptors.ReplicationInterceptor.visitPutKeyValueCommand(ReplicationInterceptor.java:107)
at org.jboss.cache.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:100)
at org.jboss.cache.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116)
at org.jboss.cache.interceptors.base.CommandInterceptor.handleDefault(CommandInterceptor.java:131)
at org.jboss.cache.commands.AbstractVisitor.visitPutKeyValueCommand(AbstractVisitor.java:65)
at org.jboss.cache.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:100)
at org.jboss.cache.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116)
at org.jboss.cache.interceptors.TxInterceptor.attachGtxAndPassUpChain(TxInterceptor.java:284)
at org.jboss.cache.interceptors.TxInterceptor.handleDefault(TxInterceptor.java:271)
at org.jboss.cache.commands.AbstractVisitor.visitPutKeyValueCommand(AbstractVisitor.java:65)
at org.jboss.cache.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:100)
at org.jboss.cache.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116)
at org.jboss.cache.interceptors.CacheMgmtInterceptor.visitPutKeyValueCommand(CacheMgmtInterceptor.java:119)
at org.jboss.cache.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:100)
at org.jboss.cache.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116)
at org.jboss.cache.interceptors.InvocationContextInterceptor.handleAll(InvocationContextInterceptor.java:178)
at org.jboss.cache.interceptors.InvocationContextInterceptor.visitPutKeyValueCommand(InvocationContextInterceptor.java:82)
at org.jboss.cache.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:100)
at org.jboss.cache.interceptors.InterceptorChain.invoke(InterceptorChain.java:265)
at org.jboss.cache.invocation.CacheInvocationDelegate.put(CacheInvocationDelegate.java:560)
at org.jboss.cache.invocation.CacheInvocationDelegate.put(CacheInvocationDelegate.java:565)
at com.rgb.core.cache.DefaultCache.put(DefaultCache.java:183)
at com.rgb.core.server.util.element.ElementEntityUtil.getElementId(ElementEntityUtil.java:76)
Im running on MVCC node locking scheme and isolation level as READ_COMITTED. any help on this would be appreciated.
Thank you,
bala.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/534136#534136]
Start a new discussion in JBoss Cache at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years, 1 month
[JBoss Cache] - Jboss 4.0.2 not working on windows 2008 64 bit
by Ravi Samavedula
Ravi Samavedula [http://community.jboss.org/people/samavedulark] created the discussion
"Jboss 4.0.2 not working on windows 2008 64 bit"
To view the discussion, visit: http://community.jboss.org/message/534127#534127
--------------------------------------------------------------
Hi,
I am using jboss 4.0.2 and it is working fine on windows 2008 32 bit, but it is not working on windows 2008 64 bit.I posting the log .
As far as i had searched on the net, i got some answers stating as jgroups has some problems.Not sure.
Thanks
2010-03-26 14:05:53,221 ERROR (main) [org.jgroups.util.Util:114] exception is java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind
2010-03-26 14:05:56,899 INFO (main) [com.gehc.device.util.event.SystemEventService:94] NODE_STARTED on node [INBLRCPN01]
2010-03-26 14:05:56,969 INFO (main) [com.gehc.device.streaminggwy.jca.AbstractConnector:94] [aware] connector started
2010-03-26 14:05:57,565 INFO (main) [com.gehc.device.streaminggwy.jca.AbstractConnector:94] [datacaptor] connector started
2010-03-26 14:05:57,609 INFO (main) [com.gehc.device.streaminggwy.jca.AbstractConnector:94] [intellivue] connector started
2010-03-26 14:05:57,736 INFO (main) [com.gehc.device.streaminggwy.jca.AbstractConnector:94] [ixml] connector started
2010-03-26 14:05:58,005 INFO (main) [com.gehc.device.streaminggwy.jca.AbstractConnector:94] [sigma] connector started
2010-03-26 14:06:24,180 INFO (main) [com.gehc.device.kernel.mbean.KernelService:94] KernelFactory successfully built and bound into JNDI [java:/ecis/KernelFactory]
2010-03-26 14:06:24,867 INFO (main) [com.gehc.device.util.event.SystemEventService:94] MASTER_NODE_STARTED on node [INBLRCPN01]
2010-03-26 14:06:24,876 INFO (main) [com.gehc.device.kernel.KernelSessionBean:94] loaded [[Kernel (kernel)] version [1.3-SNAPSHOT-2009-Sep-10T112914+0530]]
2010-03-26 14:06:26,288 INFO (main) [com.gehc.device.streaminggwy.jca.AbstractClientConnector:94] the devicelink gateway retrieved from kernel is null.
2010-03-26 14:06:31,659 INFO (main) [com.gehc.device.streaminggwy.jca.AbstractClientConnector:94] the devicelink gateway retrieved from kernel is null.
2010-03-26 14:06:31,753 INFO (main) [com.gehc.device.streaminggwy.jca.AbstractClientConnector:94] the devicelink gateway retrieved from kernel is null.
2010-03-26 14:06:31,862 ERROR (main) [org.jboss.deployment.scanner.URLDeploymentScanner:660] Incomplete Deployment listing:
--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@174e240c { url=file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/deploy/httpha-invoker.sar/invoker.war/ }
deployer: null
status: Starting
state: INIT_WAITING_DEPLOYER
watch: file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/deploy/httpha-invoker.sar/invoker.war/
altDD: null
lastDeployed: 1269592545358
lastModified: 1269592178000
mbeans:
org.jboss.deployment.DeploymentInfo@e6c1c254 { url=file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/deploy/jbossweb-tomcat55.sar/ROOT.war/ }
deployer: null
status: Starting
state: INIT_WAITING_DEPLOYER
watch: file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/deploy/jbossweb-tomcat55.sar/ROOT.war/
altDD: null
lastDeployed: 1269592545358
lastModified: 1269592178000
mbeans:
org.jboss.deployment.DeploymentInfo@fcf8cf12 { url=file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/deploy/jbossws14.sar/jbossws-context.war }
deployer: null
status: Starting
state: INIT_WAITING_DEPLOYER
watch: file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/deploy/jbossws14.sar/jbossws-context.war
altDD: null
lastDeployed: 1269592545359
lastModified: 1269592530000
mbeans:
org.jboss.deployment.DeploymentInfo@69b023fe { url=file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/deploy/juddi-service.sar/juddiws.war/ }
deployer: null
status: Starting
state: INIT_WAITING_DEPLOYER
watch: file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/deploy/juddi-service.sar/juddiws.war/
altDD: null
lastDeployed: 1269592545359
lastModified: 1269592178000
mbeans:
org.jboss.deployment.DeploymentInfo@319bdc80 { url=file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/deploy/management/console-mgr.sar/web-console.war/ }
deployer: null
status: Starting
state: INIT_WAITING_DEPLOYER
watch: file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/deploy/management/console-mgr.sar/web-console.war/
altDD: null
lastDeployed: 1269592545359
lastModified: 1269592178000
mbeans:
org.jboss.deployment.DeploymentInfo@32471c46 { url=file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/deploy/jmx-console.war/ }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/deploy/jmx-console.war/
altDD: null
lastDeployed: 1269592553393
lastModified: 1269592178000
mbeans:
org.jboss.deployment.DeploymentInfo@4dbd34a6 { url=file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/deploy-hasingleton/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ }
deployer: null
status: Starting
state: START_SUBDEPLOYMENTS
watch: file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/deploy-hasingleton/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
altDD: null
lastDeployed: 1269592558786
lastModified: 1269592180000
mbeans:
org.jboss.deployment.DeploymentInfo@c8184cd7 { url=file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/tmp/deploy/tmp12049kernel-ear-1.3-SNAPSHOT.ear-contents/config-ui-war.war }
deployer: null
status: Starting
state: START_SUBDEPLOYMENTS
watch: file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/tmp/deploy/tmp12049kernel-ear-1.3-SNAPSHOT.ear-contents/config-ui-war.war
altDD: null
lastDeployed: 1269592559286
lastModified: 1269592560000
mbeans:
org.jboss.deployment.DeploymentInfo@43189591 { url=file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/tmp/deploy/tmp12049kernel-ear-1.3-SNAPSHOT.ear-contents/sa-cockpit-ui-war.war }
deployer: null
status: Starting
state: START_SUBDEPLOYMENTS
watch: file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/tmp/deploy/tmp12049kernel-ear-1.3-SNAPSHOT.ear-contents/sa-cockpit-ui-war.war
altDD: null
lastDeployed: 1269592559286
lastModified: 1269592560000
mbeans:
--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@32471c46 { url=file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/deploy/jmx-console.war/ }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/D:/DeviceDataProcessor/jboss-4.0.5.GA/server/all/deploy/jmx-console.war/
altDD: null
lastDeployed: 1269592553393
lastModified: 1269592178000
mbeans:
--- MBeans waiting for other MBeans ---
ObjectName: jboss.cache:service=TomcatClusteringCache
State: FAILED
Reason: java.lang.NullPointerException
I Depend On:
jboss.jca:service=DataSourceBinding,name=OracleDS
jboss:service=Naming
jboss:service=TransactionManager
jboss.aop:service=AspectDeployer
Depends On Me:
jboss.web:service=WebServer
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.cache:service=TomcatClusteringCache
State: FAILED
Reason: java.lang.NullPointerException
I Depend On:
jboss.jca:service=DataSourceBinding,name=OracleDS
jboss:service=Naming
jboss:service=TransactionManager
jboss.aop:service=AspectDeployer
Depends On Me:
jboss.web:service=WebServer
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/534127#534127]
Start a new discussion in JBoss Cache at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years, 1 month
Re: [jboss-user] [JCA] - MDB - JCA Transaction issue
by srinivaas venkat
srinivaas venkat [http://community.jboss.org/people/sv_srinivaas] replied to the discussion
"MDB - JCA Transaction issue"
To view the discussion, visit: http://community.jboss.org/message/534124#534124
--------------------------------------------------------------
Adrian, Thanks for your quick response,
After enabling trace I could see that the transaction was set to RollbackOnly when an exception occurs while connecting to node1 (because of the temporary network failure). I'm using Hornetq jca adapter to connect the mdb to queue nodes.
Is it because the execption thrown (after attempting to connect to node1) is a system exception that the transaction is set to rollbackOnly? If that is the case is it not possible to send the message to node2 even after getting an exception (while connecting to node1) with the transaction type set to REQUIRED?
If I use Transaction as NOT_SUPPORTED or BMT everything works fine but is it not possible with CMT/transaction as REQUIRED? Pls help!
I've also attached the log file showing the transaction rollback status before and after exception.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/534124#534124]
Start a new discussion in JCA at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years, 1 month
Re: [jboss-user] [JBoss Web Services] - JBossWS Native + WS-Security - missing WS-SecurityPolicy info in WSDL
by Matthias Kahlau
Matthias Kahlau [http://community.jboss.org/people/kamaze] replied to the discussion
"JBossWS Native + WS-Security - missing WS-SecurityPolicy info in WSDL"
To view the discussion, visit: http://community.jboss.org/message/534119#534119
--------------------------------------------------------------
Thanks for your response. Which security related annotations do you refer to? I only know the @EndpointConfig on the SEI. I use this annotation like this:
@EndpointConfig(configName = "Standard WSSecurity Endpoint")
The "Standard WSSecurity Endpoint" is defined in:
[JBOSS_HOME]\server\default\deployers\jbossws.deployer\META-INF\standard-jaxws-endpoint-config.xml
I did not change this configuration in any way:
<endpoint-config>
<config-name>Standard WSSecurity Endpoint</config-name>
<post-handler-chains>
<javaee:handler-chain>
<javaee:protocol-bindings>##SOAP11_HTTP ##SOAP11_HTTP_MTOM</javaee:protocol-bindings>
<javaee:handler>
<javaee:handler-name>WSSecurity Handler</javaee:handler-name>
<javaee:handler-class>org.jboss.ws.extensions.security.jaxws.WSSecurityHandlerServer</javaee:handler-class>
</javaee:handler>
<javaee:handler>
<javaee:handler-name>Recording Handler</javaee:handler-name>
<javaee:handler-class>org.jboss.wsf.framework.invocation.RecordingServerHandler</javaee:handler-class>
</javaee:handler>
</javaee:handler-chain>
</post-handler-chains>
</endpoint-config>
So I don't know what is missing to get the encryption started.
*Does it only work in combination with a JAAS configuration?*
*Does JBoss 5.1.0.GA including JBossWS Native 3.1.2.GA or 3.2.2.GA (JDK 6) support rendering WS-SecurityPolicy in the WSDL at all, when WS-Security is configured on the server side? (I do only want to figure out this issue at the moment. Did not try a client side security configuration (jboss-wsse-client.xml etc.) yet!)*
*
*
If this should work, could you please post me the relevant snippets or point to wrong or missing aspects of my setup described so far in this thread?*
*
Any help highly appreciated.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/534119#534119]
Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years, 1 month