Re: common/best practices for SOAP authentication/authorization

2007-01-29 Thread Daniel Kulp
, the operations in the WSDL wouldn't contain the authentication mechanisms. There's also specs like WS-Security, WS-Authentication, etc... There are a bunch more options. It really just depends on what feels right for you. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380

Re: New to cxf : build with maven

2007-04-13 Thread Daniel Kulp
) at org.apache.maven.surefire.booter.SurefireBooter.main( SurefireBooter.java:818) On 4/13/07, Daniel Kulp [EMAIL PROTECTED] wrote: On Friday 13 April 2007 08:07, tog wrote: I try to build cxf out from svn and I got some minor problems (I am new to maven 2). When just typing mvn, I got the following error: The 'plugin

Re: Problem with latest from svn

2007-04-15 Thread Daniel Kulp
/2001/XMLSchema;soap:BodyConversionRateResponse xmlns= http://www.webserviceX.NET/ ConversionRateResult0/ConversionRateResult/ConversionRateRespon se/soap:Body/soap:Envelope Any idea ? Cheers Guillaume -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL

Re: Importing XSDs in a WSDL

2007-04-16 Thread Daniel Kulp
. Any ideas or work-arounds? Thanks, Chris -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Problem with latest from svn

2007-04-17 Thread Daniel Kulp
sending it to you ? Cheers Guillaume On 4/16/07, Daniel Kulp [EMAIL PROTECTED] wrote: Guillaume, Is there any way you can provide a simple test case that shows the problem? Thanks! Dan On Monday 16 April 2007 17:19, tog wrote: Dan

Re: Maven build error

2007-04-24 Thread Daniel Kulp
[INFO] Finished at: Thu Apr 19 17:01:39 CEST 2007 [INFO] Final Memory: 48M/63M [INFO] - -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Maven build error

2007-04-24 Thread Daniel Kulp
:53 AM, Daniel Kulp wrote: A bunch of folks already chimed in with the Xmx512M thing. However, I should mention one other thing for the folks out there using a real OS... ;-) On 64bit platforms (I know both Linux and Solaris need this, don't know about 64bit Wintendo), you also need

Re: How To Get Object From SOAP Header?

2007-04-25 Thread Daniel Kulp
-- Dan Diephouse Envoi Solutions http://envoisolutions.com | http://netzooid.com/blog -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: How To Get Object From SOAP Header?

2007-04-25 Thread Daniel Kulp
OK. It definitely doesn't work on the Ebay wsdl. :-( Dan On Wednesday 25 April 2007 07:37, Daniel Kulp wrote: Chris, I believe CXF already does this. If the wsdl has a physical contract that has headers in a separate message, wsdl2java does put an extra parameter on the method

Re: Maven2 Jetty Plugin Problem Finding WSDL

2007-04-25 Thread Daniel Kulp
(The system cannot find the path specified) Note that it searches for the wsdl relative to the project root rather than the webapp root. Does anyone know how to fix it? Thus far, the only way I can get it is to have it load the WSDL from the classpath instead. -Chris -- J. Daniel Kulp

Re: Defining an Endpoint for Standalone AND Webapp Use

2007-04-30 Thread Daniel Kulp
This isn't a super huge big deal, but it looks like I'm going to need to create a separate config file for each deployment type, and they'll only differ in the address attribute. Is there another way? -Chris -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL

Re: jaxws:endpoint wsdlLocation attribute -- form for class path reference?

2007-05-03 Thread Daniel Kulp
to refer to a file within my WAR? Footnotes: ¹ http://cwiki.apache.org/CXF20DOC/jax-ws-configuration.html -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: jaxws:endpoint wsdlLocation attribute -- form for class path reference?

2007-05-03 Thread Daniel Kulp
be built right into the bus immediately. I really don't know. If so, that could solve the problem and we could just do everything all at once and be done with it. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Why does a JAX-WS client use the WSDL at run time?

2007-05-03 Thread Daniel Kulp
the annotations and method signatures provide enough information to lock in the basic operations it must perform? Is there some way to avoid needing to use the WSDL file at run time? -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Why does a JAX-WS client use the WSDL at run time?

2007-05-04 Thread Daniel Kulp
On Thursday 03 May 2007 21:42, Steven E. Harris wrote: Daniel Kulp [EMAIL PROTECTED] writes: This is part of the JAX-WS spec. You can override the URL that a client uses by setting the BindingProvider.ENDPOINT_ADDRESS_URL property on the request context: ((BindingProvider)port

Re: Why does a JAX-WS client use the WSDL at run time?

2007-05-04 Thread Daniel Kulp
On Thursday 03 May 2007 21:55, Steven E. Harris wrote: Daniel Kulp [EMAIL PROTECTED] writes: Technically, with JAX-WS, you don't need the wsdl. However, the spec does say that if it's available/specified, we're supposed to use it. Use it to supply default values? It seems like a large

Re: Figuring out why an endpoint isn't reachable through a Servlet

2007-05-07 Thread Daniel Kulp
is a dependency tree where you can see what is including what. If you want something fancier, you can run mvn site and it will generate a bunch of HTML stuff in target/site. One of those is a dependency report which has a tree in it as well. -- J. Daniel Kulp Principal Engineer IONA P: 781

Re: running CXF service under IBM JDK on AIX

2007-05-11 Thread Daniel Kulp
enabled) -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Handler threads

2007-06-09 Thread Daniel Kulp
. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Snapshots

2007-06-17 Thread Daniel Kulp
. Consider the environment. Please don't print this e-mail unless you really need to. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: [U] RE: Deployment exceptoin

2007-06-18 Thread Daniel Kulp
) at org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocu me nt (DefaultDocumentLoader.java:76) UNCLASSIFIED UNCLASSIFIED -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: going from incubator

2007-06-25 Thread Daniel Kulp
issues, we'd be happy to hear about them. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

[ANNOUNCE] Apache CXF 2.0-incubator released!

2007-07-03 Thread Daniel Kulp
The Apache Incubator CXF team is proud to announce the availability of the 2.0 release! Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS. These services can speak a variety of protocols such as SOAP,

Re: Axis2 vs CXF

2007-07-05 Thread Daniel Kulp
IONA Technologies PLC (registered in Ireland) Registered Number: 171387 Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com

Re: Downloads not working

2007-07-05 Thread Daniel Kulp
the 2.0 release from http://incubator.apache.org/cxf/download.html and the server is timing out. I do want to try CXF, but this is making it rather difficult. ;-) Thanks for the help, Jason -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http

Re: CXF and JDK 1.6 compatibility

2007-07-10 Thread Daniel Kulp
check – any hints how to get error situation? 2) Are there the results of your tests against Java6 available somewhere? 3) Do you have any plans/schedule referring to the CXF and Java6? -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http

Re: Schema-First Development with CXF

2007-07-10 Thread Daniel Kulp
Solutions http://envoisolutions.com | http://netzooid.com/blog -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: maven build problems

2007-07-11 Thread Daniel Kulp
when launching mvn -Psetup.eclipse The build reports an error as it Failed to resolve artifact. The artifact missing is org.apache.cxf:cxf-buildtools:jar:2.1-incubator-SNAPSHOT I am using maven 2.0.7 Any help would be appreciated. Regards Nick -- J. Daniel Kulp Principal Engineer

Re: Java out of memory building 2.0 from source with maven?!

2007-07-12 Thread Daniel Kulp
. java.lang.OutOfMemoryError: Java heap space -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: More javadoc

2007-07-12 Thread Daniel Kulp
generate to target/site/apidocs. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: CXF crashing, unable to process a Collection type

2007-07-16 Thread Daniel Kulp
) at java.lang.Thread.run(Thread.java:595) Thanks, Brad -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: java2wsdl command does not work

2007-07-16 Thread Daniel Kulp
. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Wrong number of Arguments Error

2007-07-16 Thread Daniel Kulp
. Other calls on the same service class work fine and if I strip the parameter class down to just one or two string properties it works. Any help would be greatly appreciated! -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C

Re: Wrong number of Arguments Error

2007-07-17 Thread Daniel Kulp
: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Monday, July 16, 2007 4:23 PM To: cxf-user@incubator.apache.org Subject: Re: Wrong number of Arguments Error Is this a java first case or a wsdl first case? Are there headers or soap w/ attachments involved? Also, is it a wrapped doc/lit, bare

Re: Wrong number of Arguments Error

2007-07-17 Thread Daniel Kulp
for that. Should I go ahead and build my own patched Aegis, or should I wait for you to finish your testing to make sure this is all we need? What project owns the Aegis code now? -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 11:47 AM To: cxf

Re: Java 1.4

2007-07-17 Thread Daniel Kulp
Subject: Re: Java 1.4 CXF works on JDK 1.5. We do not support JDK 1.4 yet. Lukas Zapletal wrote: Hello, will CXF work under JRE 1.4? It seems the source code isuses 5.0 syntax... -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http

Re: suggestion: package some test classes in a 'mock' jar?

2007-07-17 Thread Daniel Kulp
with each snapshot/release.For example, the systest jar is done that way. From maven, you can easily depend on them by setting a test classifier (not scope) on the dependency in Maven. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http

Re: JAX-WS/annotated SOAP services -- exporting implementation methods rather than interface ones?

2007-07-18 Thread Daniel Kulp
scanned by the MessageLabs Email Security System. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Web Method not returning correctly

2007-07-19 Thread Daniel Kulp
. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: JAX-WS/annotated SOAP services -- exporting implementation methods rather than interface ones?

2007-07-19 Thread Daniel Kulp
Security System. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Returning a java map

2007-07-20 Thread Daniel Kulp
- Avenida 11 y Calle 7-9, Barrio Amón, San Jose, Costa Rica tel: 404.567.5000 ext. 2001 | cell: 11.506.849.5981 email: [EMAIL PROTECTED] | www.rbxglobal.com - -- J. Daniel Kulp Principal

Re: Add SOAP HEADER value

2007-07-20 Thread Daniel Kulp
Davide -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: wsdl generation ala Xfire

2007-07-23 Thread Daniel Kulp
. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Cannot find the declaration of element 'wsdl:definitions'

2007-07-24 Thread Daniel Kulp
) at org.apache.cxf.tools.common.toolspec.ToolRunner.runTool(ToolRunner.jav a:39) at org.apache.cxf.tools.validator.WSDLValidator.main(WSDLValidator.java:9 3) Any idears? I honestly can't see what would be wrong with my WSDL. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380

Re: Setting up eclipse tutorial

2007-07-24 Thread Daniel Kulp
15:32:35 ICT 2007 [INFO] Final Memory: 1M/2M [INFO] -- -- Am I missing something here? Thanks in advance. :) -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http

Re: HelloWorld service, getting NULL return value: possible BUG

2007-07-24 Thread Daniel Kulp
ParameterStyle.BARE. Looks like it's fixed now. :) Anyone know when 2.0.1 will be promoted to release? Thanks. -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 9:05 PM To: cxf-user@incubator.apache.org Subject: Re: HelloWorld service, getting

Re: Configuring interceptors using annotations

2007-07-25 Thread Daniel Kulp
(registered in Ireland) Registered Number: 171387 Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland -- Dan Diephouse Envoi Solutions http://envoisolutions.com | http://netzooid.com/blog -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194

Re: Cannot find the declaration of element 'wsdl:definitions'

2007-07-25 Thread Daniel Kulp
/wsdl:operation /wsdl:binding wsdl:service name=HelloWorld wsdl:port name=HelloWorldDev binding=HelloWorldSOAP soap:address location=http://localhost:8080/Services/HelloWorld/ /wsdl:port /wsdl:service /wsdl:definitions -- J. Daniel Kulp

Re: Cannot find the declaration of element 'wsdl:definitions'

2007-07-25 Thread Daniel Kulp
into the bundle jar, the wrong one is ending up in the bundle. Either that or we forgot to bundle the schemas into the bundle jar so they aren't there at all. Dan -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 7:14 AM To: cxf-user

Re: HTTP Basic Auth with wsdl2java generated Client

2007-07-26 Thread Daniel Kulp
the auth parameter is: String username = MessageContext.getCurrentContext().getUsername(); -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: HTTP Basic Auth with wsdl2java generated Client

2007-07-26 Thread Daniel Kulp
PS: the serverside (axis1) code to get the auth parameter is: String username = MessageContext.getCurrentContext().getUsername(); -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog -- J. Daniel Kulp

Re: HTTP Basic Auth with wsdl2java generated Client

2007-07-26 Thread Daniel Kulp
. That's very strange. :-( Dan On Thursday 26 July 2007 04:31, Daniel Kulp wrote: Are you just setting a username and no password? I'm wondering if that's the issue. I'm not sure if we deal with that. Just for kicks, could you add a password in and see if the tcpmon dump has the auth

Re: Null values for web service parameters

2007-07-26 Thread Daniel Kulp
22556324) | fax 0700 CALLME24 (0700 22556324) | | Auskünfte und Angebote per Mail | sind freibleibend und unverbindlich. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: building cxf

2007-07-27 Thread Daniel Kulp
- Dfile=/path/to/file org.apache.cxf:cxf-api:java-source:2.1-incubator-SNAPSHOT Mansour :-) -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: building cxf

2007-07-27 Thread Daniel Kulp
OK. Fix is committed. Thanks! Dan On Friday 27 July 2007 12:06, Daniel Kulp wrote: Ah. That's my fault.I'm creating javadoc for the bundle jar from the source jars.If the source jars aren't there, that barfs. I should put that into the deploy profile or something so the source

Re: Adding extra classes to the JAXB context

2007-07-27 Thread Daniel Kulp
- Avenida 11 y Calle 7-9, Barrio Amón, San Jose, Costa Rica tel: 404.567.5000 ext. 2001 | cell: 11.506.849.5981 email: [EMAIL PROTECTED] | www.rbxglobal.com - -- J. Daniel Kulp Principal

Re: Complex Types contain all null values...

2007-07-27 Thread Daniel Kulp
!-- Web -- jaxws:endpoint id=pricingService implementor=#PricingServiceImpl address=/pricingService / I'm currently only using the @Webservice annotation and no method level annotations. Anyone else seen this? -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727

Re: org.apache.cxf.interceptor.Fault: Unmarshalling Error : [Lcom.gdservices.service.catalogservice.TpFrame; is not known to this context

2007-07-27 Thread Daniel Kulp
On Friday 27 July 2007 11:36, Brad Harper wrote: CXF:wsdl2java creates the client side version of this object... what am I missing so that it'll unmarshalled correctly? This is probably also fixed in the latest SNAPSHOT (or by using the wrappers objects). -- J. Daniel Kulp Principal Engineer

Re: org.apache.cxf.interceptor.Fault: Unmarshalling Error : [Lcom.gdservices.service.catalogservice.TpFrame; is not known to this context

2007-07-27 Thread Daniel Kulp
ServiceException; This may be in the docs, but I may have overlooked it... may help somebody out though. Thanks for your time. On 7/27/07, Daniel Kulp [EMAIL PROTECTED] wrote: On Friday 27 July 2007 11:36, Brad Harper wrote: CXF:wsdl2java creates the client side version of this object... what am

Re: YOKO CXF CORBA Web Service using ProviderCorbaMessage

2007-07-27 Thread Daniel Kulp
) at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseIntercepto rChain .java:206) ... 9 more I have changed nothing else than WS implementation on server side. Could anyone help please? Every advice is welcome, thank you very much. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194

Re: Returning Generic Lists Properly Typed?

2007-07-29 Thread Daniel Kulp
process tomorrow. (It will be released as 2.0.1 since it's just bug fixes at this point) That's kind of why I'd like to know if it fixes the problems for you. I'd like to make sure 2.0.1 will work. Dan - Original Message From: Daniel Kulp [EMAIL PROTECTED] To: cxf-user

Re: org.apache.cxf.interceptor.Fault: Unmarshalling Error : [Lcom.gdservices.service.catalogservice.TpFrame; is not known to this context

2007-07-31 Thread Daniel Kulp
detailLevel) throws ServiceException; This may be in the docs, but I may have overlooked it... may help somebody out though. Thanks for your time. On 7/27/07, Daniel Kulp [EMAIL PROTECTED] wrote: On Friday 27 July 2007 11:36, Brad Harper wrote: CXF:wsdl2java creates the client

Re: Excluding attributes?

2007-07-31 Thread Daniel Kulp
by which I can exclude the s attribute of Bar from the WSDL generation? For example, bar.getStr() should only be available on the server-side, whereas the public API with respect to the client only contains the 'x' attribute (bar.getX()). Thanks, Brett -- J. Daniel Kulp Principal Engineer IONA

Re: Good way to return a RowSet from a service?

2007-08-02 Thread Daniel Kulp
(JAXBContextInitial izer.java:131) at org.apache.cxf.jaxb.JAXBContextInitializer.a __ __ Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http://farechase.yahoo.com/ -- J. Daniel Kulp

Re: wsdl2java throws NullPointerExceptions

2007-08-02 Thread Daniel Kulp
to use it) -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: WHICH_JARS not actual

2007-08-03 Thread Daniel Kulp
Source) 15:37:23,331 INFO [[CXFServlet]] Servlet CXFServlet is currently unavailable -- Lukas Zapletal http://lukas.zapletalovi.com -- Dan Diephouse Envoi Solutions http://envoisolutions.com | http://netzooid.com/blog -- J. Daniel Kulp Principal Engineer IONA P: 781-902

Re: EditGrid CXF

2007-08-06 Thread Daniel Kulp
) at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient (DynamicClientFactory.java:137) -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: RPC style web service (was EditGrid CXF)

2007-08-06 Thread Daniel Kulp
. The EditGrid app is RPC/Encoded. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: spring demo client

2007-08-06 Thread Daniel Kulp
(ClientImpl.java:254) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:205) at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73) at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:135 ) ... 2 more -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C

Re: CXF server with XFire generated client - problem with returning a type DataHandler with MTOM

2007-08-06 Thread Daniel Kulp
()); attachinfo.value = new DataHandler( new FileDataSource(c:\\temp\\server.zip) ); } Where is the mistake ? Can anybody give me an advice Any help is appreciated, Petrica -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http

Re: setting client temporary directory for MTOM attachments in CXF

2007-08-06 Thread Daniel Kulp
right now. I've logged a Jira to track it as it's a very good idea: https://issues.apache.org/jira/browse/CXF-888 -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: MTOM sample generated WSDL with DataHandler on server

2007-08-06 Thread Daniel Kulp
? Any help or advice ? Thanks in advance Petrica -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Dynamic Client

2007-08-06 Thread Daniel Kulp
. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: cxf-spring-transactions anybody get it working?

2007-08-07 Thread Daniel Kulp
=org.apache.cxf.test.MockTransactionManager/ You can check out the Spring docs for more info: http://static.springframework.org/spring/docs/2.0.x/reference/transact io n.html -Chris -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 10:17 AM To: cxf-user

Re: cxf-spring-transactions anybody get it working?

2007-08-07 Thread Daniel Kulp
, Daniel Kulp [EMAIL PROTECTED] wrote: Could one of you send me a simple testcase again? I think I had one at one point (from Brad maybe?) but I cannot seem to find it now. I should have a little time tomorrow or Wednesday to look into it if I can get a simple testcase. I'm not at all

Re: The matching wildcard is strict, but no declaration can be found for element 'cxf:bus'

2007-08-07 Thread Daniel Kulp
On Tuesday 07 August 2007 12:37, Randall Burgess wrote: On 8/7/07 12:15 PM, Daniel Kulp [EMAIL PROTECTED] wrote: Do you have a target release date for 2.0.1? It has passed the votes in the CXF community. It's currently up for vote in the incubator list. If we can get the 3 required votes

Re: CXF server with XFire generated client - problem with returning a type DataHandler with MTOM

2007-08-07 Thread Daniel Kulp
and looking at the log output. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Generated WSDL in 2 parts with CXF (was only 1 file in XFire)

2007-08-09 Thread Daniel Kulp
? I can't decide if I should be concerned or not with it, one thing I can think of is if I want to cache the WSDL locally, it is a bit problematic to also cache the sub-WSDL pointed to via a URL (and not also a local file) Thanks for any insight, Jason -- J. Daniel Kulp

Re: Adding interceptors to a JAX-WS client via the API

2007-08-09 Thread Daniel Kulp
in England No. 1900078 Newcastle Technopole, Kings Manor, Newcastle upon Tyne, NE1 6PA Please consider the environment before printing this e-mail. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Accesiing A CXF Service From XFire 1.* Code

2007-08-09 Thread Daniel Kulp
) { LOGGER.debug(Sending queued log entries...); getService().logMultipleEntries(entries); } } catch (MalformedURLException e) { LOGGER.error(e); } } Thanks for any input, Lee -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL

Re: wsdl2java versus ?wsdl URL processing

2007-08-09 Thread Daniel Kulp
= Endpoint.create(); ep.setProperty(MessageContext.WSDL_DESCRIPTION, /path/to/wsdl); ep.publish(...); 4) You can completely configure the wsdl stuff via the ServiceFactory stuff if you want. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http

Re: Error with service.create

2007-08-09 Thread Daniel Kulp
rebuilding the hello world demo client without the WSDL. Any ideas? THANK YOU. Michelle L. Davis -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Problems consuming rpc literal service

2007-08-16 Thread Daniel Kulp
using axis and cxf together. So I really would like to consume this service with cxf. Thanks in advance for any help -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Marking optional parameters with JAX-WS

2007-08-17 Thread Daniel Kulp
prohibits sending null parts with RCP/Lit: R2211 An ENVELOPE described with an rpc-literal binding MUST NOT have the xsi:nil attribute with a value of 1 or true on the part accessors. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http

Re: Problems consuming rpc literal service

2007-08-17 Thread Daniel Kulp
from SVN and build it, but I'll try and get a new snapshot up sometime over the weekend. Dan Daniel Daniel Kulp schrieb: Daniel, That SOAP message is NOT a valid message for RPC/Literal according to the WSI Basic Profile. Specifically: R2735 A MESSAGE described with an rpc

Re: Marking mandatory parameters with JAX-WS (was Marking optional parameters with JAX-WS)

2007-08-17 Thread Daniel Kulp
. For RPC/Lit, the WSI Basic Profile specifically prohibits sending null parts with RCP/Lit: R2211 An ENVELOPE described with an rpc-literal binding MUST NOT have the xsi:nil attribute with a value of 1 or true on the part accessors. -- J. Daniel Kulp Principal Engineer IONA P

Re: How to generate complex type restrictions with code-first development

2007-08-17 Thread Daniel Kulp
-validation-enabled value=true / /jaxws:properties /jaxws:endpoint which would turn on the schema validation. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: How to reclaim/pool returned object instances?

2007-08-20 Thread Daniel Kulp
on CXF's marshalling...but I'd rather not be forced to do this in a way that changes the existing method signature (by having to return an org.w3c.dom.Document, say) Cheers, BOB -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http

Re: CXF and Spring annotated transactions

2007-08-21 Thread Daniel Kulp
implementor=#myServiceImpl address=/MyService / @Transactional public interface MyService() { } Any ideas? Thanks a lot -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Spring Scripted Bean as Implementor

2007-08-21 Thread Daniel Kulp
=#helloService address=/Hello / -- does not work HelloServiceImpl implements the HelloService interface. Any ideas? Regards, Kaleb Walton -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: CXF and Spring annotated transactions

2007-08-21 Thread Daniel Kulp
a lot -- Mustafa Egilmezbilek -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: cxf encryption

2007-08-22 Thread Daniel Kulp
. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: javamail - geronimo-javamail jars

2007-08-23 Thread Daniel Kulp
, but it seems not be the case. How is it possible to solve this problem? thanks in advance Nuka -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Namespace error

2007-08-23 Thread Daniel Kulp
wsdlLocation=WEB-INF/wsdl/XScoutCXF.wsdl address=/XScoutCXF jaxws:features bean class=org.apache.cxf.feature.LoggingFeature/ /jaxws:features /jaxws:endpoint /beans ~ -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED

Re: AW: cxf-2.0.1-incubator - dependency incompatibility with hibernate

2007-08-24 Thread Daniel Kulp
) | | Auskünfte und Angebote per Mail | sind freibleibend und unverbindlich. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: AbstractCXFTest - NoClassDefFoundError javax.xml.stream.XMLStreamWriter

2007-08-24 Thread Daniel Kulp
;; invoke(address, HttpBindingFactory.HTTP_BINDING_ID, myrequest.xml); } } -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: NullPointerException with REST client call using JAX-WS Dispatch

2007-08-24 Thread Daniel Kulp
monitored for compliance with Orchard Information Systems Ltd's Internet Usage Policy. Orchard Information Systems Ltd. Registered in England No. 1900078 Newcastle Technopole, Kings Manor, Newcastle upon Tyne, NE1 6PA Please consider the environment before printing this e-mail. -- J. Daniel

Re: choice versus map

2007-08-24 Thread Daniel Kulp
the @XmlElement magic that would support this, if any. Any JAX-WS experts out there with a clue, or the word that there is no hope? -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: Web application with cxf has lost commons-logging/log4j output

2007-08-24 Thread Daniel Kulp
. Thanks! - Richard -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog

Re: geronimo-javamail_1.4_spec-1.0-M1 bugs

2007-08-27 Thread Daniel Kulp
cannot use geronimo-javamail_1.4_spec-1.0-M1 to send emails due to emails errors (subject is missing, french characters are not good, etc). Any help is appreciated. thanks in advance Nuka -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727C: 508-380-7194

  1   2   3   4   5   6   7   >