[JBoss JIRA] Created: (BPEL-232) Missing "description" property in BpelDefinition mapping
by Alejandro Guizar (JIRA)
Missing "description" property in BpelDefinition mapping
--------------------------------------------------------
Key: BPEL-232
URL: http://jira.jboss.com/jira/browse/BPEL-232
Project: JBoss jBPM BPEL
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Engine
Affects Versions: jBPM BPEL 1.1 beta 3
Reporter: Alejandro Guizar
Assigned To: Alejandro Guizar
Fix For: jBPM BPEL 1.1.GA
In jBPM 3.2.beta1, the ProcessDefinition mapping contains a "description" property. This property is missing in the BpelDefinition mapping.
Go to the JBoss Forum Reference for an explanation.
Beyond synchronizing the BpelDefinition mapping with the ProcessDefinition mapping, a definitive solution for this mapping duplication is desirable.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 1 month
[JBoss JIRA] Created: (BPEL-218) use imported documents as the default service catalog
by Alejandro Guizar (JIRA)
use imported documents as the default service catalog
-----------------------------------------------------
Key: BPEL-218
URL: http://jira.jboss.com/jira/browse/BPEL-218
Project: JBoss jBPM BPEL
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Engine
Reporter: Alejandro Guizar
Assigned To: Alejandro Guizar
Fix For: jBPM BPEL 1.1
wsdl documents imported by a process are not examined during resolution of partner services, because an alternate, more dynamic service catalog (e.g. an XML registry) is expected to be in place. however, in trivial scenarios, such as deployment from the designer, no alternate catalog exists and the main, if not sole, source of partner information is the list of imported documents.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 1 month
[JBoss JIRA] Created: (JBAS-4639) Optimized replication of ClusteredSession metadata
by Brian Stansberry (JIRA)
Optimized replication of ClusteredSession metadata
--------------------------------------------------
Key: JBAS-4639
URL: http://jira.jboss.com/jira/browse/JBAS-4639
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Clustering, Web (Tomcat) service
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Fix For: JBossAS-5.0.0.CR1
Stop storing clustered session metadata as a single key value pair in JBossCache. Instead, separate those attributes prone to frequent change (s/b just the access timestamp) from those that are largely fixed at session creation. Call cache.put() with the "fixed" ones only on the first request (or in the less likely event that something changes in them, e.g. timeout interval, in a later request.) Store the timestamp with every request; perhaps less often if the request didn't change anything else in the session, i.e. no more often than every 30 secs.
With this we can get rid of hacky stuff like using Subject/Observer to track FIELD granularity pojo attribute changes. We just do that so we know whether to replicate session the metadata.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 1 month