Re: After upgrade to 4.0.0 "property "eclipselink.default-target-namespace" is not supported"

2023-02-05 Thread Tim Lessner
Resolved. Mea Culpa. Was still having some javax.xml.bind and com.sun.xml.bind in my classpath. Happy Hacking - Tim On Sat, Feb 4, 2023 at 2:39 PM Tim Lessner wrote: > Hi CXF users, > after updating to 4.0.0 (plus plenty of migrations to Jakarta), one of > our applications throws the

After upgrade to 4.0.0 "property "eclipselink.default-target-namespace" is not supported"

2023-02-04 Thread Tim Lessner
ted". Do I have to use a different implementation of the binding API? Best Tim [INFO ] 2023-02-04 14:22:12,586 main () [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean.buildServiceFromClass:436]: - Exception in thread "main" java.lang.RuntimeException: java.lang.ref

Re: Code review on use of cxf in Apache Tika?

2022-05-10 Thread Tim Allison
! Cheers, Tim On Sat, May 7, 2022 at 12:40 PM Andriy Redko wrote: > Hey Tim, > > I got a time to learn about Tika server more. The CXF's XML-based > configuration, > which could be used in Tika's context, relies on Spring Framework. Here is > a quick > sn

Re: Code review on use of cxf in Apache Tika?

2022-05-06 Thread Tim Allison
, many thanks for all you, Andriy and CXF team, do! Cheers, Tim On Thu, May 5, 2022 at 9:06 PM Andriy Redko wrote: > Hey Sergey, > > My apologies, I was off last week and only now caught up with all the > things, > so let me understand the problem first. I have looked

Re: Code review on use of cxf in Apache Tika?

2022-04-24 Thread Tim Allison
, Sergey > > On Sat, Apr 23, 2022 at 8:02 PM Andriy Redko wrote: > > > Hi Tim & Sergey, > > > > Yeah, sure, happy to help here. I think I understood the problem, will > try > > to > > look shortly on how to address that in context of Tika S

Code review on use of cxf in Apache Tika?

2022-04-21 Thread Tim Allison
the server [2]. Thank you! Best, Tim [0] https://github.com/apache/tika/blob/TIKA-3719/tika-server/tika-server-core/src/main/java/org/apache/tika/server/core/TikaServerProcess.java#L259 [1] https://issues.apache.org/jira/browse/TIKA-3725?focusedCommentId

trying to unsubscribe

2016-03-22 Thread Tim Clotworthy
Hello, I am trying to unsubscribe to : users@cxf.apache.org any help is greatly appreciated. Thank you

Re: Asymmetric binding using soap 1.1 in server environment

2014-09-29 Thread Hemmer, Tim
itself to make sure it is loaded and literally the same, but I did not see any errors on the logs. Is there a way to set the soap version programmatically assuming that is the only thing that is wrong? Thanks, Tim Original message From: Dennis Sosnoski d

Re: Asymmetric binding using soap 1.1 in server environment

2014-09-29 Thread Hemmer, Tim
to be loaded at runtime. IEmployees employeesDiacapEndpoint = new Employees(url, qname).getEmployeesDiacapEndpoint(); Thanks again, Tim On 9/29/14 1:45 PM, Dennis Sosnoski d...@sosnoski.com wrote: Can you tell us what the error was, Tim? It's always helpful to have information like that in the email

Asymmetric binding using soap 1.1 in server environment

2014-09-28 Thread Hemmer, Tim
to do with the new addition of asymmetric binding only in a real container? Any ideas are appreciated. Thanks, Tim All information in this message is confidential and may be legally privileged. Only intended recipients are authorized to use it.

RE: Asymmetric binding using soap 1.1 in server environment

2014-09-28 Thread Hemmer, Tim
We are using the latest 3.0.1 from the July release Thanks, Tim Original message From: Dennis Sosnoski d...@sosnoski.com Date:09/28/2014 4:55 PM (GMT-06:00) To: users@cxf.apache.org Cc: Subject: Re: Asymmetric binding using soap 1.1 in server environment Hi Tim, Which

RE: Asymmetric binding using soap 1.1 in server environment

2014-09-28 Thread Hemmer, Tim
some checks tomorrow on the local wsdl itself to make sure it is loaded and literally the same, but I did not see any errors on the logs. Is there a way to set the soap version programmatically assuming that is the only thing that is wrong? Thanks, Tim Original message From

Re: Getting Java user-defined object in C using CXF

2013-09-23 Thread Tim Fulmer
You may want to check on the gsoap mailing lists ;) On Sep 21, 2013, at 11:05 AM, Faz arshadmohammed.tec...@gmail.com wrote: Thanks you Benson, does gsoap has security specifications? I mean, we have CXF service with security settings which authenticates the Client. so does gsoap has that

Re: Getting Java user-defined object in C using CXF

2013-09-20 Thread Tim Fulmer
to standardize client access across technologies. Publish the service interface contract, let the clients build to it. $.02. -- Tim On Sep 19, 2013, at 7:31 AM, Faz arshadmohammed.tec...@gmail.com wrote: Hi all,Just had a question raised in my mind today.Say if I have a java complex object (User

Re: WebServiceProvider or WebService

2013-08-14 Thread Tim Fulmer
:) -- Tim Boris -- View this message in context: http://cxf.547215.n5.nabble.com/WebServiceProvider-or-WebService-tp5732420.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: WebServiceProvider or WebService

2013-08-14 Thread Tim Fulmer
stuff as an initial approach. $.02; please take with a grain of salt :) On Aug 14, 2013, at 4:49 PM, blipsman b_lips...@yahoo.com wrote: Tim, Thanks a bunch for prompt reply... Still my original question ...Why did you choose WebService instead of WebServiceProvider? -- View

Re: IndexOutOfBoundsException in MessageContentsList.get()

2013-06-19 Thread Tim Olson
On Jun 17, 2013, at 8:13 PM, Tim Olson kash...@gmail.com wrote: Our CXF client consistently gets an IndexOutOfBoundsException (java.lang.IndexOutOfBoundsException: Index: 19, Size: 19) when handling a SOAP response which otherwise looks valid. We're using CXF 2.7.5 with the wsdl2java

IndexOutOfBoundsException in MessageContentsList.get()

2013-06-17 Thread Tim Olson
) at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96) at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:133) ... 10 more Thanks for any ideas, Tim

RE: Non CFX clients for CFX web services

2011-10-03 Thread Tim
David Sills wrote: I would strongly suggest you try doing the code generation using wsdl2java; your code should work then. If that's true, then you can try narrowing the issues. You don't necessarily have to continue to use the generated code (though I do so) but it should help you center

Re: Non CFX clients for CFX web services

2011-09-30 Thread Tim
Willem.Jiang wrote: You can access the WSDL with is generated from the CXF service from this url http://localhost:8080/trainCFX/HelloWorld?WSDL. I knew about it. I got wsdl description (see first post) this way. Willem.Jiang wrote: I just have a quick look at the AxisClient, it

Non CFX clients for CFX web services

2011-09-29 Thread Tim
Hi! I try to use CFX in first time. Before I develop web services using other framworks and tools. I make a simple project like Writing a service with Spring (Server and client sides). These are no any problems. But when I try to use my service by other clients it does not work correctly.

Re: Non CFX clients for CFX web services

2011-09-29 Thread Tim
Thanks, Glen Mazza. I'll learn you tutorial. But my problem is is slightly different. I don't create a WSDL-first web service. I don't use wsdl at all and create web service like in http://cxf.apache.org/docs/writing-a-service-with-spring.html

JAXB Unmarshalling Exception when Encountering lt; and gt;

2011-02-24 Thread Tim Clotworthy
ello, I am getting unmarshalling exceptions at any encounter of sequences lt; and gt; in my xml. I tried wrappering the corresponding pieces with CDATA like ![CDATA[gt;]], but the exception still occurs. I am using the following classes for performing the unmarshalling activities: import

RE: Serialize Custom Class with CXF via Reflection (or similar)

2011-02-10 Thread Tim Clotworthy
Thanks for your patient help Sergey. I think I gave too much info. Your responses were appreciated and I have an ok solution ro now, and will hopefully get a better one later. Tim -Original Message- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: Tuesday, February 08, 2011 5

RE: Serialize Custom Class with CXF via Reflection (or similar)

2011-02-08 Thread Tim Clotworthy
: Serialize Custom Class with CXF via Reflection (or similar) Hi On Tue, Feb 8, 2011 at 2:40 AM, Tim Clotworthy tclotwor...@integratedsecure.com wrote: Hello, I am involved with a project now where we are trying to provide a (JAX-RS) web services library that allows implementers to write

RE: Serialize Custom Class with CXF via Reflection (or similar)

2011-02-08 Thread Tim Clotworthy
Sorry for sending again, I thought the pseudo code was a little garbled in the last message... -Original Message- From: Tim Clotworthy Sent: Tuesday, February 08, 2011 10:50 AM To: 'users@cxf.apache.org' Subject: RE: Serialize Custom Class with CXF via Reflection (or similar) Thanks so

Serialize Custom Class with CXF via Reflection (or similar)

2011-02-07 Thread Tim Clotworthy
Hello, I am involved with a project now where we are trying to provide a (JAX-RS) web services library that allows implementers to write their own classes for customizing the format of a web service response. I am trying to do something like the following: LibraryContainerClass | ---

Re: CXF cannot create webservice in JDK 1.5 with libraries but succeeds in 1.6

2008-07-16 Thread Tim Burns 2
here is the other file http://www.nabble.com/file/p18495715/SSRSjdk1_6_07_success.zip SSRSjdk1_6_07_success.zip -- View this message in context: http://www.nabble.com/CXF-cannot-create-webservice-in-JDK-1.5-with-libraries-but-succeeds-in-1.6-tp18408520p18495715.html Sent from the cxf-user

Re: CXF cannot create webservice in JDK 1.5 with libraries but succeeds in 1.6

2008-07-15 Thread Tim Burns 2
. Is there a good list that deals with JAXB issues? Thanks again, Tim -- View this message in context: http://www.nabble.com/CXF-cannot-create-webservice-in-JDK-1.5-with-libraries-but-succeeds-in-1.6-tp18408520p18480353.html Sent from the cxf-user mailing list archive at Nabble.com.

CXF cannot create webservice in JDK 1.5 with libraries but succeeds in 1.6

2008-07-11 Thread Tim Burns 2
is correct but it looks like there is some bug somewhere in the 1.5 xml libraries to support the binding. Has anyone else seen this problems? Thanks, Tim -- View this message in context: http://www.nabble.com/CXF-cannot-create-webservice-in-JDK-1.5-with-libraries-but-succeeds-in-1.6-tp18408520p18408520

Binding/Validating a SAMLv2 Token with STS

2008-06-30 Thread Tim Williams
but I'm not sure what the ACTION and Map entries would be for a SAML Token and/or if this is the right approach? Any help much appreciated... --tim

Re: JAX-RS specifying multiple values in a pathparam

2008-06-09 Thread Tim Morrow 2
} and @Path(value=/{id}, limited=false) allows me to pass /123/456 as a string, but that isn't the look I'm going for. I'm in over my head. :) Tim Tim Morrow 2 wrote: I can easily invoke a resource passing in a single value, for example: /products/123 Is it possible to bind a url like

RE: JAX-RS specifying multiple values in a pathparam

2008-06-09 Thread Tim Morrow 2
+segmentspage=1refer=pzinulobvldtpil4 Tim Sergey Beryozkin wrote: Hi Perhaps you can do (note the trailing '/') @Path(/{id1};{id2};{id3}/) And then just do /1;2;3/ ? Cheers, Sergey -Original Message- From: Tim Morrow 2 [mailto:[EMAIL PROTECTED] Sent: 09 June 2008 17:51

JAX-RS specifying multiple values in a pathparam

2008-06-06 Thread Tim Morrow 2
, but that didn't work. I tried a @MatrixParam, but as far as I can tell that is for name=value pairs. Any help or example would be greatly appreciated, Thanks, Tim -- View this message in context: http://www.nabble.com/JAX-RS-specifying-multiple-values-in-a-pathparam-tp17702725p17702725.html Sent from