You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2009/10/22 21:43:52 UTC

[jira] Created: (SMX4-412) jdt-core bundle does not actually require preferences service to work

jdt-core bundle does not actually require preferences service to work
---------------------------------------------------------------------

                 Key: SMX4-412
                 URL: https://issues.apache.org/activemq/browse/SMX4-412
             Project: ServiceMix 4
          Issue Type: Bug
          Components: Bundles
    Affects Versions: 4.1.0
            Reporter: David Jencks
            Assignee: David Jencks


jdt-core should include

org.osgi.service.prefs*;resolution:=optional,

the compiler works fine outside an osgi environment...

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


[jira] Resolved: (SMX4-412) jdt-core bundle does not actually require preferences service to work

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SMX4-412.
----------------------------------

    Resolution: Fixed

Sending        jdt-core-3.2.3/pom.xml
Transmitting file data .
Committed revision 919110.


> jdt-core bundle does not actually require preferences service to work
> ---------------------------------------------------------------------
>
>                 Key: SMX4-412
>                 URL: https://issues.apache.org/activemq/browse/SMX4-412
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: Bundles
>    Affects Versions: 4.2.0
>            Reporter: David Jencks
>            Assignee: Guillaume Nodet
>         Attachments: SMX-412.patch
>
>
> jdt-core should include
> org.osgi.service.prefs*;resolution:=optional,
> the compiler works fine outside an osgi environment...

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


[jira] Commented: (SMX4-412) jdt-core bundle does not actually require preferences service to work

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56162#action_56162 ] 

David Jencks commented on SMX4-412:
-----------------------------------

I've now verified that the eclipse compiler works in an osgi environment without importing the prefs service.  I completely removed the prefs import and ran jetty8 and jasper in geronimo trunk and can compile a jsp.  So, I think its safe to apply the patch.

> jdt-core bundle does not actually require preferences service to work
> ---------------------------------------------------------------------
>
>                 Key: SMX4-412
>                 URL: https://issues.apache.org/activemq/browse/SMX4-412
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: Bundles
>    Affects Versions: 4.1.0
>            Reporter: David Jencks
>            Assignee: Guillaume Nodet
>         Attachments: SMX-412.patch
>
>
> jdt-core should include
> org.osgi.service.prefs*;resolution:=optional,
> the compiler works fine outside an osgi environment...

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


[jira] Assigned: (SMX4-412) jdt-core bundle does not actually require preferences service to work

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks reassigned SMX4-412:
---------------------------------

    Assignee: Guillaume Nodet  (was: David Jencks)

> jdt-core bundle does not actually require preferences service to work
> ---------------------------------------------------------------------
>
>                 Key: SMX4-412
>                 URL: https://issues.apache.org/activemq/browse/SMX4-412
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: Bundles
>    Affects Versions: 4.1.0
>            Reporter: David Jencks
>            Assignee: Guillaume Nodet
>         Attachments: SMX-412.patch
>
>
> jdt-core should include
> org.osgi.service.prefs*;resolution:=optional,
> the compiler works fine outside an osgi environment...

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


[jira] Commented: (SMX4-412) jdt-core bundle does not actually require preferences service to work

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55477#action_55477 ] 

David Jencks commented on SMX4-412:
-----------------------------------

Although the compiler works fine outside an osgi environment, thus without the prefs, the prefs might be required in an osgi environment.  I'll try to investigate this and report my results.


> jdt-core bundle does not actually require preferences service to work
> ---------------------------------------------------------------------
>
>                 Key: SMX4-412
>                 URL: https://issues.apache.org/activemq/browse/SMX4-412
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: Bundles
>    Affects Versions: 4.1.0
>            Reporter: David Jencks
>            Assignee: Guillaume Nodet
>         Attachments: SMX-412.patch
>
>
> jdt-core should include
> org.osgi.service.prefs*;resolution:=optional,
> the compiler works fine outside an osgi environment...

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


[jira] Updated: (SMX4-412) jdt-core bundle does not actually require preferences service to work

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks updated SMX4-412:
------------------------------

    Attachment: SMX-412.patch

patch to add optional import

> jdt-core bundle does not actually require preferences service to work
> ---------------------------------------------------------------------
>
>                 Key: SMX4-412
>                 URL: https://issues.apache.org/activemq/browse/SMX4-412
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: Bundles
>    Affects Versions: 4.1.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>         Attachments: SMX-412.patch
>
>
> jdt-core should include
> org.osgi.service.prefs*;resolution:=optional,
> the compiler works fine outside an osgi environment...

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