1 2 Previous Next 18 Replies Latest reply on Nov 17, 2009 10:14 PM by arunarun

    Deploying Spring 2.5 Application in JBoss 5

      Hi,

      I am trying to deploy my Spring application in JBoss 5.0.1GA.

      It fails with the error:

      schema_reference.4: Failed to read schema document 'http://www.springframework.org/schema/beans/spring-beans.2.5.xsd'.

      It deploys fine in other application servers such as Tomcat and WebLogic.

      I have searched Google for 2 days trying to find an answer.

      Please help me to resolve this error.

      Thanks in advance,
      Charlie

        • 1. Re: Deploying Spring 2.5 Application in JBoss 5
          jaikiran

          Please post the entire exception stacktrace.

          • 2. Re: Deploying Spring 2.5 Application in JBoss 5
            jaikiran

            While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button to ensure that your post is correctly formatted.

            • 3. Re: Deploying Spring 2.5 Application in JBoss 5

              Here is the exception stacktrace:


              2009-03-03 08:44:06,404 WARN [org.jboss.util.xml.JBossEntityResolver] (main) Trying to resolve systemId as a non-file URL: http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
              2009-03-03 08:44:18,419 DEBUG [org.jboss.util.xml.JBossEntityResolver] (main) Cannot resolve [publicID=null,systemID=http://www.springframework.org/schema/beans/spring-beans-2.5.xsd]
              2009-03-03 08:44:18,419 WARN [org.jboss.xb.binding.parser.sax.SaxJBossXBParser] (main) schema_reference.4: Failed to read schema document 'http://www.springframework.org/schema/beans/spring-beans-2.5.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>. @ vfszip:/C:/apache/jboss/jboss-5.0.1.GA-jdk6/jboss-5.0.1.GA/server/default/deploy/iwas.war/WEB-INF/applicationContext-hibernate.xml[12,106]
              2009-03-03 08:44:18,419 WARN [org.jboss.util.xml.JBossEntityResolver] (main) Trying to resolve systemId as a non-file URL: http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
              2009-03-03 08:44:18,419 DEBUG [org.jboss.util.xml.JBossEntityResolver] (main) Cannot resolve [publicID=http://www.springframework.org/schema/beans,systemID=http://www.springframework.org/schema/beans/spring-beans-2.5.xsd]
              2009-03-03 08:44:18,419 WARN [org.jboss.util.xml.JBossEntityResolver] (main) Trying to resolve systemId as a non-file URL: http://www.springframework.org/schema/beans
              2009-03-03 08:44:18,419 DEBUG [org.jboss.util.xml.JBossEntityResolver] (main) Cannot resolve [publicID=null,systemID=http://www.springframework.org/schema/beans]
              2009-03-03 08:44:18,419 DEBUG [org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer] (main) Error during deploy: vfszip:/C:/apache/jboss/jboss-5.0.1.GA-jdk6/jboss-5.0.1.GA/server/default/deploy/iwas.war/
              org.jboss.deployers.spi.DeploymentException: Error creating managed object for vfszip:/C:/apache/jboss/jboss-5.0.1.GA-jdk6/jboss-5.0.1.GA/server/default/deploy/iwas.war/
               at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
               at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:337)
               at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:297)
               at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:269)
               at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.deploy(AbstractParsingDeployerWithOutput.java:230)
               at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
               at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
               at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
               at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
               at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
               at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
               at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
               at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
               at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
               at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
               at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
               at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
               at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:698)
               at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:304)
               at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:205)
               at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:405)
               at org.jboss.Main.boot(Main.java:209)
               at org.jboss.Main$1.run(Main.java:547)
               at java.lang.Thread.run(Thread.java:619)
              Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: Failed to resolve schema nsURI=http://www.springframework.org/schema/beans location=http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
               at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:203)
               at org.jboss.xb.binding.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:168)
               at org.jboss.deployers.vfs.spi.deployer.JBossXBDeployerHelper.parse(JBossXBDeployerHelper.java:199)
               at org.jboss.deployers.vfs.spi.deployer.JBossXBDeployerHelper.parse(JBossXBDeployerHelper.java:170)
               at org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:132)
               at org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:118)
               at org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parseAndInit(AbstractVFSParsingDeployer.java:256)
               at org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parse(AbstractVFSParsingDeployer.java:239)
               at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:330)
               ... 22 more
              Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Failed to resolve schema nsURI=http://www.springframework.org/schema/beans location=http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
               at org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler.startElement(SundayContentHandler.java:313)
               at org.jboss.xb.binding.parser.sax.SaxJBossXBParser$DelegatingContentHandler.startElement(SaxJBossXBParser.java:401)
               at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
               at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Source)
               at org.apache.xerces.xinclude.XIncludeHandler.startElement(Unknown Source)
               at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
               at org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown Source)
               at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
               at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
               at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
               at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
               at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
               at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
               at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
               at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:199)
               ... 30 more
              
              


              When trying to find a solution on google, I came across some posts that suggest that Jboss 5 is not compatible with Spring 2.5. Could this be the problem?

              Thanks again.

              Charlie

              • 4. Re: Deploying Spring 2.5 Application in JBoss 5
                dannyatpolonious

                I got a same problem. I'm using jboss-5.0.1.GA, my war file includes spring framework 2.0.7. but I can deploy this war file to tomcat 5/6 or jboss-4.2.3.GA. here is the error message:

                14:53:03,450 WARN [JBossEntityResolver] Trying to resolve systemId as a non-file URL: http://www.springframework.org/dtd/spring-beans.dtd
                14:53:04,731 WARN [JBossEntityResolver] Trying to resolve systemId as a non-file URL: http://www.springframework.org/dtd/spring-beans.dtd
                14:53:05,246 ERROR [AbstractKernelController] Error installing to Parse: name=vfszip:/opt/jboss-5.0.1.GA/server/default/deploy/test.war/ state=Not Installed mode=Manual requiredState=Parse
                org.jboss.deployers.spi.DeploymentException: Error creating managed object for vfszip:/opt/jboss-5.0.1.GA/server/default/deploy/test.war/
                 at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
                 at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:337)
                 at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:297)
                 at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:269)
                 at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.deploy(AbstractParsingDeployerWithOutput.java:230)
                 at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
                 at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
                 at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
                 at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
                 at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
                 at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
                 at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
                 at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
                 at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
                 at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
                 at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
                 at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
                 at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:698)
                 at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:304)
                 at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:205)
                 at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:405)
                 at org.jboss.Main.boot(Main.java:209)
                 at org.jboss.Main$1.run(Main.java:547)
                 at java.lang.Thread.run(Thread.java:619)
                Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: Failed to parse schema for nsURI=, baseURI=null, schemaLocation=http://www.springframework.org/dtd/spring-beans.dtd
                 at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:203)
                 at org.jboss.xb.binding.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:168)
                 at org.jboss.deployers.vfs.spi.deployer.JBossXBDeployerHelper.parse(JBossXBDeployerHelper.java:199)
                 at org.jboss.deployers.vfs.spi.deployer.JBossXBDeployerHelper.parse(JBossXBDeployerHelper.java:170)
                 at org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:132)
                 at org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:118)
                 at org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parseAndInit(AbstractVFSParsingDeployer.java:256)
                 at org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parse(AbstractVFSParsingDeployer.java:239)
                 at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:330)
                 ... 22 more
                Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Failed to parse schema for nsURI=, baseURI=null, schemaLocation=http://www.springframework.org/dtd/spring-beans.dtd
                 at org.jboss.xb.binding.sunday.unmarshalling.DefaultSchemaResolver.resolve(DefaultSchemaResolver.java:340)
                 at org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler.startElement(SundayContentHandler.java:306)
                 at org.jboss.xb.binding.parser.sax.SaxJBossXBParser$DelegatingContentHandler.startElement(SaxJBossXBParser.java:401)
                 at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
                 at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Source)
                 at org.apache.xerces.xinclude.XIncludeHandler.startElement(Unknown Source)
                 at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown Source)
                 at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
                 at org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown Source)
                 at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
                 at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
                 at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
                 at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
                 at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
                 at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
                 at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
                 at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:199)
                 ... 30 more
                Caused by: org.jboss.xb.binding.JBossXBRuntimeException: -1:-1 45:3 The markup in the document preceding the root element must be well-formed.
                 at org.jboss.xb.binding.sunday.unmarshalling.XsdBinderTerminatingErrorHandler.handleError(XsdBinderTerminatingErrorHandler.java:40)
                 at org.apache.xerces.impl.xs.XMLSchemaLoader.reportDOMFatalError(Unknown Source)
                 at org.apache.xerces.impl.xs.XSLoaderImpl.load(Unknown Source)
                 at org.jboss.xb.binding.Util.loadSchema(Util.java:395)
                 at org.jboss.xb.binding.sunday.unmarshalling.XsdBinder.bind(XsdBinder.java:175)
                 at org.jboss.xb.binding.sunday.unmarshalling.XsdBinder.bind(XsdBinder.java:146)
                 at org.jboss.xb.binding.sunday.unmarshalling.DefaultSchemaResolver.resolve(DefaultSchemaResolver.java:332)
                 ... 46 more
                

                please fix this, thanks.

                • 5. Re: Deploying Spring 2.5 Application in JBoss 5
                  wolfgangknauf

                  Hi,

                  it seems that http://www.springframework.org/dtd/spring-beans.dtd is actually invalid/not well formed, and thus JBoss cannot parse/validate the file.
                  I think the DTD is missing the XML header:

                  <?xml version='1.0' encoding='UTF-8' ?>


                  So you should post your question in the spring forums.

                  Or maybe you should give the schema http://www.springframework.org/schema/beans/spring-beans-2.0.xsd a try. It seems that it is a replacement for the DTD.

                  But I don't know spring, I'm just guessing ;-).


                  Wolfgang

                  • 7. Re: Deploying Spring 2.5 Application in JBoss 5
                    jaikiran

                     

                    "jboss_user200" wrote:
                    http://forum.springframework.org/showthread.php?p=233520&posted=1
                    ...
                    The problem is that JBoss deployer sometimes tries to parse xml files even if it makes no sense at all (why should JBoss ever try to parse Spring contexts?). For example - I noticed that he tries to parse _all_ xml files he finds in ejb modules.


                    Maybe you should try this then http://www.jboss.org/index.html?module=bb&op=viewtopic&t=150147#4208527

                    • 8. Re: Deploying Spring 2.5 Application in JBoss 5
                      jaikiran

                      But do note that the reason you are seeing the exception is because there's something wrong with the xml in your application (as Wolfgang already mentioned). So disabling validation is just a workaround. The actual fix is to fix the xml.

                      • 9. Re: Deploying Spring 2.5 Application in JBoss 5

                        Thank you for your reply.

                        I will try suggested solution.

                        But if Spring is the problem, then why the EXACT same war file work with tomcat 5.x ?

                        why doesn't tomcat also generate that error.

                        • 10. Re: Deploying Spring 2.5 Application in JBoss 5

                          thanks

                          • 11. Re: Deploying Spring 2.5 Application in JBoss 5

                            ok, got it after reading your other post

                            • 12. Re: Deploying Spring 2.5 Application in JBoss 5

                              sorry for flooding, I can't edit or delete post!

                              I am using jboss 5.0.1.GA. and I searched for "userValidation" in all xml files I have under jboss home, and find no results.

                              still the same problem

                              • 13. Re: Deploying Spring 2.5 Application in JBoss 5
                                jaikiran

                                 

                                I searched for "userValidation" in all xml files


                                It's not "userValidation". It's useValidation. In my other post i have also mentioned the file and its location :

                                For example, in the %JBOSS_HOME%/server/< serverName>/deployers/ear-deployer-jboss-beans.xml you will find the commented out lines:


                                <!-- uncomment to disable xml validation property name="useValidation">false</property -->

                                So uncomment them to:

                                <property name="useValidation">false</property>


                                • 14. Re: Deploying Spring 2.5 Application in JBoss 5

                                  Thanks for your reply. I changed it..

                                  but now I get following exception , any help?


                                  10:57:10,470 INFO [NativeServerConfig] 3.0.5.GA
                                  10:57:15,236 ERROR [AbstractKernelController] Error installing to Parse: name=vfsfile:/C:/software/jboss-5.0.1.GA/server/default/deploy/petclinic.war/ state=Not Installed mode=Manual requiredState=Parse
                                  org.jboss.deployers.spi.DeploymentException: Error creating managed object for vfsfile:/C:/software/jboss-5.0.1.GA/server/default/deploy/petclinic.war/
                                   at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
                                   at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:337)
                                   at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:297)
                                   at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:269)
                                   at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.deploy(AbstractParsingDeployerWithOutput.java:230)
                                   at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
                                   at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
                                   at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
                                  
                                  .....
                                  
                                   at java.lang.Thread.run(Thread.java:595)
                                  Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'context:property-placeholder'. @ vfsfile:/C:/software/jboss-5.0.1.GA/server/default/deploy/petclinic.war/WEB-INF/applicationContext-hibernate.xml[18,70]
                                   at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:203)
                                   at org.jboss.xb.binding.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:168)
                                   at org.jboss.deployers.vfs.spi.deployer.JBossXBDeployerHelper.parse(JBossXBDeployerHelper.java:199)
                                   at org.jboss.deployers.vfs.spi.deployer.JBossXBDeployerHelper.parse(JBossXBDeployerHelper.java:170)
                                   at org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:132)
                                   at org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:118)
                                   at org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parseAndInit(AbstractVFSParsingDeployer.java:256)
                                   at org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parse(AbstractVFSParsingDeployer.java:239)
                                   at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerWithOutput.java:330)
                                   ... 22 more
                                  Caused by: org.xml.sax.SAXException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'context:property-placeholder'. @ vfsfile:/C:/software/jboss-5.0.1.GA/server/default/deploy/petclinic.war/WEB-INF/applicationContext-hibernate.xml[18,70]
                                   at org.jboss.xb.binding.parser.sax.SaxJBossXBParser$MetaDataErrorHandler.error(SaxJBossXBParser.java:426)
                                   at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
                                   at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
                                   at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
                                   at.......
                                  
                                  10:57:27,345 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
                                  
                                  DEPLOYMENTS IN ERROR:
                                   Deployment "vfsfile:/C:/software/jboss-5.0.1.GA/server/default/deploy/petclinic.war/" is in error due to the following reason(s): org.xml.sax.SAXException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'context:property-placeholder'. @ vfsfile:/C:/software/jboss-5.0.1.GA/server/default/deploy/petclinic.war/WEB-INF/applicationContext-hibernate.xml[18,70]
                                  
                                  10:57:27,361 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
                                  
                                  


                                  1 2 Previous Next