Re: Log4j 2

2016-08-02 Thread James Carman
zzoli wrote: > > > My only motivation was to keep the dependencies up to date > > > > --- > > Luca Burgazzoli > > > > > > On Tue, Aug 2, 2016 at 5:50 PM, James Carman > > > wrote: > > > If it's only for test, what's the motivation?

Re: Log4j 2

2016-08-02 Thread James Carman
If it's only for test, what's the motivation? Is anything broken? Does anything code directly to the API? On Tue, Aug 2, 2016 at 11:21 AM Matt Sicker wrote: > You can use YAML instead of XML or properties files for a nice config > format. Plus, there's a few log4j 1->2 tools out there already:

Re: Log4j 2

2016-08-02 Thread James Carman
I see no reason to change the logging implementation for tests. If it ain't broke, don't fix it. On Tue, Aug 2, 2016 at 9:00 AM James Carman wrote: > +1, I'd rather use some form of a facade (homegrown, slf4j, etc.) > > On Tue, Aug 2, 2016 at 8:55 AM Vitalii Tymchyshyn

Re: Log4j 2

2016-08-02 Thread James Carman
+1, I'd rather use some form of a facade (homegrown, slf4j, etc.) On Tue, Aug 2, 2016 at 8:55 AM Vitalii Tymchyshyn wrote: > Well, best practice is to use a logging facade like slf4j and not some > logging implementation, like logback or log4j. > > P.S. I will be grateful if someone tell me if t

Re: [DISCUSS] Reusing Exclusive ReplyTo Queue..

2016-07-14 Thread James Carman
want to dispatch your reply messages to different > endpoints without selectory? > > -Original Message- > From: James Carman [mailto:ja...@carmanconsulting.com] > Sent: Mittwoch, 13. Juli 2016 13:11 > To: dev@camel.apache.org > Subject: Re: [DISCUSS] Reusing Exclusive ReplyTo

Re: [DISCUSS] Reusing Exclusive ReplyTo Queue..

2016-07-13 Thread James Carman
gt; wrong here? > > -Original Message- > From: James Carman [mailto:ja...@carmanconsulting.com] > Sent: Dienstag, 12. Juli 2016 15:47 > To: dev@camel.apache.org > Subject: Re: [DISCUSS] Reusing Exclusive ReplyTo Queue.. > > I am not talking about using a Shared reply queue. I'm

Re: [DISCUSS] Reusing Exclusive ReplyTo Queue..

2016-07-12 Thread James Carman
't tried that out myself, though. > > Best regards > Stephan > > -Original Message- > From: James Carman [mailto:ja...@carmanconsulting.com] > Sent: Montag, 11. Juli 2016 16:29 > To: dev@camel.apache.org > Subject: [DISCUSS] Reusing Exclusive ReplyTo Queue.. >

[DISCUSS] Reusing Exclusive ReplyTo Queue..

2016-07-11 Thread James Carman
Right now, you must have a unique reply to queue for each destination. Would there be any impact of allowing folks to use a single reply to queue for all destinations? For example, suppose I want to use an "Exclusive" reply to queue per node within my cluster, but I want all replies (for all route

Re: [DISCUSS] Move to java 8 for 2.17?

2016-01-29 Thread James Carman
t; >>> > >>> > >>> > >>>> On Jan 28, 2016, at 5:52 PM, Christian Müller < > >>> christian.muel...@gmail.com> wrote: > >>>> > >>>> I'm with James (even we did it otherwise in the past). A patch release > >

Re: [DISCUSS] Move to java 8 for 2.17?

2016-01-28 Thread James Carman
Either way, make it obvious. I don't care if we stick with semver or not, but a patch release shouldn't require you to upgrade your JRE. That's not cool On Thu, Jan 28, 2016 at 1:14 PM Claus Ibsen wrote: > On Thu, Jan 28, 2016 at 3:48 PM, James Carman > wrote: > >

Re: [DISCUSS] Move to java 8 for 2.17?

2016-01-28 Thread James Carman
rom the public view standpoint, I'm not so sure. > > Also, JDK8 is backwards compatible with JDK7, so according to Semver a > major version increment is not necessary. > On 28 Jan 2016 14:48, "James Carman" wrote: > > > I would rather us bump the major version

Re: [DISCUSS] Move to java 8 for 2.17?

2016-01-28 Thread James Carman
I would rather us bump the major version number if we're going to start requiring users to use Java8. On Thu, Jan 28, 2016 at 9:35 AM Daniel Kulp wrote: > > For master (targeting 2.17), I see we’re still setup for Java7.Would > it make sense to move to requiring Java8? We can certainly star

typo in docs...

2015-01-10 Thread James Carman
We should fix the last section on this page: http://camel.apache.org/contributing.html It mentions activemq-developers. Where do we make such updates?

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-17 Thread James Carman
quot;fixed", since it did exactly as it was asked to do, though. On Mon, Feb 17, 2014 at 8:17 AM, Babak Vahdat wrote: > You're right and sorry for the confusion. I don't know why, but somehow my > brain treated 2.7.10 as 2.9.10! > > So I change my vote here to +1. > >

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-17 Thread James Carman
I forgot to add, there haven't been any 2.9.x (nor 2.8.x) releases for CXF yet, so we're not disallowing anything, except 3.0.x (only a milestone release thus far), which we wanted to keep out anyway. On Mon, Feb 17, 2014 at 7:52 AM, James Carman wrote: > When I open up the META-IN

Re: [VOTE] Release Apache Camel 2.12.3

2014-02-17 Thread James Carman
How does the range from 2.6 (inclusive) to 2.9 (not inclusive) not include 2.7.10? On Mon, Feb 17, 2014 at 5:06 AM, Babak Vahdat wrote: > Hi Willem, > > can you please elaborate your explanation a bit? Currently what we've on the > 2.12.x. as well as 2.11.x branches is this: > > 2.7.10 >

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-17 Thread James Carman
repo would be still there, that's: > For the non-OSGi folks who make use of camel-cxf Camel component, we would > put CXF 2.7.10 for them into the classpath but for the OSGi folks who use > the camel-cxf Karaf feature, we would NOT allow them to make use of CXF > 2.7.10! > > B

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-16 Thread James Carman
Why not just mark the issue as not fixed and release? Is the issue a show-stopper? On Sunday, February 16, 2014, Babak Vahdat wrote: > -1 > > See > > http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-12-3-tp5747361p5747375.html > > Babak > > > hadrian wrote > > This is a vote to rel

Re: [DISCUSS] - Turn off JMX load statistics by default?

2014-02-10 Thread James Carman
I'm +1 On Mon, Feb 10, 2014 at 12:08 PM, Daniel Kulp wrote: > > I'm +1 to this. > > The OTHER big problem with the current JMX stats is that they are poorly > implemented as a gigantic synchronized block which then has a bunch of > internal synchronized blocks. In some of the load testing I'v

Re: camel pull request: VERACODE-659,660,663, 664: Insufficient Entropy (CWE ID...

2013-12-28 Thread James Carman
Agreed. On Fri, Dec 27, 2013 at 8:40 AM, Daniel Kulp wrote: > > > I’m really against committing this. > > It involves flipping from Random to SecureRandom for a bunch of places that > do not require or need the security aspects of SecrureRandom. Randomly > selecting the next server for load b

Re: git commit: CAMEL-7023: Added hawtio goal to camel maven plugin.

2013-12-02 Thread James Carman
Agreed. I'm also -1 on this commit. On Thu, Nov 28, 2013 at 8:32 AM, Daniel Kulp wrote: > > I’m -1 to this commit. I don’t think we should be adding a bunch of targets > for all the various container/platform integrations. This starts going down > the road of adding targets for karaf, glass

Re: git commit: CAMEL-7023: Added hawtio goal to camel maven plugin.

2013-12-02 Thread James Carman
Furthermore, let me add that I agree with Dan Kulp's assessment and his reasons are not political. They are technical. On Mon, Dec 2, 2013 at 11:23 AM, James Carman wrote: > Agreed. I'm also -1 on this commit. > > On Thu, Nov 28, 2013 at 8:32 AM, Daniel Kulp wrote: >>

Re: [DISCUSS] Remove the camel:dot goal

2013-11-29 Thread James Carman
+1 On Thu, Nov 28, 2013 at 9:08 PM, Hadrian Zbarcea wrote: > The camel:dot goal provided by the camel-maven-plugin has not been > maintained in 5+ years, produces poor quality output and, most importantly, > doesn't seem to be used. I propose to remove it. > > Hadrian > >

Build failures...

2013-10-10 Thread James Carman
There are quite a few broken tests. Jetty seems to be hosed. JPA has a failed test. CDI has issues. It looks like JMS and FTP even decided to join the party. This has been going on for a while now. This particular job hasn't been "green" since 9/29. Should we stop working other issues and ge

[hazelcast] Instance Consumer...

2013-10-08 Thread James Carman
While mocking the HazelcastInstance objects in the test cases, I ran into an interesting problem. The HazelcastInstanceConsumerTest was @Ignored, stating that it messed up subsequent tests. Now that I'm not using "live" HazelcastInstances, there is no reason to @Ignore them anymore. However, whe

Re: [1/2] git commit: CAMEL-6833: Atomic Number Producer Uses Wrong Cache Name

2013-10-08 Thread James Carman
ttp://git-wip-us.apache.org/repos/asf/camel/diff/743eb4ad > > > > Branch: refs/heads/master > > Commit: 743eb4ad0c5a5d4f84e75caa1852ee2fb51f4b3a > > Parents: 3e2dedf > > Author: James Carman (mailto: >

Re: Inconsistent Synchronization...

2013-10-08 Thread James Carman
gt; Apache Camel committer: https://camel.apache.org/team > > V.P. Apache Camel: https://www.apache.org/foundation/ > > Apache Member: https://www.apache.org/foundation/members.html > > > > https://www.linkedin.com/pub/christian-mueller/11/551/642 > > > > > &g

Inconsistent Synchronization...

2013-10-08 Thread James Carman
Team, I was looking at Sonar and one particular rule violation stands out (at least to me): https://analysis.apache.org/drilldown/issues/37401?&rule=findbugs%3AIS2_INCONSISTENT_SYNC&rule_sev=CRITICAL&severity=CRITICAL There are quite a few places within Camel where we inconsistently access varia

Re: [DISCUSS] Mock Objects for Hazelcast Unit Tests...

2013-10-04 Thread James Carman
din.com/pub/christian-mueller/11/551/642 > > > On Fri, Oct 4, 2013 at 9:07 PM, James Carman > wrote: > >> Agreed, Christian. There are more references to Mockito in the >> codebase than there are EasyMock. Given that trend, I'm thinking I'll >> write up

Re: [DISCUSS] Mock Objects for Hazelcast Unit Tests...

2013-10-04 Thread James Carman
ste Onofré wrote: > >> Thanks to you ! >> >> I will take a look to "replace" Easymock by Mockito in other tests. >> >> Regards >> JB >> >> >> On 10/04/2013 03:52 PM, James Carman wrote: >> >>> JIRA created: >>> >

Re: [DISCUSS] Mock Objects for Hazelcast Unit Tests...

2013-10-04 Thread James Carman
JIRA created: https://issues.apache.org/jira/browse/CAMEL-6826 I'll work on a patch this evening and attach it. Thanks for the input, JB! On Fri, Oct 4, 2013 at 9:47 AM, Jean-Baptiste Onofré wrote: > Fair enough, yes. > > Regards > JB > > > On 10/04/2013 03

Re: [DISCUSS] Mock Objects for Hazelcast Unit Tests...

2013-10-04 Thread James Carman
By the way, I just did a quick search and mockito is found all over the place in the codebase, so I would guess it's okay. On Fri, Oct 4, 2013 at 9:41 AM, James Carman wrote: > I agree that we should try to standardize, but it is only a > test-scoped dependency, so it's not l

Re: [DISCUSS] Mock Objects for Hazelcast Unit Tests...

2013-10-04 Thread James Carman
I agree that we should try to standardize, but it is only a test-scoped dependency, so it's not like you'll put a burden on user code. Do we really think that in order for one component to use Mockito that we have to change everyone else? If it's not that pervasive, it's not a big deal, but could

Re: [DISCUSS] Mock Objects for Hazelcast Unit Tests...

2013-10-04 Thread James Carman
James On Fri, Oct 4, 2013 at 9:22 AM, Jean-Baptiste Onofré wrote: > Hi James, > > it sounds good to me. I would advice Easymock. > > Regards > JB > > > On 10/04/2013 03:06 PM, James Carman wrote: >> >> As opposed to using a real HazelcastInstance, I would like t

[DISCUSS] Mock Objects for Hazelcast Unit Tests...

2013-10-04 Thread James Carman
As opposed to using a real HazelcastInstance, I would like to change the tests to use mock objects (using Mockito or something). There is no real reason to use a live, running Hazelcast instance in a unit test and it makes the unit tests very slow. Perhaps having a couple of tests that test the i

CAMEL-6771 Patch...

2013-09-28 Thread James Carman
I've submitted a patch for: https://issues.apache.org/jira/browse/CAMEL-6771 which should solve the problem. Thanks, James

CAMEL-679 Patch...

2013-09-28 Thread James Carman
I have submitted a patch for: https://issues.apache.org/jira/browse/CAMEL-6792 Please let me know if that will work. Thanks, James

CAMEL-4105 Patch...

2013-09-28 Thread James Carman
All, I have attached a patch to: https://issues.apache.org/jira/browse/CAMEL-4015 Let me know if that'll do. Thanks, James

Re: [VOTE] Release Apache Camel 2.12.1

2013-09-20 Thread James Carman
+1 (non-binding) On Thursday, September 19, 2013, Christian Müller wrote: > After 9 days of development, we have a new bug fix release candidate > apache-camel-2.12.1 ready. > It comes with 47 issues resolved: new features, improvements and bug fixes > [1]. You can find the release notes here [2]

Re: [VOTE] Release Apache Camel 2.10.7

2013-09-16 Thread James Carman
+1 (non-binding) On Sun, Sep 15, 2013 at 5:25 PM, Christian Müller wrote: > After 2 month of development, we have a new bug fix release candidate > apache-camel-2.10.7 ready. > It comes with 63 issues resolved: new features, improvements and bug fixes > [1]. > You can find the release notes here

Re: [IDEA] - Having a parent maven pom.xml for only the dependency versions

2013-08-21 Thread James Carman
With the "bom" approach, you don't use properties to define the versions (you can but it seems unnecessary IMHO). All of the dependency versions are defined in the parent pom in the section, as normal dependencies. On Wed, Aug 21, 2013 at 9:55 AM, Jon Anstey wrote: > When using import scope tho

Re: [IDEA] - Having a parent maven pom.xml for only the dependency versions

2013-08-21 Thread James Carman
Is all of this really solving some big problem? I really don't see a huge benefit here. On Wed, Aug 21, 2013 at 9:27 AM, Jon Anstey wrote: > I like the idea of having a pom just for versions. We could use Babak's > proposal but instead of introducing another level of inheritance, just make > one

Re: [IDEA] - Having a parent maven pom.xml for only the dependency versions

2013-08-17 Thread James Carman
So, the goal here is to be able to provide a list of version numbers that change much easier for any release? On Sat, Aug 17, 2013 at 3:09 AM, Claus Ibsen wrote: > On Sat, Aug 17, 2013 at 12:01 AM, Christian Müller > wrote: >> What do you propose the "list of all the camel components and some ot

Re: [Camel 3 discussion] Components releases

2013-02-20 Thread James Carman
Isn't this whole situation similar to the Apache Web Server project and their plugins? How do they do it? On Feb 20, 2013, at 9:16 AM, Christian Schneider wrote: > Am 20.02.2013 14:26, schrieb Raul Kripalani: >> I'm thinking about the organisation strategy here. Below is a list of a few >>

Re: [DISCUSS] Camel 3.0 - Core of the routing engine

2013-02-19 Thread James Carman
I'm interested in this too! I'm here to help. On Feb 19, 2013, at 3:44 PM, Christian Müller wrote: > Hadrian, > > did you found time to work on the new Camel components test kit? > Should we plan a coding session in Portland? > > Best, > Christian > > On Tue, Feb 19, 2013 at 8:34 PM, Hadria

Re: [Camel 3 discussion] Components releases

2013-02-19 Thread James Carman
A veto must be accompanied by a justification in order for it to stand: http://www.apache.org/foundation/voting.html On Feb 19, 2013, at 1:13 PM, Claus Ibsen wrote: > I am -1 on this. > > On Tue, Feb 19, 2013 at 8:16 AM, Henryk Konsek wrote: >> Hi, >> >> Unfortunately I won't be able to join

Re: Google Plus - Apache Group

2013-02-04 Thread James Carman
nce WIKI. > > Best, > Christian > > On Sat, Feb 2, 2013 at 4:27 PM, James Carman > wrote: > >> You guys don't maintain the original files somewhere in SVN? I've been on >> projects where they stored the Gimp files in SVN. Thus we could >> re-generate/t

Re: Google Plus - Apache Group

2013-02-02 Thread James Carman
e ( >> http://camel.apache.org/images/apache-camel-100h.png) is too small. Google >> Plus needs a picture of 250x250 pixels. >> >> Remark : You can have a look in the images directory of camel and you will >> find great old logo (LogicBlaze, ...) ;-) >> >>

Re: Google Plus - Apache Group

2013-02-01 Thread James Carman
2013, at 9:09 AM, James Carman wrote: > A picture of a camel with a red hat on with the words "Apache Camel." > Really? > > On Feb 1, 2013, at 8:59 AM, Charles Moulliard wrote: > >> Hi, >> >> For our supporters/fans and people who belong in Apache

Re: Google Plus - Apache Group

2013-02-01 Thread James Carman
Please don't use this Google Plus community for project-related discussions (design discussions, etc.), though. That needs to be on the mailing lists in order to keep the community in-the-loop. On Feb 1, 2013, at 8:59 AM, Charles Moulliard wrote: > Hi, > > For our supporters/fans and peopl

Re: Transfer files from ftp to local directory

2012-11-22 Thread James Carman
You'll need to include camel-ftp in your classpath. On Thu, Nov 22, 2012 at 9:03 AM, tamil13 wrote: > Hi. I need to make one project which include transfer file from ftp to local > directory . I tried following code > > public static void main(String[] args) throws Exception{ >

Re: [DISCUSS] Message Store

2012-10-24 Thread James Carman
I'm +1 for this feature and wouldn't mind helping out. We've done something very similar to this at work and would very much like for it to be "baked in" already for us. On Wed, Oct 24, 2012 at 9:50 AM, Claus Ibsen wrote: > On Wed, Oct 24, 2012 at 8:46 AM, Bengt Rodehav wrote: >> I think this

Re: [camel-extra] Changed groupId and package name of camel-esper-demo

2012-10-04 Thread James Carman
Has there been a release of the software before? If so, and you are changing the maven coordinates, then you could run into class path collisions Sent from my iPhone On Oct 4, 2012, at 3:39 PM, Henryk Konsek wrote: >>> +1 to use the groupId org.apache-extras.camel-extra >>> +1 to use the packag

Re: [VOTE] Hide 'issues' tab in the Camel-Extra Google Project site

2012-09-26 Thread James Carman
There is some discussion about this, though. We aren't sure if it's the "hosting" or the "management" of the code that is the sticking point. The hosting is definitely out, but merely using an external source control system and all the other infrastructure/management services here at the ASF migh

Re: ZeroMQ contribution - Any thoughts on licensing hack

2012-09-25 Thread James Carman
Agreed (as I pointed out on the JIRA). On Tue, Sep 25, 2012 at 11:43 AM, Daniel Kulp wrote: > > I would personally just suggest Camel extras and be done with it. If there > is any question or concerns about the license issue, it's not worth all the > hastle and arguments and such. Stick it i

Re: ZeroMQ contribution - Any thoughts on licensing hack

2012-09-25 Thread James Carman
If an Apache module *requires* a non-ASL-friendly library in order to be used, then I think that's the sticking point. Although, I don't know how far we take that. All of our Java modules require a JVM, which isn't compatible either. On Tue, Sep 25, 2012 at 10:38 AM, Sam (Stephen Samuel) wrote:

Re: camel-jaxb failing for me locally...

2012-09-23 Thread James Carman
Thanks! That is a cool feature. Sent from my iPad On Sep 23, 2012, at 5:20 AM, Babak Vahdat wrote: > Hi > > I just fixed it, so do an update on camel-jaxb which should now make the > test pass again. > > BTW this unit-test verifies a new cool feature in Camel 2.11 provided by > Claus Ibsen.

camel-jaxb failing for me locally...

2012-09-22 Thread James Carman
Running org.apache.camel.jaxb.JaxbMarshalNamespacePrefixMapperTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.627 sec <<< FAILURE! Running org.apache.camel.jaxb.SplitterAndExceptionRouteTwistIssueTest [Fatal Error] :4:22: An invalid XML character (Unicode: 0x10) was found in

Re: [DISCUSS] - ActiveMQ assembly - More sub dirs in lib

2012-09-18 Thread James Carman
Well, look at it this way. At least the camel riders now know of a potential change to AMQ! :) On Tue, Sep 18, 2012 at 11:08 AM, Claus Ibsen wrote: > Ah sorry I did it again, sent to the wrong @dev. > This talk should happen only on AMQ @dev. > > On Tue, Sep 18, 2012 at 5:04 PM,

Re: [DISCUSS] - ActiveMQ assembly - More sub dirs in lib

2012-09-18 Thread James Carman
Is this conversation spanning two lists? I would think the ActiveMQ community (those that aren't camel riders) would want to be involved, too. This should probably move to the ActiveMQ dev list. On Tue, Sep 18, 2012 at 8:18 AM, Claus Ibsen wrote: > Hi > > 1) > I have experimented a bit and so f

Re: does Camel support PGP Encryption?

2012-09-06 Thread James Carman
s. On Thu, Sep 6, 2012 at 10:12 PM, James Carman wrote: > Have you tried using bouncycastle as your JCE provider? It supports PGP. > > On Thu, Sep 6, 2012 at 4:33 PM, ckalirasa wrote: >> The error I was getting : >> >> java.lang.IllegalArgumentException: Public key

Re: does Camel support PGP Encryption?

2012-09-06 Thread James Carman
Have you tried using bouncycastle as your JCE provider? It supports PGP. On Thu, Sep 6, 2012 at 4:33 PM, ckalirasa wrote: > The error I was getting : > > java.lang.IllegalArgumentException: Public key is null, cannot proceed > at > org.apache.camel.converter.crypto.PGPDataFormat.marshal(

Re: CAMEL-5464...

2012-08-30 Thread James Carman
Did anyone have a chance to review this patch? On Mon, Aug 27, 2012 at 10:53 PM, James Carman wrote: > I just submitted a patch to the following issue: > > https://issues.apache.org/jira/browse/CAMEL-5464 > > I currently don't see an option for granting a license to the ASF w

Re: CAMEL-5464...

2012-08-28 Thread James Carman
I gave it 2048M. On Aug 28, 2012 7:40 AM, "Claus Ibsen" wrote: > On Tue, Aug 28, 2012 at 1:28 PM, James Carman > wrote: > > They were out of memory errors. I am running on: > > > > Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500) > > Maven

Re: CAMEL-5464...

2012-08-28 Thread James Carman
avaeye.com/) (Chinese) > Twitter: willemjiang > Weibo: willemjiang > > > > > > On Tuesday, August 28, 2012 at 11:49 AM, James Carman wrote: > >> Okay, so my patch is "granted" by default. Good to go. Still waiting >> on a full build to work locally. I&#x

Re: CAMEL-5464...

2012-08-27 Thread James Carman
seSource > Web: http://www.fusesource.com (http://www.fusesource.com/) > Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) > (English) > http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese) > Twitter: willemjiang > Weibo: willemjiang > > > &g

CAMEL-5464...

2012-08-27 Thread James Carman
I just submitted a patch to the following issue: https://issues.apache.org/jira/browse/CAMEL-5464 I currently don't see an option for granting a license to the ASF when I attach files in JIRA. When it's restored, I'll reattach and grant the license. I'm currently having trouble getting a "full"

[jira] [Commented] (CAMEL-4251) camel-example-cxf-tomcat - SoapUI cannot import wsdl

2011-08-15 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13085422#comment-13085422 ] James Carman commented on CAMEL-4251: - Nevermind. I believe someone has alr

[jira] [Commented] (CAMEL-4251) camel-example-cxf-tomcat - SoapUI cannot import wsdl

2011-08-15 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13085409#comment-13085409 ] James Carman commented on CAMEL-4251: - Does anyone have any ideas on this one? I