[JBoss JIRA] Created: (AS7-1974) Unable to access OSGI service (BundleContext) from WebApp (servlet / RestEasy) using AS 7.1.1 stack.
by Nikhil Joshi (JIRA)
Unable to access OSGI service (BundleContext) from WebApp (servlet / RestEasy) using AS 7.1.1 stack.
----------------------------------------------------------------------------------------------------
Key: AS7-1974
URL: https://issues.jboss.org/browse/AS7-1974
Project: Application Server 7
Issue Type: Clarification
Components: OSGi
Affects Versions: 7.1.0.Alpha1
Environment: Using JBoss Developer Studio M3 on Windows 7. Server AS 7.0.0 final, 7.1.1 Alpha, EAP 6.0 (experimental)
Reporter: Nikhil Joshi
Assignee: Thomas Diesler
This is with reference to thread on community forum
http://community.jboss.org/thread/172622
I am trying to access a OSGI Bundle from a Web Application. Where getting following error.
12:16:04,070 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/MyRestService].[SimpleClientServlet]] (http--127.0.0.1-8080-1) Allocate exception for servlet SimpleClientServlet: java.lang.IllegalArgumentException: Can not set org.osgi.framework.BundleContext field sample.SimpleClientServlet.context to org.jboss.osgi.framework.internal.SystemBundleContext
at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source) [:1.6.0_25]
at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source) [:1.6.0_25]
at sun.reflect.UnsafeObjectFieldAccessorImpl.set(Unknown Source) [:1.6.0_25]
at java.lang.reflect.Field.set(Unknown Source) [:1.6.0_25]
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (AS7-1607) Investigate: can we move logging dependencies out of property org.jboss.osgi.system.modules?
by David Bosschaert (JIRA)
Investigate: can we move logging dependencies out of property org.jboss.osgi.system.modules?
--------------------------------------------------------------------------------------------
Key: AS7-1607
URL: https://issues.jboss.org/browse/AS7-1607
Project: Application Server 7
Issue Type: Task
Components: OSGi
Affects Versions: 7.0.1.Final, 7.0.0.Final
Reporter: David Bosschaert
Assignee: David Bosschaert
Priority: Minor
Currently the org.jboss.osgi.system.modules property contains a number of logging components:
{code:xml}<property name="org.jboss.osgi.system.modules">
org.apache.commons.logging,
org.apache.log4j,
org.jboss.as.osgi,
org.slf4j,
</property>{code}
It would be good to see if we can move these modules to the <modules> section of the configuration and load them as proper modules rather than having them merged with the system module.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (AS7-787) Create a dummy InitialDirContext to allow for testing.
by Darran Lofthouse (JIRA)
Create a dummy InitialDirContext to allow for testing.
------------------------------------------------------
Key: AS7-787
URL: https://issues.jboss.org/browse/AS7-787
Project: Application Server 7
Issue Type: Task
Components: Domain Management, Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 7.0.0.CR1
The testing of any LDAP configuration brings in the dependency on an LDAP server, this is fine for major QA testing but not so fine for the testsuite run in multiple environments.
This task is to either find an existing implementation we can use or to implement a dummy InitialDirContext that can simulate the connection to LDAP allowing testing of the LDAP code.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (AS7-1853) Add descriptions to EE subsystem
by Kabir Khan (JIRA)
Add descriptions to EE subsystem
--------------------------------
Key: AS7-1853
URL: https://issues.jboss.org/browse/AS7-1853
Project: Application Server 7
Issue Type: Feature Request
Components: EE
Reporter: Kabir Khan
Assignee: David Lloyd
Fix For: 7.0.2.Final, 7.1.0.Alpha1
The description providers are valid but the resource bundle contains empty strings:
ee=The configuration of the EE subsystem.
ee.add=Adds the EE subsystem.
ee.remove=Removes the EE subsystem.
ee.global-modules=
ee.global-module.name=
ee.global-module.slot=
ee.ear-subdeployments-isolated=
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months