[JBoss JIRA] Created: (JBTM-197) Multiple recovery timeouts in property file
by Mark Little (JIRA)
Multiple recovery timeouts in property file
-------------------------------------------
Key: JBTM-197
URL: http://jira.jboss.com/jira/browse/JBTM-197
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JTA Implementation
Affects Versions: 4.2.2
Reporter: Mark Little
Assigned To: Kevin Conner
Fix For: 4.2.3
The following properties appear multiple times in the jbossjta-properties.xml file (there may be other duplicates I haven't noticed):
<property
name="com.arjuna.ats.arjuna.recovery.periodicRecoveryPeriod" value="120"/>
<!--
Interval in seconds between first and second pass of periodic recovery.
Default is 10 seconds.
-->
<property
name="com.arjuna.ats.arjuna.recovery.recoveryBackoffPeriod" value="10"/>
<!--
Periodic recovery modules to use. Invoked in sort-order of names.
-->
--
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
19 years, 3 months
[JBoss JIRA] Created: (JBTM-186) Allow configuration of ObjectStoreDir location through the jboss integration layer
by Dimitris Andreadis (JIRA)
Allow configuration of ObjectStoreDir location through the jboss integration layer
----------------------------------------------------------------------------------
Key: JBTM-186
URL: http://jira.jboss.com/jira/browse/JBTM-186
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Dimitris Andreadis
Assigned To: Mark Little
Priority: Critical
Fix For: 4.2.3
Need to be able to configure the location of the ObjectStore dir, through JBoss config files.
Normally it should be something like:
${jboss.server.data.dir}/tx-object-store
If this could be done in the separate integration library without releasing a new jbossts version, that would be great, because we would really need this feature for the first jbossAS 4.2.0.CR1 release.
We just can't write to the /bin directory.
--
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
19 years, 3 months
[JBoss JIRA] Commented: (JBRULES-261) Mismatched types in field constraints
by Mark Proctor (JIRA)
[ http://jira.jboss.com/jira/browse/JBRULES-261?page=comments#action_12352622 ]
Mark Proctor commented on JBRULES-261:
--------------------------------------
automatic conversion, where appropriate would be good. i.e string/char long/int/float etc.
> Mismatched types in field constraints
> -------------------------------------
>
> Key: JBRULES-261
> URL: http://jira.jboss.com/jira/browse/JBRULES-261
> Project: JBoss Rules
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Rule Assemply/SPI
> Affects Versions: 3.0.1
> Reporter: Michael Neale
> Assigned To: Mark Proctor
> Priority: Minor
> Fix For: 3.1-m2
>
>
> Problem: If a rule compares two fields and one of them is a char and the
> other one is a String, the match is always negative. No type-mismatch error
> or warning is displayed. This can be quite confusing. The attached Eclipse
> project illustrates this problem.
> Suggested Solution: If all information is available at compile-time an error
> should be generated on type mismatches. Otherwise there should be a warning
> during run-time and maybe a type conversion attempt.
--
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
19 years, 3 months