Nexus developer users should only have access to promote their own staging repos
--------------------------------------------------------------------------------
Key: JBBUILD-618
URL: https://jira.jboss.org/browse/JBBUILD-618
Project: JBoss Build System
Issue Type: Task
Components: Artifact Repositories
Reporter: Paul Gier
Assignee: Paul Gier
Fix For: Repository Support 2010
It seems that users with access to the staging repositories have permissions to close/drop/promote any staging repo, including those of other users. We should check with sonatype if there is a way to set the security so that users can only modify their own staging repos.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Temporarily add JBOSS_HOME/lib/jboss-system.jar to the testsuite client classpath
---------------------------------------------------------------------------------
Key: EJBTHREE-2071
URL: https://jira.jboss.org/jira/browse/EJBTHREE-2071
Project: EJB 3.0
Issue Type: Task
Components: testsuite
Reporter: jaikiran pai
Assignee: jaikiran pai
Almost all tests in the testsuite are failing because of a recent change in AS trunk https://jira.jboss.org/jira/browse/JBAS-7818?focusedCommentId=12523915#ac...
To get a sensible testsuite run, *temporarily* add JBOSS_HOME/lib/jboss-system.jar to the testsuite client classpath. Once the underlying issue in AS is fixed, revert this change in classpath.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Extract VFS usage from deployers
--------------------------------
Key: JBJPA-21
URL: https://jira.jboss.org/jira/browse/JBJPA-21
Project: JBoss JPA
Issue Type: Feature Request
Components: deployers
Reporter: John Bailey
Assignee: John Bailey
Create an abstraction layer so the production code for jpa-deployers does not have any direct references on VFS
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
BaseWrapperManagedConnectionFactory.isStaleConnection creates new class every call
----------------------------------------------------------------------------------
Key: JBAS-3813
URL: http://jira.jboss.com/jira/browse/JBAS-3813
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: JBossAS-5.0.0.Beta
Reporter: Elias Ross
Priority: Minor
}
boolean isStaleConnection(SQLException e)
{
boolean isStale = false;
if(staleConnectionChecker != null)
{
isStale = staleConnectionChecker.isStaleConnection(e);
}
if(staleConnectionCheckerClassName != null)
{
should change to:
--
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
Only inject value if @ConfigProperty::defaultValue is set
---------------------------------------------------------
Key: JBJCA-335
URL: https://jira.jboss.org/browse/JBJCA-335
Project: JBoss JCA
Issue Type: Bug
Components: Deployer
Reporter: Jesper Pedersen
Assignee: Jesper Pedersen
Fix For: 1.0.0.Alpha12
The deployer chain should only inject @ConfigProperty's defaultValue attribute if it has been set.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
fix ordering in -jboss-beans.xml
--------------------------------
Key: EJBTHREE-2079
URL: https://jira.jboss.org/jira/browse/EJBTHREE-2079
Project: EJB 3.0
Issue Type: Task
Components: core, deployers
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
The following two files need to be corrected to be consistent with the schema/binding annotations
core\src\main\resources\ejb3-container-jboss-beans.xml
deployers\src\main\resources\META-INF\ejb3-deployers-jboss-beans.xml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
FIx ordering in ejb3-deployers-jboss-beans.xml
----------------------------------------------
Key: EJBTHREE-2096
URL: https://jira.jboss.org/browse/EJBTHREE-2096
Project: EJB 3.0
Issue Type: Sub-task
Components: deployers
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
The following file needs to be corrected to be consistent with the schema/binding annotations
deployers\src\main\resources\META-INF\ejb3-deployers-jboss-beans.xml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira