[JBoss JIRA] (SECURITY-864) NameNotFoundException due to policyRegistration -- service jboss.naming.context.java.policyRegistration
by Philippe Marschall (JIRA)
[ https://issues.jboss.org/browse/SECURITY-864?page=com.atlassian.jira.plug... ]
Philippe Marschall commented on SECURITY-864:
---------------------------------------------
@c2swapnil the work around has been working fine for us for quite some time now
> NameNotFoundException due to policyRegistration -- service jboss.naming.context.java.policyRegistration
> -------------------------------------------------------------------------------------------------------
>
> Key: SECURITY-864
> URL: https://issues.jboss.org/browse/SECURITY-864
> Project: PicketBox
> Issue Type: Bug
> Components: PicketBox
> Reporter: Chao Wang
> Assignee: Stefan Guilhen
>
> "NameNotFoundException due to policyRegistration -- service jboss.naming.context.java.policyRegistration" is recorded in server.log during quickstart example run by changing log level:
> {noformat}
> <logger category="org.jboss.as.security">
> <level name="TRACE"/>
> </logger>
> <logger category="org.jboss.security">
> <level name="TRACE"/>
> </logger>
> {noformat}
> See detailed description in community discussion [#907134|https://developer.jboss.org/message/907134]
> I choose Jira component picketbox since the exception is titled as "PBOX000293: Exception caught: javax.naming.NameNotFoundException"
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 9 months
[JBoss JIRA] (WFLY-9439) Datasources are registered as singletons
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-9439?page=com.atlassian.jira.plugin.... ]
Brian Stansberry commented on WFLY-9439:
----------------------------------------
That's unfortunately the way it works. Very early one we made the mistake of not coming up with some unambiguous way to distinguish the '*' in non-singleton resource type name from the '*' used in wildcard read ops, where it means show me all addresses that match this pattern. The result is the '*' is treated as meaning "show me all addresses that match this pattern".
> Datasources are registered as singletons
> ----------------------------------------
>
> Key: WFLY-9439
> URL: https://issues.jboss.org/browse/WFLY-9439
> Project: WildFly
> Issue Type: Bug
> Components: JCA
> Reporter: Michal Petrov
> Assignee: Stefano Maestri
>
> {code}
> /subsystem=datasources:read-children-types(include-singletons)
> {code}
> returns this
> {code}
> {
> "outcome" => "success",
> "result" => [
> "data-source",
> "data-source=ExampleDS",
> "jdbc-driver",
> "xa-data-source"
> ]
> }
> {code}
> This happens for any (xa-)data-source, not just the default one.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 9 months
[JBoss JIRA] (SECURITY-864) NameNotFoundException due to policyRegistration -- service jboss.naming.context.java.policyRegistration
by c2swapnil c2swapnil (JIRA)
[ https://issues.jboss.org/browse/SECURITY-864?page=com.atlassian.jira.plug... ]
c2swapnil c2swapnil commented on SECURITY-864:
----------------------------------------------
Any solution to this
> NameNotFoundException due to policyRegistration -- service jboss.naming.context.java.policyRegistration
> -------------------------------------------------------------------------------------------------------
>
> Key: SECURITY-864
> URL: https://issues.jboss.org/browse/SECURITY-864
> Project: PicketBox
> Issue Type: Bug
> Components: PicketBox
> Reporter: Chao Wang
> Assignee: Stefan Guilhen
>
> "NameNotFoundException due to policyRegistration -- service jboss.naming.context.java.policyRegistration" is recorded in server.log during quickstart example run by changing log level:
> {noformat}
> <logger category="org.jboss.as.security">
> <level name="TRACE"/>
> </logger>
> <logger category="org.jboss.security">
> <level name="TRACE"/>
> </logger>
> {noformat}
> See detailed description in community discussion [#907134|https://developer.jboss.org/message/907134]
> I choose Jira component picketbox since the exception is titled as "PBOX000293: Exception caught: javax.naming.NameNotFoundException"
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 9 months
[JBoss JIRA] (ELY-1398) Verify public API signatures during build.
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/ELY-1398?page=com.atlassian.jira.plugin.s... ]
Darran Lofthouse commented on ELY-1398:
---------------------------------------
Whilst animal sniffer is easy to use to generate a signature the verification seems to be that API outside of the signature has not been used rather than checking backwards compatibility.
> Verify public API signatures during build.
> ------------------------------------------
>
> Key: ELY-1398
> URL: https://issues.jboss.org/browse/ELY-1398
> Project: WildFly Elytron
> Issue Type: Enhancement
> Components: Build
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Fix For: 1.1.6.CR1, 1.2.0.Beta7
>
>
> This task will involve adding the ability to generate a signature for a specific version and verify them during the build - we only want this to apply to packages identified as public API.
> Animal Sniffer seems a good candidate http://www.mojohaus.org/animal-sniffer/
> Generation of a signature we can likely make on-demand as we only really need that at the point we tag a release.
> We would definitely want checking to run for CI PR processing but can decide if all builds should be checking with an option to disable or all disabled with an option to enable.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 9 months
[JBoss JIRA] (WFLY-8954) Wildfly 10 with eclipselink Onscucess observer gets stale entity
by Scott Marlow (JIRA)
[ https://issues.jboss.org/browse/WFLY-8954?page=com.atlassian.jira.plugin.... ]
Scott Marlow commented on WFLY-8954:
------------------------------------
I will look soon, thanks for your patience!
> Wildfly 10 with eclipselink Onscucess observer gets stale entity
> ----------------------------------------------------------------
>
> Key: WFLY-8954
> URL: https://issues.jboss.org/browse/WFLY-8954
> Project: WildFly
> Issue Type: Bug
> Components: JPA / Hibernate
> Affects Versions: 10.0.0.Final
> Reporter: Nuno Godinho de Matos
> Assignee: Scott Marlow
> Fix For: 12.0.0.Alpha1
>
>
> Hi,
> In widlfly there seems to be an important issue concerning CDI events and observing these events during onsuccess. At least while using eclipselink.
> When using wildfly 10.0.0.Final together with eclipselink, if an application modifies an entity A, fires an event stating entity A has been modified, and an observer consumes this event during transaction success.
> Then the observer will be working with stale entities that do not reflect the modifications done to the entity.
> A sample application for this issue is available in:
> https://github.com/99sono/wildfly10-observe-on-success-stale-entity
> The widlfly configuration xml for the sample application, is available in the application itself, as can be seen in the readme documentation.
> Many thanks for taking a look.
> Kindest regards.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 9 months