6 Replies Latest reply on Oct 18, 2013 4:49 PM by lyuan

    jboss-as-7.1.1.Final  --- JBAS011006: Not installing optional component org.apache.cxf.transport.http.Servlet3ContinuationProvider$Servlet3Continuation

    summersun_ym

      11:34:32,907 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015893: Encountered invalid class name 'org.springframework.context.ApplicationContext,org.springframework.beans.BeansException' for service type 'org.apache.cxf.bus.factory'

      11:34:32,917 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'

      11:34:34,242 WARN  [org.jboss.as.ee] (MSC service thread 1-4) JBAS011006: Not installing optional component org.apache.cxf.transport.http.Servlet3ContinuationProvider$Servlet3Continuation due to exception: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS011054: Could not find default constructor for class org.apache.cxf.transport.http.

              at org.jboss.as.ee.component.ComponentDescription$DefaultComponentConfigurator.configure(ComponentDescription.java:606)

              at org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor.deploy(EEModuleConfigurationProcessor.java:81)

              at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

              at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

              at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_24]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_24]

              at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_24]

       

       

      11:34:34,278 WARN  [org.jboss.as.ee] (MSC service thread 1-4) JBAS011006: Not installing optional component org.eclipse.jetty.continuation.Servlet3Continuation$1 due to exception: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS011054: Could not find default constructor for class org.eclipse.jetty.continuation.Servlet3Continuation$1

              at org.jboss.as.ee.component.ComponentDescription$DefaultComponentConfigurator.configure(ComponentDescription.java:606)

              at org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor.deploy(EEModuleConfigurationProcessor.java:81)

              at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

              at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

              at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_24]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_24]

              at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_24]

       

       

      11:34:34,314 WARN  [org.jboss.as.ee] (MSC service thread 1-4) JBAS011006: Not installing optional component org.eclipse.jetty.continuation.Servlet3Continuation$2 due to exception: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS011054: Could not find default constructor for class org.eclipse.jetty.continuation.Servlet3Continuation$2

              at org.jboss.as.ee.component.ComponentDescription$DefaultComponentConfigurator.configure(ComponentDescription.java:606)

              at org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor.deploy(EEModuleConfigurationProcessor.java:81)

              at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

              at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

              at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_24]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_24]

              at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_24]

        • 1. Re: jboss-as-7.1.1.Final  --- JBAS011006: Not installing optional component org.apache.cxf.transport.http.Servlet3ContinuationProvider$Servlet3Continuation
          nickarls

          I recall seeing a post like this recently and in that case there were CXF-libs packade in the application (which there shoulndn't be)

          • 2. Re: jboss-as-7.1.1.Final  --- JBAS011006: Not installing optional component org.apache.cxf.transport.http.Servlet3ContinuationProvider$Servlet3Continuation
            ctomc

            hi,

             

            can you post the structure of your application which you get by running "jar tf <name of your deployment archive>"

             

             

            this will help us idenfiy the issue, and might be in lines of what Niklas is suggesting

             

             

            --

            tomaz

            • 3. Re: jboss-as-7.1.1.Final  --- JBAS011006: Not installing optional component org.apache.cxf.transport.http.Servlet3ContinuationProvider$Servlet3Continuation
              summersun_ym

              META-INF/

              META-INF/MANIFEST.MF

              common/

              images/

              images/common/

              META-INF/autoconf/

              scripts/

              scripts/calendar/

              scripts/calendar/My97DatePicker/

              scripts/calendar/My97DatePicker/lang/

              scripts/calendar/My97DatePicker/skin/

              scripts/calendar/My97DatePicker/skin/default/

              scripts/calendar/My97DatePicker/skin/whyGreen/

              scripts/ckeditor/

              scripts/ckeditor/adapters/

              scripts/ckeditor/images/

              scripts/ckeditor/lang/

              scripts/ckeditor/plugins/

              scripts/ckeditor/plugins/a11yhelp/

              scripts/ckeditor/plugins/a11yhelp/dialogs/

              scripts/ckeditor/plugins/a11yhelp/lang/

              scripts/ckeditor/plugins/about/

              scripts/ckeditor/plugins/about/dialogs/

              scripts/ckeditor/plugins/adobeair/

              scripts/ckeditor/plugins/ajax/

              scripts/ckeditor/plugins/autogrow/

              scripts/ckeditor/plugins/bbcode/

              scripts/ckeditor/plugins/clipboard/

              scripts/ckeditor/plugins/clipboard/dialogs/

              scripts/ckeditor/plugins/colordialog/

              scripts/ckeditor/plugins/colordialog/dialogs/

              scripts/ckeditor/plugins/devtools/

              scripts/ckeditor/plugins/devtools/lang/

              scripts/ckeditor/plugins/dialog/

              scripts/ckeditor/plugins/div/

              scripts/ckeditor/plugins/div/dialogs/

              scripts/ckeditor/plugins/docprops/

              scripts/ckeditor/plugins/docprops/dialogs/

              scripts/ckeditor/plugins/find/

              scripts/ckeditor/plugins/find/dialogs/

              scripts/ckeditor/plugins/flash/

              scripts/ckeditor/plugins/flash/dialogs/

              scripts/ckeditor/plugins/flash/images/

              scripts/ckeditor/plugins/forms/

              scripts/ckeditor/plugins/forms/dialogs/

              scripts/ckeditor/plugins/forms/images/

              scripts/ckeditor/plugins/iframe/

              scripts/ckeditor/plugins/iframe/dialogs/

              scripts/ckeditor/plugins/iframe/images/

              scripts/ckeditor/plugins/iframedialog/

              scripts/ckeditor/plugins/image/

              scripts/ckeditor/plugins/image/dialogs/

              scripts/ckeditor/plugins/link/

              scripts/ckeditor/plugins/link/dialogs/

              scripts/ckeditor/plugins/link/images/

              scripts/ckeditor/plugins/liststyle/

              scripts/ckeditor/plugins/liststyle/dialogs/

              scripts/ckeditor/plugins/pagebreak/

              scripts/ckeditor/plugins/pagebreak/images/

              scripts/ckeditor/plugins/pastefromword/

              scripts/ckeditor/plugins/pastefromword/filter/

              scripts/ckeditor/plugins/pastetext/

              scripts/ckeditor/plugins/pastetext/dialogs/

              scripts/ckeditor/plugins/placeholder/

              scripts/ckeditor/plugins/placeholder/dialogs/

              scripts/ckeditor/plugins/placeholder/lang/

              scripts/ckeditor/plugins/scayt/

              scripts/ckeditor/plugins/scayt/dialogs/

              scripts/ckeditor/plugins/showblocks/

              scripts/ckeditor/plugins/showblocks/images/

              scripts/ckeditor/plugins/smiley/

              scripts/ckeditor/plugins/smiley/dialogs/

              scripts/ckeditor/plugins/smiley/images/

              scripts/ckeditor/plugins/specialchar/

              scripts/ckeditor/plugins/specialchar/dialogs/

              scripts/ckeditor/plugins/specialchar/lang/

              scripts/ckeditor/plugins/styles/

              scripts/ckeditor/plugins/styles/styles/

              scripts/ckeditor/plugins/stylesheetparser/

              scripts/ckeditor/plugins/table/

              scripts/ckeditor/plugins/table/dialogs/

              scripts/ckeditor/plugins/tableresize/

              scripts/ckeditor/plugins/tabletools/

              scripts/ckeditor/plugins/tabletools/dialogs/

              scripts/ckeditor/plugins/templates/

              scripts/ckeditor/plugins/templates/dialogs/

              scripts/ckeditor/plugins/templates/templates/

              scripts/ckeditor/plugins/templates/templates/images/

              scripts/ckeditor/plugins/uicolor/

              scripts/ckeditor/plugins/uicolor/dialogs/

              scripts/ckeditor/plugins/uicolor/lang/

              scripts/ckeditor/plugins/uicolor/yui/

              scripts/ckeditor/plugins/uicolor/yui/assets/

              scripts/ckeditor/plugins/wsc/

              scripts/ckeditor/plugins/wsc/dialogs/

              scripts/ckeditor/plugins/xml/

              scripts/ckeditor/skins/

              scripts/ckeditor/skins/kama/

              scripts/ckeditor/skins/kama/images/

              scripts/ckeditor/skins/office2003/

              scripts/ckeditor/skins/office2003/images/

              scripts/ckeditor/skins/v2/

              scripts/ckeditor/skins/v2/images/

              scripts/ckeditor/themes/

              scripts/ckeditor/themes/default/

              scripts/pack/

              scripts/pack/css/

              scripts/pack/funcs/

              scripts/pack/js/

              scripts/pack/js/fancybox/

              scripts/productCategory/

              scripts/productManagement/

              scripts/uploadify/

              scripts/validate/

              scripts/validate/images/

              styles/

              styles/font/

              styles/jquery-ui/

              styles/jquery-ui/ui-lightness/

              styles/jquery-ui/ui-lightness/images/

              styles/module/

              styles/product/

              styles/zTreeStyle/

              styles/zTreeStyle/img/

              styles/zTreeStyle/img/flag/

              styles/zTreeStyle/img/sim/

              WEB-INF/

              WEB-INF/classes/

              WEB-INF/classes/com/

              WEB-INF/classes/com/milanoo/

              WEB-INF/classes/com/milanoo/gaea/

              WEB-INF/classes/com/milanoo/gaea/web/

              WEB-INF/classes/com/milanoo/gaea/web/account/

              WEB-INF/classes/com/milanoo/gaea/web/attribute/

              WEB-INF/classes/com/milanoo/gaea/web/attribute/vo/

              WEB-INF/classes/com/milanoo/gaea/web/authority/

              WEB-INF/classes/com/milanoo/gaea/web/brand/

              WEB-INF/classes/com/milanoo/gaea/web/category/

              WEB-INF/classes/com/milanoo/gaea/web/ckeditor/

              WEB-INF/classes/com/milanoo/gaea/web/config/

              WEB-INF/classes/com/milanoo/gaea/web/custom/

              WEB-INF/classes/com/milanoo/gaea/web/custom/vo/

              WEB-INF/classes/com/milanoo/gaea/web/logsys/

              WEB-INF/classes/com/milanoo/gaea/web/product/

              WEB-INF/classes/com/milanoo/gaea/web/product/category/

              WEB-INF/classes/com/milanoo/gaea/web/product/category/seo/

              WEB-INF/classes/com/milanoo/gaea/web/product/module/

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/vo/

              WEB-INF/classes/com/milanoo/gaea/web/product/productsManagement/

              WEB-INF/classes/com/milanoo/gaea/web/product/supplierProduct/

              WEB-INF/classes/com/milanoo/gaea/web/product/supplierProduct/vo/

              WEB-INF/classes/com/milanoo/gaea/web/product/util/

              WEB-INF/classes/com/milanoo/gaea/web/system/

              WEB-INF/classes/com/milanoo/gaea/web/uic/

              WEB-INF/classes/com/milanoo/gaea/web/webservice/

              WEB-INF/classes/ehcache/

              WEB-INF/classes/template/

              WEB-INF/classes/template/custom/

              WEB-INF/classes/watermark/

              WEB-INF/lib/

              WEB-INF/views/

              WEB-INF/views/account/

              WEB-INF/views/attribute/

              WEB-INF/views/authority/

              WEB-INF/views/brand/

              WEB-INF/views/category/

              WEB-INF/views/config/

              WEB-INF/views/custom/

              WEB-INF/views/logsys/

              WEB-INF/views/product/

              WEB-INF/views/product/category/

              WEB-INF/views/product/category/seo/

              WEB-INF/views/product/module/

              WEB-INF/views/product/productManagement/

              WEB-INF/views/product/productsManagement/

              WEB-INF/views/product/supplierProduct/

              WEB-INF/views/system/

              WEB-INF/views/uic/

              WEB-INF/views/webservice/

              WEB-INF/views/webservice/webservice/

              common/403.jsp

              common/404.jsp

              common/500.jsp

              common/accessDenied.jsp

              common/error.jsp

              common/footer.jsp

              common/header.jsp

              common/left.jsp

              common/meta.jsp

              common/ok.jsp

              common/right.jsp

              common/taglibs.jsp

              images/bg_button.gif

              images/bg_close.gif

              images/bg_header.gif

              images/bg_list.gif

              images/bg_menu.gif

              images/category_closed.gif

              images/category_closed_last.gif

              images/category_line.gif

              images/category_line_last.gif

              images/category_open.gif

              images/category_open_last.gif

              images/close.gif

              images/common/ar-ar.jpg

              images/common/ar-arL.jpg

              images/common/de-ge.jpg

              images/common/de-geL.jpg

              images/common/en-uk.jpg

              images/common/en-ukL.jpg

              images/common/en-us.jpg

              images/common/en-usL.jpg

              images/common/es-sp.jpg

              images/common/es-spL.jpg

              images/common/fr-fr.jpg

              images/common/fr-frL.jpg

              images/common/it-it.jpg

              images/common/it-itL.jpg

              images/common/ja-jp.jpg

              images/common/ja-jpL.jpg

              images/common/pt-pt.jpg

              images/common/pt-ptL.jpg

              images/common/ru-ru.jpg

              images/common/ru-ruL.jpg

              images/common/x.jpg

              images/common/zh-cn.jpg

              images/common/zh-cnL.jpg

              images/common/zh-hk.jpg

              images/common/zh-hkL.jpg

              images/delete.gif

              images/details.gif

              images/error.gif

              images/idx_btnbg.gif

              images/loadding.gif

              images/loading.gif

              images/loading_img_s.gif

              images/logo.gif

              images/menu_add.gif

              images/menu_reduce.gif

              images/next.gif

              images/noPic.jpg

              images/notices_bg.gif

              images/previous.gif

              images/space_pt01.png

              images/star_big.gif

              images/top_right_bg.gif

              images/zoomin.gif

              images/zoomout.gif

              index.jsp

              META-INF/autoconf/auto-config.xml

              META-INF/autoconf/log4j.xml

              WEB-INF/classes/log4j.xml

              META-INF/autoconf/system-config.properties

              WEB-INF/classes/system-config.properties

              scripts/addAttributeOption.js

              scripts/attributeOption.js

              scripts/calendar/My97DatePicker/calendar.js

              scripts/calendar/My97DatePicker/config.js

              scripts/calendar/My97DatePicker/lang/en.js

              scripts/calendar/My97DatePicker/lang/zh-cn.js

              scripts/calendar/My97DatePicker/lang/zh-tw.js

              scripts/calendar/My97DatePicker/My97DatePicker.htm

              scripts/calendar/My97DatePicker/skin/datePicker.gif

              scripts/calendar/My97DatePicker/skin/default/datepicker.css

              scripts/calendar/My97DatePicker/skin/default/img.gif

              scripts/calendar/My97DatePicker/skin/WdatePicker.css

              scripts/calendar/My97DatePicker/skin/whyGreen/bg.jpg

              scripts/calendar/My97DatePicker/skin/whyGreen/datepicker.css

              scripts/calendar/My97DatePicker/skin/whyGreen/img.gif

              scripts/calendar/My97DatePicker/WdatePicker.js

              scripts/category.js

              scripts/CategoryTree.js

              scripts/changeImgUrl.js

              scripts/ckeditor/.htaccess

              scripts/ckeditor/adapters/jquery.js

              scripts/ckeditor/CHANGES.html

              scripts/ckeditor/ckeditor.asp

              scripts/ckeditor/ckeditor.js

              scripts/ckeditor/ckeditor.pack

              scripts/ckeditor/ckeditor.php

              scripts/ckeditor/ckeditor_basic.js

              scripts/ckeditor/ckeditor_basic_source.js

              scripts/ckeditor/ckeditor_php4.php

              scripts/ckeditor/ckeditor_php5.php

              scripts/ckeditor/ckeditor_source.js

              scripts/ckeditor/config.js

              scripts/ckeditor/contents.css

              scripts/ckeditor/images/spacer.gif

              scripts/ckeditor/INSTALL.html

              scripts/ckeditor/lang/af.js

              scripts/ckeditor/lang/ar.js

              scripts/ckeditor/lang/bg.js

              scripts/ckeditor/lang/bn.js

              scripts/ckeditor/lang/bs.js

              scripts/ckeditor/lang/ca.js

              scripts/ckeditor/lang/cs.js

              scripts/ckeditor/lang/cy.js

              scripts/ckeditor/lang/da.js

              scripts/ckeditor/lang/de.js

              scripts/ckeditor/lang/el.js

              scripts/ckeditor/lang/en-au.js

              scripts/ckeditor/lang/en-ca.js

              scripts/ckeditor/lang/en-gb.js

              scripts/ckeditor/lang/en.js

              scripts/ckeditor/lang/eo.js

              scripts/ckeditor/lang/es.js

              scripts/ckeditor/lang/et.js

              scripts/ckeditor/lang/eu.js

              scripts/ckeditor/lang/fa.js

              scripts/ckeditor/lang/fi.js

              scripts/ckeditor/lang/fo.js

              scripts/ckeditor/lang/fr-ca.js

              scripts/ckeditor/lang/fr.js

              scripts/ckeditor/lang/gl.js

              scripts/ckeditor/lang/gu.js

              scripts/ckeditor/lang/he.js

              scripts/ckeditor/lang/hi.js

              scripts/ckeditor/lang/hr.js

              scripts/ckeditor/lang/hu.js

              scripts/ckeditor/lang/is.js

              scripts/ckeditor/lang/it.js

              scripts/ckeditor/lang/ja.js

              scripts/ckeditor/lang/ka.js

              scripts/ckeditor/lang/km.js

              scripts/ckeditor/lang/ko.js

              scripts/ckeditor/lang/lt.js

              scripts/ckeditor/lang/lv.js

              scripts/ckeditor/lang/mn.js

              scripts/ckeditor/lang/ms.js

              scripts/ckeditor/lang/nb.js

              scripts/ckeditor/lang/nl.js

              scripts/ckeditor/lang/no.js

              scripts/ckeditor/lang/pl.js

              scripts/ckeditor/lang/pt-br.js

              scripts/ckeditor/lang/pt.js

              scripts/ckeditor/lang/ro.js

              scripts/ckeditor/lang/ru.js

              scripts/ckeditor/lang/sk.js

              scripts/ckeditor/lang/sl.js

              scripts/ckeditor/lang/sr-latn.js

              scripts/ckeditor/lang/sr.js

              scripts/ckeditor/lang/sv.js

              scripts/ckeditor/lang/th.js

              scripts/ckeditor/lang/tr.js

              scripts/ckeditor/lang/uk.js

              scripts/ckeditor/lang/vi.js

              scripts/ckeditor/lang/zh-cn.js

              scripts/ckeditor/lang/zh.js

              scripts/ckeditor/lang/_languages.js

              scripts/ckeditor/lang/_translationstatus.txt

              scripts/ckeditor/LICENSE.html

              scripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js

              scripts/ckeditor/plugins/a11yhelp/lang/en.js

              scripts/ckeditor/plugins/a11yhelp/lang/he.js

              scripts/ckeditor/plugins/about/dialogs/about.js

              scripts/ckeditor/plugins/about/dialogs/logo_ckeditor.png

              scripts/ckeditor/plugins/adobeair/plugin.js

              scripts/ckeditor/plugins/ajax/plugin.js

              scripts/ckeditor/plugins/autogrow/plugin.js

              scripts/ckeditor/plugins/bbcode/plugin.js

              scripts/ckeditor/plugins/clipboard/dialogs/paste.js

              scripts/ckeditor/plugins/colordialog/dialogs/colordialog.js

              scripts/ckeditor/plugins/devtools/lang/en.js

              scripts/ckeditor/plugins/devtools/plugin.js

              scripts/ckeditor/plugins/dialog/dialogDefinition.js

              scripts/ckeditor/plugins/div/dialogs/div.js

              scripts/ckeditor/plugins/docprops/dialogs/docprops.js

              scripts/ckeditor/plugins/docprops/plugin.js

              scripts/ckeditor/plugins/find/dialogs/find.js

              scripts/ckeditor/plugins/flash/dialogs/flash.js

              scripts/ckeditor/plugins/flash/images/placeholder.png

              scripts/ckeditor/plugins/forms/dialogs/button.js

              scripts/ckeditor/plugins/forms/dialogs/checkbox.js

              scripts/ckeditor/plugins/forms/dialogs/form.js

              scripts/ckeditor/plugins/forms/dialogs/hiddenfield.js

              scripts/ckeditor/plugins/forms/dialogs/radio.js

              scripts/ckeditor/plugins/forms/dialogs/select.js

              scripts/ckeditor/plugins/forms/dialogs/textarea.js

              scripts/ckeditor/plugins/forms/dialogs/textfield.js

              scripts/ckeditor/plugins/forms/images/hiddenfield.gif

              scripts/ckeditor/plugins/iframe/dialogs/iframe.js

              scripts/ckeditor/plugins/iframe/images/placeholder.png

              scripts/ckeditor/plugins/iframedialog/plugin.js

              scripts/ckeditor/plugins/image/dialogs/image.js

              scripts/ckeditor/plugins/link/dialogs/anchor.js

              scripts/ckeditor/plugins/link/dialogs/link.js

              scripts/ckeditor/plugins/link/images/anchor.gif

              scripts/ckeditor/plugins/liststyle/dialogs/liststyle.js

              scripts/ckeditor/plugins/pagebreak/images/pagebreak.gif

              scripts/ckeditor/plugins/pastefromword/filter/default.js

              scripts/ckeditor/plugins/pastetext/dialogs/pastetext.js

              scripts/ckeditor/plugins/placeholder/dialogs/placeholder.js

              scripts/ckeditor/plugins/placeholder/lang/en.js

              scripts/ckeditor/plugins/placeholder/lang/he.js

              scripts/ckeditor/plugins/placeholder/placeholder.gif

              scripts/ckeditor/plugins/placeholder/plugin.js

              scripts/ckeditor/plugins/scayt/dialogs/options.js

              scripts/ckeditor/plugins/scayt/dialogs/toolbar.css

              scripts/ckeditor/plugins/showblocks/images/block_address.png

              scripts/ckeditor/plugins/showblocks/images/block_blockquote.png

              scripts/ckeditor/plugins/showblocks/images/block_div.png

              scripts/ckeditor/plugins/showblocks/images/block_h1.png

              scripts/ckeditor/plugins/showblocks/images/block_h2.png

              scripts/ckeditor/plugins/showblocks/images/block_h3.png

              scripts/ckeditor/plugins/showblocks/images/block_h4.png

              scripts/ckeditor/plugins/showblocks/images/block_h5.png

              scripts/ckeditor/plugins/showblocks/images/block_h6.png

              scripts/ckeditor/plugins/showblocks/images/block_p.png

              scripts/ckeditor/plugins/showblocks/images/block_pre.png

              scripts/ckeditor/plugins/smiley/dialogs/smiley.js

              scripts/ckeditor/plugins/smiley/images/angel_smile.gif

              scripts/ckeditor/plugins/smiley/images/angry_smile.gif

              scripts/ckeditor/plugins/smiley/images/broken_heart.gif

              scripts/ckeditor/plugins/smiley/images/confused_smile.gif

              scripts/ckeditor/plugins/smiley/images/cry_smile.gif

              scripts/ckeditor/plugins/smiley/images/devil_smile.gif

              scripts/ckeditor/plugins/smiley/images/embaressed_smile.gif

              scripts/ckeditor/plugins/smiley/images/envelope.gif

              scripts/ckeditor/plugins/smiley/images/heart.gif

              scripts/ckeditor/plugins/smiley/images/kiss.gif

              scripts/ckeditor/plugins/smiley/images/lightbulb.gif

              scripts/ckeditor/plugins/smiley/images/omg_smile.gif

              scripts/ckeditor/plugins/smiley/images/regular_smile.gif

              scripts/ckeditor/plugins/smiley/images/sad_smile.gif

              scripts/ckeditor/plugins/smiley/images/shades_smile.gif

              scripts/ckeditor/plugins/smiley/images/teeth_smile.gif

              scripts/ckeditor/plugins/smiley/images/thumbs_down.gif

              scripts/ckeditor/plugins/smiley/images/thumbs_up.gif

              scripts/ckeditor/plugins/smiley/images/tounge_smile.gif

              scripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif

              scripts/ckeditor/plugins/smiley/images/wink_smile.gif

              scripts/ckeditor/plugins/specialchar/dialogs/specialchar.js

              scripts/ckeditor/plugins/specialchar/lang/en.js

              scripts/ckeditor/plugins/styles/styles/default.js

              scripts/ckeditor/plugins/stylesheetparser/plugin.js

              scripts/ckeditor/plugins/table/dialogs/table.js

              scripts/ckeditor/plugins/tableresize/plugin.js

              scripts/ckeditor/plugins/tabletools/dialogs/tableCell.js

              scripts/ckeditor/plugins/templates/dialogs/templates.js

              scripts/ckeditor/plugins/templates/templates/default.js

              scripts/ckeditor/plugins/templates/templates/images/template1.gif

              scripts/ckeditor/plugins/templates/templates/images/template2.gif

              scripts/ckeditor/plugins/templates/templates/images/template3.gif

              scripts/ckeditor/plugins/uicolor/dialogs/uicolor.js

              scripts/ckeditor/plugins/uicolor/lang/en.js

              scripts/ckeditor/plugins/uicolor/lang/he.js

              scripts/ckeditor/plugins/uicolor/plugin.js

              scripts/ckeditor/plugins/uicolor/uicolor.gif

              scripts/ckeditor/plugins/uicolor/yui/assets/hue_bg.png

              scripts/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png

              scripts/ckeditor/plugins/uicolor/yui/assets/picker_mask.png

              scripts/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png

              scripts/ckeditor/plugins/uicolor/yui/assets/yui.css

              scripts/ckeditor/plugins/uicolor/yui/yui.js

              scripts/ckeditor/plugins/wsc/dialogs/ciframe.html

              scripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html

              scripts/ckeditor/plugins/wsc/dialogs/wsc.css

              scripts/ckeditor/plugins/wsc/dialogs/wsc.js

              scripts/ckeditor/plugins/xml/plugin.js

              scripts/ckeditor/sample.css

              scripts/ckeditor/sample.js

              scripts/ckeditor/skins/kama/dialog.css

              scripts/ckeditor/skins/kama/editor.css

              scripts/ckeditor/skins/kama/icons.png

              scripts/ckeditor/skins/kama/icons_rtl.png

              scripts/ckeditor/skins/kama/images/dialog_sides.gif

              scripts/ckeditor/skins/kama/images/dialog_sides.png

              scripts/ckeditor/skins/kama/images/dialog_sides_rtl.png

              scripts/ckeditor/skins/kama/images/mini.gif

              scripts/ckeditor/skins/kama/images/noimage.png

              scripts/ckeditor/skins/kama/images/sprites.png

              scripts/ckeditor/skins/kama/images/sprites_ie6.png

              scripts/ckeditor/skins/kama/images/toolbar_start.gif

              scripts/ckeditor/skins/kama/skin.js

              scripts/ckeditor/skins/kama/templates.css

              scripts/ckeditor/skins/office2003/dialog.css

              scripts/ckeditor/skins/office2003/editor.css

              scripts/ckeditor/skins/office2003/icons.png

              scripts/ckeditor/skins/office2003/icons_rtl.png

              scripts/ckeditor/skins/office2003/images/dialog_sides.gif

              scripts/ckeditor/skins/office2003/images/dialog_sides.png

              scripts/ckeditor/skins/office2003/images/dialog_sides_rtl.png

              scripts/ckeditor/skins/office2003/images/mini.gif

              scripts/ckeditor/skins/office2003/images/noimage.png

              scripts/ckeditor/skins/office2003/images/sprites.png

              scripts/ckeditor/skins/office2003/images/sprites_ie6.png

              scripts/ckeditor/skins/office2003/skin.js

              scripts/ckeditor/skins/office2003/templates.css

              scripts/ckeditor/skins/v2/dialog.css

              scripts/ckeditor/skins/v2/editor.css

              scripts/ckeditor/skins/v2/icons.png

              scripts/ckeditor/skins/v2/icons_rtl.png

              scripts/ckeditor/skins/v2/images/dialog_sides.gif

              scripts/ckeditor/skins/v2/images/dialog_sides.png

              scripts/ckeditor/skins/v2/images/dialog_sides_rtl.png

              scripts/ckeditor/skins/v2/images/mini.gif

              scripts/ckeditor/skins/v2/images/noimage.png

              scripts/ckeditor/skins/v2/images/sprites.png

              scripts/ckeditor/skins/v2/images/sprites_ie6.png

              scripts/ckeditor/skins/v2/images/toolbar_start.gif

              scripts/ckeditor/skins/v2/skin.js

              scripts/ckeditor/skins/v2/templates.css

              scripts/ckeditor/themes/default/theme.js

              scripts/defined-property-select.js

              scripts/deleteBlankSpace.js

              scripts/item.js

              scripts/itemShowBack.js

              scripts/jquery-1.5.2.min.js

              scripts/jquery-ui-1.8.1.custom.min.js

              scripts/jquery.form.js

              scripts/jquery.pagination.js

              scripts/jquery.ztree-2.6.min.js

              scripts/loadImgError.js

              scripts/modifyCategoryAttribute.js

              scripts/mootools.js

              scripts/pack/css/common.css

              scripts/pack/css/html5.upload.css

              scripts/pack/css/index.css

              scripts/pack/css/pack.select.css

              scripts/pack/funcs/main.cutpic.js

              scripts/pack/js/fancybox/blank.gif

              scripts/pack/js/fancybox/fancybox-x.png

              scripts/pack/js/fancybox/fancybox-y.png

              scripts/pack/js/fancybox/fancybox.png

              scripts/pack/js/fancybox/fancy_close.png

              scripts/pack/js/fancybox/fancy_loading.png

              scripts/pack/js/fancybox/fancy_nav_left.png

              scripts/pack/js/fancybox/fancy_nav_right.png

              scripts/pack/js/fancybox/fancy_shadow_e.png

              scripts/pack/js/fancybox/fancy_shadow_n.png

              scripts/pack/js/fancybox/fancy_shadow_ne.png

              scripts/pack/js/fancybox/fancy_shadow_nw.png

              scripts/pack/js/fancybox/fancy_shadow_s.png

              scripts/pack/js/fancybox/fancy_shadow_se.png

              scripts/pack/js/fancybox/fancy_shadow_sw.png

              scripts/pack/js/fancybox/fancy_shadow_w.png

              scripts/pack/js/fancybox/fancy_title_left.png

              scripts/pack/js/fancybox/fancy_title_main.png

              scripts/pack/js/fancybox/fancy_title_over.png

              scripts/pack/js/fancybox/fancy_title_right.png

              scripts/pack/js/fancybox/jquery.easing-1.3.pack.js

              scripts/pack/js/fancybox/jquery.fancybox-1.3.4.css

              scripts/pack/js/fancybox/jquery.fancybox-1.3.4.js

              scripts/pack/js/fancybox/jquery.fancybox-1.3.4.pack.js

              scripts/pack/js/fancybox/jquery.mousewheel-3.0.4.pack.js

              scripts/pack/js/html5.upload.js

              scripts/pack/js/jquery.easing-1.3.js

              scripts/pack/js/jquery.js

              scripts/pack/js/jquery.mousewheel.min.js

              scripts/pack/js/pack.control.js

              scripts/pack/js/pack.drag.js

              scripts/productCategory/addDefinedProperty.js

              scripts/productCategory/addProductCategory.js

              scripts/productCategory/checkCategory.js

              scripts/productCategory/jquery.form.js

              scripts/productCategory/popFrame.js

              scripts/productCategory/productCategory.js

              scripts/productCategory/productCategoryTree.js

              scripts/productManagement/add-sku.js

              scripts/productManagement/addProduct.js

              scripts/productManagement/addsuppliersku.js

              scripts/productManagement/attributeUrlProperty.js

              scripts/productManagement/batchModifyProductName.js

              scripts/productManagement/editProductLangInfo.js

              scripts/productManagement/jquery_timers.js

              scripts/productManagement/language-site-product.js

              scripts/productManagement/queryResult.js

              scripts/productManagement/queryResultProperty.js

              scripts/productManagement/queryVerticalSiteProductsResult.js

              scripts/productManagement/theme-data.js

              scripts/selectAttributeOption.js

              scripts/selectBrandInfo.js

              scripts/selectCategoryTree.js

              scripts/selectColorInfo.js

              scripts/selectColorPropertyOption.js

              scripts/selectConfigInfo.js

              scripts/selectLanguageInfo.js

              scripts/selectModuleInfo.js

              scripts/selectMultipleConfiguration.js

              scripts/selectProductAttributeTree.js

              scripts/selectProductCategoryTree.js

              scripts/selectProductsTheme.js

              scripts/selectProductSuppliersInfo.js

              scripts/selectPropertyOption.js

              scripts/selectRegionDef.js

              scripts/selectRole.js

              scripts/selectRoleInfo.js

              scripts/selectSuppliersMemberInfo.js

              scripts/selectTheme.js

              scripts/selectUrlProductAttributeTree.js

              scripts/showAttributeOptionTree.js

              scripts/showCategoryAttributeTree.js

              scripts/showCategoryTree.js

              scripts/showHomePageProductCategoryTree.js

              scripts/showMenuTree.js

              scripts/showProductCategoryTree.js

              scripts/showRegionDefTree.js

              scripts/showWholeSaleTree.js

              scripts/table.js

              scripts/uploadify/cancel.png

              scripts/uploadify/expressInstall.swf

              scripts/uploadify/jquery.uploadify.v2.1.4.js

              scripts/uploadify/left.gif

              scripts/uploadify/loadding.gif

              scripts/uploadify/right.gif

              scripts/uploadify/save.png

              scripts/uploadify/swfobject.js

              scripts/uploadify/uploadify.allglyphs.swf

              scripts/uploadify/uploadify.css

              scripts/uploadify/uploadify.fla

              scripts/uploadify/uploadify.swf

              scripts/valang_codebase.js

              scripts/validate/images/checked.gif

              scripts/validate/images/unchecked.gif

              scripts/validate/jquery.validate.css

              scripts/validate/jquery.validate.js

              scripts/validate/messages_cn.js

              styles/admincp.css

              styles/base.css

              styles/font/milanoo.ttf

              styles/jquery-ui/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png

              styles/jquery-ui/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png

              styles/jquery-ui/ui-lightness/images/ui-bg_flat_10_000000_40x100.png

              styles/jquery-ui/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png

              styles/jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png

              styles/jquery-ui/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png

              styles/jquery-ui/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png

              styles/jquery-ui/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png

              styles/jquery-ui/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png

              styles/jquery-ui/ui-lightness/images/ui-icons_222222_256x240.png

              styles/jquery-ui/ui-lightness/images/ui-icons_228ef1_256x240.png

              styles/jquery-ui/ui-lightness/images/ui-icons_ef8c08_256x240.png

              styles/jquery-ui/ui-lightness/images/ui-icons_ffd27a_256x240.png

              styles/jquery-ui/ui-lightness/images/ui-icons_ffffff_256x240.png

              styles/jquery-ui/ui-lightness/jquery-ui-1.8.1.custom.css

              styles/module/thing_item.css

              styles/pagination.css

              styles/product/find.css

              styles/product/languageSiteProduct.css

              styles/selectCategory.css

              styles/selectItem.css

              styles/style.css

              styles/template_reset.css

              styles/yui.css

              styles/zTreeStyle/img/add.png

              styles/zTreeStyle/img/checkbox.png

              styles/zTreeStyle/img/edit.png

              styles/zTreeStyle/img/flag/10.png

              styles/zTreeStyle/img/flag/1_close.png

              styles/zTreeStyle/img/flag/1_open.png

              styles/zTreeStyle/img/flag/2.png

              styles/zTreeStyle/img/flag/3.png

              styles/zTreeStyle/img/flag/4.png

              styles/zTreeStyle/img/flag/5.png

              styles/zTreeStyle/img/flag/6.png

              styles/zTreeStyle/img/flag/7.png

              styles/zTreeStyle/img/flag/8.png

              styles/zTreeStyle/img/flag/9.png

              styles/zTreeStyle/img/folder_Close.gif

              styles/zTreeStyle/img/folder_Open.gif

              styles/zTreeStyle/img/line_bottom.gif

              styles/zTreeStyle/img/line_center.gif

              styles/zTreeStyle/img/line_conn.gif

              styles/zTreeStyle/img/line_top.gif

              styles/zTreeStyle/img/loading.gif

              styles/zTreeStyle/img/minus_bottom.gif

              styles/zTreeStyle/img/minus_center.gif

              styles/zTreeStyle/img/minus_noLine.gif

              styles/zTreeStyle/img/minus_root.gif

              styles/zTreeStyle/img/minus_top.gif

              styles/zTreeStyle/img/moveArrow.png

              styles/zTreeStyle/img/page.gif

              styles/zTreeStyle/img/plus_bottom.gif

              styles/zTreeStyle/img/plus_center.gif

              styles/zTreeStyle/img/plus_noLine.gif

              styles/zTreeStyle/img/plus_root.gif

              styles/zTreeStyle/img/plus_top.gif

              styles/zTreeStyle/img/radio.png

              styles/zTreeStyle/img/remove.png

              styles/zTreeStyle/img/sim/10.png

              styles/zTreeStyle/img/sim/1_close.png

              styles/zTreeStyle/img/sim/1_open.png

              styles/zTreeStyle/img/sim/2.png

              styles/zTreeStyle/img/sim/3.png

              styles/zTreeStyle/img/sim/4.png

              styles/zTreeStyle/img/sim/5.png

              styles/zTreeStyle/img/sim/6.png

              styles/zTreeStyle/img/sim/7.png

              styles/zTreeStyle/img/sim/8.png

              styles/zTreeStyle/img/sim/9.png

              styles/zTreeStyle/resTree.css

              styles/zTreeStyle/zTreeIcons.css

              styles/zTreeStyle/zTreeStyle.css

              WEB-INF/classes/com/milanoo/gaea/web/account/RoleAction.class

              WEB-INF/classes/com/milanoo/gaea/web/account/UserAction.class

              WEB-INF/classes/com/milanoo/gaea/web/attribute/AttributeOptionAction.class

              WEB-INF/classes/com/milanoo/gaea/web/attribute/CategoryAttributeAction.class

              WEB-INF/classes/com/milanoo/gaea/web/attribute/CategoryAttributeUrlAction.class

              WEB-INF/classes/com/milanoo/gaea/web/attribute/ProductAttributeAction.class

              WEB-INF/classes/com/milanoo/gaea/web/attribute/ProductAttributeLangComparator.class

              WEB-INF/classes/com/milanoo/gaea/web/attribute/ShowProductAttributeLangAction.class

              WEB-INF/classes/com/milanoo/gaea/web/attribute/vo/AttributeOptionVo.class

              WEB-INF/classes/com/milanoo/gaea/web/authority/LoginAction.class

              WEB-INF/classes/com/milanoo/gaea/web/authority/MenuAction.class

              WEB-INF/classes/com/milanoo/gaea/web/authority/RoleAction.class

              WEB-INF/classes/com/milanoo/gaea/web/authority/UserAction.class

              WEB-INF/classes/com/milanoo/gaea/web/brand/BatchCreateBrandLogoFourAction.class

              WEB-INF/classes/com/milanoo/gaea/web/brand/BrandAction.class

              WEB-INF/classes/com/milanoo/gaea/web/category/CategoryAction.class

              WEB-INF/classes/com/milanoo/gaea/web/category/ColorAction.class

              WEB-INF/classes/com/milanoo/gaea/web/category/LanguageAction.class

              WEB-INF/classes/com/milanoo/gaea/web/ckeditor/CkEditorUploadAction.class

              WEB-INF/classes/com/milanoo/gaea/web/config/ConfigAction.class

              WEB-INF/classes/com/milanoo/gaea/web/custom/CustomArgvAction.class

              WEB-INF/classes/com/milanoo/gaea/web/custom/CustomArgvOptionAction.class

              WEB-INF/classes/com/milanoo/gaea/web/custom/PreviewTemplateAction.class

              WEB-INF/classes/com/milanoo/gaea/web/custom/ProductCustomTemplateAction.class

              WEB-INF/classes/com/milanoo/gaea/web/custom/ProductCustomTemplateLangAction.class

              WEB-INF/classes/com/milanoo/gaea/web/custom/RelProductTemplateAction.class

              WEB-INF/classes/com/milanoo/gaea/web/custom/vo/ArgvTemplateVo.class

              WEB-INF/classes/com/milanoo/gaea/web/custom/vo/CustomArgvVo.class

              WEB-INF/classes/com/milanoo/gaea/web/custom/vo/ProductCustomOptionVo.class

              WEB-INF/classes/com/milanoo/gaea/web/logsys/LogAction.class

              WEB-INF/classes/com/milanoo/gaea/web/logsys/LogTypeAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/category/CustomAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/category/CustomCategoryAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/category/DefinedPropertyAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/category/DropshipAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/category/ProductCategoryAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/category/PropertyOptionConfigurationAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/category/seo/SeoAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/category/SeoCategoryAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/category/WholesaleAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/module/AddModuleProductAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/module/ModuleCategoriyAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/module/ModuleLangManageAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/module/ModuleManagementAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/module/ProductModuleMangementAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/module/TemplateManageAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/module/TemplateProductAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/ActiveProductLangAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/AddProductAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/AjaxLoadDefinedPropertyAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/AjaxQuerySkuAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/AjaxUploadFileAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/BatchModifyProductsNameAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/BatModifyAttributeAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/BatModifyDiyAreaAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/BatModifyStoreAttrAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/BatReleaseProductSupplyAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/ExportProductAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/LanguageSiteBatModifyPriceAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/LanguageSiteManagementAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/ModifyProductLangInfoAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/ProductManagementAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/ProductSkuAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/QueryExportProductAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/QueryLanguageProductIsActiveAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/QueryProductAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/VerticalSiteProductsManagementAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/vo/DefinedProperyVo.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/vo/ExportDataVo.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/vo/JsonUtil.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/vo/ProductSortVo.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/vo/ProductsVolume.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/vo/PropertyOptionVo.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productManagement/vo/WholesaleVo.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productsManagement/AddSupplierProductAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productsManagement/BatModifyPriceAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productsManagement/CategoriesModifyAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productsManagement/CustomerSizePriceAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productsManagement/ProductAreaTranslateAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productsManagement/ProductPriceAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productsManagement/ProductsOrderAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productsManagement/ProductsStockTimeAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productsManagement/ProductsTranslateAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productsManagement/ProductsUtil.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productsManagement/SuppliersModifyBrandAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productsManagement/SuppliersPriceAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/productsManagement/ThemeImportAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/supplierProduct/ExportSupplierProductAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/supplierProduct/ProductsImageAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/supplierProduct/SupplierProductAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/supplierProduct/SupplierProductPictureAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/supplierProduct/SuppliersVerifyAction.class

              WEB-INF/classes/com/milanoo/gaea/web/product/supplierProduct/vo/SkuOptionVo.class

              WEB-INF/classes/com/milanoo/gaea/web/product/supplierProduct/vo/SkuPropertyVo.class

              WEB-INF/classes/com/milanoo/gaea/web/product/util/OptionConfigurationComparator.class

              WEB-INF/classes/com/milanoo/gaea/web/product/util/PicturesComparator.class

              WEB-INF/classes/com/milanoo/gaea/web/product/util/PropertyComparator.class

              WEB-INF/classes/com/milanoo/gaea/web/system/SystemCacheAction.class

              WEB-INF/classes/com/milanoo/gaea/web/uic/DepartmentAction.class

              WEB-INF/classes/com/milanoo/gaea/web/webservice/RpcStockAction.class

              WEB-INF/classes/dsf-repository.properties

              WEB-INF/classes/ehcache/ehcache-hibernate-local.xml

              WEB-INF/classes/freemarker.properties

              WEB-INF/classes/globalMessages_zh_CN.properties

              WEB-INF/classes/log-config.xml

              WEB-INF/classes/rule-language.xml

              WEB-INF/classes/struts.xml

              WEB-INF/classes/template/custom/actionmessage.ftl

              WEB-INF/classes/template/custom/checkboxlist.ftl

              WEB-INF/classes/template/custom/theme.properties

              WEB-INF/classes/watermark/big.png

              WEB-INF/classes/watermark/high_water.png

              WEB-INF/classes/watermark/scale.png

              WEB-INF/classes/watermark/small.png

              WEB-INF/classes/watermark/wap.png

              WEB-INF/classes/webservice-vancl.xml

              WEB-INF/decorators.xml

              WEB-INF/dwr.xml

              WEB-INF/lib/activation-1.1.1.jar

              WEB-INF/lib/ant-1.6.5.jar

              WEB-INF/lib/antlr-2.7.6.jar

              WEB-INF/lib/aopalliance-1.0.jar

              WEB-INF/lib/asm-3.2.jar

              WEB-INF/lib/asm-commons-3.3.jar

              WEB-INF/lib/asm-tree-3.3.jar

              WEB-INF/lib/aspectjrt-1.6.9.jar

              WEB-INF/lib/aspectjweaver-1.6.9.jar

              WEB-INF/lib/axis-1.4.jar

              WEB-INF/lib/bcprov-jdk16-140.jar

              WEB-INF/lib/cglib-nodep-2.2.jar

              WEB-INF/lib/commons-beanutils-1.8.3.jar

              WEB-INF/lib/commons-codec-1.4.jar

              WEB-INF/lib/commons-collections-3.2.1.jar

              WEB-INF/lib/commons-dbcp-1.4.jar

              WEB-INF/lib/commons-discovery-0.2.jar

              WEB-INF/lib/commons-fileupload-1.2.2.jar

              WEB-INF/lib/commons-httpclient-3.1.jar

              WEB-INF/lib/commons-io-1.4.jar

              WEB-INF/lib/commons-lang-2.5.jar

              WEB-INF/lib/commons-logging-1.1.1.jar

              WEB-INF/lib/commons-net-2.0.jar

              WEB-INF/lib/commons-pool-1.4.jar

              WEB-INF/lib/cssparser-0.9.5.jar

              WEB-INF/lib/cxf-api-2.4.6.jar

              WEB-INF/lib/cxf-common-utilities-2.4.6.jar

              WEB-INF/lib/cxf-rt-bindings-soap-2.4.6.jar

              WEB-INF/lib/cxf-rt-bindings-xml-2.4.6.jar

              WEB-INF/lib/cxf-rt-core-2.4.6.jar

              WEB-INF/lib/cxf-rt-databinding-jaxb-2.4.6.jar

              WEB-INF/lib/cxf-rt-frontend-jaxws-2.4.6.jar

              WEB-INF/lib/cxf-rt-frontend-simple-2.4.6.jar

              WEB-INF/lib/cxf-rt-transports-common-2.4.6.jar

              WEB-INF/lib/cxf-rt-transports-http-2.4.6.jar

              WEB-INF/lib/cxf-rt-transports-http-jetty-2.4.6.jar

              WEB-INF/lib/cxf-rt-ws-addr-2.4.6.jar

              WEB-INF/lib/cxf-rt-ws-security-2.4.6.jar

              WEB-INF/lib/cxf-tools-common-2.4.6.jar

              WEB-INF/lib/dbunit-2.4.8.jar

              WEB-INF/lib/dom4j-1.6.1.jar

              WEB-INF/lib/dsf-core-1.0.0.jar

              WEB-INF/lib/dwr-3.0.M1.jar

              WEB-INF/lib/easymock-3.0.jar

              WEB-INF/lib/ehcache-1.6.2.jar

              WEB-INF/lib/ezmorph-1.0.4.jar

              WEB-INF/lib/freemarker-2.3.16.jar

              WEB-INF/lib/gaea-biz-account-1.0.0.jar

              WEB-INF/lib/gaea-biz-authority-1.0.0.jar

              WEB-INF/lib/gaea-biz-brand-1.0.0.jar

              WEB-INF/lib/gaea-biz-category-1.0.0.jar

              WEB-INF/lib/gaea-biz-config-1.0.0.jar

              WEB-INF/lib/gaea-biz-dhw-1.0.0.jar

              WEB-INF/lib/gaea-biz-logsys-1.0.0.jar

              WEB-INF/lib/gaea-biz-product-1.0.0.jar

              WEB-INF/lib/gaea-biz-rpc-1.0.0.jar

              WEB-INF/lib/gaea-biz-supplier-1.0.0.jar

              WEB-INF/lib/gaea-biz-uic-1.0.0.jar

              WEB-INF/lib/gaea-common-1.0.0.jar

              WEB-INF/lib/gaea-dal-1.0.0.jar

              WEB-INF/lib/gaea-domain-1.0.0.jar

              WEB-INF/lib/geronimo-servlet_2.5_spec-1.1.2.jar

              WEB-INF/lib/geronimo-stax-api_1.0_spec-1.0.jar

              WEB-INF/lib/google-api-translate-java-0.92.jar

              WEB-INF/lib/google-collections-1.0.jar

              WEB-INF/lib/guava-r06.jar

              WEB-INF/lib/hessian-3.1.5.jar

              WEB-INF/lib/hibernate-annotations-3.5.5-Final.jar

              WEB-INF/lib/hibernate-commons-annotations-3.2.0.Final.jar

              WEB-INF/lib/hibernate-core-3.5.5-Final.jar

              WEB-INF/lib/hibernate-ehcache-3.5.5-Final.jar

              WEB-INF/lib/hibernate-jpa-2.0-api-1.0.0.Final.jar

              WEB-INF/lib/hibernate-validator-3.1.0.GA.jar

              WEB-INF/lib/hsqldb-1.8.0.7.jar

              WEB-INF/lib/htmlunit-2.7.jar

              WEB-INF/lib/htmlunit-core-js-2.7.jar

              WEB-INF/lib/ibatis-sqlmap-2.3.4.726.jar

              WEB-INF/lib/icu4j-49.1.jar

              WEB-INF/lib/jackson-core-asl-1.6.0.jar

              WEB-INF/lib/jackson-mapper-asl-1.6.0.jar

              WEB-INF/lib/javassist-3.12.1.GA.jar

              WEB-INF/lib/jaxb-api-2.2.2.jar

              WEB-INF/lib/jaxb-impl-2.2.2.jar

              WEB-INF/lib/jaxb-xjc-2.2.2.jar

              WEB-INF/lib/jaxen-1.1.1.jar

              WEB-INF/lib/jaxrpc-api-1.1.jar

              WEB-INF/lib/jcaptcha-all-1.0-RC6.jar

              WEB-INF/lib/jdom-1.0.jar

              WEB-INF/lib/jetty-continuation-7.4.5.v20110725.jar

              WEB-INF/lib/jetty-http-7.4.5.v20110725.jar

              WEB-INF/lib/jetty-io-7.4.5.v20110725.jar

              WEB-INF/lib/jetty-security-7.4.5.v20110725.jar

              WEB-INF/lib/jetty-server-7.4.5.v20110725.jar

              WEB-INF/lib/jetty-util-7.4.2.v20110526.jar

              WEB-INF/lib/jna-3.2.2.jar

              WEB-INF/lib/joda-time-1.6.1.jar

              WEB-INF/lib/json-20080701.jar

              WEB-INF/lib/json-lib-2.2-jdk15.jar

              WEB-INF/lib/jstl-1.2.jar

              WEB-INF/lib/jta-1.1.jar

              WEB-INF/lib/junit-4.8.1.jar

              WEB-INF/lib/log4j-1.2.16.jar

              WEB-INF/lib/memclient-1.0.0.jar

              WEB-INF/lib/microsoft-translator-java-api-0.4.jar

              WEB-INF/lib/mysql-connector-java-5.1.13.jar

              WEB-INF/lib/neethi-3.0.1.jar

              WEB-INF/lib/nekohtml-1.9.14.jar

              WEB-INF/lib/objenesis-1.2.jar

              WEB-INF/lib/ognl-3.0.jar

              WEB-INF/lib/opensaml-2.5.1-1.jar

              WEB-INF/lib/openws-1.4.2-1.jar

              WEB-INF/lib/poi-3.6.jar

              WEB-INF/lib/poi-ooxml-3.6.jar

              WEB-INF/lib/poi-ooxml-schemas-3.6.jar

              WEB-INF/lib/quartz-all-1.6.1.jar

              WEB-INF/lib/sac-1.3.jar

              WEB-INF/lib/selenium-common-2.0a5.jar

              WEB-INF/lib/selenium-firefox-driver-2.0a5.jar

              WEB-INF/lib/selenium-htmlunit-driver-2.0a5.jar

              WEB-INF/lib/selenium-ie-driver-2.0a5.jar

              WEB-INF/lib/selenium-remote-client-2.0a5.jar

              WEB-INF/lib/selenium-remote-common-2.0a5.jar

              WEB-INF/lib/serializer-2.7.1.jar

              WEB-INF/lib/sitemesh-2.4.jar

              WEB-INF/lib/slf4j-api-1.6.1.jar

              WEB-INF/lib/slf4j-log4j12-1.6.1.jar

              WEB-INF/lib/spring-aop-3.0.4.RELEASE.jar

              WEB-INF/lib/spring-asm-3.0.4.RELEASE.jar

              WEB-INF/lib/spring-beans-3.0.4.RELEASE.jar

              WEB-INF/lib/spring-context-3.0.4.RELEASE.jar

              WEB-INF/lib/spring-context-support-3.0.4.RELEASE.jar

              WEB-INF/lib/spring-core-3.0.4.RELEASE.jar

              WEB-INF/lib/spring-expression-3.0.4.RELEASE.jar

              WEB-INF/lib/spring-jdbc-3.0.4.RELEASE.jar

              WEB-INF/lib/spring-orm-3.0.4.RELEASE.jar

              WEB-INF/lib/spring-security-acl-3.0.3.RELEASE.jar

              WEB-INF/lib/spring-security-config-3.0.3.RELEASE.jar

              WEB-INF/lib/spring-security-core-3.0.3.RELEASE.jar

              WEB-INF/lib/spring-security-taglibs-3.0.3.RELEASE.jar

              WEB-INF/lib/spring-security-web-3.0.3.RELEASE.jar

              WEB-INF/lib/spring-test-3.0.4.RELEASE.jar

              WEB-INF/lib/spring-tx-3.0.4.RELEASE.jar

              WEB-INF/lib/spring-web-3.0.4.RELEASE.jar

              WEB-INF/lib/spring-webmvc-3.0.4.RELEASE.jar

              WEB-INF/lib/standard-1.1.2.jar

              WEB-INF/lib/stax-api-1.0-2.jar

              WEB-INF/lib/stax-api-1.0.1.jar

              WEB-INF/lib/stax2-api-3.1.1.jar

              WEB-INF/lib/struts2-convention-plugin-2.3.1.jar

              WEB-INF/lib/struts2-core-2.3.1.jar

              WEB-INF/lib/struts2-sitemesh-plugin-2.3.1.jar

              WEB-INF/lib/struts2-spring-plugin-2.3.1.jar

              WEB-INF/lib/woodstox-core-asl-4.1.1.jar

              WEB-INF/lib/wsdl4j-1.6.2.jar

              WEB-INF/lib/wss4j-1.6.4.jar

              WEB-INF/lib/wstx-asl-3.2.7.jar

              WEB-INF/lib/xalan-2.7.1.jar

              WEB-INF/lib/xml-resolver-1.2.jar

              WEB-INF/lib/xmlbeans-2.3.0.jar

              WEB-INF/lib/xmlParserAPIs-2.6.2.jar

              WEB-INF/lib/xmlschema-core-2.0.1.jar

              WEB-INF/lib/xmlsec-1.4.6.jar

              WEB-INF/lib/xmltooling-1.3.2-1.jar

              WEB-INF/lib/xom-1.0.jar

              WEB-INF/lib/xpp3_min-1.1.4c.jar

              WEB-INF/lib/xstream-1.3.1.jar

              WEB-INF/lib/xwork-core-2.3.1.jar

              WEB-INF/views/account/resource.jsp

              WEB-INF/views/account/role-input.jsp

              WEB-INF/views/account/role.jsp

              WEB-INF/views/account/user-input.jsp

              WEB-INF/views/account/user.jsp

              WEB-INF/views/account/web_control_example.jsp

              WEB-INF/views/attribute/addAttributeOption.jsp

              WEB-INF/views/attribute/addProductAttribute.jsp

              WEB-INF/views/attribute/categoryAttributeUrl.jsp

              WEB-INF/views/attribute/forward.jsp

              WEB-INF/views/attribute/modifyAttributeOption.jsp

              WEB-INF/views/attribute/modifyCategoryAttribute.jsp

              WEB-INF/views/attribute/modifyCategoryAttributeUrl.jsp

              WEB-INF/views/attribute/modifyProductAttribute.jsp

              WEB-INF/views/attribute/searchProductAttribute.jsp

              WEB-INF/views/attribute/showAttributeLang.jsp

              WEB-INF/views/attribute/showAttributeOption.jsp

              WEB-INF/views/attribute/showCategoryAttribute.jsp

              WEB-INF/views/attribute/showCategoryAttributeUrl.jsp

              WEB-INF/views/authority/menu-view.jsp

              WEB-INF/views/authority/role-accredit.jsp

              WEB-INF/views/authority/role-accreditUser.jsp

              WEB-INF/views/authority/role-allocate.jsp

              WEB-INF/views/authority/role-input.jsp

              WEB-INF/views/authority/role-modify.jsp

              WEB-INF/views/authority/role.jsp

              WEB-INF/views/authority/user-accredit.jsp

              WEB-INF/views/authority/user-accreditUser.jsp

              WEB-INF/views/authority/user-input.jsp

              WEB-INF/views/authority/user-modify.jsp

              WEB-INF/views/authority/user-modifyUserInfo.jsp

              WEB-INF/views/authority/user-view.jsp

              WEB-INF/views/authority/user.jsp

              WEB-INF/views/brand/addBrand.jsp

              WEB-INF/views/brand/batchCreateLogoFour.jsp

              WEB-INF/views/brand/brand-order.jsp

              WEB-INF/views/brand/brand.jsp

              WEB-INF/views/brand/categoryBrandOrder.jsp

              WEB-INF/views/brand/example.jsp

              WEB-INF/views/brand/forward.jsp

              WEB-INF/views/brand/modifyBrand.jsp

              WEB-INF/views/brand/synOldBrandData.jsp

              WEB-INF/views/category/category-input.jsp

              WEB-INF/views/category/category.jsp

              WEB-INF/views/category/color-input.jsp

              WEB-INF/views/category/color.jsp

              WEB-INF/views/category/language-input.jsp

              WEB-INF/views/category/language.jsp

              WEB-INF/views/config/config-input.jsp

              WEB-INF/views/config/config.jsp

              WEB-INF/views/config/example.jsp

              WEB-INF/views/custom/addCustomArgv.jsp

              WEB-INF/views/custom/addCustomArgvOption.jsp

              WEB-INF/views/custom/addLangCustomArgv.jsp

              WEB-INF/views/custom/addProductCustomTemplate.jsp

              WEB-INF/views/custom/addProductCustomTemplateLang.jsp

              WEB-INF/views/custom/batInsertProduct.jsp

              WEB-INF/views/custom/forward.jsp

              WEB-INF/views/custom/listProductCustomTemplate.jsp

              WEB-INF/views/custom/lockProduct.jsp

              WEB-INF/views/custom/manageCustomArgv.jsp

              WEB-INF/views/custom/manageCustomArgvOption.jsp

              WEB-INF/views/custom/modifyCustomArgv.jsp

              WEB-INF/views/custom/modifyCustomArgvOption.jsp

              WEB-INF/views/custom/modifyProductCustomTemplate.jsp

              WEB-INF/views/custom/modifyProductCustomTemplateLang.jsp

              WEB-INF/views/custom/previewTemplate.jsp

              WEB-INF/views/custom/relProductTemplate.jsp

              WEB-INF/views/login.jsp

              WEB-INF/views/logsys/log-type-input.jsp

              WEB-INF/views/logsys/log-type.jsp

              WEB-INF/views/logsys/log.jsp

              WEB-INF/views/main.jsp

              WEB-INF/views/product/category/addCustom.jsp

              WEB-INF/views/product/category/addDefinedProperty.jsp

              WEB-INF/views/product/category/addProductCategory.jsp

              WEB-INF/views/product/category/addPropertyOptionConfiguration.jsp

              WEB-INF/views/product/category/CustomCategory.jsp

              WEB-INF/views/product/category/dropshipmanage.jsp

              WEB-INF/views/product/category/forward.jsp

              WEB-INF/views/product/category/HomePageProductCategory.jsp

              WEB-INF/views/product/category/modifydropship.jsp

              WEB-INF/views/product/category/modifyPropertyOption.jsp

              WEB-INF/views/product/category/modifySEO.jsp

              WEB-INF/views/product/category/modifyWholesale.jsp

              WEB-INF/views/product/category/ProductCategoryManage.jsp

              WEB-INF/views/product/category/searchChildConfig.jsp

              WEB-INF/views/product/category/searchCustom.jsp

              WEB-INF/views/product/category/searchDefinedProperty.jsp

              WEB-INF/views/product/category/SearchPropertyOptionConfiguration.jsp

              WEB-INF/views/product/category/seo/seoformula.jsp

              WEB-INF/views/product/category/seo/seoNameMake.jsp

              WEB-INF/views/product/category/seo/seoNamePreview.jsp

              WEB-INF/views/product/category/seo/seoRule.jsp

              WEB-INF/views/product/category/showPropertyOption.jsp

              WEB-INF/views/product/category/wholesaleMange.jsp

              WEB-INF/views/product/checkNameList.jsp

              WEB-INF/views/product/forward.jsp

              WEB-INF/views/product/module/addModuleCategories.jsp

              WEB-INF/views/product/module/addModuleToProduct.jsp

              WEB-INF/views/product/module/addProductModule.jsp

              WEB-INF/views/product/module/addPropertyCategories.jsp

              WEB-INF/views/product/module/addSelectProductModule.jsp

              WEB-INF/views/product/module/bindSelectProductModule.jsp

              WEB-INF/views/product/module/checkHeightModule.jsp

              WEB-INF/views/product/module/editModuleCategory.jsp

              WEB-INF/views/product/module/editProductModule.jsp

              WEB-INF/views/product/module/editProductModuleLang.jsp

              WEB-INF/views/product/module/forward.jsp

              WEB-INF/views/product/module/insertToProduct.jsp

              WEB-INF/views/product/module/managementModuleCategories.jsp

              WEB-INF/views/product/module/managementPropertyModuleCategories.jsp

              WEB-INF/views/product/module/modidyProductsTemplate.jsp

              WEB-INF/views/product/module/moduleRefProduct.jsp

              WEB-INF/views/product/module/moduleSort.jsp

              WEB-INF/views/product/module/previewModule.jsp

              WEB-INF/views/product/module/previewModuleToProduct.jsp

              WEB-INF/views/product/module/previewTemplate.jsp

              WEB-INF/views/product/module/productJoinModuleManage.jsp

              WEB-INF/views/product/module/productJoinTemplateManage.jsp

              WEB-INF/views/product/module/productModuleLangManage.jsp

              WEB-INF/views/product/module/productmoduleList.jsp

              WEB-INF/views/product/module/productModuleManage.jsp

              WEB-INF/views/product/module/productRefModule.jsp

              WEB-INF/views/product/module/showProducts.jsp

              WEB-INF/views/product/productManagement/activeProduct.jsp

              WEB-INF/views/product/productManagement/addExportData.jsp

              WEB-INF/views/product/productManagement/batchModifyProductsName.jsp

              WEB-INF/views/product/productManagement/batModifyAttr.jsp

              WEB-INF/views/product/productManagement/batModifyDiyArea.jsp

              WEB-INF/views/product/productManagement/batModifyStoreAttr.jsp

              WEB-INF/views/product/productManagement/batReleaseProductSuplly.jsp

              WEB-INF/views/product/productManagement/editBaseInfoProduct.jsp

              WEB-INF/views/product/productManagement/editBaseInfoProductLang.jsp

              WEB-INF/views/product/productManagement/editPhotoDetailProduct.jsp

              WEB-INF/views/product/productManagement/editPhotoInfoProduct.jsp

              WEB-INF/views/product/productManagement/editPriceInfoProductLangInfo.jsp

              WEB-INF/views/product/productManagement/editProductLangInfo.jsp

              WEB-INF/views/product/productManagement/editPropertyInfoProductLang.jsp

              WEB-INF/views/product/productManagement/editStoreInfoProduct.jsp

              WEB-INF/views/product/productManagement/exportProduct.jsp

              WEB-INF/views/product/productManagement/forward.jsp

              WEB-INF/views/product/productManagement/languageBatEnter.jsp

              WEB-INF/views/product/productManagement/modifyExportData.jsp

              WEB-INF/views/product/productManagement/queryExportData.jsp

              WEB-INF/views/product/productManagement/queryLanguageProduct.jsp

              WEB-INF/views/product/productManagement/queryLanguageProductResult.jsp

              WEB-INF/views/product/productManagement/queryProduct.jsp

              WEB-INF/views/product/productManagement/queryResult.jsp

              WEB-INF/views/product/productManagement/queryVerticalSiteProducts.jsp

              WEB-INF/views/product/productManagement/showAddProduct.jsp

              WEB-INF/views/product/productManagement/showAttrProduct.jsp

              WEB-INF/views/product/productManagement/showProduct.jsp

              WEB-INF/views/product/productManagement/showProductLangAttr.jsp

              WEB-INF/views/product/productManagement/showSku.jsp

              WEB-INF/views/product/productManagement/updateLanguageProduct.jsp

              WEB-INF/views/product/products-image.jsp

              WEB-INF/views/product/productsManagement/batAddSupplierProduct.jsp

              WEB-INF/views/product/productsManagement/batModifyProductPrice.jsp

              WEB-INF/views/product/productsManagement/categoriesModify.jsp

              WEB-INF/views/product/productsManagement/customersizeprice.jsp

              WEB-INF/views/product/productsManagement/customThemeImport.jsp

              WEB-INF/views/product/productsManagement/okPage.jsp

              WEB-INF/views/product/productsManagement/productAreaTranslate.jsp

              WEB-INF/views/product/productsManagement/productPrice.jsp

              WEB-INF/views/product/productsManagement/productsSort.jsp

              WEB-INF/views/product/productsManagement/productsStockTime.jsp

              WEB-INF/views/product/productsManagement/productstranslate.jsp

              WEB-INF/views/product/productsManagement/productThemeImport.jsp

              WEB-INF/views/product/productsManagement/suppliersModifyBrand.jsp

              WEB-INF/views/product/productsManagement/suppliersprice.jsp

              WEB-INF/views/product/supplierProduct/addSupplierProduct.jsp

              WEB-INF/views/product/supplierProduct/check.jsp

              WEB-INF/views/product/supplierProduct/download.jsp

              WEB-INF/views/product/supplierProduct/exportSupplierProductFromCollect.jsp

              WEB-INF/views/product/supplierProduct/forward.jsp

              WEB-INF/views/product/supplierProduct/saveByHand.jsp

              WEB-INF/views/product/supplierProduct/showdownpic.jsp

              WEB-INF/views/product/supplierProduct/showProduct-download.jsp

              WEB-INF/views/product/supplierProduct/showProduct-upload.jsp

              WEB-INF/views/product/supplierProduct/showProduct.jsp

              WEB-INF/views/product/supplierProduct/suppliers-verify.jsp

              WEB-INF/views/system/system-cache.jsp

              WEB-INF/views/uic/department-input.jsp

              WEB-INF/views/uic/department-update.jsp

              WEB-INF/views/uic/department.jsp

              WEB-INF/views/webservice/webservice/stockLogQuery.jsp

              WEB-INF/views/webservice/webservice/stockSync.jsp

              WEB-INF/web.xml

              • 4. Re: jboss-as-7.1.1.Final  --- JBAS011006: Not installing optional component org.apache.cxf.transport.http.Servlet3ContinuationProvider$Servlet3Continuation
                nickarls

                That's a lot of libs. The CXF libs are in there so try dropping them from the deployment. There are other suspicious things there too, but see if that gets you to the next step...

                • 5. Re: Re: jboss-as-7.1.1.Final  --- JBAS011006: Not installing optional component org.apache.cxf.transport.http.Servlet3ContinuationProvider$Servlet3Continuation
                  portaldev539

                  I am facing the same issue:

                   

                  > 1)

                   

                   

                  > Not installing optional component

                  org.apache.cxf.transport.http.Servlet3ContinuationProvider$Servlet3Continuation due to exception: org.jboss.as.server.deployment.DeploymentUnitProcessingException:

                  JBAS011054:

                  Could not find default constructor for class org.apache.cxf.transport.http.Servlet3ContinuationProvider$Servlet3Continuation

                   

                   

                  >2)

                  Encountered invalid class name 'org.springframework.context.ApplicationContext,org.springframework.beans.BeansException' for service type 'org.apache.cxf.bus.factory'

                  JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'

                   

                   

                  **I am using Jboss EAP 6.0 and portlet project contains Apache cxf and spring configurations to build REST services.

                  Could anyone shed some light on these exceptions, I googled and tried following but not successful.**

                   

                   

                      <jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.0">

                    <deployment>

                    <dependencies>

                    <module name="org.jboss.modules"></module>

                    </dependencies>

                    <exclusions>

                    <module name="org.jboss.ws.cxf" />

                    <module name="org.apache.cxf" />

                    <module name="org.jboss.ws.rs" />   

                         <module name="org.jboss.resteasy.resteasy-atom-provider"/>

                         <module name="org.jboss.resteasy.resteasy-cdi"/>

                         <module name="org.jboss.resteasy.resteasy-jaxrs"/>

                         <module name="org.jboss.resteasy.resteasy-jaxb-provider"/>

                         <module name="org.jboss.resteasy.resteasy-jackson-provider"/>

                         <module name="org.jboss.resteasy.resteasy-jsapi"/>

                         <module name="org.jboss.resteasy.resteasy-multipart-provider"/>

                         <module name="org.jboss.resteasy.resteasy-yaml-provider"/>

                         <module name="org.jboss.resteasy.resteasy-jettison-provider"/>

                         <module name="org.hibernate" />

                    </exclusions>

                   

                    </deployment>

                  </jboss-deployment-structure>

                   

                   

                  I tried following, too (:

                   

                   

                   

                   

                   

                   

                   

                      <jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">

                         <deployment>

                           <exclude-subsystems>

                              <subsystem name="resteasy" />

                               <subsystem name="webservices" />

                            </exclude-subsystems>

                      <exclusions>

                      <module name="org.hibernate"></module>

                      <module name="org.jboss.ws.rs" />

                                   <module name="org.apache.cxf" />            

                           <module name="org.jboss.resteasy.resteasy-atom-provider"/>

                           <module name="org.jboss.resteasy.resteasy-cdi"/>

                           <module name="org.jboss.resteasy.resteasy-jaxrs"/>

                           <module name="org.jboss.resteasy.resteasy-jaxb-provider"/>

                           <module name="org.jboss.resteasy.resteasy-jackson-provider"/>

                           <module name="org.jboss.resteasy.resteasy-jsapi"/>

                           <module name="org.jboss.resteasy.resteasy-multipart-provider"/>

                           <module name="org.jboss.resteasy.resteasy-yaml-provider"/>

                           <module name="org.jboss.resteasy.resteasy-jettison-provider"/>

                           <module name="org.jboss.ws.cxf" />

                      </exclusions>

                      <dependencies>

                      <module name="com.oracle.ojdbc14"></module>

                      <module name="com.liferay.portal"></module>

                      <module name="org.jboss.ironjacamar.jdbcadapters"></module>

                      <module name="org.picketbox"></module>

                      <module name="org.jboss.modules"></module>

                      </dependencies>

                      </deployment>

                      </jboss-deployment-structure>

                   

                  Thanks,

                  Sri

                  • 6. Re: Re: jboss-as-7.1.1.Final  --- JBAS011006: Not installing optional component org.apache.cxf.transport.http.Servlet3ContinuationProvider$Servlet3Continuation
                    lyuan

                    I am getting the same problem, Can anyone help?