Re: [JBoss-dev] Tomcat 6 integrated

2006-06-27 Thread Bill Burke
To: Scott M Stark; Tim Fox Cc: JBoss.org development list; Bill Burke; The Core; Ryan Campbell Subject: Re: [JBoss-dev] Tomcat 6 integrated Anybody have a problem with hard-coding 1.5 in the Tomcat build.xml until we can get the other stuff out of head? Or, can we go ahead and change

Re: [JBoss-dev] Tomcat 6 integrated

2006-06-26 Thread Stan Silvert
Of Anil Saldhana Sent: Thursday, June 22, 2006 11:10 AM To: Scott M Stark Cc: JBoss.org development list; The Core; Bill Burke Subject: Re: [JBoss-dev] Tomcat 6 integrated Ruel is looking into this. The issue is that the Tomcat jars need JDK5 for compilation and the way the current HEAD

Re: [JBoss-dev] Tomcat 6 integrated

2006-06-26 Thread Scott M Stark
Tomcat6/jbossweb bundled in jboss5 will require jdk5. -Original Message- From: Stan Silvert Sent: Monday, June 26, 2006 8:04 AM To: Ryan Campbell; 'JBoss.org development list'; Scott M Stark Cc: The Core; Bill Burke Subject: RE: [JBoss-dev] Tomcat 6 integrated So, head should only

Re: [JBoss-dev] Tomcat 6 integrated

2006-06-26 Thread Tim Fox
, June 22, 2006 12:16 PM To: JBoss.org development list; Scott M Stark Cc: The Core; Bill Burke Subject: RE: [JBoss-dev] Tomcat 6 integrated So, head should only be compilable with a 1.5 jdk. However, some modules will still enforce source target at 1.4, so that we can back merge fixes

Re: [JBoss-dev] Tomcat 6 integrated

2006-06-26 Thread Scott M Stark
] Tomcat 6 integrated 1.5 is a pain for us, since we need to build and test our (jboss messaging) releases using 1.4 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere

Re: [JBoss-dev] Tomcat 6 integrated

2006-06-26 Thread Tim Fox
Message- From: Tim Fox Sent: Monday, June 26, 2006 8:09 AM To: Stan Silvert Cc: Ryan Campbell; JBoss.org development list; Scott M Stark; The Core; Bill Burke Subject: Re: [JBoss-dev] Tomcat 6 integrated 1.5 is a pain for us, since we need to build and test our (jboss messaging

Re: [JBoss-dev] Tomcat 6 integrated

2006-06-26 Thread Stan Silvert
, June 26, 2006 11:12 AM To: Tim Fox; Stan Silvert Cc: Ryan Campbell; JBoss.org development list; The Core; Bill Burke Subject: RE: [JBoss-dev] Tomcat 6 integrated Jboss5 requires a java5 runtime due to javaee5 requirements so you need to get off of head. -Original Message- From: Tim

Re: [JBoss-dev] Tomcat 6 integrated

2006-06-26 Thread Ruel Loehr
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stan Silvert Sent: Monday, June 26, 2006 10:29 AM To: Scott M Stark; Tim Fox Cc: JBoss.org development list; Bill Burke; The Core; Ryan Campbell Subject: Re: [JBoss-dev] Tomcat 6 integrated Anybody have a problem with hard-coding 1.5

Re: [JBoss-dev] Tomcat 6 integrated

2006-06-22 Thread Stan Silvert
So at the end of the day, the Tomcat code in JBoss will not exactly correspond to an official Tomcat release version. Is that correct? I know we have been maintaining full Tomcat source within the JBoss AS CVS. I'm wondering about the pros and cons you experienced with Tomcat because I'm not

Re: [JBoss-dev] Tomcat 6 integrated

2006-06-22 Thread Dimitris Andreadis
So at the end of the day, the Tomcat code in JBoss will not exactly correspond to an official Tomcat release version. Is that correct? I know we have been maintaining full Tomcat source within the JBoss AS CVS. I'm wondering about the pros and cons you experienced with Tomcat because

Re: [JBoss-dev] Tomcat 6 integrated

2006-06-22 Thread Anil Saldhana
Hi Scott, with regard to the current TC6 integration that Bill undertook in HEAD: http://jira.jboss.com/jira/browse/JBAS-3330 http://www.jboss.com/index.html?module=bbop=viewtopict=85382 This has placed a need for JDK5 in HEAD as TC6 needs it. You will need to

Re: [JBoss-dev] Tomcat 6 integrated

2006-06-22 Thread Bill Burke
This is temporary until Tomcat6 is released. Dimitris Andreadis wrote: So at the end of the day, the Tomcat code in JBoss will not exactly correspond to an official Tomcat release version. Is that correct? I know we have been maintaining full Tomcat source within the JBoss AS CVS. I'm

Re: [JBoss-dev] Tomcat 6 integrated

2006-06-22 Thread Scott M Stark
. -Original Message- From: Dimitris Andreadis Sent: Thursday, June 22, 2006 8:06 AM To: JBoss.org development list; Bill Burke; The Core Subject: RE: [JBoss-dev] Tomcat 6 integrated So at the end of the day, the Tomcat code in JBoss will not exactly correspond to an official

Re: [JBoss-dev] Tomcat 6 integrated

2006-06-22 Thread Scott M Stark
The tomcat module needs jdk5, not all of head. jboss5 will require a jdk5 runtime. -Original Message- From: Anil Saldhana Sent: Thursday, June 22, 2006 8:06 AM To: JBoss.org development list Cc: Bill Burke; The Core Subject: Re: [JBoss-dev] Tomcat 6 integrated Hi Scott

Re: [JBoss-dev] Tomcat 6 integrated

2006-06-22 Thread Remy Maucherat
On 6/22/06, Scott M Stark [EMAIL PROTECTED] wrote: We should by synching on a release version of jbossweb in the future. It makes little sense to me to have jbossweb as a standalone web container and not bundle it in the AS. I talked to Mladen about breaking up the existing jbossweb project to

Re: [JBoss-dev] Tomcat 6 integrated

2006-06-22 Thread Scott M Stark
:[EMAIL PROTECTED] On Behalf Of Remy Maucherat Sent: Thursday, June 22, 2006 8:29 AM To: JBoss.org development list Subject: Re: [JBoss-dev] Tomcat 6 integrated On 6/22/06, Scott M Stark [EMAIL PROTECTED] wrote: We should by synching on a release version of jbossweb in the future

Re: [JBoss-dev] Tomcat 6 integrated

2006-06-22 Thread Remy Maucherat
On 6/22/06, Scott M Stark [EMAIL PROTECTED] wrote: Ok, I thought Mladen said the deployer was replicated currently. Yes, we need to be able to move at our own pace for the web container and I view that the jbossweb project should be the exchange point between tomcat and jbossas. Maybe he

Re: [JBoss-dev] Tomcat 6 integrated

2006-06-22 Thread Anil Saldhana
- From: Anil Saldhana Sent: Thursday, June 22, 2006 8:06 AM To: JBoss.org development list Cc: Bill Burke; The Core Subject: Re: [JBoss-dev] Tomcat 6 integrated Hi Scott, with regard to the current TC6 integration that Bill undertook in HEAD: http://jira.jboss.com

Re: [JBoss-dev] Tomcat 6 integrated

2006-06-22 Thread Ryan Campbell
, June 22, 2006 11:10 AM To: Scott M Stark Cc: JBoss.org development list; The Core; Bill Burke Subject: Re: [JBoss-dev] Tomcat 6 integrated Ruel is looking into this. The issue is that the Tomcat jars need JDK5 for compilation and the way the current HEAD build is setup, we may have some issues

[JBoss-dev] Tomcat 6 integrated

2006-06-21 Thread Bill Burke
Ok, I took a snapshot of Tomcat 6 SVN and integrated it with JBoss. It had some annotation mistakes from spec (@DeclareRoles and @EJB was in the wrong package) so I had to modify it. The only thing I tested was the JMX-Console and EJB3 webservices. I had run the web testsuite before the