Though now i'm getting some databinding itest failures

   ...ant

On 9/19/07, ant elder <[EMAIL PROTECTED]> wrote:
>
> Looks like it fixes it for me
>
>    ...ant
>
> On 9/19/07, Raymond Feng <[EMAIL PROTECTED]> wrote:
> >
> > Ant/Simon Nash, can you try too? If it fixes the problem, I can check in
> > the
> > patch.
> >
> > Thanks,
> > Raymond
> >
> > ----- Original Message -----
> > From: "Luciano Resende (JIRA)" <[email protected]>
> > To: < [email protected]>
> > Sent: Tuesday, September 18, 2007 3:53 PM
> > Subject: [jira] Commented: (TUSCANY-1735) quote-xquery sample failing to
> > build
> >
> >
> > >
> > >    [
> > >
> > https://issues.apache.org/jira/browse/TUSCANY-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528601]
> > >
> > > Luciano Resende commented on TUSCANY-1735:
> > > ------------------------------------------
> > >
> > > This patch solves the issue to me :
> > > [INFO] Apache Tuscany SCA XQuery Quote Implementation Sample . SUCCESS
> > > [31.359s]
> > >
> > >> quote-xquery sample failing to build
> > >> ------------------------------------
> > >>
> > >>                 Key: TUSCANY-1735
> > >>                 URL:
> > https://issues.apache.org/jira/browse/TUSCANY-1735
> > >>             Project: Tuscany
> > >>          Issue Type: Bug
> > >>    Affects Versions: Java-SCA-1.0
> > >>            Reporter: ant elder
> > >>             Fix For: Java-SCA-Next
> > >>
> > >>         Attachments: TUSCANY-1735.patch
> > >>
> > >>
> > >> INFO: Added Servlet mapping:
> > >> http://localhost:8085/AvailQuoteProviderService
> > >> Error on line 2 column 39
> > >>   SXXP0003: Error reported by XML parser: The prefix "xsi" for
> > attribute
> > >> "xsi:type"
> > >>   associated with an element type "priceQuote" is not bound.
> > >> net.sf.saxon.trans.DynamicError: org.xml.sax.SAXParseException: The
> > >> prefix "xsi" for attribute "xsi:type" associated with an element type
> > >> "priceQuote" is not bound.
> > >> at net.sf.saxon.event.Sender.sendSAXSource(Sender.java:278)
> > >> at net.sf.saxon.event.Sender.send(Sender.java:144)
> > >> at net.sf.saxon.event.Sender.send(Sender.java:46)
> > >> at net.sf.saxon.event.Builder.build (Builder.java:209)
> > >> at net.sf.saxon.event.Builder.build(Builder.java:161)
> > >> at
> > >>
> > org.apache.tuscany.sca.implementation.xquery.XQueryInvoker.prepareParameters
> > (XQueryInvoker.java:247)
> > >> at
> > >> org.apache.tuscany.sca.implementation.xquery.XQueryInvoker.doInvoke(
> > XQueryInvoker.java:144)
> > >> at
> > >> org.apache.tuscany.sca.implementation.xquery.XQueryInvoker.invoke(
> > XQueryInvoker.java:185)
> > >> at
> > >>
> > org.apache.tuscany.sca.core.databinding.wire.DataTransformationInteceptor.invoke
> > (DataTransformationInteceptor.java:73)
> > >> at
> > >>
> > org.apache.tuscany.sca.core.databinding.wire.PassByValueInteceptor.invoke(
> > PassByValueInteceptor.java:49)
> > >> at
> > >> org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(
> > JDKInvocationHandler.java:233)
> > >> at
> > >> org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke (
> > JDKInvocationHandler.java:130)
> > >> at $Proxy21.joinPriceAndAvailQuotes(Unknown Source)
> > >> at
> > >> xquery.quote.QuoteJoinLocalImpl.joinPriceAndAvailQuotes(
> > QuoteJoinLocalImpl.java:53)
> > >> 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:585)
> > >> at
> > >>
> > org.apache.tuscany.sca.implementation.java.invocation.JavaImplementationInvoker.invoke
> > (JavaImplementationInvoker.java :105)
> > >> at
> > >> org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(
> > JDKInvocationHandler.java:233)
> > >> at
> > >> org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke (
> > JDKInvocationHandler.java:130)
> > >> at $Proxy12.joinPriceAndAvailQuotes(Unknown Source)
> > >> at
> > >> xquery.quote.XQueryQuoteClientTestCase.testQuoteJoin(
> > XQueryQuoteClientTestCase.java:94)
> > >> 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:585)
> > >> at
> > >> org.junit.internal.runners.TestMethodRunner.executeMethodBody(
> > TestMethodRunner.java:99)
> > >> at
> > >> org.junit.internal.runners.TestMethodRunner.runUnprotected(
> > TestMethodRunner.java:81)
> > >> at
> > >> org.junit.internal.runners.BeforeAndAfterRunner.runProtected(
> > BeforeAndAfterRunner.java :34)
> > >> at
> > >> org.junit.internal.runners.TestMethodRunner.runMethod(
> > TestMethodRunner.java:75)
> > >> at
> > >> org.junit.internal.runners.TestMethodRunner.run(TestMethodRunner.java
> > :45)
> > >> at
> > >> org.junit.internal.runners.TestClassMethodsRunner.invokeTestMethod(
> > TestClassMethodsRunner.java:75)
> > >> at
> > >> org.junit.internal.runners.TestClassMethodsRunner.run(
> > TestClassMethodsRunner.java:36)
> > >> at
> > >> org.junit.internal.runners.TestClassRunner$1.runUnprotected(
> > TestClassRunner.java:42)
> > >> at
> > >> org.junit.internal.runners.BeforeAndAfterRunner.runProtected(
> > BeforeAndAfterRunner.java :34)
> > >> at
> > >> org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java
> > :52)
> > >> at
> > >> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(
> > JUnit4TestSet.java:62)
> > >> at
> > >>
> > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet
> > (AbstractDirectoryTestSuite.java:138)
> > >> at
> > >> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(
> > AbstractDirectoryTestSuite.java :125)
> > >> at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
> > >> 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:585)
> > >> at
> > >> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
> > SurefireBooter.java:290)
> > >> at
> > >> org.apache.maven.surefire.booter.SurefireBooter.main(
> > SurefireBooter.java:818)
> > >> Caused by: org.xml.sax.SAXParseException: The prefix "xsi" for
> > attribute
> > >> "xsi:type" associated with an element type "priceQuote" is not bound.
> > >> at
> > >> org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown
> > >> Source)
> > >> at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown
> > Source)
> > >> at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown
> > Source)
> > >> at org.apache.xerces.impl.XMLErrorReporter.reportError (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 net.sf.saxon.event.Sender.sendSAXSource (Sender.java:270)
> > >> ... 46 more
> > >
> > > --
> > > This message is automatically generated by JIRA.
> > > -
> > > You can reply to this email to add a comment to the issue online.
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>

Reply via email to