[JBoss JIRA] (AS7-6557) AS8 Java Security Manager Container Task
by Anil Saldhana (JIRA)
[ https://issues.jboss.org/browse/AS7-6557?page=com.atlassian.jira.plugin.s... ]
Anil Saldhana updated AS7-6557:
-------------------------------
Summary: AS8 Java Security Manager Container Task (was: Verify operation within a security manager)
> AS8 Java Security Manager Container Task
> ----------------------------------------
>
> Key: AS7-6557
> URL: https://issues.jboss.org/browse/AS7-6557
> Project: Application Server 7
> Issue Type: Sub-task
> Components: Security
> Reporter: David Lloyd
> Assignee: Anil Saldhana
> Fix For: 8.0.0.Alpha1
>
>
> As per the Java EE 7 spec, all Java EE products must be capable of running within a Java security manager. Test each Java EE configuration including application client for security manager operability.
> Discuss with [~dmlloyd] options around modules integration.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JGRP-1598) STATE: broken
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/JGRP-1598?page=com.atlassian.jira.plugin.... ]
Bela Ban commented on JGRP-1598:
--------------------------------
The culprit was Draw: we use a BufferedOutputStream in DrawPanel.writeState(). This creates an internal buffer, which is flushed every 4096 bytes. This results in a message being sent to the state requester. *However* the buffer passed to the message is a *reference* to the internal buffer in BufferedOutputStream, and since this is modified again, the buffer in the message also changes !
The solution was to copy the buffer into the message in STATE$StateOutputStream.sendMessage().
> STATE: broken
> -------------
>
> Key: JGRP-1598
> URL: https://issues.jboss.org/browse/JGRP-1598
> Project: JGroups
> Issue Type: Bug
> Reporter: Bela Ban
> Assignee: Bela Ban
> Fix For: 3.2.8, 3.3
>
>
> When receiving state, STATE fails to correctly push the state to the receiver. There is probably a bug in BlockingInputStream, as the state itself is transferred correctly.
> STATE_TRANSFER and STATE_SOCK are not affected
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (AS7-6571) JSR-338 JPA 2.1
by Scott Marlow (JIRA)
Scott Marlow created AS7-6571:
---------------------------------
Summary: JSR-338 JPA 2.1
Key: AS7-6571
URL: https://issues.jboss.org/browse/AS7-6571
Project: Application Server 7
Issue Type: Sub-task
Components: JPA / Hibernate
Affects Versions: 8.0.0.Alpha1
Reporter: Scott Marlow
Assignee: Scott Marlow
Fix For: 8.0.0.Alpha1
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (AS7-6564) JSR-322 Java EE Connector Architecture 1.7
by Jesper Pedersen (JIRA)
[ https://issues.jboss.org/browse/AS7-6564?page=com.atlassian.jira.plugin.s... ]
Jesper Pedersen updated AS7-6564:
---------------------------------
Description:
* Integrate IronJacamar 1.1
* Update :jca: to support DistributedWorkManager
* Update :resource-adapters: to support new IronJacamar features
* Update :datasources: to support new IronJacamar features
* Deployer chain for new deployment annotations (minimum implementation - developer mode only)
was:
* Integrate IronJacamar 1.1
* Update :jca: to support DistributedWorkManager
* Update :resource-adapters: to support new IronJacamar features
* Update :datasources: to support new IronJacamar features
> JSR-322 Java EE Connector Architecture 1.7
> ------------------------------------------
>
> Key: AS7-6564
> URL: https://issues.jboss.org/browse/AS7-6564
> Project: Application Server 7
> Issue Type: Sub-task
> Components: JCA
> Reporter: Jesper Pedersen
> Assignee: Jesper Pedersen
> Fix For: 8.0.0.Alpha1
>
>
> * Integrate IronJacamar 1.1
> * Update :jca: to support DistributedWorkManager
> * Update :resource-adapters: to support new IronJacamar features
> * Update :datasources: to support new IronJacamar features
> * Deployer chain for new deployment annotations (minimum implementation - developer mode only)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months