Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 28209 invoked from network); 5 Sep 2005 19:38:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Sep 2005 19:38:16 -0000 Received: (qmail 19215 invoked by uid 500); 5 Sep 2005 19:38:15 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 19202 invoked by uid 500); 5 Sep 2005 19:38:15 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 19186 invoked by uid 99); 5 Sep 2005 19:38:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Sep 2005 12:38:14 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.163.169.225] (HELO smtp105.mail.sc5.yahoo.com) (66.163.169.225) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 05 Sep 2005 12:38:27 -0700 Received: (qmail 93305 invoked from network); 5 Sep 2005 19:38:12 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=BnDzWGJsQwNINwaSYD6ihoRlr2mlAU78wuxgvakAV2ylRetYM6ynbXx+Cr0OTMWfnHrfuAyMT3a8m3JZCadSgbpC9fSt5Nh79wE1sU8fIsMuPtrfPfNKEBu/t3SRoZx2q/gA4qazdBs799ohzosNYGy6PyXXNZ6RUHCal7WxOMg= ; Received: from unknown (HELO ?192.168.1.105?) (david?jencks@66.93.38.137 with plain) by smtp105.mail.sc5.yahoo.com with SMTP; 5 Sep 2005 19:38:12 -0000 Mime-Version: 1.0 (Apple Message framework v622) In-Reply-To: <20050905191538.82097.qmail@web50602.mail.yahoo.com> References: <20050905191538.82097.qmail@web50602.mail.yahoo.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <73e8328fd6a8384829b662af8db50b31@yahoo.com> Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: WSDD Builder Error Date: Mon, 5 Sep 2005 12:38:11 -0700 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.622) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Great! Which geronimo version are you using? M4? svn revision ??? The line number from the stack trace in your previous post didn't match my svn head version. thanks david jencks On Sep 5, 2005, at 12:15 PM, Paul O'Connor wrote: > Thanks for the instantaneous response! I actually > don't have a Geronimo-specific war yet...trying to get > to that point ;-) > > Here is the jaxrpc-mapping.xml file: > > > xmlns="http://java.sun.com/xml/ns/j2ee" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee > http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd"> > > com.ormondquay.webservices > http://ormondquay.org/types > > > com.ormondquay.webservices > http://ormondquay.org/types > > > > interface>com.ormondquay.webservices.SamlXacmlRequestService interface> > xmlns:serviceNS="http://ormondquay.org/types">serviceNS: > SamlXacmlRequestService > > SamlXacmlRequestPort > SamlXacmlRequestPort > > > > > > interface>com.ormondquay.webservices.SamlXacmlRequest endpoint-interface> > xmlns:portTypeNS="http://ormondquay.org/types">portTypeNS:OQ- > SamlXacmlRequest > xmlns:bindingNS="http://ormondquay.org/types">bindingNS:OQ- > SamlXacmlRequestBinding > > > > XACMLAuthzDecisionQuery > > XACMLAuthzDecisionQuery > > 0 > org.w3c.dom.Element > > xmlns:wsdlMsgNS="http://ormondquay.org/types">wsdlMsgNS: > MessageEndpoint_processElement > > RequestWrapper > IN > > > > > org.w3c.dom.Element > xmlns:wsdlMsgNS="http://ormondquay.org/types">wsdlMsgNS: > MessageEndpoint_processElementResponse > > ResponseWrapper > > > > > XACMLPolicyQuery > XACMLPolicyQuery > > 0 > org.w3c.dom.Element > > xmlns:wsdlMsgNS="http://ormondquay.org/types">wsdlMsgNS: > MessageEndpoint_processPolicyElement > > PolicyRequestWrapper > IN > > > > > org.w3c.dom.Element > xmlns:wsdlMsgNS="http://ormondquay.org/types">wsdlMsgNS: > MessageEndpoint_processPolicyElementResponse > > PolicyResponseWrapper > > > > > XACMLAddPolicyQuery > XACMLAddPolicyQuery > > 0 > org.w3c.dom.Element > > xmlns:wsdlMsgNS="http://ormondquay.org/types">wsdlMsgNS: > MessageEndpoint_processAddPolicyElement > > AddPolicyRequestWrapper name> > IN > > > > > org.w3c.dom.Element > xmlns:wsdlMsgNS="http://ormondquay.org/types">wsdlMsgNS: > MessageEndpoint_processAddPolicyElementResponse > > AddPolicyResponseWrapper name> > > > > > > >