[JBoss JIRA] (AS7-3960) Unable to set datasource attribute flush-strategy via CLI
by Stefano Maestri (JIRA)
Stefano Maestri created AS7-3960:
------------------------------------
Summary: Unable to set datasource attribute flush-strategy via CLI
Key: AS7-3960
URL: https://issues.jboss.org/browse/AS7-3960
Project: Application Server 7
Issue Type: Bug
Affects Versions: 7.1.0.Final
Reporter: Stefano Maestri
Assignee: Stefano Maestri
Fix For: 7.1.2.Final
[standalone@localhost:9999 /] /subsystem=datasources/data-source=test:read-attribute(name=flush-strategy)
{
"outcome" => "success",
"result" => "FailingConnectionOnly"
}
[standalone@localhost:9999 /] /subsystem=datasources/data-source=test:write-attribute(name=flush-strategy,value="EntirePool")
{
"outcome" => "failed",
"failure-description" => "JBAS010448: Invalid parameter name: flush-strategy",
"rolled-back" => true
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] (AS7-3958) Some packages required to use the Java Advanced Imaging (JAI) API are missing in the module sun.jdk.
by Igor Nadal (JIRA)
Igor Nadal created AS7-3958:
-------------------------------
Summary: Some packages required to use the Java Advanced Imaging (JAI) API are missing in the module sun.jdk.
Key: AS7-3958
URL: https://issues.jboss.org/browse/AS7-3958
Project: Application Server 7
Issue Type: Feature Request
Components: Server
Affects Versions: 7.1.0.Final
Environment: Kubuntu 11.10 (Linux 3.0.0-16-generic #28-Ubuntu SMP Fri Jan 27 17:44:39 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux)
JDK 1.7.0_03
Reporter: Igor Nadal
Assignee: Jason Greene
These packages (and its descendants) are missing in the sun.jdk module:
com.sun.image
com.sun.image.codec
com.sun.image.codec.jpeg
com.sun.imageio
com.sun.imageio.plugins
com.sun.imageio.plugins.bmp
com.sun.imageio.plugins.common
com.sun.imageio.plugins.gif
com.sun.imageio.plugins.jpeg
com.sun.imageio.plugins.png
com.sun.imageio.plugins.wbmp
com.sun.imageio.spi
com.sun.imageio.stream
All these packages are required by Java Advanced Imaging (JAI) to use some usual features.
Could you add these to the sun.jdk module? Thank you.
PS: Plaese, check also this JIRA: https://issues.jboss.org/browse/AS7-3872 . The package sun.util.locale seems not to be loaded by the JSP
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] (AS7-3957) CLONE - Configuration for Jacorb does not use jboss.bind.address config property
by Pavel Slavicek (JIRA)
Pavel Slavicek created AS7-3957:
-----------------------------------
Summary: CLONE - Configuration for Jacorb does not use jboss.bind.address config property
Key: AS7-3957
URL: https://issues.jboss.org/browse/AS7-3957
Project: Application Server 7
Issue Type: Bug
Components: IIOP
Affects Versions: 7.1.0.Final
Reporter: Pavel Slavicek
Assignee: Brian Stansberry
Fix For: 7.1.1.Final
Configuration for Jacorb in socket-binding-group (standalone-*.xml) does not use jboss.bind.address config property and uses 127.0.0.1.
We are not able to start two EAPs on one machine with different IPs.
{code}
<interfaces>
<interface name="management">
<inet-address value="${jboss.bind.address.management:127.0.0.1}"/>
</interface>
<interface name="public">
<inet-address value="${jboss.bind.address:127.0.0.1}"/>
</interface>
<interface name="unsecure">
<!-- Used for IIOP sockets in the standarad configuration.
To secure JacORB you need to setup SSL -->
<inet-address value="127.0.0.1"/>
</interface>
</interfaces>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months