Hi,

I have made some changes to the code in org.wso2.carbon.user.mgt.ui
(specifically the bulk-import.jsp file in the web resources) and when I
added the changed and compiled code to the IS 5.1.0_SNAPSHOT server, the
package gets installed, and doesn't get activated. When ran an OSGI
Diagnosis, it shows that some of the packages imported are missing. The
steps and the output is as below.


   1. change the version tag in the pom.xml in org.wso2.carbon.user.mgt.ui
   to 4.3.6.SNAPSHOT
   2. Create new patch folder in the instance of the IS
   ($carbonHome/repository/components/patches/patch9999)
   3. copy the new "org.wso2.carbon.user.mgt.ui_4.3.6.SNAPSHOT.jar" to the
   said patch folder.
   4. start the server
   5. check the active components to find that
   "org.wso2.carbon.user.mgt.ui" is 'INSTALLED" but not "ACTIVE"
   6. run diagnosis on module to find the following output. :
   1. reference:file:../plugins/org.wso2.carbon.user.mgt.ui_4.3.6.SNAPSHOT.jar
      [363]
        Direct constraints which are unresolved:
          Missing imported package
      org.wso2.carbon.user.mgt.stub_[4.4.0,4.5.0).
          Missing imported package
      org.wso2.carbon.user.mgt.stub.types.axis2_[4.4.0,4.5.0).
          Missing imported package
      org.wso2.carbon.user.mgt.stub.types.carbon_[4.4.0,4.5.0).
          Missing optionally imported package
      javax.activation_[1.1.0,2.0.0).

      7. Now, I changed the part in the pom.xml containing the dependencies
   to not include the ";version=...." section. However, the same results is
   shown.

On a high level, due to this malfunction, the "users and roles" section of
the management console is not shown. and manual navigating by typing the
URL still shows null content.


Any help and input regarding this will be highly appreciated. Thanks.


-- 
*-Damith Senanayake-*
+94712205272
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to