Re: Loading a resource from the classpath in Axis2 with Spring

2007-03-09 Thread Martin Gainty
Ian-- The scenario seems to manifest by which context loader you are using to load the config file where a WebApplicationContext classLoader will favour loading from /WEB-INF but other contexts such as ClassPathXmlApplicationContext or FileSystemXmlApplicationContext favour either locating the

Re: SimpleTypeMapper.getArrayList(OMELement) gives NullPointerException

2007-03-04 Thread Martin Gainty
Good Morning Niles How was the original OMEelement allocated? How is the SimpleTypeMapper allocated? I look forward to seeing the code to re-create this scenario Thanks, Martin -- --- This e-mail message (including

Re: how to configure java2wsdl to generate minOccurs=0 attribute

2007-03-02 Thread Martin Gainty
interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: WANG Chi To: axis-user@ws.apache.org ; Martin Gainty Sent: Thursday, March 01, 2007 10:16 PM Subject: RE: how to configure java2wsdl to generate minOccurs=0 attribute Hi Martin, Thank you

Re: how to configure java2wsdl to generate minOccurs=0 attribute

2007-03-01 Thread Martin Gainty
Wang- java -classpath %CLASSPATH%;. org.apache.axis.wsdl.Java2WSDL %1 -location=http://localhost:8080/axis/services/%1 -o %1.wsdl replace %1 with the name of the Java class Martin-- --- This e-mail message (including

Re: [AXIS2]XML Beans Problems

2007-02-04 Thread Martin Gainty
I really like the embedded tomcat container in netbeans but I ran into this very situation and found that the display characteristics of variables displayed with NetBeans are NOT what the actual values *are* to prove this try some old fashioned System.out.println(variable) or

RE: Attachments in POJO services

2007-02-03 Thread Martin Gainty
which version axis are you using? Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does

Re: some strange chars in the http response.

2007-01-31 Thread Martin Gainty
Justin-- check the beginning of the transmitted xml you *may* have some whitespace characters in the prolog Martin-- --- This e-mail message (including attachments, if any) is intended for the use of the individual or

Re: [Axis2][rampart] How to enable MTOM in rampart

2007-01-29 Thread Martin Gainty
Assuming you have identified your security policy parameters within your wsp:Policy node wsp:Policy sp:Token /sp:Token /wsp:Policy within

Re: Problem with TypeSystemHolder.class

2007-01-28 Thread Martin Gainty
Martin-- Place xbean.jar from xmlbeans site on your system CLASSPATH http://xmlbeans.apache.org/documentation/conInstallGuide.html Martin -- --- This e-mail message (including attachments, if any) is intended for the use of

Re: [Axis2] - module.xml not found on Axis2 / Weblogic 8.1

2007-01-14 Thread Martin Gainty
Not a solution but a general direction suggestion Have you looked at setting up your own Weblogic webapp and construct your own configuration files specifically ejb-jar.xml and weblogic-ejb-jar.xml ? M- --- This e-mail

Re: Unrecognized option: -cn... Could not create the Java virtual machine...

2007-01-08 Thread Martin Gainty
PROTECTED] Cc: Martin Gainty [EMAIL PROTECTED] Sent: Sunday, January 07, 2007 9:43 PM Subject: Re: Unrecognized option: -cn... Could not create the Java virtual machine... Fawad, Martin, These samples need to work out of the box without any hassle.. We need to fix the sample to work in jdk 1.5

Re: Extracting operation name from a request

2007-01-07 Thread Martin Gainty
Extracting operation name from a requestHi Sherman what happens when you request the LocalPart of the QName from your client call object e.g. String operationName = call.getOperationName().getLocalPart(); Anyone else? M-

Re: Extracting operation name from a request

2007-01-07 Thread Martin Gainty
. -- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Sunday, January 07, 2007 5:40 PM To: axis-user@ws.apache.org Subject: Re: Extracting operation name from a request Hi Sherman what happens when you request the LocalPart

Re: Unrecognized option: -cn... Could not create the Java virtual machine...

2007-01-07 Thread Martin Gainty
Here is the fix (I used StockQuoteService frpm quickstart.service.pojo.. package samples.quickstart.service.pojo; import java.util.HashMap; public class StockQuoteService { //private java.util.HashMap map = new HashMap(); //remember templates in C++ well we can do the same thing here in our

Re: Unrecognized option: -cn... Could not create the Java virtual machine...

2007-01-07 Thread Martin Gainty
reproduire. - Original Message - From: Martin Gainty [EMAIL PROTECTED] To: axis-user@ws.apache.org; [EMAIL PROTECTED] Sent: Sunday, January 07, 2007 8:44 PM Subject: Re: Unrecognized option: -cn... Could not create the Java virtual machine... Here is the fix (I used StockQuoteService

Re: Deployment Problem with Quick Start Sample

2007-01-06 Thread Martin Gainty
I think this is a work in progress I thought that the REST version of StockQuoteService was in development so I thought of generating code from the databinding/StockQuoteService.wsdl Here are the steps $AXIS2_HOME/binwsdl2Java.bat -uri $AXIS2_HOME/samples/databinding/StockQuoteService.wsdl

Re: consequences of choosing axis

2007-01-06 Thread Martin Gainty
Good Evening Chad No consequences as long as you're willing to put in the effort to determine which version you're going to use, build the examples/samples and modify the sample to suit the features you desire The service and the client will have to agree on style (RPC or doc/literal),

Re: [AXIS2] jar resource required by examples

2007-01-06 Thread Martin Gainty
Good Evening Chad You'll find stax development jar for version 1.1.1 located at http://dist.codehaus.org/stax/jars/stax-1.1.1-dev.jar yes BEA is a contributing member to codehaus but so is Sentex, Cenqua, Atlassian, yWorks and the ThoughtWorks Corporation Does this answer your question? M-

Re: Not able to see http://localhost:8080/axis2/... instead http://localhost:8080/axis2/services/ appears...

2007-01-06 Thread Martin Gainty
please confirm the following servlet-name / servlet-class / servlet-mapping entries in /WEB-INF/web.xml (These are the entries I have) web-app display-nameApache-Axis2/display-name servlet servlet-nameAxisServlet/servlet-name display-nameApache-Axis Servlet/display-name

Re: client tutorial help

2007-01-05 Thread Martin Gainty
interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: Richard G. Reyes [EMAIL PROTECTED] To: axis-user@ws.apache.org; 'Martin Gainty' [EMAIL PROTECTED] Sent: Thursday, January 04, 2007 9:10 PM Subject: RE: client tutorial help Hi All, Martin, Please

Re: client tutorial help

2007-01-05 Thread Martin Gainty
qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: Richard G. Reyes [EMAIL PROTECTED] To: axis-user@ws.apache.org; 'Martin Gainty' [EMAIL PROTECTED] Sent: Thursday, January 04, 2007 9:10 PM Subject: RE: client tutorial help

Re: Deployment Problem with Quick Start Sample

2007-01-05 Thread Martin Gainty
Im getting a similar error when accessing StockQuoteService http://localhost:8080/axis2/rest/StockQuoteService?getPrice=IBM SEVERE: Servlet /axis2- threw load() exception org.apache.axis2.deployment.DeploymentException: Dispatch phase not found on the global InFlow phase of the axis2.xml. Please

Re: client tutorial help

2007-01-04 Thread Martin Gainty
] To: axis-user@ws.apache.org; 'Martin Gainty' [EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 10:58 PM Subject: RE: client tutorial help Hi Martin,All, Our wsdl did validate correctly with many warnings. We will now proceed to validate the request and response xml. If we found an error

Re: Error in RampartReceiver.init(String)

2007-01-04 Thread Martin Gainty
destinataire de ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: Ruchith Fernando [EMAIL PROTECTED] To: axis-user@ws.apache.org; Martin Gainty [EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 9

Re: Error in RampartReceiver.init(String)

2007-01-03 Thread Martin Gainty
vous n'ĂȘtes pas le destinataire de ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: Ruchith Fernando [EMAIL PROTECTED] To: axis-user@ws.apache.org; Martin Gainty [EMAIL PROTECTED] Sent

Re: large attachments in dime format

2007-01-03 Thread Martin Gainty
//create the service Service service = new Service(); //create the call Call call = (Call) service.createCall(); //set ATTACHMENT_ENCAPSULATION_FORMAT to DIME call.setProperty(call.ATTACHMENT_ENCAPSULATION_FORMAT,

Re: [Axis2] How to retrieve client's IP address?

2007-01-03 Thread Martin Gainty
java.net.InetAddress.getLocalHost().getHostAddress(); M- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain information that

Re: client tutorial help

2007-01-03 Thread Martin Gainty
the error comes from invalid XML as reported by SIP XML (xerces) parser did you validate your wsdl ? If you trap your request - does the request properly validate? If you trap your response - does the response properly validate? Heres a validator that may help

Re: [Axis2]Re: MTOM and content-type

2007-01-02 Thread Martin Gainty
org.apache.axiom.soap.SOAPFactory sf = OMAbstractFactory.getSOAP11Factory(); SOAPEnvelope env = sf.getDefaultEnvelope(); SOAPHeader sh = env.getHeader() . /* Content */ OMElement content = sf.createOMElement(Content, nms); sbmtRequest.addChild(content); FileDataSource

Re: No REST for axis2 v1.1

2007-01-02 Thread Martin Gainty
: No REST for axis2 v1.1 None of the phases are hard coded , all of them are listed in axis2.xml. You can change or add phases using the axis2.xml Thanks Deepal Martin Gainty wrote: Hi Manoj I looked in org.apache.axis2.phasereolver.PhaseMetaData.java and could'nt see accomodation

Re: No REST for axis2 v1.1

2006-12-31 Thread Martin Gainty
document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: Thilina Gunarathne [EMAIL PROTECTED] To: axis-user@ws.apache.org; Martin Gainty [EMAIL PROTECTED] Sent: Saturday, December 30, 2006 11:15 PM Subject: Re

Re: No REST for axis2 v1.1

2006-12-30 Thread Martin Gainty
qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: Salma Soleil To: axis-user@ws.apache.org ; Martin Gainty Sent: Saturday, December 30, 2006 12:07 AM Subject: Re: No REST for axis2 v1.1 Umm..not sure. Can you

Re: soap header in axis2

2006-12-30 Thread Martin Gainty
Paul- Im getting that same error with Axis2 v1.1 I need to determine if bug fix AXIS2-1290 was rolled into the distros.. M- --- This e-mail message (including attachments, if any) is intended for the use of the

Re: soap header in axis2

2006-12-30 Thread Martin Gainty
, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: Martin Gainty [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Saturday, December 30, 2006 10:25 AM Subject: Re: soap header in axis2 Paul- Im

Re: No REST for axis2 v1.1

2006-12-30 Thread Martin Gainty
@ws.apache.org; Martin Gainty [EMAIL PROTECTED] Sent: Saturday, December 30, 2006 9:11 PM Subject: Re: No REST for axis2 v1.1 I just had a brief look at your axis2.xml and it looks fine to me.. Are you getting this error on the client side.. Please recheck: loading repository from classpath looks

No REST for axis2 v1.1

2006-12-29 Thread Martin Gainty
Hello All- when attempting to access Axis 2 v 1.1 HappyAxis.jsp I see Please enable REST support in WEB-INF/conf/axis2.xml and WEB-INF/web.xml Does anyone know how to enable rest support in Axis 2 1.1? Is there an example REST service available? Thx, M-

Re: No REST for axis2 v1.1

2006-12-29 Thread Martin Gainty
destinataire de ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: Manoj Khangaonkar To: axis-user@ws.apache.org ; Martin Gainty Sent: Friday, December 29, 2006 12:23 PM Subject: Re: No REST

Re: WSDL2Java

2006-12-29 Thread Martin Gainty
Hi Doug Would be difficult (maybe possible but personally I dont know how) if you have 2 differing schemas If the (targetNamespace) schema is the same then you're better off combining the 2 Is there any specific reason why you would want to keep them separate and distinct? M-

Re: SAXException-Invalid Element

2006-12-29 Thread Martin Gainty
Can you show the WSDL for the service and client code you are using to invoke this service? Thanks, M- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it

Re: No REST for axis2 v1.1

2006-12-29 Thread Martin Gainty
To: axis-user@ws.apache.org ; Martin Gainty Sent: Friday, December 29, 2006 7:03 PM Subject: Re: No REST for axis2 v1.1 I presume you have seen this link that describes AXIS2 support for REST and has some samples http://ws.apache.org/axis2/1_1/rest-ws.html On 12/29/06, Manoj Khangaonkar

Re: No REST for axis2 v1.1

2006-12-29 Thread Martin Gainty
strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: Salma Soleil To: axis-user@ws.apache.org ; Martin Gainty Sent: Friday, December 29, 2006 7:58 PM Subject: Re: No REST for axis2 v1.1 Set the parameter in axis2.xml parameter

Re: Axis2: int versus Integer

2006-12-28 Thread Martin Gainty
Have you looked at InteropTest.wsdl? definitions xmlns:xsd=http://www.w3.org/2001/XMLSchema; xmlns:tns=http://soapinterop.org/; .. !-- specifically there is a declaration for PositiveIntegers labelled -- message name=echoPositiveIntegerRequest part name=inputPositiveInteger

Error in RampartReceiver.init(String)

2006-12-28 Thread Martin Gainty
Good Afternoon All- downloading the latest and greatest Axis 2 1.1 mars I am getting a consistent exception with .\modules\META-INF\module.xml module name=rampart class=org.apache.rampart.Rampart DescriptionThis module provides the WS-Security and WS-SecureConversation functionalities

Re: axis2-soapmonitor*.mar ?

2006-12-27 Thread Martin Gainty
le distribuer ou de le reproduire. - Original Message - From: Martin Gainty [EMAIL PROTECTED] To: axis-user@ws.apache.org; [EMAIL PROTECTED] Sent: Tuesday, December 26, 2006 6:59 PM Subject: Re: axis2-soapmonitor*.mar ? after a bit of digging thru the logs I see jsp:include page

axis2-soapmonitor*.mar ?

2006-12-26 Thread Martin Gainty
Morning All where is axis2-soapmonitor*.mar located? Thanks, Martin-- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain

Re: axis2-soapmonitor*.mar ?

2006-12-26 Thread Martin Gainty
le diffuser, de le distribuer ou de le reproduire. - Original Message - From: robert lazarski [EMAIL PROTECTED] To: axis-user@ws.apache.org; Martin Gainty [EMAIL PROTECTED] Sent: Tuesday, December 26, 2006 12:17 PM Subject: Re: axis2-soapmonitor*.mar ? Please file a jira. In the meantime

Re: axis2-soapmonitor*.mar ?

2006-12-26 Thread Martin Gainty
- From: Davanum Srinivas [EMAIL PROTECTED] To: axis-user@ws.apache.org; Martin Gainty [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, December 26, 2006 6:30 PM Subject: Re: axis2-soapmonitor*.mar ? I beleive this is due to the recent addition of the license headers in jsp's :( -- dims

Re: jars locked forever

2006-12-25 Thread Martin Gainty
Good Morning Dejan If the jars were unlocked (and updateable) when would these (updated) jars for AxisServlet (or any servlet) be re-loaded or re-deployed? Martin -- --- This e-mail message (including attachments, if any)

Re: WSDL type mapping for List

2006-12-25 Thread Martin Gainty
Good Morning Chinmay If I look at return types available in \org\apache\axis2\namespace\Constants.java I dont see an implementation for Vector currently available therefore following anne's suggestion of returning a SOAP_ARRAY is your best alternative Martin--

Re: module.xml not found on Axis2 / Weblogic 8.1

2006-12-23 Thread Martin Gainty
Good Morning Driss- Straight from the WL book WEBLOGIC specific jars in $WL_HOME/server/lib which will need to be on CLASSPATH: webserviceclient.jar runtime implementation of JAX-RPC apis webserviceclient+ssl.jarJAX-RPC with SSL webserviceclient+ss_pj.jar JAX-RPC with SSL

Re: Mapping Call output -- incl all output params -- to a DOM

2006-12-21 Thread Martin Gainty
so to extend on that ide referencing org.apache.axis.constants instead of call.setReturnType(XMLType.SOAP_MAP) can you return SOAP_DOCUMENT call.setReturnType(XMLType.SOAP_DOCUMENT) ? --- This e-mail message (including

Re: Secure socket layer (SSL) connection problem

2006-12-20 Thread Martin Gainty
Hi Frank In Axis 2 the only way I could figure is to stop and start the Servlet (axisServlet) with updates to the servlet in between as in so the servlet picking up new configuration try { MessageContext mc = new MessageContext();

Re: problems with wsdl2java,need help!

2006-12-19 Thread Martin Gainty
interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: Peter To: axis-user@ws.apache.org ; Martin Gainty Sent: Tuesday, December 19, 2006 12:01 AM Subject: Re: problems with wsdl2java,need help! thanks I have found that the wsdl file

Re: Accessing axis2 based web service with https

2006-12-19 Thread Martin Gainty
Accessing axis2 based web service with httpsI didnt see jeyStore and keyStorePassword attributes javax.net.ssl.keyStore /*full path to .ks (Keysore) file*/ javax.net.ssl.keyStorePassword /*Password that protects keyfile */ also.. if you had used this command to import the cert NameOfCert.crt

Re: [Axis2] com.ctc.wstx.exc.WstxEOFException

2006-12-18 Thread Martin Gainty
off the request body. After uninstallation things work well. Martin Gainty schrieb: Moxo/Hermann for verifying proper response for method getVersion as a quick check can you go to your version wsdl located at http://localhost:8080/axis2/services/version?wsdl your prolog

Re: need Axis 1.3

2006-12-17 Thread Martin Gainty
A number of Axis 1.3 distros are available on http as well as ftp host servers Please reference http://www.apache.org/dyn/closer.cgi/ws/axis/1_3 for the locale which best suits your needs Bedankt, Martin -- --- This e-mail

Re: Exception on accesing MessageContext during initalization of ws-service

2006-12-17 Thread Martin Gainty
Julian- the only way (i know how) to handle this scenario is to setup a listener which will incorporate access to threads and thread management in your start method a good starting point is to view the listener class org.apache.axis2.transport.mail.SimpleMailListener and look at the start

Re: problems with wsdl2java,need help!

2006-12-17 Thread Martin Gainty
Your best bet here is to start small with something that you know works such as interopTest.wsdl and add one type at a time..literally start with wsdl:definition schema ... complexType name=ThisWorksSoDontTouchIt element name=varString type=string/ element name=varInt

Re: [Axis2] com.ctc.wstx.exc.WstxEOFException

2006-12-16 Thread Martin Gainty
Moxo/Hermann for verifying proper response for method getVersion as a quick check can you go to your version wsdl located at http://localhost:8080/axis2/services/version?wsdl your prolog should look something like wsdl:definitions xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/;

Re: Can axis 1.4 and 2.0 be run simultaneously in the same deployment?

2006-12-15 Thread Martin Gainty
Hi Jim- many deltas between the 2 Axis versions 1.x supports RPC and Axis2 doesnt and most of all REST support in Axis2 and Axis2 has no support for REST BUT If you could separate the deployments I think this would be a great way to test 2 identical services to capture performance metrics

Re: Can axis 1.4 and 2.0 be run simultaneously in the same deployment?

2006-12-15 Thread Martin Gainty
correction Axis2 HAS rest support (sorry pet distraction!) M- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain information

Re: Axis 1.2.1 WSDD question

2006-12-14 Thread Martin Gainty
Hi Asaf You need to define at least one service within the wsdd to deploy to AxisServlet Here is an example deployment name=test xmlns=http://xml.apache.org/axis/wsdd/; xmlns:java=http://xml.apache.org/axis/wsdd/providers/java; service name=urn:jaxrpchandlertest provider=java:RPC

Re: Axis 1.* to Axis2 Migration Question

2006-12-14 Thread Martin Gainty
Hi Ted Can you show us the operation wsdl:operation name=get from your wsdl? better yet could you display the entire wsdl for your service? Thanks, --- This e-mail message (including attachments, if any) is intended

(bug in commons httpclient HttpService.java)

2006-12-12 Thread Martin Gainty
All Inside org.apache.http.protocol.HttpService.java protected void doService( final HttpRequest request, final HttpResponse response, final HttpContext context) throws HttpException, IOException { HttpRequestHandler handler = null; there is no

Re: AXis 1.4 : primitive types and Primitive object

2006-12-09 Thread Martin Gainty
Hi Ravi This is a java question- Better to create the java.lang.Integer object and then if you need to access the numeric value with intValue() as in java.lang.Integer Int = new java.lang.Integer(1); int i = Int.intValue(); HTH M-

Re: [SOLVER]Re: Axis2 collection of complex objects

2006-12-07 Thread Martin Gainty
Hi Pat- you can construct a Complex Datatype from your array as in this example /modules/adb-codegen/test-resources/testsuite/complete.xsd where array definition is !-- test elements for xsd:anyType -- element name=TestAnyType1 complexType sequence

Re: java.lang.ClassCastException

2006-12-07 Thread Martin Gainty
Espen/Philip I did'nt see ServiceLocator impelemnted in Axis2 ..are you perhaps using Axis-1_3? if you are using 1.3 and look at the AddressBookServiceLocator from samples your signature would be public AddressBookServiceLocator(java.lang.String wsdlLoc, javax.xml.namespace.QName sName)

Re: Evaluation of application

2006-12-07 Thread Martin Gainty
Hi Bob- If you get a chance to Read charlie calvert's article located at http://bdn.borland.com/article/31871 you'll see the statement Web Services differ from RMI, DCOM, CORBA, and RPC in that they are specifically designed to work with an XML based technology called SOAP. The great advantage

quickstart.clients.AXIOMClient file dependency

2006-12-06 Thread Martin Gainty
Hello All- while running AXIOMClient (AXIS 2 v 1.1) from quickstart java samples.quickstart.clients.AXIOMClient I see this error Exception in thread main java.lang.NoClassDefFoundError: org/apache/ws/commons/schema/utils/NamespacePrefixList while looking at the docs for commons-schema located

Re: AxisHttpSession not timing out

2006-12-05 Thread Martin Gainty
Jarmo Can you verify session-config parameter in your .\WEB-INF\web.xml e.g. session-config !-- Default to 5 minute session timeouts -- session-timeout5/session-timeout /session-config Here is a solution which quiesces AxisHttpSessionListener when HTTPSessionListener

Re: MTOM FILE CACHING

2006-12-04 Thread Martin Gainty
Hello Marcel I would start with parameter name=cacheAttachments embedded in axis2.xml URL is located here http://ws.apache.org/axis2/1_0/mtom-guide.html#41 Does this help? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the

Re: MTOM FILE CACHING

2006-12-04 Thread Martin Gainty
().setProperty(Constants.Configuration.FILE_SIZE_THRESHOLD, 400); Is there a way to have control of the name of the file instead of the one that the Axis2 gives by default so you can open the attachment later? Thanks, Marcel Martin Gainty wrote: Hello Marcel I would start

Re: BouncyCastle and axis2

2006-12-01 Thread Martin Gainty
Hi Rishi/Dims what do you suggest to replace BC provider? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have

Re: [AXis2] MissingResourceBundle Exception

2006-11-30 Thread Martin Gainty
Kumar- references to getMessage construct a MessagesBundle from values of 2 constants from class RB e.g. BUNDLE_NAME+.+BASE_EXT resource+.+properties I would copy a working resource.properties and amend the attributes you require and place in local folder (which I assume would be

Re: WS-Attachments

2006-11-30 Thread Martin Gainty
Hi Asaf 1.3 has a ready to implement attachments sample located in your $AXIS_HOME/samples/attachments folder 1)setup CLASSPATH to include xerces,junit,mail.jar and activation.jar (safe to add all of the jars in the $AXIS_HOME/lib folder) 2)start a server (tomcat) 3)Deploy the service java

Re: Axis 1.4 /CFMX6.1/JRun4

2006-11-30 Thread Martin Gainty
Hi Alex- jrun -Djrunx.axis.AxisServerObjectFactory=org.apache.axis.server.JNDIAxisServerFactory java.lang.NoSuchMethodException: jrunx.kernel.JRun.Djrunx.axis.AxisServerObjectFactory=org.apache.axis.server.JNDIAxisServerFactory([Ljava.lang.String;) at

Re: axis to spring

2006-11-28 Thread Martin Gainty
Good Morning Matt- in other words make sure your spring jars are located in $CATALINA_HOME/YourWebapp/web-inf/lib and not in bootstrap ($JAVA_HOME/jre/lib/ext) system ($CATALINA_HOME/bin) common ($CATALINA_HOME/lib) Earlier versions of tomcat also had server classes located in

RE: [Axis2]- Issue with generating source code using WSDL2Java

2006-11-27 Thread Martin Gainty
/ /message you can use wsdl:include but if your target namespace and imported namespaces are the same use xsd:include HTH, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business

Re: WS-Notification broker ????

2006-11-27 Thread Martin Gainty
Have you looked at implementing with Ajax controls? Have you looked at RSS-Feeds? Not sure if what you're looking for is supported in either Axis1.x or Axis 2.x Anyone else? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the

Re: [AXIS2] Provider javax.xml.stream.XMLInputFactory could not beinstantiated

2006-11-18 Thread Martin Gainty
Martin -- I tried to reproduce the error building from \src\modules\samples\quickstartadb\build.xml referencing off of the wsdl2java reference located at http://ws.apache.org/axis/java/ant/axis-wsdl2java.html we note the wsdl2java task inside the supplied build.xml is referencing parameters

Re: [Axis2] Is Axis2 1.1 working for you?

2006-11-17 Thread Martin Gainty
Hi All- Axis-2_1/src/modules/xmlbeans/mvn [INFO] Cannot execute mojo: resources. It requires a project with an existing pom.xml, but the build is not using one. [INFO] - --- Is there a pom.xml for modules/xmlbeans project?

Re: [AXIS2.1.1] setOperationContext() not called in the service implementation class

2006-11-17 Thread Martin Gainty
Hello Mehar Could you please display your ./META-INF/services.xml? Thank You, M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby

Re: Axis 2 1.1 under Websphere

2006-11-17 Thread Martin Gainty
Axis 2 1.1 under WebsphereGood Evening Todd- I found it in stax distro http://dist.codehaus.org/stax/jars/ download stax-src-1.2.0.zip decompress build with ant place .\build\stax-api-1.0.1.jar on CLASSPATH HTH Martin-- This e-mail communication and any attachments may contain confidential and

Re: [AXIS2] Provider javax.xml.stream.XMLInputFactory could not be instantiated

2006-11-17 Thread Martin Gainty
Martin -- I couldnt find Axis 1.1 ADB distro to download Your email is quite interesting.. Martin -- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you

Re: 2nd POST: Axis2-1.1 - DIME attachment

2006-11-16 Thread Martin Gainty
Good Evening Gentlemen- making sure DIME is supported is an important for interoperability with the folks in redmond.. in your Axis-2_1 folder.. comment out ALL OF the entries in /src/axis/xmls/taskdefs_post_compile.xml sub in full path of axis-ant.jar for

Re: client-side program for Axis2SampleDocLit.wsdl

2006-11-14 Thread Martin Gainty
review, disclosure, dissemination, distribution or copying of it or its contents - Original Message - From: adrian rutle [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Tuesday, November 14, 2006 5:14 AM Subject: Re: client-side program for Axis2SampleDocLit.wsdl Martin Gainty skrev

Re: org.apache.axis2.AxisFault: Invalid UTF-8 start byte 0x9d

2006-11-13 Thread Martin Gainty
This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have receivedthis communication in error and that any review,

Re: org.apache.axis2.AxisFault: Invalid UTF-8 start byte 0x9d

2006-11-13 Thread Martin Gainty
Would appear that you have some non-parseable characters in the descriptor provided by .NET? please display the descriptor file provided by ,NET M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named

Re: Axis2 - DIME support

2006-11-13 Thread Martin Gainty
you have to set chunkedEncoding here is a quick example import org.globus.axis.transport.HTTPUtils;//assume your service is called 'MyService' URL url = "" URL("local:///localhost:8080/axis/services/MyService"); MyServiceAddressingLocator locator = new MyServiceAddressingLocator(); MyService

Re: client-side program for Axis2SampleDocLit.wsdl

2006-11-13 Thread Martin Gainty
go into your TestClient.java substitute all references of 'MyClient' to 'TestClient' Tak, Martin- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you

Fw: [Axis2][SOAP]Can not output XML declaration, after other output has already been done.

2006-11-12 Thread Martin Gainty
The attempt to create null QNames and null Elements appears problematic as you sub nulls for name AND prefix/localname (note that TestingUtils has a method createDummyOMElement which accomplishes the objective implemented via) OMElement payload = TestingUtils.createDummyOMElement(); What

Re: Updating deployed services

2006-11-12 Thread Martin Gainty
If you already have a wsdd which contains the name of the service you wish to deploy as in service name=NameOfServiceToDeploy provider=java:RPC then look for script which will deploy as in deploysh|bat (which should contain these commands) java org.apache.axis.utils.Admin server

Re: About HTTPSender not closing the Socket

2006-11-12 Thread Martin Gainty
\resource.properties I didn't understand, should I change that property to (for instance) optionTimeout00=2 ? Thanks, Paulo Martin Gainty wrote: Paolo- Have you looked at modifying optionTimeout00 in resources.properties? M- This e-mail communication and any attachments

Re: About HTTPSender not closing the Socket

2006-11-11 Thread Martin Gainty
Paolo- Have you looked at modifying optionTimeout00 in resources.properties? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby

Re: [AXIS2] Cannot deploy rampart under Tomcat

2006-11-11 Thread Martin Gainty
Lijun/Ruchith There seems to be a conflict with at least 2 versions of ww4j-SNAPSHOT.jar supplied in Axis-2_1 distro 05/04/2006 11:32 PM 536,118 wss4j-1.5.0.jar 07/12/2006 07:24 PM 349,492 wss4j-SNAPSHOT.jar 2 File(s)885,610 bytes Directory of

Re: [Axis2] Dynamic Invocation based on WSDL support in Axis2

2006-11-10 Thread Martin Gainty
Asfar a I see only as jms message objects implemented via Axis over jms http://ws.apache.org/wsif/providers/wsdl_extensions/jms_extension.html M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named

Re: [Axis2]: where to put ejb-local-ref? Can't call an ejb from inside a service!

2006-11-08 Thread Martin Gainty
Hello Andreas- described inside the xsd (in Axis 1.x used to be wsdl / and is now ApplicationName-Axis2.xml as in this example xsd:schema targetNamespace=http://java.sun.com/xml/ns/j2ee; xmlns:j2ee=http://java.sun.com/xml/ns/j2ee; you can construct complexTypes based on underlying

Re: Change location of web service

2006-11-08 Thread Martin Gainty
You would be able to accomplish the objective by establishing unique hosts for each configuration (and setting appBase to the location of your webapp files) be mindful that you will need either an absolute pathname or relative pathname (based on $CATALINA_BASE) For implementation details please

Re: [Axis2] Help using AXIOMXPath

2006-11-08 Thread Martin Gainty
Brian- can we see your services.xml ? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have receivedthis

Re: [Axis2] Question about Rampart (AbstractCrypto)

2006-11-07 Thread Martin Gainty
2 providers for keystore specific implementations one of which is merlin ..the other BC http://ws.apache.org/wss4j/apidocs/org/apache/ws/security/components/crypto/package-summary.html dims could provide info on defaulting with merlin over BC M- This e-mail communication and any attachments may

<    1   2   3   4   5   6   7   8   9   >