[Modeler] Standard MBeans with Modeler?

2007-07-10 Thread Ole Gunnar Borstad
Hi, My application uses Commons Modeler for creating Model MBeans. I want to create Standard MBeans for some of my managed resources. These beans will be coded manually. Will the use of Modeler prevent me from doing this in some way? I'm a JMX newbie so bare with me if this question is

[VFS] Subversion as a File System?

2007-07-10 Thread Toni Lamar
Would it be possible to use (make work) VFS with Subversion as a file system? Many applications would benefit from versioning content/files but for the moment it just looks like a too much overhead to use the Suversion API (e.g. http://svnkit.com/) or a similar solution. VFS is so uniform that

Validator 1.1.3 javascript error

2007-07-10 Thread Pablo Fernández
Hi, I'm using Validator 1.1.3 and I can't get client side validation to work. I get the 'required is undifined' javascript error on this line: oRequired = new required(); What should I do? Any ideas please? Thanks in advance! Pablo.

Re: [VFS] Subversion as a File System?

2007-07-10 Thread Toni Lamar
Raman Gupta wrote: Would it be possible to use (make work) VFS with Subversion as a file system? It might be worth trying to use WebDAV from the VFS sandbox. Of course you need to be running the svn server via http and not svnserve. Thank you for the idea. Are you aware if using

Re: [VFS] Subversion as a File System?

2007-07-10 Thread Mario Ivankovits
Hi! Would it be possible to use (make work) VFS with Subversion as a file system? We already had a try to do this [1]. Due to licensing issues any commit of the code has been delayed ... until it got that old that it is now not that easy to apply. If you would like to, you could spend some

Re: [VFS] Subversion as a File System?

2007-07-10 Thread Raman Gupta
Toni Lamar wrote: Raman Gupta wrote: Would it be possible to use (make work) VFS with Subversion as a file system? It might be worth trying to use WebDAV from the VFS sandbox. Of course you need to be running the svn server via http and not svnserve. Thank you for the idea. Are you

Re: [VFS] Subversion as a File System?

2007-07-10 Thread Toni Lamar
Mario Ivankovits wrote: Would it be possible to use (make work) VFS with Subversion as a file system? We already had a try to do this [1]. Due to licensing issues any commit of the code has been delayed ... until it got that old that it is now not that easy to apply. If you would

Re: Validator 1.1.3 javascript error

2007-07-10 Thread Niall Pemberton
On 7/10/07, Pablo Fernández [EMAIL PROTECTED] wrote: Hi, I'm using Validator 1.1.3 and I can't get client side validation to work. I get the 'required is undifined' javascript error on this line: oRequired = new required(); What should I do? Any ideas please? Thanks in advance! Can you