Re: svn commit: r723397 - in /cxf/branches/2.1.x-fixes: ./ rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/provider/ rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/schemas/ rt/fronten

2008-12-04 Thread Glen Mazza
On Thu, 2008-12-04 at 19:08 +, [EMAIL PROTECTED] wrote: > Author: sergeyb > Date: Thu Dec 4 11:08:20 2008 > New Revision: 723397 > > > Modified: > cxf/branches/2.1.x-fixes/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/provider/JSONProvider.java > URL: > http://svn.apache.org/vi

Re: svn commit: r723429 - in /cxf/sandbox/interopfest/wssec11: ./ src/ src/main/ src/main/java/ src/main/java/interop/ src/main/java/interop/client/ src/main/java/interop/server/ src/main/resources/ s

2008-12-04 Thread Glen Mazza
On Thu, 2008-12-04 at 20:42 +, [EMAIL PROTECTED] wrote: > Author: dkulp > Date: Thu Dec 4 12:42:35 2008 > New Revision: 723429 > > URL: http://svn.apache.org/viewvc?rev=723429&view=rev > Log: > Get a working wssec11 interopfest thing for Glen Many thanks! Glen

Re: unable to configure wsrm in cxf-2.1.2

2008-12-04 Thread Naresh Tallapelli
Could any one please suggest a solution for my problem? On Thu, Nov 27, 2008 at 8:48 PM, Naresh Tallapelli < [EMAIL PROTECTED]> wrote: > Hi All, > > I am trying to configure reliable messaging through configuration file and > through the code. But it was not working. I tried with cxf-2.0.4 and >

Re: Using the Eclipse Maven plugin for CXF

2008-12-04 Thread Daniel Kulp
When you do the Import -> General -> Maven project when you have the m2eclipse thing installed there are several disadvantages: 1) As you mentioned, things like PermGen and other flags in MAVEN_OPTS are ignored. 2) m2eclipse actually runs "mvn", thus, the default profiles are used. In our

Re: Using the Eclipse Maven plugin for CXF

2008-12-04 Thread Benson Margulies
An interesting question is why you get such poor service from the existing mechanism. On Thu, Dec 4, 2008 at 8:16 AM, Glen Mazza <[EMAIL PROTECTED]> wrote: > > Oh no--I wasn't suggesting it as an alternative, but just to document it as a > warning/advisement, and just wanted to make sure I was rea

Re: Using the Eclipse Maven plugin for CXF

2008-12-04 Thread Glen Mazza
Oh no--I wasn't suggesting it as an alternative, but just to document it as a warning/advisement, and just wanted to make sure I was reasonably accurate in my assessment. Thanks, Glen Benson Margulies-4 wrote: > > I have no trouble with IDE builds, debugging, etc when I run our > existing proc

Re: Using the Eclipse Maven plugin for CXF

2008-12-04 Thread Benson Margulies
I have no trouble with IDE builds, debugging, etc when I run our existing procedure and importing the resulting projects into eclipse. Some time ago I tried the maven plugin for Eclipse and got some pretty sorry results (not with CXF). By all means document it as an alternative, but not to replace

Using the Eclipse Maven plugin for CXF

2008-12-04 Thread Glen Mazza
Hi, I would like to update our Eclipse setup page[1] with additional info. I noticed that instead of using mvn eclipse:eclipse command (or the -Psetup.eclipse parameter described on that page), there is an Eclipse menu File -> Import -> General -> Maven Projects option (at least for Eclipse IDEs

RE: Update build instructions on PermGen space?

2008-12-04 Thread Sean O'Callaghan
Hi Glen, Personally, don't set JAVA_OPTS, don't think it is used. Seán. > -Original Message- > From: Glen Mazza [mailto:[EMAIL PROTECTED] > Sent: 04 December 2008 03:36 > To: dev@cxf.apache.org > Subject: RE: Update build instructions on PermGen space? > > > > Thanks, updated the we

JMS Destination Availability

2008-12-04 Thread Anoop Prasad
Hi, As you know CXF Client (for JMS) creation will succeed irrespective of the availabilty of JMS Server(broker) or the actual consumer. But I need to make some decisions at the client side based on the availability of Server. I need a mechanism at the client side to determine server availabili