Re: ActiveMQ Causing OutOfMemoryError After Service Deployment

2007-07-25 Thread ArmenH
Hi Gert, We're using HTTP BC and JSR 181 SEs. We have custom business logic (very simple) that uses POJOs generated from the JAXB version of the JDK 1.6.0_01. We are also dependent on JDK 1.6 JAX-WS to generate our service interface (WSDL). We will check the number of service endpoints and

Re: ActiveMQ Causing OutOfMemoryError After Service Deployment

2007-07-25 Thread Gert Vanthienen
Armen H., We usually don't pick up SNAPSHOT builds in our releases. However, we are planning to a 3.1.2 release sometime in the near future, so if ActiveMQ has released the patch by then, we can include it at that time. Can you already provide me with a reference to a thread on the mailing

[jira] Updated: (SM-939) CXF based Service Engine and Bnding Component

2007-07-25 Thread Freeman Fang (JIRA)
[ https://issues.apache.org/activemq/browse/SM-939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang updated SM-939: Attachment: patch0720.txt CXF based Service Engine and Bnding Component

[jira] Updated: (SM-939) CXF based Service Engine and Bnding Component

2007-07-25 Thread Freeman Fang (JIRA)
[ https://issues.apache.org/activemq/browse/SM-939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang updated SM-939: Attachment: (was: patch0720.txt) CXF based Service Engine and Bnding Component

Two steps build

2007-07-25 Thread Guillaume Nodet
I was wondering if someone knows a way to spawn a maven build from within maven. Maybe this would be a way to remove the two steps build needed the first time (and when releasing too). -- Cheers, Guillaume Nodet Principal Engineer, IONA Blog: http://gnodet.blogspot.com/

Re: Checkstyle and PMD

2007-07-25 Thread Guillaume Nodet
If people find this configuration too painful, we can easily disable the checks by default but i thought it was a good way to enforce a coherent code format. And yes, all the configuration will be moved to a single place when all the components pass the checks. On 7/25/07, Bruce Snyder [EMAIL

Re: Checkstyle and PMD

2007-07-25 Thread Kit Plummer
On 7/25/07, Bruce Snyder [EMAIL PROTECTED] wrote: On 7/25/07, Guillaume Nodet [EMAIL PROTECTED] wrote: If people find this configuration too painful, we can easily disable the checks by default but i thought it was a good way to enforce a coherent code format. And yes, all the configuration

Re: Checkstyle and PMD

2007-07-25 Thread Bruce Snyder
On 7/25/07, Kit Plummer [EMAIL PROTECTED] wrote: As long as I can comment out the feature at one place I don't mind the styleguide stuff. But, you are right...seems like it would be more of a pre-commit hook thing. Well the problem is that Subversion commits don't go through the Maven build;

Re: Two steps build

2007-07-25 Thread Guillaume Nodet
Yes it should. The main problem comes from the servicemix maven plugin: it relies ou maven extensions plugins which can not be built and used in the same run :-( Other ways include fixing maven (if possible), splitting the release cycles as discussed in an earlier thread, using an ant file or