You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2009/04/15 16:20:33 UTC

[jira] Created: (SMX4-274) servicemix-osgi-cxf-code-first-archetype no longer works.....

servicemix-osgi-cxf-code-first-archetype no longer works.....
-------------------------------------------------------------

                 Key: SMX4-274
                 URL: https://issues.apache.org/activemq/browse/SMX4-274
             Project: ServiceMix 4
          Issue Type: Bug
            Reporter: Daniel Kulp
            Assignee: Freeman Fang



If you try to use the servicemix-osgi-cxf-code-first-archetype to create a new project, the resulting project won't build:

[ERROR] Error building bundle test:test:bundle:1.0-SNAPSHOT : Unresolved references to [org.apache.cxf.jaxws] by class(es) on the Bundle-Classpath[Jar:dot]: [test/client/Client.class]
[ERROR] Error(s) found in bundle configuration

There are two fixes that probably should be done:

1) Add org.apache.cxf.jaxws to the Import-Packages line
2) Lock down the version of the bundle plugin.   That's what caused this issue as it worked fine with the previous 1.4.3 version of the bundle plugin, but not with the 2.0 version.    Thus, people using this can be affected by whatever version Felix releases.



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


[jira] Commented: (SMX4-274) servicemix-osgi-cxf-code-first-archetype no longer works.....

Posted by "Scott Cranton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51216#action_51216 ] 

Scott Cranton commented on SMX4-274:
------------------------------------

same issue in servicemix-osgi-cxf-wsdl-first-archetype

> servicemix-osgi-cxf-code-first-archetype no longer works.....
> -------------------------------------------------------------
>
>                 Key: SMX4-274
>                 URL: https://issues.apache.org/activemq/browse/SMX4-274
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Daniel Kulp
>            Assignee: Freeman Fang
>
> If you try to use the servicemix-osgi-cxf-code-first-archetype to create a new project, the resulting project won't build:
> [ERROR] Error building bundle test:test:bundle:1.0-SNAPSHOT : Unresolved references to [org.apache.cxf.jaxws] by class(es) on the Bundle-Classpath[Jar:dot]: [test/client/Client.class]
> [ERROR] Error(s) found in bundle configuration
> There are two fixes that probably should be done:
> 1) Add org.apache.cxf.jaxws to the Import-Packages line
> 2) Lock down the version of the bundle plugin.   That's what caused this issue as it worked fine with the previous 1.4.3 version of the bundle plugin, but not with the 2.0 version.    Thus, people using this can be affected by whatever version Felix releases.

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


[jira] Work started: (SMX4-274) servicemix-osgi-cxf-code-first-archetype no longer works.....

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

Work on SMX4-274 started by Freeman Fang.

> servicemix-osgi-cxf-code-first-archetype no longer works.....
> -------------------------------------------------------------
>
>                 Key: SMX4-274
>                 URL: https://issues.apache.org/activemq/browse/SMX4-274
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Daniel Kulp
>            Assignee: Freeman Fang
>
> If you try to use the servicemix-osgi-cxf-code-first-archetype to create a new project, the resulting project won't build:
> [ERROR] Error building bundle test:test:bundle:1.0-SNAPSHOT : Unresolved references to [org.apache.cxf.jaxws] by class(es) on the Bundle-Classpath[Jar:dot]: [test/client/Client.class]
> [ERROR] Error(s) found in bundle configuration
> There are two fixes that probably should be done:
> 1) Add org.apache.cxf.jaxws to the Import-Packages line
> 2) Lock down the version of the bundle plugin.   That's what caused this issue as it worked fine with the previous 1.4.3 version of the bundle plugin, but not with the 2.0 version.    Thus, people using this can be affected by whatever version Felix releases.

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


[jira] Resolved: (SMX4-274) servicemix-osgi-cxf-code-first-archetype no longer works.....

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

Freeman Fang resolved SMX4-274.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 4.1.0

http://svn.apache.org/viewvc?rev=765460&view=rev

> servicemix-osgi-cxf-code-first-archetype no longer works.....
> -------------------------------------------------------------
>
>                 Key: SMX4-274
>                 URL: https://issues.apache.org/activemq/browse/SMX4-274
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Daniel Kulp
>            Assignee: Freeman Fang
>             Fix For: 4.1.0
>
>
> If you try to use the servicemix-osgi-cxf-code-first-archetype to create a new project, the resulting project won't build:
> [ERROR] Error building bundle test:test:bundle:1.0-SNAPSHOT : Unresolved references to [org.apache.cxf.jaxws] by class(es) on the Bundle-Classpath[Jar:dot]: [test/client/Client.class]
> [ERROR] Error(s) found in bundle configuration
> There are two fixes that probably should be done:
> 1) Add org.apache.cxf.jaxws to the Import-Packages line
> 2) Lock down the version of the bundle plugin.   That's what caused this issue as it worked fine with the previous 1.4.3 version of the bundle plugin, but not with the 2.0 version.    Thus, people using this can be affected by whatever version Felix releases.

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