Supported Specifications

Hi,
Can someone point me to the page where i can find what versions of following specifications
are implemented in WLS 7.0 : -
SOAP, UDDI, WSDL and JAX-RPC
thanks
Manoj

Try http://edocs.bea.com/wls/docs70/webserv/overview.html#1032120
"Manoj Seth" <[email protected]> wrote in message
news:3e1190b9$[email protected]..
>
Hi,
Can someone point me to the page where i can find what versions offollowing specifications
are implemented in WLS 7.0 : -
SOAP, UDDI, WSDL and JAX-RPC
thanks
Manoj

Similar Messages

  • How can I check to support specific JSRs using standard API?

    Hi all.
    How can I check to support specific JSRs?
    I'd like to know supporting of following JSRs on VM.
    1. JSR-75 (FileSystem and PIM API)
    2. JSR-120 (WMA)
    3. JSR-135 (MMAPI)
    4. JSR-211 (CHAPI)
    5. JSR-184 (M3G)
    and so on...
    Thanks.
    Message was edited by:
    WhiteBear

    Answer myself.
    It was possible using System.getProperty().
    In case of supporting a FileConnection,
    Return value of System.getProperty("microedition.io.file.FileConnection.version")
    should be "v1.0" or similar value.
    Thanks.

  • Tomcat7. This parser does not support specification null version null

    Hi guys,
    I try to run a web application on oracle linux, tomcat 7 and jdk1.7 and I get an exception on first page load after tomcat restart. The exception occurs only at first application pageload. Application is developed on jdk1.6 and on a server is installed jdk1.4-compact and jdk1.7 but I entered jdk1.7 path to JAVA_HOME and JRE_HOME in tomcat/bin/setclasspath.sh file. Any ideas why I am getting this exception?
    Jan 03, 2012 5:11:28 PM org.apache.catalina.startup.Catalina startINFO: Server startup in 10261 ms
    Jan 03, 2012 5:15:49 PM org.apache.commons.digester.Digester getParser
    SEVERE: Digester.getParser:
    java.lang.UnsupportedOperationException: This parser does not support specification "null" version "null"
         at javax.xml.parsers.SAXParserFactory.setSchema(SAXParserFactory.java:419)
         at org.apache.commons.digester.Digester.getFactory(Digester.java:541)
         at org.apache.commons.digester.Digester.getParser(Digester.java:791)
         at org.apache.commons.digester.Digester.getXMLReader(Digester.java:1068)
         at org.apache.commons.digester.Digester.parse(Digester.java:1916)
         at org.apache.tiles.definition.digester.DigesterDefinitionsReader.read(DigesterDefinitionsReader.java:329)
         at org.apache.tiles.definition.dao.BaseLocaleUrlDefinitionDAO.loadDefinitionsFromURL(BaseLocaleUrlDefinitionDAO.java:276)
         at org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO.loadDefinitionsFromURLs(CachingLocaleUrlDefinitionDAO.java:251)
         at org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO.loadDefinitionsFromURLs(ResolvingLocaleUrlDefinitionDAO.java:65)
         at org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO.loadParentDefinitions(ResolvingLocaleUrlDefinitionDAO.java:58)
         at org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO.loadDefinitionsFromURLs(CachingLocaleUrlDefinitionDAO.java:239)
         at org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO.loadDefinitionsFromURLs(ResolvingLocaleUrlDefinitionDAO.java:65)
         at org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO.loadParentDefinitions(ResolvingLocaleUrlDefinitionDAO.java:58)
         at org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO.loadDefinitionsFromURLs(CachingLocaleUrlDefinitionDAO.java:239)
         at org.apache.tiles.definition.dao.ResolvingLocaleUrlDefinitionDAO.loadDefinitionsFromURLs(ResolvingLocaleUrlDefinitionDAO.java:65)
         at org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO.loadDefinitions(CachingLocaleUrlDefinitionDAO.java:222)
         at org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO.checkAndloadDefinitions(CachingLocaleUrlDefinitionDAO.java:204)
         at org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO.getDefinitions(CachingLocaleUrlDefinitionDAO.java:154)
         at org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO.getDefinition(CachingLocaleUrlDefinitionDAO.java:123)
         at org.apache.tiles.definition.dao.CachingLocaleUrlDefinitionDAO.getDefinition(CachingLocaleUrlDefinitionDAO.java:54)
         at org.apache.tiles.definition.UnresolvingLocaleDefinitionsFactory.getDefinition(UnresolvingLocaleDefinitionsFactory.java:105)
         at org.apache.tiles.impl.BasicTilesContainer.getDefinition(BasicTilesContainer.java:364)
         at org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:618)
         at org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:321)
         at org.apache.struts2.views.tiles.TilesResult.doExecute(TilesResult.java:105)
         at org.apache.struts2.dispatcher.StrutsResultSupport.execute(StrutsResultSupport.java:186)
         at com.opensymphony.xwork2.DefaultActionInvocation.executeResult(DefaultActionInvocation.java:373)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:277)
         at org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:52)
         at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:485)
         at org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:395)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:405)
         at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:200)
         at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:515)
         at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:302)
         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
         at java.lang.Thread.run(Thread.java:722)

    is null statement is post processed. This means in case of a select ALL records from the remote database are fetched into the Oracle database and the is null statement is then processed locally in the Oracle db.
    So thze select will work as it is handled internally in the Oracle database. This also means as But "is null" isn't sent to the foreign MySQL db the update clause will fail with ORA-02070: database PLAZAHOST does not support IS NULL in this context
    You need to recode the statement or use passthrough statements.

  • ISE 14.7 Evaluation License... Problems supporting specific Virtex-5 device...

    Good afternoon...
    I'm trying to evaluate ISE 14.7 as an alternative to a very aged version of ISE that is being used to support a legacy design.  The design uses a Virtex-5 (xc5vfx100t).  Synthesis fails when platgen blows up declaring that there is no valid license for this specific part.  I should be on day 1 of a 30 day eval license.  :-)  Any assistance would be greatly appreciated!
    Platgen Log Output:
    Copyright (c) 1995-2013 Xilinx, Inc.  All rights reserved.
    Command Line: platgen -p xc5vfx100tff1136-2 -lang vhdl -intstyle ise -toplevel
    no -ti system_i -msg __xps/ise/xmsgprops.lst system.mhs
    ERROR:EDK - INFO:Security:71 - If a license for part 'xc5vfx100t' is available,
       it will be possible to use 'XPS_TDP' instead of 'XPS'.
       INFO:Security:61 - The XILINXD_LICENSE_FILE environment variable is not set.
       INFO:Security:63 - The LM_LICENSE_FILE environment variable is not set.
       INFO:Security:68 - For more information or for assistance in obtaining
        a license, please run the Xilinx License Configuration Manager
              (xlcm or "Manage Xilinx Licenses".)
       INFO:Security:68a - user is John.Wiley, on host WILEYDESKTOP.
       WARNING:Security:9b - No 'XPS' feature version 2013.10 was available for part
       'xc5vfx100t'.
       ERROR:Security:12 - No 'xc5vfx100t' feature version 2013.10 was available
       (-5),
            so 'XPS_TDP' may not be used.
       No such feature exists.
       Feature:       XPS
       License path:
       C:/.Xilinx\Xilinx.lic;C:\Xilinx\14.7\ISE_DS\ISE\/coregen/core_licenses\Xilinx
       .lic;C:\Xilinx\14.7\ISE_DS\ISE\/coregen/core_licenses\XilinxFree.lic;C:\Xilin
       x\14.7\ISE_DS\EDK/data/core_licenses\Xilinx.lic;c:\Users\john.wiley\.Xilinx\X
       ilinx.lic;
       FLEXnet Licensing error:-5,357
       For further information, refer to the FLEXnet Licensing documentation,
       available at "www.flexerasoftware.com".No such feature exists.
       Feature:       xc5vfx100t
       License path:
       C:/.Xilinx\Xilinx.lic;C:\Xilinx\14.7\ISE_DS\ISE\/coregen/core_licenses\Xilinx
       .lic;C:\Xilinx\14.7\ISE_DS\ISE\/coregen/core_licenses\XilinxFree.lic;C:\Xilin
       x\14.7\ISE_DS\EDK/data/core_licenses\Xilinx.lic;c:\Users\john.wiley\.Xilinx\X
       ilinx.lic;
       FLEXnet Licensing error:-5,357
       For further information, refer to the FLEXnet Licensing documentation,
       available at "www.flexerasoftware.com".
    ERROR:EDK:440 - platgen failed with errors!
     

    Hi 
    From the xinfo, it looks like you do not have XPS license to use platgen tool.
    Check this answer record for required feature for using platgen tool: http://www.xilinx.com/support/answers/42063.html
    Thanks,
    Vinay

  • Apple iPhone 5 cable saying "this accessory may not be supported"?

    Using the Apple Lighting cable I specifically purchased off the Apple site with my Apple iPhone 5 (IOS 8..1.2) so that I would have at least one charge cable that would work with my computer and my phone. But at last I have been mistaken. Everything I plug my phone in with the Apple cable it informs he that "this accessory may not be supported"? Does anyone know a solution to this problem. I know i've emailed Apple about this once before and magically it started working for that night but its yet to wok since with my computer. I know the cable works just fine as I use it ever day to charge my phone with my wall adapter so I know the cable itself must not be the problem.

    Hey A.R.R,
    If you are having an issue with an alert saying that the cable is not supported for use with your iPhone, I would suggest that you troubleshoot using the steps in this article - 
    If you can’t charge your iPhone, iPad, or iPod touch - Apple Support
    Specifically -
    If you see an alert
    When you plug in your device, you might see one of these alerts:
    “This cable or accessory is not certified and may not work reliably with this iPhone.”
    “This accessory is not supported by this device.”
    If you see one of these alerts, unplug your device try and these steps:
    Look at the connector at the bottom of your device and make sure it’s free of debris, then reconnect the USB cable.
    If you still see an alert, try a different USB cable or charger.
    Get more help
    If your device still doesn't charge or you still see an alert after trying the steps above, contact Apple Support.
    Be well,
    Brett L 

  • On which version of RHEL OS, is Firefox 35+ browser supported?

    I have different flavours of RHEL installed, and want to Install Latest Firefox on all of these. So, I need the information, that on which version of RHEL is Firefox 35+ supported?

    Firefox does not support specific versions of the hundreds of Linux OS's out there like those mentioned at http://distrowatch.com/ but rather your OS install needs to meet the minimum package version requirements at least.
    https://www.mozilla.org/en-US/firefox/35.0.1/system-requirements/

  • Can IDM 8.1 support MS Exchange 2010 ?

    Hellos
    Is there ANY way we can introduce Exchange 2010 support into our IdM solution?
    Customers are migrating directly from Exchange 2003 to Exchange 2010.
    What is the status re Active Directory "connectors" is there any sort of IdM migrating tool to switch from AD Gateway approach to AD Connector.
    What we are faced with is the sudden REWRITE of ALL AD provisioning.
    a pissed off GF

    Hi everyone.
    I did a little bit more digging and found the following piece of information that I think you'll all find beneficial.
    A few months ago one of my customers asked the following:
    If a customer is planning on using the Active Directory connector with Exchange 2007 support
    enabled, how will that affect IDM provisioning to Exchange 2010? Is that a configuration that's
    supported?
    I then received the following answer:
    The connector provides the same functionality for Exchange 2010 that it did for Exchange 2007 (no
    more, no less).
    See the connector documentation for specifics: http://wikis.sun.com/display/IdentityConnectors/Exchange+Connector
    What is doesn't do is support specific 2010 functionality (such as the ability to set Out of Office
    Messages, that used to exist pre Exchange 2007 and was added back in for Exchange 2010).
    Having said that, there is still the issue of the 8.1.1 release notes not stating specific support for Exchange 2010.
    But for all intents and purposes, I've seen a few indications that it should work without issue. I am currently awaiting clarification on the subject, which I will be sure to post once I receive it.
    I hope this helps.
    Regards,
    Alex

  • P Pro CS5 lack of good third party support (transitions)

    As a long time editor on Avid DS and a recent user of FCP, I am very  impressed with a lot of what I saw today after installing CS5 upgrade on  my Mac Pro. Lots of speed...good dynamic linking to AE (BIG SELLER).
    But I am underwhelmed with the third party support, specifically in  the area of transitions. Granted FCP has lots of tacky choicss, but FX  Factory has lots of things that are quite cool(film flare  transitions,etc) There is nothing out there to supplement the very  vanilla wipes and dissolves in Premiere Pro from the extensive searching  I have done. Its a shame that such a powerful NLE is so limited in this  respect...otherwise its a real winner from my first exploration.
    Avid DS/FCP Editor
    www.hdshotsandcuts.com

    dradeke,
    That's ok, but why just remove and not add new effects/transitions?
    Why not adding effects similar to those included in magic boolet looks, vitascene, or newblue?
    And why not 'dip to color' instead of dip to black/dip to white?
    Why not adding 'Options' to right click to set defaults? Something like this:
    Other than effects:
    Why PSD is rendered?
    Why not adding 'Auto extend' to right click on work area bar? Once you move manually in or out there is no way to set it to automatically extend when new clips are added to timeline.
    'Render only selected clips' will be useful too.

  • Not supporting

    My cell nokia x2 02., does not support whatsapp, youtube, hike. . And many more apps. . Y dis is so??

    Hi, phiamphu. We understand where you're coming from. But, if the device doesn't support specific apps you're looking for, you may check the Store for the apps having the same features and functionality.

  • Does Promise 20378 on FIS2R support HD 120G?

    Will Windows XP and Linux(Probably Mandrake or SuSE) recogonize a Western Digital 160JB HD correctly in terms of size and functionality on my Neo2 FIS2R raid EIDE connector or the other two EIDE connectors? If nobody try it, any one knows the detail support specification of Promise 20378 chipset? Thanks a lot!!!

    Just remember to set your LBA mode to "On" or 1 for HDD above 137GB.

  • Cannot connect to iTunes or app store on new iPad... Tried all links that support sent!

    I cannot connect to iTunes or the app store, iCloud is working, my account is valid on my iPhone, I have tried all support links and ideas that have come up in forums but still nothing...  Any more ideas?.

    Hi WinstonBaby,
    If you are having an issue with connecting to the iTunes and App stores on your iPad, I would suggest that you troubleshoot using the steps in this article - 
    Can't connect to the iTunes Store - Apple Support
    Specifically the section titled "Troubleshoot issues on an iPhone, iPad, or iPod touch."
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Nokia H.264/AVC Profile support

    I'm looking for more information on Nokia Profile support - specifically which devices have which profile - Baseline, Main, Extended, etc..
    Also, if different from the others, which profiles do the N82 and N810 support.
    Thank you.

    Isn't that the holy grail for us video lovers!
    Anyways, I've collected some information here:
    http://portablevideo.blogspot.com/2008/03/how-to-become-better-video-editor_11.html
    And here:
    http://portablevideo.blogspot.com/2008/03/will-this-video-play-on-my-nxx.html
    Truth is this information is not forthcoming from Nokia.
    So far I've only confirmed bits and pieces. H264 is only Baseline Profile that is supported. Main and Extended are not supported in any device. Sorenson or Spark is also not supported.
    640K Should be enough for everybody
    El_Loco Nokia Video Blog

  • I go to the User/Tim../Library/ Application Support folder and it's empty ?

    trying to download and install an application on OS 10.3.9 looks okay but I get message: "Can't write User/Tim../Library/Application Support/"specific App"./.license: No such file or directory"
    I have used utilities and verified and repaired permissions multiple times. Any ideas about what might be going on here?

    Well.. I have had some success.  I went to my 3rd partitioned hard drive 10.3.9 (HD-3) which was fairly empty and clean.  Checked the applications support folder there and all was cool, just like the 10.2.8 HD (HD-1).  I placed this econ-portraits & prints, application in the apps folder, used key code and checked things out - all worked fine got entry in the apps support folder for that HD-3. Then I went back and started up in the troubled 10.3.9 (HD-2)went and opened that same application from within the 3rd HD and low and behold, after entering the key code I finally got something to appear in that "B" hard drive's library apps support folder (empty till this point in time).  I don't know what is wrong but at least I'm functioning and can print some photos.  Like sausage, maybe I don't really need to know how it made it.  But there must be something weird in the electrons.  Maybe I should think about eliminating some HD's or getting a newer rig and just converting this into the digital juke box I plan for the future.  I might also attempt to reload 10.3.9 as a clean install but I worry about loosing all my iTune (6,000 songs)and iPhoto stuff.  Thank you all for your help, I went to macworld in Jan. and tried the apple techs but they were somewhat preoccupied with iPhones at the time and had no answers.  This is what the mac community is all about.  My question is not answered but I am happy to be using the app. again. Sorry the this short story & One more big Thank You to All..

  • Netflow Version and Supported Devices

    Hi everyone,
    Does any one have or can any one direct me to any documentation on what devices support netflow version 5 and version 7? I used to have a Power Point Doc that listed the switches and routers that supported specific versin of netflow.

    You can find this information via the 'Feature Navigator'.
    www.cisco.com/go/fn
    Just 'search by feature'.
    Regards
    Farrukh

  • GlassFish v2.1.1 and adf demo

    Hello,
    I'm trying to deploy the rich client component runtime demo(see this) on "Sun GlassFish Enterprise Server v2.1.1". This is a clean install, i havn't deployed anything else. When i drop rcf-dvt-demo.war and surf to http://localhost:8080/rcf-dvt-demo/ i get http status 503. I have tried to google but with no luck..
    My logs says:
    [#|2010-04-10T20:00:17.972+0200|SEVERE|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=17;_ThreadName=Timer-9;/C:/Sun/SDK/domains/domain1/autodeploy/rcf-dvt-demo.war;_RequestID=bacf3ad7-227b-4135-a059-145209b455fe;|"DPL8004: file open failure; file = /C:/Sun/SDK/domains/domain1/autodeploy/rcf-dvt-demo.war"|#]
    [#|2010-04-10T20:00:17.988+0200|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=17;_ThreadName=Timer-9;|[AutoDeploy] The copy operation for C:\Sun\SDK\domains\domain1\autodeploy\rcf-dvt-demo.war into the auto-deploy directory may still be in progress or the file may be corrupt; will retry periodically until at least Sat Apr 10 20:00:47 CEST 2010|#]
    [#|2010-04-10T20:00:19.972+0200|SEVERE|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=17;_ThreadName=Timer-9;/C:/Sun/SDK/domains/domain1/autodeploy/rcf-dvt-demo.war;_RequestID=bacf3ad7-227b-4135-a059-145209b455fe;|"DPL8004: file open failure; file = /C:/Sun/SDK/domains/domain1/autodeploy/rcf-dvt-demo.war"|#]
    [#|2010-04-10T20:00:21.972+0200|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=17;_ThreadName=Timer-9;|[AutoDeploy] Selecting file C:\Sun\SDK\domains\domain1\autodeploy\rcf-dvt-demo.war for autodeployment.|#]
    [#|2010-04-10T20:00:48.925+0200|SEVERE|sun-appserver2.1|org.apache.jasper.servlet.JspServlet|_ThreadID=18;_ThreadName=httpSSLWorkerThread-8080-1;_RequestID=88635a24-548b-47de-a8a6-c0b35438ee8e;|PWC6117: File "C:\Sun\SDK\domains\domain1\docroot\rcf-dvt-demo\faces\index.jspx" not found|#]
    [#|2010-04-10T20:00:52.706+0200|WARNING|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=17;_ThreadName=Timer-9;_RequestID=bacf3ad7-227b-4135-a059-145209b455fe;|Error in annotation processing: java.lang.NoClassDefFoundError: weblogic/servlet/http/AbstractAsyncServlet|#]
    [#|2010-04-10T20:00:53.253+0200|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=17;_ThreadName=Timer-9;|deployed with moduleid = rcf-dvt-demo|#]
    [#|2010-04-10T20:00:54.534+0200|INFO|sun-appserver2.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=17;_ThreadName=Timer-9;/rcf-dvt-demo;|Initializing Mojarra (1.2_13-b01-FCS) for context '/rcf-dvt-demo'|#]
    [#|2010-04-10T20:00:54.800+0200|SEVERE|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=17;_ThreadName=Timer-9;_RequestID=bacf3ad7-227b-4135-a059-145209b455fe;|WebModule[/rcf-dvt-demo]PWC1275: Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener
    com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! This parser does not support specification "null" version "null"
    at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:215)
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:196)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4655)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:5364)
    at com.sun.enterprise.web.WebModule.start(WebModule.java:345)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:986)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:970)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:704)
    at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1649)
    at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1254)
    at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:182)
    at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:278)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:1005)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:992)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:470)
    at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:182)
    at com.sun.enterprise.admin.server.core.DeploymentNotificationHelper.multicastEvent(DeploymentNotificationHelper.java:308)
    at com.sun.enterprise.deployment.phasing.DeploymentServiceUtils.multicastEvent(DeploymentServiceUtils.java:231)
    at com.sun.enterprise.deployment.phasing.ServerDeploymentTarget.sendStartEvent(ServerDeploymentTarget.java:298)
    at com.sun.enterprise.deployment.phasing.ApplicationStartPhase.runPhase(ApplicationStartPhase.java:132)
    at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:108)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:966)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:280)
    at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:298)
    at com.sun.enterprise.admin.mbeans.ApplicationsConfigMBean.deploy(ApplicationsConfigMBean.java:584)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:390)
    at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:373)
    at com.sun.enterprise.admin.config.BaseConfigMBean.invoke(BaseConfigMBean.java:477)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.enterprise.admin.util.proxy.ProxyClass.invoke(ProxyClass.java:90)
    at $Proxy1.invoke(Unknown Source)
    at com.sun.enterprise.admin.server.core.jmx.SunoneInterceptor.invoke(SunoneInterceptor.java:304)
    at com.sun.enterprise.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:170)
    at com.sun.enterprise.deployment.autodeploy.AutoDeployer.invokeDeploymentService(AutoDeployer.java:583)
    at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployJavaEEArchive(AutoDeployer.java:564)
    at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deploy(AutoDeployer.java:495)
    at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:270)
    at com.sun.enterprise.deployment.autodeploy.AutoDeployControllerImpl$AutoDeployTask.run(AutoDeployControllerImpl.java:374)
    at java.util.TimerThread.mainLoop(Timer.java:512)
    at java.util.TimerThread.run(Timer.java:462)
    Caused by: java.lang.UnsupportedOperationException: This parser does not support specification "null" version "null"
    at javax.xml.parsers.DocumentBuilderFactory.setSchema(DocumentBuilderFactory.java:561)
    at com.sun.faces.config.ConfigManager$ParseTask.getBuilderForSchema(ConfigManager.java:522)
    at com.sun.faces.config.ConfigManager$ParseTask.getDocument(ConfigManager.java:455)
    at com.sun.faces.config.ConfigManager$ParseTask.call(ConfigManager.java:416)
    at com.sun.faces.config.ConfigManager$ParseTask.call(ConfigManager.java:373)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:619)
    |#]
    [#|2010-04-10T20:00:54.925+0200|SEVERE|sun-appserver2.1|org.apache.catalina.core.StandardContext|_ThreadID=17;_ThreadName=Timer-9;_RequestID=bacf3ad7-227b-4135-a059-145209b455fe;|PWC1306: Startup of context /rcf-dvt-demo failed due to previous errors|#]
    [#|2010-04-10T20:00:55.675+0200|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=19;_ThreadName=pool-7-thread-4;_RequestID=2bc4c823-f1c0-45e5-969b-f3f22885822d;|
    XML-22000: (Fatal Error) Error while parsing XSL file (null).
    |#]
    [#|2010-04-10T20:00:55.691+0200|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=20;_ThreadName=pool-7-thread-1;_RequestID=cfc7e4d3-aeab-474f-8df9-2f1b6d83cc4a;|
    XML-22000: (Fatal Error) Error while parsing XSL file (null).
    |#]
    [#|2010-04-10T20:00:55.691+0200|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=21;_ThreadName=pool-7-thread-2;_RequestID=496239eb-bb33-45c9-acc7-220f68657421;|
    XML-22000: (Fatal Error) Error while parsing XSL file (null).
    |#]
    [#|2010-04-10T20:00:55.691+0200|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=22;_ThreadName=pool-7-thread-3;_RequestID=9e58c64e-e9ef-445f-b1b3-d51e7278b14f;|
    XML-22000: (Fatal Error) Error while parsing XSL file (null).
    |#]
    [#|2010-04-10T20:00:55.691+0200|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=23;_ThreadName=pool-7-thread-5;_RequestID=be2009eb-605f-4137-9fe6-99a7142bcc67;|
    XML-22000: (Fatal Error) Error while parsing XSL file (null).
    |#]
    [#|2010-04-10T20:00:55.753+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=17;_ThreadName=Timer-9;|
    classLoader = WebappClassLoader
    delegate: true
    repositories:
    /WEB-INF/classes/
    ----------> Parent Classloader:
    EJBClassLoader :
    urlSet = []
    doneCalled = false
    Parent -> java.net.URLClassLoader@1370b82
    |#]
    [#|2010-04-10T20:00:55.769+0200|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=17;_ThreadName=Timer-9;|
    SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@ac6572|#]
    [#|2010-04-10T20:00:55.800+0200|INFO|sun-appserver2.1|javax.enterprise.system.tools.deployment|_ThreadID=17;_ThreadName=Timer-9;|[AutoDeploy] Successfully autodeployed : C:\Sun\SDK\domains\domain1\autodeploy\rcf-dvt-demo.war.|#]

    The demo you loaded is for Weblogic server, not for glassfish. You can't just deploy the demo and run it.
    I'm not even sure it has been done jet, but may be someone has successfully done it.
    Have you searched (google) for a solution?
    Timo

Maybe you are looking for