1 Reply Latest reply on Apr 14, 2010 9:45 PM by ffang

    Missing constraint: sun.reflect.generics.ReflectiveObjects

    blahblah

      I'm trying to deploy a webservice using cxf-osgi on servicemix 4.2, and when I try to start it keeps giving me "Missing constraint: sun.reflect.generics.ReflectiveObjects".  So I'm wondering if I need to configure/install something inside of servicemix or something in my pom bundle configuration, or is this something else. 

       

       

      Thanks.

        • 1. Re: Missing constraint: sun.reflect.generics.ReflectiveObjects
          ffang

          Hi,

           

          That package should from JDK, what JDK version you are using?

          You are using the cxf-osgi example we shipped with kit?

          Or you write your own bundle?

           

          Do you change any configuration after you install FUSE ESB?

           

          Could check $SMX_HOME/etc/config.properties, importantly there should be a line like

           

          org.osgi.framework.bootdelegation=sun.,com.sun,javax.transaction,javax.transaction.*

           

          Freeman