Re: How do i changed Content-Type at used MTOM?

2009-10-08 Thread Daniel Kulp
of all , We have big prblem is type parameter that is > type="application/xop+xml"; > > > > We want to change type="application/xop+xml" to type="text/xml" > > > > How do you know using the MTOM while changing the content-type in CXF? > > > > Please help me… > > > > Thank you! > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Jira Issues: More than half are bugs?!

2009-10-10 Thread Daniel Kulp
lugin CXF-2232 CXF wsdltojava client generation fails to generated the service with targetnamespace CXF-2277 Error stopping Tomcat after executing a one-way Web Service Bug CXF-2283 Exposed Webservice disappear after a child spring app context closed CXF-2284 org.apache.cxf.BusException: No binding factory for namespace http://schemas.xmlsoap.org/wsdl/soap/ registered." -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Jira Issues: More than half are bugs?!

2009-10-12 Thread Daniel Kulp
est case or repro > > 2: Developer asks for more information > > 3: nothing else happens > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: [VOTE] Release CXF 2.1.7

2009-10-12 Thread Daniel Kulp
With 10 +1 votes (8 binding), this vote passes. I'll get the artifacts released. Dan On Thu October 8 2009 11:22:02 am Daniel Kulp wrote: > This is a vote to release CXF 2.1.7 > > Once again, there have been a bunch of bug fixes and enhancements that > have been done comp

[RESULT][VOTE] Release CXF 2.2.4

2009-10-12 Thread Daniel Kulp
With 10 +1 votes (8 binding) and no other votes, this vote passes. I'll get the artifacts released. Dan On Thu October 8 2009 11:26:39 am Daniel Kulp wrote: > This is a vote to release CXF 2.2.4 > > Once again, there have been a bunch of bug fixes and enhancements that &g

[RESULT][VOTE] Release CXF 2.1.7

2009-10-12 Thread Daniel Kulp
And change the subject to mark it as a RESULT for archives sake. Dan On Mon October 12 2009 10:57:42 am Daniel Kulp wrote: > With 10 +1 votes (8 binding), this vote passes. I'll get the artifacts > released. > > Dan > > On Thu October 8 2009 11:22:02 am Daniel Ku

Re: Suggestion to integrate J2XB into CXF

2009-10-12 Thread Daniel Kulp
ax (which we would then go to DOM) 3) org.apache XmlSchema schema objects (eventually, the DOM's from above go into this) > 2. Is there an interest in continuing the work of the J2XB project either > as joining it or as taking the ideas (including the ones I am thinking of >

Provider payload mode and streaming and 2.2.x compatibility....

2009-10-12 Thread Daniel Kulp
in with). In those cases, we still read to DOM so we can validate without consuming the stream.With 2.3 we COULD use the schema validation stuff built into woodstox 4 and not do the DOM thing, but for 2.2.x, using DOM is easiest. Anyway, I'd like to hear peoples thoughts. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Setting databindings through annotations

2009-10-13 Thread Daniel Kulp
ding to be specified using annotations > (unless there's already something equivalent for doing this). > What do you think about this? > I'd see different approaches here, either using the already existing > @Feature or adding new annotation. > Cheers > Alessio > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Build problems with CXF 2.2.4 in ServiceMix

2009-10-13 Thread Daniel Kulp
ore > urls[0] = file:/D:/Work/apache-maven-2.2.1/bin/../lib/maven-2.2.1-uber.jar > > Tried with Maven 2.2.1 and earlier versions... > > What may be causing it ? > > thanks, Sergey > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

[ANN] Apache CXF versions 2.2.4 and 2.1.7 released

2009-10-14 Thread Daniel Kulp
The Apache CXF team is proud to announce the availability of the latest patches for the fixes branches: 2.2.4 and 2.1.7 Apache CXF is an open source services framework. CXF helps you build and develop services using front end programming APIs, like JAX-WS and JAX-RS. These services can speak a

Re: [jira] Created: (CXF-2378) Capturing SOAP body passed from SSRS in CXF method as a parameter

2009-10-15 Thread Daniel Kulp
public class DataAccessSoapInternalImpl implements DataAccessSoapInternal { > > private static final Logger LOG = > Logger.getLogger(DataAccessSoapInternalImpl.class.getName()); > > /* (non-Javadoc) > * @see > com.bechtel.iw.dataaccessservice.internal.DataAccessSoapInternal#

Re: More silly jiras?

2009-10-15 Thread Daniel Kulp
a while ago. I need to dig in more to see which is why I left it open. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: https://issues.apache.org/jira/browse/CXF-1355

2009-10-15 Thread Daniel Kulp
Jersey also provides this. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: unwrapping proxies

2009-10-16 Thread Daniel Kulp
at does the > same thing? I seem to remember some jiras that would have called for such > a thing. org.apache.cxf.common.util.ClassHelper If AOP jars are there, it uses them to get the aop class. If they aren't there, it pretty much just uses the actual class. :-) -- Dan

Re: Suggestion to integrate J2XB into CXF

2009-10-16 Thread Daniel Kulp
.. (it is not listed in the Axis site) > > Cheers, > Yoav > > > <http://j2xb.sourceforge.net/Constructors%20and%20Factories.html> > > On Mon, Oct 12, 2009 at 7:02 PM, Daniel Kulp wrote: > > On Mon October 12 2009 9:12:15 am Yoav Abrahami wrote: > > >

Re: svn commit: r826656 - in /cxf/trunk/systests: jaxws/pom.xml transports/pom.xml

2009-10-19 Thread Daniel Kulp
k > +spring-beans > +test > +${spring.version} > + > + > +org.springframework > +spring-context > +test > +${spring.version} > + > + > + > org.aspectj > aspectjrt > 1.5.4 > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: mvn clean without having the plugins

2009-10-19 Thread Daniel Kulp
(and 2.2.1) locking most things down and we went through and locked down everything else, I think we'd be OK. Dan > > Greetings > > Christian > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Where does all the permgen space go?

2009-10-19 Thread Daniel Kulp
have true, that would be a help. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Surefire options

2009-10-19 Thread Daniel Kulp
On Sun October 18 2009 9:59:00 pm Benson Margulies wrote: > I propose to turn off all those XML files and to write the textual output > files instead. Personally, I don't really care either way. Cannot remember the last time I looked into them. :-) -- Daniel Kulp dk...@apac

Re: losing battle with J.U.L with tools

2009-10-19 Thread Daniel Kulp
meworks/JavaVM.framework/Home/bin/java -cp > /opt/apache-cxf-2.2.4/bin/../lib/cxf-manifest.jar: > -Djava.util.logging.config.file=/opt/apache-cxf-2.2.4/bin/../etc/logging.pr > operties org.apache.cxf.tools.wsdlto.javascript.WSDLToJavaScript -validate > issue/chat-ws-api.wsdl > > a

Re: FW: Default SOAP NameSpace of CXF

2009-10-19 Thread Daniel Kulp
ITABContext.WSU_NAMESPACE); > > envvelope.addNamespaceDeclaration("kec", > ITABContext.KEC_TARGET_NAMESPACE); > > envvelope.addNamespaceDeclaration("wsa", ITABContext.WSA_NAMESPACE); > > envvelope.addNamespaceDeclaration("ds", > ITABContext.XML_DSIG_NAMESPACE); > > envvelope.addNamespaceDeclaration("wsse", > ITABContext.WSS_SECURITY_NAMESPACE); > > envvelope.addNamespaceDeclaration("xsd", > ITABContext.XML_SCHEMA_NAMESPACE); > > envvelope.addNamespaceDeclaration("xsi", > ITABContext.XML_SCHEMA_INSTANCE_NAMESPACE); > > > > Dear! Could you give me a solution??? Please… > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: mvn clean without having the plugins

2009-10-21 Thread Daniel Kulp
> Greetings > > Christian > > Daniel Kulp schrieb: > > On Mon October 19 2009 1:37:49 am Christian Schneider wrote: > >> Hi all, > >> > >> at the moment a mvn clean does not work when the cxf maven plugins are > >> not present in the local

Re: Spring configuration (in)consistency between JAX-RS and JAX-WS

2009-10-21 Thread Daniel Kulp
address="/Extraction" /> > > class="com.basistech.vws.ConfigurationDatabaseService" > autowire="byName" /> > > > > > > > > > > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Ideas for 2.2.5 and end of year

2009-10-23 Thread Daniel Kulp
to 2.1.x. Thus, I'd probably skip 2.1.8 and just do that in January with 2.2.6. Besides, I'd like to slow down 2.1.x releases with the thought of stopping them sometime soon as well since 2.2.x is generally a simple migration from 2.1.x. Does that make sense to people? Any objecti

Re: https://issues.apache.org/jira/browse/CXF-1148

2009-10-26 Thread Daniel Kulp
, (the name is "cxf" in the config) they didn't resolve. A while ago, I went through and made them all name="cxf" where appropriate and removed many of them entirely if possible. Thus, that message might not even occur anymore. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

CXF logging....

2009-10-27 Thread Daniel Kulp
'd continue to use j.u.l. But that is OK as PAX logging already interceptor j.u.l and directs them to the same place. Thoughts? Comments? -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: CXF logging....

2009-10-27 Thread Daniel Kulp
, Oct 27, 2009 at 11:54 AM, Daniel Kulp wrote: > > As everyone is probably aware, CXF uses the j.u.l API for all of it's > > logging. > > That's really not likely to change, but we do allow logging to Log4J by > > setting some system properties or a file in META-IN

Re: A Modest proposal: a HeaderFactory?

2009-11-02 Thread Daniel Kulp
LBeans/SDO users who then need to do the more complicated stuff. I wonder if (2) could be handled along with CXF-1983?Basically, if the Bus has a "org.apache.cxf.default.databinding" property on it, defaults to JAXBDataBinding, use that to create the databinding obje

Re: https://issues.apache.org/jira/browse/CXF-1891

2009-11-02 Thread Daniel Kulp
tmare. Would need to collect schemas from multiple databindings, probably merge them together, resolve conflicts, etc... Yuck. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: CXF-2286

2009-11-02 Thread Daniel Kulp
properly shutdown and released. Anyway, I didn't see anything obvious. :-( -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Stack Overflow?

2009-11-02 Thread Daniel Kulp
that.It's partially cause you cannot do RSS feeds for searches of CXF, just on tags. If people were good about always using the cxf tag so the RSS feed would work, that's less of an issue. However, I think having some QA type things in other/broader places could help foster more Q

Re: CXF-1126, my brain is nillable

2009-11-02 Thread Daniel Kulp
te that you can't pass a null in one of the array > slots, which in turn means that the above-captioned test is wrong and I > should fix it. > > > > type="ns1:testBean1"/> > name="beanArray"

cxf-codegen-plugin and directory scanning....

2009-11-02 Thread Daniel Kulp
mpletely solves the problem. Other wsdl's NOT included could also use the same namespaces or similar and overwrite ObjectFactories and such. Thoughts? Other ideas? -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Surefire options

2009-11-02 Thread Daniel Kulp
On Mon October 19 2009 12:55:25 pm Daniel Kulp wrote: > On Sun October 18 2009 9:59:00 pm Benson Margulies wrote: > > I propose to turn off all those XML files and to write the textual output > > files instead. > > Personally, I don't really care either way. Cannot r

Re: move up to springframework 2.5.6?

2009-11-04 Thread Daniel Kulp
il of > any bug fixes. Spring 2.5.6 has a "bug" in the JMS stuff that is resulting in stack traces being printed out in several places when running out test suite. We've more or less stayed on 2.5.5 so that those stack traces aren't confused with real errors. --

Re: New volunteer needs help setting up

2009-11-09 Thread Daniel Kulp
cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.trans > ports.http.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverReg > istry,org.apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCata > logManager,org.apache.cxf.service.factory.FactoryBeanListenerManager,org.ap > ache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.binding.ht > tp.HttpBindingFactory,org.apache.cxf.binding.xml.XMLBindingFactory,org.apac > he.cxf.transport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.tran > sport.http.policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http. > policy.NoOpPolicyInterceptorProvider,org.apache.cxf.transport.http.ClientOn > lyHTTPTransportFactory,org.apache.cxf.jaxws.context.WebServiceContextResour > ceResolver,org.apache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cx > f.binding.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransport > Factory,org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.w > s.addressing.policy.AddressingAssertionBuilder,org.apache.cxf.ws.addressing > .policy.AddressingPolicyInterceptorProvider,org.apache.cxf.ws.addressing.po > licy.UsingAddressingAssertionBuilder]; root of factory hierarchy > 9 Νοε 2009 11:48:04 πμ > org.apache.cxf.service.factory.ReflectionServiceFactoryBean > buildServiceFromClass > INFO: Creating Service {http://service/}HelloWorldService from class > service.HelloWorld > > > > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Status of 2.2.5......

2009-11-10 Thread Daniel Kulp
real soon. :-) -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Reading wsdls from maven repo - Need some help deciding how to go on with this issue

2009-11-11 Thread Daniel Kulp
F. I have described the idea in the last comment of > the issue. > > So the question is to either remove the code from CXF again or find a > way to make it work with binding files. Do you have any ideas about > this? I would like to solve this before the next release. > >

Re: Reading wsdls from maven repo - Need some help deciding how to go on with this issue

2009-11-12 Thread Daniel Kulp
o the question is to either remove the code from CXF again or find a > way to make it work with binding files. Do you have any ideas about > this? I would like to solve this before the next release. > > Greetings > > Christian > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Need clarification on the WS-SecurityPolicy documentation

2009-11-12 Thread Daniel Kulp
to wss4j 1.6. (I'm hoping we can. Getting real Java5 collections in wss4j will be nice and remove a lot of crappy @SupressWarnings and unchecked casts and such.) Most likely, we'd check for ".authentication-validator" first and, if null, check for the old callback-handler for compatibility. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: On MessageContext properties retrieval in handlers

2009-11-12 Thread Daniel Kulp
= endpointInfo.getAddress(); > try { > wsdlDescription = new URI(address + "?wsdl"); > } catch (URISyntaxException e) { > //do nothing > } > endpointInfo.setProperty("URI", wsdlDescription); >

Re: On MessageContext properties retrieval in handlers

2009-11-12 Thread Daniel Kulp
e "push" things were remapped into pulls. Definitely worth fixing to avoid the extra processing that doesn't really need to be done. Dan > Daniel Kulp wrote: > > Note: if you make the change to WrappedMessageContext such that if it is > > "null" o

[VOTE] Release CXF 2.1.8

2009-11-14 Thread Daniel Kulp
n the TCK on it yet, so I'll vote later, but I wanted to get the vote started. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog signature.asc Description: This is a digitally signed message part.

[VOTE] Release CXF 2.2.5

2009-11-14 Thread Daniel Kulp
n the TCK on it yet, so I'll vote later, but I wanted to get the vote started. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog signature.asc Description: This is a digitally signed message part.

Re: [VOTE] Release CXF 2.2.5

2009-11-14 Thread Daniel Kulp
Forgot the list of issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12314303&styleName=Html&Create=Create Dan On Sat November 14 2009 8:09:03 pm Daniel Kulp wrote: > This is a vote to release CXF 2.2.5 > > Once again, there hav

Re: [VOTE] Release CXF 2.1.8

2009-11-14 Thread Daniel Kulp
I forgot the link to the issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12314302&styleName=Html&Create=Create Dan On Sat November 14 2009 8:05:57 pm Daniel Kulp wrote: > This is a vote to release CXF 2.1.8 > > Once again, there

Re: [VOTE] Release CXF 2.2.5

2009-11-14 Thread Daniel Kulp
+1 - TCK passes On Sat November 14 2009 8:09:03 pm Daniel Kulp wrote: > This is a vote to release CXF 2.2.5 > > Once again, there have been a bunch of bug fixes and enhancements that > have been done compared to the 2.2.4 release. Over 90 JIRA issues > are resolved for 2.2.5

[WITHDRAW][VOTE] Release CXF 2.1.8

2009-11-14 Thread Daniel Kulp
I need to withdraw this vote. The JAXWS TCK is failing with it. I need to merge some fixes back. Hopefully will have another build done tomorrow. :-( Dan On Sat November 14 2009 8:05:57 pm Daniel Kulp wrote: > This is a vote to release CXF 2.1.8 > > Once again, there ha

[VOTE] Release CXF 2.1.8 (take 2)

2009-11-15 Thread Daniel Kulp
ged at: http://svn.apache.org/repos/asf/cxf/tags/cxf-2.1.8 The vote will be open for 72 hours. Here is my +1. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Thoughts about dropping support for 2.1.x......

2009-11-16 Thread Daniel Kulp
ng 2.1.9 the end of the line should then make it such that when 2.3 is ready (hopefully in Q1), we can just keep 2 fixes branches active. Thoughts? Comments? -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Issue with WSDLManagerImpl on 2.2.5 [was: Re: [VOTE] Release CXF 2.2.5]

2009-11-16 Thread Daniel Kulp
doc.getDocumentElement()); > synchronized (definitionsMap) { > definitionsMap.put(url, def); > } > > All the usecases where I get the exception have a service endpoint > implementation annotated with @WebService( ... , > wsdlLocation="WEB-IN

[RESULT][VOTE] Release CXF 2.1.8 (take 2)

2009-11-18 Thread Daniel Kulp
We have 6 binding +1 votes and one other +1 vote and no other votes. Thus, this vote passes. I'll proceed to release the artifacts. Dan On Sun November 15 2009 8:07:19 am Daniel Kulp wrote: > This is a vote to release CXF 2.1.8 > > Once again, there have been a bunch of

[RESULT][VOTE] Release CXF 2.2.5

2009-11-18 Thread Daniel Kulp
We have 10 binding +1 votes and 2 other +1 votes and no other votes. Thus, this vote passes. I'll get the artifacts released. Thanks! Dan On Sat November 14 2009 8:09:03 pm Daniel Kulp wrote: > This is a vote to release CXF 2.2.5 > > Once again, there have been a bunch of

Removing download links for 2.0.12....

2009-11-18 Thread Daniel Kulp
vailable in the archives listed in the "Previous Releases" section. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: CXF-2548

2009-11-18 Thread Daniel Kulp
really re-usable. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

[ANN] Apache CXF versions 2.2.5 and 2.1.8 released

2009-11-18 Thread Daniel Kulp
The Apache CXF team is proud to announce the availability of the latest patches for the fixes branches: 2.2.5 and 2.1.8 Apache CXF is an open source services framework. CXF helps you build and develop services using front end programming APIs, like JAX-WS and JAX-RS. These services can speak a

Re: Idea for JAX WS binding files during code generation

2009-11-20 Thread Daniel Kulp
re things. The wsimport tool for the JAXWS-RI has this flag for this purpose as well. 2) Add a "new" flag for "special" binding file. Leave -b as is, but add a -B for "default" binding that apply to everything. (wsdlLocation ignored) I actually kind of like option 1. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

[VOTE] Cyrille Le Clerc for committer....

2009-12-03 Thread Daniel Kulp
he's a bit over due to become a committer. Here is my +1. Vote will be open for at least 72 hours. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: JMS reconnectOnException

2009-12-04 Thread Daniel Kulp
tConnection(S > ingleConnectionFactory.java:291) at > org.springframework.jms.connection.SingleConnectionFactory.createConnection > (SingleConnectionFactory.java:227) at > org.springframework.jms.support.JmsAccessor.createConnection(JmsAccessor.ja > va:184) at > org.springframework.jms.core.JmsTemplate.execute(JmsTemplate.java:461) > ... 71 more > > > > Thanks, > > Erich > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Disabling WS-SecurityPolicy if Policy and Security modules present?

2009-12-04 Thread Daniel Kulp
have included those two modules? Perhaps we should update our docs > with this info. > > Glen > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: NPE when handling Addressing by JAX-WS message mode provider

2009-12-04 Thread Daniel Kulp
ally if it would be > easy to fix for a newcomer). > > Thanks, > Alex > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: move up to springframework 2.5.6?

2009-12-07 Thread Daniel Kulp
ed / worked around? > > By the way, regarding (3), can someone provide more information on what > the issue is? I wouldn't mind having a look at it to investigate. > > Daniel Kulp wrote: > > On Wed November 4 2009 10:43:38 am Eamonn Dwyer wrote: > >> Hi > >>

[RESULT] [VOTE] Cyrille Le Clerc for committer....

2009-12-07 Thread Daniel Kulp
With 13 +1 votes and no other votes, this vote passes. Welcome aboard Cyrille! Dan On Thu December 3 2009 10:48:29 am Daniel Kulp wrote: > Cyrille has submitted several patches to various management and logging > related things for CXF starting way back in February. I think he&#

org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest stack traces and stuff

2009-12-07 Thread Daniel Kulp
The org.apache.cxf.systest.jaxrs.JAXRSLoggingAtomPushTest is spitting all kinds of stuff out to stdout/stderr. Can that be fixed? -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Status of Atom logging stuff....

2009-12-07 Thread Daniel Kulp
Quick question about the Atom logging stuff... Is this intended for 2.2.6 or just for 2.3? Just wondering if I need to merge it back or not. Thanks! -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Validation for incoming request, not for response

2009-12-09 Thread Daniel Kulp
.put("schema-validation-enabled", Boolean.FALSE) to turn it off on that chain. You can TRY doing this in the WebServiceContext in your impl as well. I'm not sure if the outgoing chain would pick it up. I think it would, but I'm not 100% sure. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Issues in generated Java code using apache CXF

2009-12-11 Thread Daniel Kulp
textImpl.java:422) at > com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl.(JAXBContextImpl > .java:270) at > com.sun.xml.internal.bind.v2.ContextFactory.createContext(ContextFactory.ja > va:103) at > com.sun.xml.internal.bind.api.JAXBRIContext.newInstance(JAXBRIContext.java: > 89) at >

Should DOSGi have it's own JIRA?

2009-12-14 Thread Daniel Kulp
-RS stuff is currently part of the main build and released as part of the full CXF stuff. Thus, keeping it in is less of an issue. If we eventually split the builds into a "core", "webservices", "rest", etc... then it may make sense to do so at that time. Thoughts? -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: svn commit: r890756 - /cxf/trunk/rt/frontend/simple/src/test/java/org/apache/cxf/service/factory/ServerFactoryTest.java

2009-12-15 Thread Daniel Kulp
point.ServerImpl; > import org.apache.cxf.frontend.ServerFactoryBean; > -import org.apache.cxf.helpers.XMLUtils; > import org.apache.cxf.jaxb.JAXBDataBinding; > import org.apache.cxf.message.Message; > import org.apache.cxf.service.model.EndpointInfo; > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Should DOSGi have it's own JIRA?

2009-12-16 Thread Daniel Kulp
Is there any objections to moving the DOSGI stuff out to it's own JIRA? If not, I'll do so on Friday. Speak now... :-) Dan On Mon December 14 2009 2:39:17 pm Daniel Kulp wrote: > Quick question: > > What are peoples thoughts about pulling the DOSGi stuff from the

Re: Should DOSGi have it's own JIRA?

2009-12-17 Thread Daniel Kulp
e we do for the docs?It could then have it's own navigation bar, etc The top level page at cxf.apache.org would point dosgi project to a subdir like http://cxf.apache.org/dosgi or similar.Thoughts? Dan > > Thanks, > > David > > 2009/12/17 Daniel Kul

Distributed OSGi JIRA

2009-12-17 Thread Daniel Kulp
GI related issues out of CXF into the new project. This obviously changes the issue ID numbers and such, but there were only 20 or so of them so not a huge deal at this point. Better now than when we have several hundred. :-) Anyway, please log any DOSGi related issues there. Enjoy! -- D

Spring 3 and JMS......

2009-12-17 Thread Daniel Kulp
p the eclipse workspace with the spring3 jars. I can duplicate the hang there as well. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Spring 3 and JMS......

2009-12-17 Thread Daniel Kulp
ember 17 2009 5:17:52 pm Daniel Kulp wrote: > I added a profile to the build to build/run with the recently released > Spring 3. I have it completely building now (although a bunch of > warnings as Spring deprecated a bunch of stuff that we need to call for > Spring 2.5), howev

Spring 3 results...

2009-12-17 Thread Daniel Kulp
We're down to two test failures when using Spring 3. Both of the JAXRSSpringSecurity tests are failing. Not sure yet. The version of spring security we are picking up may have an issue. Not really sure. Anyway, things are looking pretty good with Spring3 now. :-) -- Daniel

Re: DOSGi deploy failing on Hudson

2009-12-18 Thread Daniel Kulp
SGi-deploy/81/org > .apache.cxf.dosgi$cxf-dosgi-remote-service-admin-interfaces/console > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Spring 3 and SpringSecurity 2.0.4 tests

2009-12-21 Thread Daniel Kulp
efault for now. I'm glad it all now works with Spring 3.0 as well. :-) -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: SAAJ for xop element

2010-01-04 Thread Daniel Kulp
c01ad9f3 > Content-Type: application/xop+xml; charset=UTF-8; type="text/xml"; > Content-Transfer-Encoding: binary > Content-ID: > xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";> oDataHandler > xmlns:ns2="http://org.jboss.ws/xop/doclit";> xmlns:xop="http://www.w3.org/2004/08/xop/include"; > href="cid:ce273950-41cd-4447-b3b7-296c06672f7a-1@http%3A%2F%2Fcxf.apache.or > g%2F"/> > --uuid:642da05d-d9b9-417c-a1aa-29a8c01ad9f3 > Content-Type: text/plain > Content-Transfer-Encoding: binary > Content-ID: http://cxf.apache.org/> > Client Data > > > Thanks > > Jim > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: OSGI Issue : Missing constraint : Import package : javax.xml.namespace; version="1.3.0"

2010-01-05 Thread Daniel Kulp
the following error. > > Missing constraint : Import package : javax.xml.namespace; version="1.3.0" > > Can some one look into it? > Thanks > Rakesh > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: New rt/management-web cxf module

2010-01-05 Thread Daniel Kulp
uery support, there will be a jaxrs based endpoint which will > handle a web based management of CXF endpoints; > > - jaxrs specific ResponseTime-extended feature to do with managing JAXRS > specific counters > > > > etc > > > > Thoughts ? > > > > Happy New Year ! > > Sergey > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Status of CXF releases (2.1.9/2.2.6/2.3)

2010-01-08 Thread Daniel Kulp
e "jaxws22" module that extends the 2.1 module or something. Anyway, that's the state of things from my viewpoint. Any thoughts or ideas from others would be appreciated. Patches are always welcome as well. :-) -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Board report time.....

2010-01-08 Thread Daniel Kulp
RESTful Java with JAX-RS" book. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Bundlize each cxf jar?

2010-01-14 Thread Daniel Kulp
) Bundle fragments are a possibility, but not something we've looked into at all. Patches would be welcome. :-) -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

[VOTE] Release CXF 2.1.9

2010-01-19 Thread Daniel Kulp
tions are in: https://repository.apache.org/content/repositories/orgapachecxf-056/org/apache/cxf/apache-cxf/2.1.9 This release is tagged at: http://svn.apache.org/repos/asf/cxf/tags/cxf-2.1.9 The vote will be open for 72 hours. Here is my +1. -- Daniel Kulp dk...@apache.org http://www.dank

[VOTE] Release CXF 2.2.6

2010-01-19 Thread Daniel Kulp
ged at: http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.6 The vote will be open for 72 hours. Here is my +1. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog signature.asc Description: This is a digitally signed message part.

Re: wsdl production versus hash tables

2010-01-20 Thread Daniel Kulp
also be an issue. In short: I have no idea. :-) -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

[RESULT] [VOTE] Release CXF 2.1.9

2010-01-22 Thread Daniel Kulp
With 11 +1 votes and no other votes, this vote passes. I'll get the artifacts syncing to central and onto the mirrors. Dan On Tue January 19 2010 8:41:00 pm Daniel Kulp wrote: > This is a vote to release CXF 2.1.9 > > Once again, there have been a bunch of bug fixes and enh

[RESULT][VOTE] Release CXF 2.2.6

2010-01-22 Thread Daniel Kulp
With 12 +1 votes and no other votes, this vote passes. I'll get it syncing to central and onto the mirrors. Dan On Tue January 19 2010 8:44:41 pm Daniel Kulp wrote: > This is a vote to release CXF 2.2.6 > > Once again, there have been a bunch of bug fixes and enhancements th

Re: Optimized Maven dependencies for java 1.6

2010-01-25 Thread Daniel Kulp
s working for both maven 2.0.x and 2.2.1 is hard. Might require two profiles. Not 100% sure. I know one of my co-workers was complaining a couple weeks ago trying to accomplish support for both maven versions. Dan > > I am not sure if I found them all. > > Greetings > > Christian > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

[ANN] Apache CXF versions 2.2.6 and 2.1.9 released

2010-01-25 Thread Daniel Kulp
The Apache CXF team is proud to announce the availability of the latest patches for the fixes branches: 2.2.6 and 2.1.9 Apache CXF is an open source services framework. CXF helps you build and develop services using front end programming APIs, like JAX-WS and JAX-RS. These services can speak a

Radical structure reorg thoughts for 2.3....

2010-01-25 Thread Daniel Kulp
o be much harder in those modules. I think that would mostly affect me though. Anyway, I'd like to know what people think about all this. -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

Re: Radical structure reorg thoughts for 2.3....

2010-01-25 Thread Daniel Kulp
t; where we are now. > > Apart from the effort needed to do backports for older version the > restructuring will probably also create incompatibilities. Still I think > it will be worth it. > > Greetings > > Christian > > Am 25.01.2010 21:32, schrieb Daniel Kulp: &

Re: Radical structure reorg thoughts for 2.3....

2010-01-25 Thread Daniel Kulp
re of cxf > > must be so large. I also know that it is not easy to achieve this from > > the point where we are now. > > > > Apart from the effort needed to do backports for older version the > > restructuring will probably also create incompatibilities. Still I > >

Re: Radical structure reorg thoughts for 2.3....

2010-01-25 Thread Daniel Kulp
, so I don't know if the > api/rt-core separation in CXF reflects that distinction between public > API and internal classes, but if it does, I would suggest not to make > the same mistake as Axis2. :-) Dan > > Andreas > > On Mon, Jan 25, 2010 at 21:32, Daniel Kulp

Re: Radical structure reorg thoughts for 2.3....

2010-02-01 Thread Daniel Kulp
can tackle #3 separately. Dan On Mon January 25 2010 3:32:17 pm Daniel Kulp wrote: > I'd like everyone's thoughts on some ideas I have to do some minor > restructuring for 2.3. I'm just throwing this out there as some ideas. > We don't need to do any of t

Re: Radical structure reorg thoughts for 2.3....

2010-02-03 Thread Daniel Kulp
Since there were not any objections or anything, I'll go ahead and start working on some of this. Thanks! Dan On Mon February 1 2010 3:41:53 pm Daniel Kulp wrote: > It looks like we have a semi-concensus at least for the first two parts. > Basically, create a subproject

Re: SOAP Monitoring console for CXF

2010-02-04 Thread Daniel Kulp
>> exactly > >> > >>> I'm not familiar at all with OSGI or JAX-RS, so I can't give you any > >>> thought on this part yet :) > >> > >> CXF JAXRS endpoint will just act as a simple controller. It won't matter > >> it is SOAP or plain XML exchanges which are being > >> viewed/managed...Please see : > >> http://cwiki.apache.org/CXF20DOC/jax-rs.html > >> > >> ex, you might have : > >> > >> @Path("/exchanges") > >> public class Controller { > >> > >>@GET @Path("/stats") > >>@Produces(text/xml, application/xml) > >>public Statistics getStats() { > >>// let JAXB serialize it and then the XSLTProvider will put it > >> into a nice view return exchangeDaoReader.getStatistics(); > >>} > >>... > >> } > >> > >> cheers, Sergey > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

JAXRSUriInfoTest test failure...

2010-02-05 Thread Daniel Kulp
Sergey, The JAXRSUriInfoTest was failing in hudson and elsewhere so I fixed it on my machine by modifying the test, but could you re-look at it. I'm not sure if my "fix" was proper or if the original test was correct but the code isn't working. Thanks! -- Daniel Kulp d

Re: WS-2.2 support and Geronimo.

2010-02-05 Thread Daniel Kulp
mo server can handle the > endorsed jars just fine (we already need to deal with that for the Yoko > ORB)...that particular detail is hidden from the user by the server > infrastructure. > > Rick > -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog

<    1   2   3   4   5   6   7   8   9   10   >