[JBoss-dev] Jbuilder X announces JBoss Support

2003-10-23 Thread Ken Sipe
http://www.borland.com/news/press_releases/2003/10_21_03_borland_launches_jb uilderx.html --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a cont

[JBoss-dev] Optimistic Locking Issue

2003-08-19 Thread Ken Sipe
There appears to be an issue a friend discovered with some the logic of generated sql code. Here are his details: Optimistic Locking problem when using SQL Server 2000 and JBoss 3.2.1 When using SQL Server with JBoss 3.2.1 the following problem occurs. When updating an optimistically locked fiel

Re: [JBoss-dev] JMX HTML... From the Pure Fluff Department...

2002-03-27 Thread Ken Sipe
] > [mailto:[EMAIL PROTECTED]]Im Auftrag von > Hunter Hillegas > Gesendet: Dienstag, 26. Marz 2002 18:41 > An: Ken Sipe; JBoss Dev > Betreff: Re: [JBoss-dev] JMX HTML... From the Pure Fluff Department... > > > Ken- > > It sounds like we're on the same page. I thin

Re: [JBoss-dev] JMX HTML... From the Pure Fluff Department...

2002-03-27 Thread Ken Sipe
gt; If any help is needed I would certainly help on a new JMX management client. > > --Marcus > > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im Auftrag von > Hunter Hillegas > Gesendet: Dienstag, 26. Marz 2002 18:41 > An: Ken

Re: [JBoss-dev] JMX HTML... From the Pure Fluff Department...

2002-03-26 Thread Ken Sipe
Hunter, The JMX HTML adapter is provided by sun in the reference JMX implementation. I had talked with marc in Boston in January regarding this components replacement or wrapping. I planned to take this on, however currently I'm preparing for a presentation at an upcoming conference. I should b

Re: [JBoss-dev] XDoclet todo...

2002-03-01 Thread Ken Sipe
You should be able to do the following: /** * blah */ public void myMethod() { /** @todo put something here */ } Ken - Original Message - From: "Dmitri Colebatch" <[EMAIL PROTECTED]> To: "Jason Dillon" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, February 28, 2002

Re: [JBoss-dev] JBossMQ and JAAS

2002-02-22 Thread Ken Sipe
well I'm not Scott, but I've been working on security for a client. This probably belongs on one of the forums but here are a few answers. Yes the password is sent clear text. Yes you can use encryption or ssl to protect yourself. Yes it is sent every Invocation. For the rmi, look at the Met

Re: [JBoss-dev] Problem (Bug?) with Oracle & preparedstatement

2002-02-14 Thread Ken Sipe
David, I thought you were better than that;) I thought you could fix that problem in two notes! You never know, maybe we could get the IP address he's posting from and gain access to his machine;) Ken - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: [JBoss-dev] JDK 1.4 is official

2002-02-14 Thread Ken Sipe
I just tested jdk1.4 with the latest on jboss 3. It has the same introspection failure it's always had. For those interesting in the stacktrace here you go: 11:03:06,601 INFO [ServiceCreator] code org.jboss.web.WebService 11:03:06,731 INFO [ServiceCreator] code org.jboss.management.j2ee.Singl

Re: [JBoss-dev] Build

2002-01-30 Thread Ken Sipe
Thanks Jeff! started from scratch, all is good - Original Message - From: "Bill Burke" <[EMAIL PROTECTED]> To: "Ken Sipe" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 6:13 PM Subject: RE: [JBoss-dev] Build > head

[JBoss-dev] Build

2002-01-30 Thread Ken Sipe
Marc, Decided to move to version 3.0, per your advice. I can't get a build to run. (I went through everything available, and the init runs fine). It fails at compile-bean-sources: with the next line indicating a xdoclet useage error ( [xdoclet] Generating Javadoc ) line 336 in server\build.xml

Re: [JBoss-dev] embeddable Main

2002-01-30 Thread Ken Sipe
Marc, I've been looking at what it would take to embed jboss. This has been from the perspective of trying to embed it into and IDE for development, but I don't think that matters, there are many similar issues. A couple of things jump right out. 1. Logging. Does logging make sense in an emb