[jira] Resolved: (FELIX-1957) Make Web Console compatible with OSGi/Minimum-1.0 EE

2010-01-13 Thread Felix Meschberger (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Felix Meschberger resolved FELIX-1957.
--

Resolution: Fixed

Applied the patch slightly modified in Rev. 898728:

  * renamed the method to enableLineWrapping
  * replace char[] by direct string access
  * only append blank after ; and , (the brackets and braces were part of the 
regexp)

> Make Web Console compatible with OSGi/Minimum-1.0 EE
> 
>
> Key: FELIX-1957
> URL: https://issues.apache.org/jira/browse/FELIX-1957
> Project: Felix
>  Issue Type: New Feature
>  Components: Web Console
>Affects Versions: webconsole-2.0.4
>Reporter: Valentin Valchev
>Assignee: Felix Meschberger
> Fix For: webconsole-2.0.6
>
> Attachments: mathes-patch.patch
>
>
> Currently the Web Console requires some methods that are JDK 1.4+ specific.
> In some embedded JVM the methods are not available. 
> However, it's not needed to sync with each embedded JVM but make sure to run 
> at least at OSGi/Minimum-1.0 Execution Environment.
> The problem methods are:
> String.matches(pattern);   (LicenseServlet & BundlesServlet)
> String.replaceAll();  (ConfigurationRender)
> String.split();(BundleRepositoryRender)
> The class LinkedHashMap is missing in OSGi/Minimum-1.0 EE but used in the 
> ConfigurationListener.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (FELIX-1957) Make Web Console compatible with OSGi/Minimum-1.0 EE

2010-01-17 Thread Felix Meschberger (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Felix Meschberger resolved FELIX-1957.
--

Resolution: Fixed

In Revs. 900182, 900191, 900192 fixed the other reported non-OSGi/Minimum-1.0 
EE issues.

This should fix this issue now.

> Make Web Console compatible with OSGi/Minimum-1.0 EE
> 
>
> Key: FELIX-1957
> URL: https://issues.apache.org/jira/browse/FELIX-1957
> Project: Felix
>  Issue Type: New Feature
>  Components: Web Console
>Affects Versions: webconsole-2.0.4
>Reporter: Valentin Valchev
>Assignee: Felix Meschberger
> Fix For: webconsole-2.0.6
>
> Attachments: mathes-patch.patch
>
>
> Currently the Web Console requires some methods that are JDK 1.4+ specific.
> In some embedded JVM the methods are not available. 
> However, it's not needed to sync with each embedded JVM but make sure to run 
> at least at OSGi/Minimum-1.0 Execution Environment.
> The problem methods are:
> String.matches(pattern);   (LicenseServlet & BundlesServlet)
> String.replaceAll();  (ConfigurationRender)
> String.split();(BundleRepositoryRender)
> The class LinkedHashMap is missing in OSGi/Minimum-1.0 EE but used in the 
> ConfigurationListener.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.