Problem weblogic 9.2 with quartz and log4j : url-template-config.xml

Hello,
I configure a Servlet Quartz to run when WebLogic 9.2 starts, but i have an exception, here is my log :
2009-04-15 11:52:52,424 ERROR Logger.error(): Exception while loading URL templates, /WEB-INF/url-template-config.xml
Throwable: javax.servlet.ServletException: error: The document is not a url-template-config: document element namespace mismatch expected "" got "http://www.bea.com/servers/weblogic/url-template-config/8.0"
Stack Trace:
javax.servlet.ServletException: error: The document is not a url-template-config: document element namespace mismatch expected "" got "http://www.bea.com/servers/weblogic/url-template-config/8.0"
     at org.apache.beehive.netui.core.urltemplates.URLTemplatesFactory.getTemplates(URLTemplatesFactory.java:131)
     at org.apache.beehive.netui.core.urltemplates.URLTemplateDescriptor.load(URLTemplateDescriptor.java:133)
     at org.apache.beehive.netui.pageflow.PageFlowContextListener.performInitializations(PageFlowContextListener.java:102)
     at org.apache.beehive.netui.pageflow.PageFlowActionServlet.init(PageFlowActionServlet.java:120)
     at com.bea.console.internal.ConsoleActionServlet.init(ConsoleActionServlet.java:185)
     at javax.servlet.GenericServlet.init(GenericServlet.java:256)
     at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:94)
     at weblogic.servlet.AsyncInitServlet.init(AsyncInitServlet.java:78)
     at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:276)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
     at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:68)
     at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
     at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
     at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:493)
     at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1688)
     at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1665)
     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1585)
     at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2678)
     at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:874)
     at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:326)
     at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:114)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
     at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:25)
     at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:640)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
     at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:252)
     at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:176)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:347)
     at weblogic.management.deploy.internal.DeploymentAdapter$1.activate(DeploymentAdapter.java:50)
     at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
     at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:232)
     at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:168)
     at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
     at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
     at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
Caused by: org.apache.xmlbeans.XmlException: error: The document is not a url-template-config: document element namespace mismatch expected "" got "http://www.bea.com/servers/weblogic/url-template-config/8.0"
     at org.apache.xmlbeans.impl.store.Locale.verifyDocumentType(Locale.java:449)
     at org.apache.xmlbeans.impl.store.Locale.autoTypeDocument(Locale.java:354)
     at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1270)
     at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1254)
     at org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:345)
     at org.apache.beehive.netui.core.urltemplates.schema.UrlTemplateConfigDocument$Factory.parse(Unknown Source)
     at org.apache.beehive.netui.core.urltemplates.DefaultURLTemplateFileParser.parse(DefaultURLTemplateFileParser.java:34)
     at org.apache.beehive.netui.core.urltemplates.URLTemplatesFactory.getTemplates(URLTemplatesFactory.java:118)
     ... 43 more
The problem may be a conflict with the different version. My versions are quartz-1.6.0.jar, log4j-1.2.15.jar.
When i rename the file url-template-config.xml i don't have this exception but just a log4j Warning but i don't know if it's not dangerous for my application (run with WebLogic 9.2) if i rename this file.
Can you give me a solution to remove this exception or tell me if rename this file it's not dangerous ?
Thank you,
MH.

url-template-config.xml is part of Apache Beehive. This file is used to provide a template mechanism for URL's. Is your application using Apache Beehive purposefully?
http://beehive.apache.org/docs/1.0.2/netui/apidocs/javadoc/org/apache/beehive/netui/core/urls/URLRewriterService.html
If not, you may have inadvertently added a reference to Apache Beehive when you created the application and now there are references to the Apache Beehive shared libraries in either weblogic-applicaiton.xml or weblogic.xml

Similar Messages

  • Problem processing RAW images with Lion and 3.1.3

    Images that have "This photo was adjusted using an earlier version of Apple's RAW processing.  Attempting to send to a plug-in or Photoshop results in a dialog "Editing Error This image cannot be rendered for editing because Aperture does not support the image format."  Images that were previously processed with the current version of RAW processing work correctly.

    There is another discussion for problem with raw and the new 10.7.3.1 : my Raw from Panasonic GH2 are green and Aperture says : treatment with old version
    I find the solution to correct my RAW : they are green because of the bad WB applied by Aperture.
    I put here the solution but I have to correct manually and ask to treatment in the RAW windows for each picture. If it doesn't work, I correct manually the WB.
    https://discussions.apple.com/thread/3942768?start=0&tstart=0
    We have to report this bug to Apple.

  • Problems in query result with infoset and timedep infoobject

    Hi,
    I have the following situation:
    infoobject ZEMPLOYEE timedep
    Infocube 0C0_CCA_C11 (standard cost center/cost element postings)
    -> infoset with infoobject and infocube linked with outer join
    My query should show all active employees in one month without any posting in the infocube.
    My testdata looks like this:
    pernr date from    date to         cost center
    4711  01.01.1000 31.12.2002
    4711  01.01.2003 31.01.2009   400000
    4711  01.02.2009 31.12.9999
    That means the employee is only active between 01.01.2003 and 31.01.2009.
    I expect the following result in the query with key-date 31.01.2009:
    4711  01.01.2003 31.01.2009   400000
    I expect the following result in the query with key-date 01.02.2009:
    no result
    -> because the employee is not active anymore, I don't want to see him in the query.
    My query delivers the following result:
    4711  01.02.2009 31.12.9999
    The first and the last entry in master data is automatically created by the system.
    I tried to exclude the not active employees by selection over cost center in the filter (like cost center between 1 and 9999999, or exclude cost center #). But unfortunately the filter selection does not work, because obviously the attributes are not filled in the last entry.
    Is there anyone who can tell me how I can exclude the last entry in the master data in the query?
    Any help is much appreciated! Points will be assigned!
    best regards
    Chris

    HI,
    problem is that I can't use employe status in this case, beacuse for any reason the people don't use it.
    I have also tried with exceptions and conditions, but the attributes ar enot filled, so it seems that nothing works.
    Do you have any other suggestions?
    Thanks!
    best tregards
    Chris

  • Classic Report with Hide and Show Region Template does not show report

    Hello,
    I created a "No Template" region on a page with a Classic Report. When I change it to a "Hide and Show" region template, the report does not show up when I click to Show the region...is there an additional step i'm missing to make the report show up. Its a very simple query.
    Thanks in advance,
    John

    How about posting some relevant information like Apex version, RDBMS version, Theme you are using, etc.?
    Regards,

  • Difference between standard-faces-config.xml and /WEB-INF/faces-config.xml

    Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
    Reading config /WEB-INF/faces-config.xml
    Iam getting these in tomcat server,iam using netbeans5.5.1
    Can any one tell me the difference between the standard-faces-config.xml and the /WEB-INF/faces-config.xml
    because i find some repeatition
    06-Oct-2007 09:25:19 org.apache.myfaces.webapp.StartupServletContextListener initFaces
    06-Oct-2007 09:25:19 org.apache.myfaces.webapp.StartupServletContextListener initFaces
    INFO: ServletContext 'C:\jsfprogrammes\HiTech\build\web\' initialized.
    06-Oct-2007 09:25:19 org.ajax4jsf.cache.CacheManager getCacheFactory
    INFO: Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
    06-Oct-2007 09:25:19 org.ajax4jsf.cache.LRUMapCacheFactory createCache
    INFO: Creating LRUMap cache instance using parameters: {org.apache.myfaces.CHECK_EXTENSIONS_FILTER=true, org.apache.myfaces.DETECT_JAVASCRIPT=false, org.apache.myfaces.ENABLE_CLIENT_SIDE_VALIDATION=true, org.apache.myfaces.SECRET=NzY1NDMyMTA=, org.apache.myfaces.VALIDATE=true, net.sf.jsfcomp.chartcreator.USE_CHARTLET=true, org.apache.myfaces.ALLOW_JAVASCRIPT=true, org.apache.myfaces.PRETTY_HTML=true, org.apache.myfaces.AUTO_SCROLL=true, javax.faces.STATE_SAVING_METHOD=server, org.apache.myfaces.redirectTracker.POLICY=org.apache.myfaces.custom.redirectTracker.policy.FullRedirectTrackPolicy, org.apache.myfaces.ADD_RESOURCE_CLASS=org.apache.myfaces.renderkit.html.util.DefaultAddResource}
    06-Oct-2007 09:25:19 org.ajax4jsf.cache.LRUMapCacheFactory createCache
    INFO: Creating LRUMap cache instance of default capacity
    06-Oct-2007 09:25:19 org.ajax4jsf.cache.CacheManager getCacheFactory
    INFO: Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
    06-Oct-2007 09:25:19 org.ajax4jsf.cache.LRUMapCacheFactory createCache
    INFO: Creating LRUMap cache instance using parameters: {org.apache.myfaces.CHECK_EXTENSIONS_FILTER=true, org.apache.myfaces.DETECT_JAVASCRIPT=false, org.apache.myfaces.ENABLE_CLIENT_SIDE_VALIDATION=true, org.apache.myfaces.SECRET=NzY1NDMyMTA=, org.apache.myfaces.VALIDATE=true, net.sf.jsfcomp.chartcreator.USE_CHARTLET=true, org.apache.myfaces.ALLOW_JAVASCRIPT=true, org.apache.myfaces.PRETTY_HTML=true, org.apache.myfaces.AUTO_SCROLL=true, javax.faces.STATE_SAVING_METHOD=server, org.apache.myfaces.redirectTracker.POLICY=org.apache.myfaces.custom.redirectTracker.policy.FullRedirectTrackPolicy, org.apache.myfaces.ADD_RESOURCE_CLASS=org.apache.myfaces.renderkit.html.util.DefaultAddResource}
    06-Oct-2007 09:25:19 org.ajax4jsf.cache.LRUMapCacheFactory createCache
    INFO: Creating LRUMap cache instance of default capacity

    I just said that it is not necessary to add something special to faces-config.xml in order to get JSF works in portlet environment. I successfully use JSF with WSP and JBoss Portal (MyFaces).
    MyFaces has own implementation of bridge called MyFacesGenericPortlet while for Sun RI you have to use JSF Portlet Bridge. JSF Portlet bridge can be used with MyFaces as well.
    Such a bridge invokes lifecycle.execute or lifecycle.render to execute JSF phases depending on request. So all phases or Render Response phase is invoked accordingly.

  • After syncing Pc-Ipad my Photo's are out of order. In the folders they don't follow the Date-order. I use Itunes 10.6.1.7 and Ipad 5.1. The Problem is the same with XP and Windows 7.

    After syncing PC-Ipad my Photo's on Ipad2 are out of order. In the Folders/Albums the Photo's are no longer in the order of (EXIF) dates. I have updated Itunes to 10.6.1.7 and IPad2 to 5.1. I have reset the IPad2. I cleaned the Photo-cache and removed Itunes and Installed again. I tried it with Windows 7 (64) and XP, makes no difference. I tried it with one Album, Photo's also out of order. It doesn't seem to happen with my Ipad1 older software version. I there a bug in the newest software? Thanks for Help!
    Rudy from the Netherlands.

    problem solved after updating itunes to 10.6.3

  • Problem synch mp4 videos with n95 and noki photos

    I have a problem with synchronising mp4 video's
    I have the following error:
    Nokia M Platform 1.5.128 (NLib 0.7.337)
    File is corrupt.
    errorcode: 51030
    Filename: C:\Users\Giovanni\AppData\Local\Temp\SyncMLTemp\19​032008071.mp4
    Item: MItem
    GUID: {020c253f-3fa8-50dd-00e1-267ef910fc77}
    SchemaType:
    MEnumProperty
    AntiClockwiseRotationSteps (http://www.nokia.com/nokiaphotos/ns/nokiaphotos): 0
    CreationDate (http://sw.nokia.com/MdE): 19-3-2008 16:28:52
    Favorite (http://www.nokia.com/nokiaphotos/ns/nokiaphotos): false
    ItemType (http://sw.nokia.com/MdE): video/3gpp
    LastModifiedDate (http://sw.nokia.com/MdE): 19-3-2008 15:29:06
    Timezone (http://www.nokia.com/nokiaphotos/ns/nokiaphotos): 0
    Title (http://sw.nokia.com/MdE): 19032008071
    URI (http://sw.nokia.com/MdE): C:\Users\Giovanni\AppData\Local\Temp\SyncMLTemp\19​032008071.mp4
    Title:NokiaPhotos Exception Handling
    Timestamp: 13-4-2008 9:58:04
    Message: HandlingInstanceID: ec522179-c14a-48ca-9579-abd6aee97a95
    An exception of type 'System.Runtime.InteropServices.COMException' occurred and was caught.
    04/13/2008 11:58:04
    Type : System.Runtime.InteropServices.COMException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    Message :
    File is corrupt.
    51030
    .\MItemPluginHandler.cpp
    168
    CMItemPluginHandler::ValidateAndSyncMetadata
    D:\Foto\NokiaLifeblogData\DataStore\Files\2008-02\​videos\02022008042.mp4

    Try installing the latest version of Nokia Photos. It has lots of bug fixes. You can get it from http://nokia.com/photos
    Message Edited by lifeblog_fan on 25-Jun-2008 01:11 PM

  • Severe form POST error in Weblogic 6.1 with inputCharset and UTF-8

    If you specify the following parameters in your web.xml (this is
              required for support of non-ASCII charsets including UTF8)
              <context-param><param-name>weblogic.httpd.inputCharset./*</param-name>
              <param-value>UTF8</param-value></context-param>
              form POSTs no longer work under WebLogic 6.1SP1. ie. we cannot forward
              to a new page with any forms. We tried the following test files,
              running test.jsp and entering data and looking at the weblogic console
              for return data in test2.jsp but none appeared. Does anyone have an
              idea what I am doing wrong?
              Regards
              Mel
              Attached is test.jsp and test2.jsp....
              test.jsp
              <html><head><title>Posted Form Test</title></head><body>
              <%
              // dump out the request params to the console for debugging...
              System.out.println("parameter dump from test.jsp");
              System.out.println(" char encoding == " +
              request.getCharacterEncoding());
              Enumeration enum = request.getParameterNames();
              while (enum.hasMoreElements()) {
              String name = (String) enum.nextElement();
              String value = request.getParameter(name);
              System.out.println("param '" + name + "' == '" + value + "'");
              // get the request param
              String data = request.getParameter("data");
              if (data == null || data.length() == 0) {
              %>
              <h4>No data submitted yet.</h4>
              <% } else { %>
              <h4>Request parameter received: <%=data%></h4>
              <% } %>
              <form action="test2.jsp" method="post">
              Type in some data: <input type="text" name="data">
              <input type="submit">
              </form>
              </body></html>
              test2.jsp
              <%-- simple JSP to get a request dispatcher and forward the request
              --%>
              <%@ page import="javax.servlet.*" %>
              <%
              // dump out the request params to the console for debugging...
              System.out.println("parameter dump from test2.jsp");
              System.out.println(" char encoding == " +
              request.getCharacterEncoding());
              Enumeration enum = request.getParameterNames();
              while (enum.hasMoreElements()) {
              String name = (String) enum.nextElement();
              String value = request.getParameter(name);
              System.out.println("param '" + name + "' == '" + value + "'");
              // forward on to the test.jsp page
              RequestDispatcher rd = request.getRequestDispatcher("test.jsp");
              rd.forward(request, response);
              %>
              

    If you specify the following parameters in your web.xml (this is
              required for support of non-ASCII charsets including UTF8)
              <context-param><param-name>weblogic.httpd.inputCharset./*</param-name>
              <param-value>UTF8</param-value></context-param>
              form POSTs no longer work under WebLogic 6.1SP1. ie. we cannot forward
              to a new page with any forms. We tried the following test files,
              running test.jsp and entering data and looking at the weblogic console
              for return data in test2.jsp but none appeared. Does anyone have an
              idea what I am doing wrong?
              Regards
              Mel
              Attached is test.jsp and test2.jsp....
              test.jsp
              <html><head><title>Posted Form Test</title></head><body>
              <%
              // dump out the request params to the console for debugging...
              System.out.println("parameter dump from test.jsp");
              System.out.println(" char encoding == " +
              request.getCharacterEncoding());
              Enumeration enum = request.getParameterNames();
              while (enum.hasMoreElements()) {
              String name = (String) enum.nextElement();
              String value = request.getParameter(name);
              System.out.println("param '" + name + "' == '" + value + "'");
              // get the request param
              String data = request.getParameter("data");
              if (data == null || data.length() == 0) {
              %>
              <h4>No data submitted yet.</h4>
              <% } else { %>
              <h4>Request parameter received: <%=data%></h4>
              <% } %>
              <form action="test2.jsp" method="post">
              Type in some data: <input type="text" name="data">
              <input type="submit">
              </form>
              </body></html>
              test2.jsp
              <%-- simple JSP to get a request dispatcher and forward the request
              --%>
              <%@ page import="javax.servlet.*" %>
              <%
              // dump out the request params to the console for debugging...
              System.out.println("parameter dump from test2.jsp");
              System.out.println(" char encoding == " +
              request.getCharacterEncoding());
              Enumeration enum = request.getParameterNames();
              while (enum.hasMoreElements()) {
              String name = (String) enum.nextElement();
              String value = request.getParameter(name);
              System.out.println("param '" + name + "' == '" + value + "'");
              // forward on to the test.jsp page
              RequestDispatcher rd = request.getRequestDispatcher("test.jsp");
              rd.forward(request, response);
              %>
              

  • Problems rendering HD clips with MP2, and Quicktime with DVC50 compression.

    I am using After Effects CS3 on Mac 10.5.8
    Ok, so we got this fancy new Grass Vally clip player that takes a very small number of formats. I am trying to render HD clips that are between 10 and 14 seconds long with audio embedded.
    One of the formats suggested is MP2.  When I try rendering an MP2 file the file extension comes out as .m2v
    Also, the audio file is rendered as a separate .wav file.  The video looks fine and is of a very small file size, but I can't play it back with Quicktime Pro. I'm not sure if the clip player will play an m2v file but I know that the audio has to be embedded in the same clip. I've looked through all of the audio settings and I can't figure out what I am doing wrong.
    One of the other formats it will take is Quicktime with DVCPRO50 codec.  I was able to render out some HD (1920 x 1080) files but the resolution looks like it is only about half what it should be. I've been through all of the settings that I can think of and can't see what is causing it.
    I am pretty much at the end of my rope. I even called Grass Valley support and told them my problems. I just assumed that most of their customers would be creating animations with After Effects. The tech support guy wasn't even familiar with After Effects so I come to you guys for support.
    Thanks,
    Chris

    Thanks, I will try the MPEG Streamclip.
    I don't mean to imply that the tech support guy hadn't heard of After Effects but he had no real experience with it. I'm certain that this isn't the first time an After Effects user has called Grass Valley with this issue. I think their standard issue answer is "It's not our problem, call Adobe."  I've worked at four different television stations and at each one we have used AE to render movies to our clip player. I have no doubt that it's the industry standard for this kind of work so it kind of baffles me that Grass Valley has no idea how to make it work with their product.
    When the Grass Valley installer came the first question I asked him was "What kind of file formats does it take?" He said he didn't know and to just start trying different things to see if they work. I pretty much told him that I didn't have time for trial and error and that it should be on page one of the manual. We eventually found the spec sheet buried somewhere in the appendix. When I called GV tech support he just rerferred me back to that sheet. Basically he's getting paid to read the manual to me but doesn't have any idea about how it actually applies to their product.

  • Problems in Boot Camp with Wifi and internal speakers

    I loaded boot camp from Leopard with no known issues on installation. However, my wireless and internal speakers, which work fine in Leopard, do not work in Boot Camp. I'm guessing it's a driver problem, but I don't know how to proceed. I've tried reinstalling...
    Any help is appreciated.
    Kerry

    Hi Kerrywm, I have exactly the same problem. I can get my Apple Bluetooth keyboard to work fine after I set it up using a wired keyboard. But after a single reboot, the wireless keyboard is 'lost' in Windows XP. It's a real nuisance, it's like the Bluetooth 'preferences' for the keyboard are not remembered by Windows XP after restart. One exception however, after restart, seems to be that the top right hand key, the CD eject key on the keyboard, does work as a '+ volume' control key - its really odd! Fox.

  • Problem formatting date labels with DateTimeAxis and parseFunction

    I'm working with a line chart that gets its data from a MySQL
    database and
    I'm using a DateTimeAxis to try to display the date on the
    x-axis. The date
    is formatted in the database as "YYYY-MM-DD" - however when I
    run the
    application I am only seeing the date displayed as MM/YY. I
    am using a
    parseFunction as follows:
    public function myParseFunction(s:String):Date {
    var a:Array = s.split("-");
    var newDate:Date = new Date(a[0],a[1]-1,a[2]);
    return newDate;
    I was trying to experiment with setting dataUnits to days or
    weeks but it
    doesn't seem to change. Can anyone figure out what I'm doing
    wrong?
    Thanks,
    -Dan
    The code for the line chart is:
    <mx:LineChart x="10" id="linechartHist"
    dataProvider="{dataProvider1}"
    showDataTips="true" width="100%" height="100%" y="10">
    <mx:horizontalAxis>
    <mx:DateTimeAxis displayName="Date" title="Date (Month)"
    parseFunction="myParseFunction" dataUnits="days"/>
    </mx:horizontalAxis>
    <mx:horizontalAxisRenderer>
    <mx:AxisRenderer canDropLabels="true"/>
    </mx:horizontalAxisRenderer>
    <mx:verticalAxis>
    <mx:LinearAxis title="Price" id="vAxis"
    labelFunction="vLongLabels"
    interval="10"/>
    </mx:verticalAxis>
    <mx:series>
    <mx:LineSeries displayName="MSFT" yField="MSFT"
    xField="date"/>
    <mx:LineSeries displayName="PG" yField="PG"
    xField="date"/>
    <mx:LineSeries displayName="NTDOY" yField="NTDOY"
    xField="date"/>
    </mx:series>
    </mx:LineChart>

    Hi
    Try using "sv_SE" locale.

  • Weblogic 8.1 with GLUE and Cactus

    I have cactus set-up. It starts the server and when it hits weblogic via the web
    application I get the following error.
    Service errors occurred: com.bitfone.server.commons.services.ServiceException:
    Bind failed for http://localhost:7001/testapp/services/user.wsdl com.bitfone.server.commons.remote.IUserServices
    [electric.registry.RegistryException: could not bind to path: http://localhost:7001/prism/services/user.wsdl]
    If I start the server using the ant task I created and I put http://localhost:7001/testapp/services/user.wsdl
    in to a web browser it works fine.

    According to that link your right it is not supported.
    Have you tried adding the xerces jars at the beginning of the classpath?

  • Problem getting fullscreen resolution with MBP and Sony Bravia KDL-40W2000

    Hello,
    I usually dont post much on forums so sorry if my question is noobih but this time i think i need help so please bear with me. I have searched the web and read lots of posts without anything that helps.
    I recently got my new MBP 15 last week and wanted to watch a movie on my Sony Bravia KDL-40W2000 TV using XBMC.
    So i connected my MBP using the original Display port - DVI converter and then a DVI-HDMI converter. So my picture was connected to the HDMI port of my Sony tv.
    After a few adjustments on my Tv using pixel for pixel the best picture i could get was almost 85% of my tv which left me black edged. Using the OSX display setting i got 1080i so i also tested SwitchResX and got out 1080p (1920x1080) but the picture looked the same as 1080i,e.g i still had the black edges. Really cant understand why 1080p does not cover the whole screen to be honest, maybe someone have a good explanation?
    When i removed the display mirroring i got the full-screen but on the downside the desktop (on tv) looked somewhat zoomed in so i couldn't see the top-menu.
    I also played around with overscan but it did not help to remove it. Without overscan the picture gets even smaller on my tv leaving my with even bigger black edges.
    I cant figure out how to get the proper resolution on my tv.
    I hope someone with similar TV can help me out. Any other suggestion, ideas are more then welcome.
    ps. How does overscan option works anyway, is it not suppose to cover the whole tv screen? why does the picture get the black edges?
    Cheers
    /reza

    Hi OpenChannel...did u ever find an answer in the discussion boards. I have a 40" Bravia and was wondering if I could connect via DVI to HDMI cable.

  • Problems I have found with IOS7 and Ipad

    1. The updated Apps will not disappear from the App Store.
    2. When you type  ios7 capitalizes the first two letters in the sentence not just one.
    3. Decreasing the motion changes nothing. There should be a way to stop the motion.
    4. The Ipad takes longer to charge and discharges faster.
    5. When grouping Apps they take more room so more scrolling is needed.
    6. The Ipad has become jerky and slow switching between Apps.
    7. Sound is buggy. Five reboots so far.
    Only my top7 and I thought IOS6 was the worst. I was wrong.

    Here are my thoughts on points raised.
    1. Updated Apps aren't supposed to disappear from the App Store. Since you can now set Apps to auto-update how are you supposed to know what was updated and when if there is no history present for updated Apps? It's there by design.
    2. When I type iOS it appears as iOS regardless of whether I type it as ios it will auto-correct to iOS. To resolve this either keep correcting the iOS manually until the system accepts it or go to Settings>General>Reset>Reset Keyboard Dictionary.
    3. Turning on Reduce Motion will stop the wallpaper 'movement' when you tilt your device side to side/up and down.  If this isn't working for you then try a Reset. With the device on hold down both the Sleep & Home buttons until the Apple logo is displayed.
    4. Fair enough comment, personally not noticed any difference but some users have, I'd expect Apple to fix this as they've done in previous versions of iOS.
    5. Apps grouped in to a folder will still display a maximum of 9 as they did before, the difference now is that more than 9 can be stored in a single folder and like a home screen it will create a new 'page' within the folder which can be swiped left/right.
    6 & 7. Try a reset as outlined in 3.
    Regards,
    Steve

  • I'm having a problem to link itunes with click and buy

    i'm trying to get a connection between click and buy and itunes but it doesn't work every time it makes a connection with itunes via the web and he's loads first time and then he doesn't do anything but i still can buy something

    iPad Charging
    "The fastest way to charge your iPad is with the included 10W USB Power Adapter."
    If you believe there is an issue with the Supplied Charger, take it and your Device, to An Apple Store or AASP and get them to check...
    Meanwhile, have you tried a Reset of your iPad... you will not lose any Data...
    Reset
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

Maybe you are looking for

  • I am getting and EXIT code 7 installing on a MAc

    I am getting the following error while trying to install on  mac.  Please advize. Exit Code: 7 -------------------------------------- Summary -------------------------------------- - 0 fatal error(s), 8 error(s), 7 warning(s) WARNING: DW031: Payload:

  • Help Please: Unable to download images in e-mail

    Hi, I am a new Blackberry user and I recently purchased a new Blackberry 8900 on T-mobile (USA). I am having a number of issues with e-mail.  I am using a Blackberry Enterprise Server to connect to my personal e-mail which is hosted by the third part

  • Can I make a TexturePaint  than do not is not AffineTransformed?

    I like to to paint shapes with a TexturePaint that remains the same independent of scale, I had traied to create a Texture with a simple BufferedImage but the AffineTransform applied to the Graphics2D modify the image, making the pixels bigger when z

  • Can you block Instagram etc on iPod touch?

    My daughter, 12 has been abusing her use of her iPod touch on social media sites like Instagram and Twitter.  Is there any way to block her use of social media like that?  Dad and I, iMac and iPhone users, are worried for her safety.

  • User exit for Delivery Module

    Hi , I had a include program in Development for Delivery module, "MV50AFZ1" in program "SAPMV50A", which is supposed to be a user exit.  So I transported that to production on clients requirement, but then its creating some problems for client, so he