[JBoss JIRA] (WFLY-1100) Complete support for OSGi JNDI
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-1100?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-1100:
-----------------------------------
Assignee: Thomas Diesler (was: Brian Stansberry)
> Complete support for OSGi JNDI
> ------------------------------
>
> Key: WFLY-1100
> URL: https://issues.jboss.org/browse/WFLY-1100
> Project: WildFly
> Issue Type: Feature Request
> Components: Naming, OSGi
> Reporter: Thomas Diesler
> Assignee: Thomas Diesler
> Labels: roadmap
>
> As expected because of the missing integration with the NamingManger singletons, all tests that go through NamingManager to obtain the InitialContextFactory or the ObjectFactory fail.
> {code}
> Running org.jboss.test.osgi.example.jndi.JNDITestCase
> Tests run: 12, Failures: 1, Errors: 2, Skipped: 2, Time elapsed: 15.574 sec <<< FAILURE!
> Results :
> Failed tests: testContextManagerReferenceBinding(org.jboss.test.osgi.example.jndi.JNDITestCase): expected:<bar> but was:<Reference Class Name: java.lang.String(..)
> Tests in error:
> testTraditionalAPIValueBinding(org.jboss.test.osgi.example.jndi.JNDITestCase): JBAS011843: Failed instantiate InitialContextFactory org.jboss.test.osgi.example.jndi.bundle.JNDITestActivator$SimpleInitalContextFactory from classloader ModuleClassLoader for Module "deployment.arquillian-service:main" from Service Module Loader
> testTraditionalAPIReferenceBinding(org.jboss.test.osgi.example.jndi.JNDITestCase): JBAS011843: Failed instantiate InitialContextFactory org.jboss.test.osgi.example.jndi.bundle.JNDITestActivator$SimpleInitalContextFactory from classloader ModuleClassLoader for Module "deployment.arquillian-service:main" from Service Module Loader
> {code}
> In reality it means that OSGi Bundles cannot use JNDI with object References and cannot expect the traditional JNDI API to work. These findings generally raise the question how a spec compliant OSGI JNDI Implementation is supposed to work in a container environment. Specifically, in an environment that has already set the NamingManager singletons.
> IMHO there is a layer of abstraction missing. Perhaps the container should register a NamingManger service that the JNDI Implementation can use to register its InitialContextFactoryBuilder and ObjectFactoryBuilder.
--
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
11 years, 8 months
[JBoss JIRA] (WFLY-1088) HAL: Setup installation process
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-1088?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-1088:
-----------------------------------
Assignee: Harald Pehl (was: Brian Stansberry)
> HAL: Setup installation process
> -------------------------------
>
> Key: WFLY-1088
> URL: https://issues.jboss.org/browse/WFLY-1088
> Project: WildFly
> Issue Type: Feature Request
> Reporter: Heiko Braun
> Assignee: Harald Pehl
>
> How de we install the HAL deliverables? Are all requirements met for EAP 6.1? Is the mechanism documented and tested?
> How do we bundle a HAL release? Options are to provide ZIP which is the outcome of a maven assembly or a custom installer.
> How does the actual installation work? Suggestion is to create a unique slot for each HAL release and configure the product to use this slot. Thus the user can go back and forth between different HAL releases.
--
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
11 years, 8 months
[JBoss JIRA] (WFLY-1070) Add a redirect-socket configuration to the web connector config
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-1070?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-1070:
-----------------------------------
Assignee: Jean-Frederic Clere (was: Brian Stansberry)
> Add a redirect-socket configuration to the web connector config
> ---------------------------------------------------------------
>
> Key: WFLY-1070
> URL: https://issues.jboss.org/browse/WFLY-1070
> Project: WildFly
> Issue Type: Feature Request
> Components: Domain Management
> Reporter: Brian Stansberry
> Assignee: Jean-Frederic Clere
>
> Support configuring a connector on the http socket and then redirect to the https socket without having to specify the actual port number outside of the socket-binding-group.
> The referenced forum thread has an example that uses "redirect-port" for this, but a new attribute would be needed, since changing the meaning of "redirect-port" would be incompatible.
>
--
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
11 years, 8 months
[JBoss JIRA] (WFLY-1067) Integrate JGroups with core AS security infrastructure
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-1067?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-1067:
-----------------------------------
Assignee: Paul Ferraro (was: Brian Stansberry)
> Integrate JGroups with core AS security infrastructure
> ------------------------------------------------------
>
> Key: WFLY-1067
> URL: https://issues.jboss.org/browse/WFLY-1067
> Project: WildFly
> Issue Type: Feature Request
> Components: Clustering, Security
> Reporter: Brian Stansberry
> Assignee: Paul Ferraro
>
> Container task for better integrating JGroups security with overall AS security. The basic concept is the various security aware aspects of JGroups will expose an SPI, and the AS can create implementations of those SPIs that integrate with the AS security realms. The AS JGroups subsystem will inject the implementation into the JGroups runtime components.
> Subtasks are for the various aspects. These can be done separately but a common overall design should be created to ensure a consistent approach is taken.
--
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
11 years, 8 months
[JBoss JIRA] (WFLY-685) Packaging Xerces in war causes JSF ClassCastException on SAXParserFactory
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-685?page=com.atlassian.jira.plugin.s... ]
Jason Greene reassigned WFLY-685:
---------------------------------
Assignee: Brad Maxwell (was: Stuart Douglas)
Correcting migration
> Packaging Xerces in war causes JSF ClassCastException on SAXParserFactory
> -------------------------------------------------------------------------
>
> Key: WFLY-685
> URL: https://issues.jboss.org/browse/WFLY-685
> Project: WildFly
> Issue Type: Bug
> Components: JSF
> Reporter: Brad Maxwell
> Assignee: Brad Maxwell
> Fix For: Awaiting Volunteers
>
>
> Packaging Xerces in war causes JSF ClassCastException on SAXParserFactory
> ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]. (main) Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
> java.lang.ClassCastException: org.apache.xerces.jaxp.SAXParserFactoryImpl cannot be cast to javax.xml.parsers.SAXParserFactory
> at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:128)
> at com.sun.faces.config.ConfigureListener$WebXmlProcessor.getConfiguredFactory(ConfigureListener.java:702)
> at com.sun.faces.config.ConfigureListener$WebXmlProcessor.scanForFacesServlet(ConfigureListener.java:674)
> at com.sun.faces.config.ConfigureListener$WebXmlProcessor.<init>(ConfigureListener.java:648)
> at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:156)
> at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:60)
> at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
> at org.apache.catalina.core.StandardContext.start(StandardContext.java:4389)
> at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:321)
> at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:145)
> at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
> at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
--
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
11 years, 8 months
[JBoss JIRA] (WFLY-1061) Expose pool statistcs from a deployed .rar via the console
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-1061?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-1061:
-----------------------------------
Assignee: Heiko Braun (was: Brian Stansberry)
> Expose pool statistcs from a deployed .rar via the console
> -----------------------------------------------------------
>
> Key: WFLY-1061
> URL: https://issues.jboss.org/browse/WFLY-1061
> Project: WildFly
> Issue Type: Feature Request
> Reporter: Johnathon Lee
> Assignee: Heiko Braun
>
> Currently pool statistics are not available from a resource adapter, but can be seen via jboss-cli.sh [1].
> Note this is a subset of a rejected FR [2] (found during creation of this FR)
> The FR is to expose these statistics via the web console.
> [1]
> [standalone@localhost:9999 /] /deployment=helloworld.rar/subsystem=resource-adapters/statistics=statistics/connection-definitions=java\:\/eis\/HelloWorld:read-resource(include-runtime=true)
> {
> "outcome" => "success",
> "result" => {
> "ActiveCount" => "0",
> "AvailableCount" => "20",
> "AverageBlockingTime" => "0",
> "AverageCreationTime" => "0",
> "CreatedCount" => "0",
> "DestroyedCount" => "0",
> "MaxCreationTime" => "0",
> "MaxUsedCount" => "0",
> "MaxWaitTime" => "0",
> "TimedOut" => "0",
> "TotalBlockingTime" => "0",
> "TotalCreationTime" => "0"
> }
> }
> [standalone@localhost:9999 /]
> [2]
> https://issues.jboss.org/browse/AS7-3780
--
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
11 years, 8 months