RE: [JBoss-dev] Suggested interface change for org.jboss.jms.server.MessageStore

2003-07-20 Thread Nathan Phelps
Wow, people are actually looking at the code! I must admit that currently, the MessageStore is somewhat nebulous in my mind. The idea of course is to delegate all message storage to implementations of MessageStore allowing them to store messages as they see fit (in memory, database, file, etc.)

RE: c/s JBossMQ status, was: [JBoss-dev] JBossMQ rewrite

2003-07-11 Thread Nathan Phelps
I prefer it be commit on a branch. Thanks, Nathan -Original Message- From: [EMAIL PROTECTED] [mailto:jboss- [EMAIL PROTECTED] On Behalf Of Hiram Chirino Sent: Friday, July 11, 2003 4:32 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Jeremy Boynes Subject: Re: c/s JBossMQ status,

RE: c/s JBossMQ status, was: [JBoss-dev] JBossMQ rewrite

2003-07-08 Thread Nathan Phelps
or the distribution as we move forward. Thanks, Nathan Phelps JMS Lead JBoss Group, L.L.C. -Original Message- From: [EMAIL PROTECTED] [mailto:jboss- [EMAIL PROTECTED] On Behalf Of Hiram Chirino Sent: Tuesday, July 08, 2003 8:41 PM To: [EMAIL PROTECTED] Subject: c/s JBossMQ status

RE: [JBoss-dev] JBossMQ rewrite

2003-06-13 Thread Nathan Phelps
over multicast. Thanks, Nathan Phelps JMS/JBoss (Reloaded) Project Lead JBoss Group, L.L.C. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, June 13, 2003 4:45 AM To: [EMAIL PROTECTED] Subject: [JBoss-dev] JBossMQ rewrite

[JBoss-dev] ServiceController Invalid transition from...

2003-05-27 Thread Nathan Phelps
Title: ServiceController Invalid transition from... Are these messages new? What do they mean? They are all over the place in JB4 and I dont recall seeing them before. 2003-05-27 20:45:21,328 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=EJBTimerService

RE: [JBoss-dev] JBoss remoting callbacks [was JB4DR1 Deadline MAY 26]

2003-04-04 Thread Nathan Phelps
for the JMS transport, until JB4DR1. -Tom -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nathan Phelps Sent: Thursday, April 03, 2003 11:44 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] JB4DR1 Deadline MAY 26 Did you guys end up doing

RE: [JBoss-dev] JB4DR1 Deadline MAY 26

2003-04-03 Thread Nathan Phelps
I agree that there is some great stuff in there already. However, being that the AOP transaction, security, remoting, etc. was only recently released in its first iteration, and the fact that JBoss remoting doesn't yet support true callbacks (Jeff says it is coming) there is simply no way I can

RE: [JBoss-dev] Oswego util.concurrent jar updated

2003-04-03 Thread Nathan Phelps
Any chance they'll ever update the package name to get rid of the capital EDU... drives me crazy. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott M Stark Sent: Thursday, April 03, 2003 4:02 PM To: [EMAIL PROTECTED] Subject: [JBoss-dev] Oswego

RE: [JBoss-dev] JB4DR1 Deadline MAY 26

2003-04-03 Thread Nathan Phelps
with Remoting and AOP just now becoming stable. I think this email thread is good because it will allow us to determine whether or not we can release. I still think there is enough functionality. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nathan

RE: Re[2]: [JBoss-dev] JBoss-3.2 build issues

2003-03-18 Thread Nathan Phelps
I've never been able to find documentation for what the -z3 switch does. What is it for? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott M Stark Sent: Tuesday, March 18, 2003 10:37 AM To: [EMAIL PROTECTED] Subject: Re: Re[2]: [JBoss-dev] JBoss-3.2

[JBoss-dev] Branch_3_2 build failing... again.

2003-03-08 Thread Nathan Phelps
Title: Branch_3_2 build failing... again. I just checked out a clean copy of Branch_3_2 and the build is failing with the following error: C:\Checkout\jboss-3.2\cluster\src\main\org\jboss\ejb\plugins\StatefulHASessionInstanceCache.java:58: cannot resolve symbol symbol : method

RE: [JBoss-dev] Is JDK 1.4 required to build

2003-03-06 Thread Nathan Phelps
Make that 4 cheers! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Elrod Sent: Thursday, March 06, 2003 11:12 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] Is JDK 1.4 required to build 3 cheers for Scott!

RE: [JBoss-dev] Proposal for jboss-wide interceptor framework

2003-03-03 Thread Nathan Phelps
I agree. As I begin the development of JMS/JBoss 4.0, I'm, frankly, confused as to which direction to go concerning the interceptor framework--which project is THE project? There is some great work being done right now by a variety of people on this problem, but I have no idea how it all fits

RE: [JBoss-dev] Eclipse is so amazing...

2003-02-26 Thread Nathan Phelps
While we're on the subject of Eclipse... Can anyone give me some tips for working with the JBoss source in Eclipse via the built-in extssh client? I can get it all checked out, but then it gets very confused about the package names. It tries to do j2ee.src.main.org.jboss.j2ee,

RE: [JBoss-dev] Eclipse is so amazing...

2003-02-26 Thread Nathan Phelps
but success when connecting Eclipse projects to a checked out jboss-head. --jason On Thursday, February 27, 2003, at 02:42 AM, Nathan Phelps wrote: While we're on the subject of Eclipse... Can anyone give me some tips for working with the JBoss source in Eclipse via the built-in extssh client? I

[JBoss-dev] 3.2 branch build failing

2003-02-14 Thread Nathan Phelps
I just check out a fresh copy of jboss-3.2 from CVS (CVS co -r Branch_3_2 jboss-3.2) and tried to build it. I keep getting this error which is causing the build to fail. C:\source\jboss-3.2\management\src\main\org\jboss\management\j2ee\factor y\RARModuleFactory.java:12: package

[JBoss-dev] Base64 encoder in client libs?

2003-02-13 Thread Nathan Phelps
I'm putting the finishing touches on the JBossMQ HTTPIL, and one of the requirements is supporting Basic auth. To support this, I'll need a Base64 encoder in the client libs. Do we currently have one we use already? If not, any suggestions? I hate to add a whole JAR just to support Base64

[JBoss-dev] HttpProxyServlet?

2003-02-12 Thread Nathan Phelps
I'm currently working with a client who uses IIS/ServletExec due to legacy issues. IIS is bound to port 80 and 443 on the PC's one IP. The firewall is only open on port 80 and 443 for the machine's one IP. Some requests need to be serviced by IIS/ServletExec, while others need to be serviced by

[JBoss-dev] AWT plug-in ClassNotFoundException

2003-02-07 Thread Nathan Phelps
Anyone run into this problem before? There is a JAR file which is an AWT plug-in (i.e. used by the core system AWT classes), and AWT is throwing a ClassNotFoundException because it can't find the classes in this dependant JAR. We tried putting this JAR in every directory we can think of

RE: [JBoss-dev] JNuke dev

2003-01-14 Thread Nathan Phelps
I would think that we'd want to make this a J2EE application so it can run on ANY J2EE application server. Therefore, I would elect to go down a pure J2EE route instead of a JBoss only JMX route. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Ben

RE: [JBoss-dev] sun's j2ee-cas-com-bridge

2002-01-21 Thread Nathan Phelps
On the J2EE CAS Bridge forum there are several messages which state that Sun is providing the source of the bridge to J2EE licensees. The Sun version of the bridge will never be released as 1.0. Despite some lobbying on my part, they refuse to open source the bridge as well. Anyway, this looks