Re: Comments on JMX patch (DERBY-1387)

2006-12-23 Thread Sanket Sharma
Hi David. Just to let you know I'm still around! How are you? I'm sorry for not keeping you updated over last few days. So without any more delay, let me get back to work. First of all, my work on removing dependencies is over. I created a very small annotation based tool for generating

Subversion issues

2006-11-13 Thread Sanket Sharma
/BaseMonitor.java (working copy) -- File to patch: (waits for input) Am I missing something? Any help will be greatly appriciated. Best Regards, Sanket Sharma

Re: Derby and ASF Logo

2006-09-11 Thread Sanket Sharma
Hi, I checked with prc at apache org. They say they dont have any issues if the Derby PRC has no issues. Do we have a Derby PRC as well? Best Regards, Sanket Sharma On 9/4/06, Jean T. Anderson [EMAIL PROTECTED] wrote: Sanket Sharma wrote: Hi, I was wondering if it is okay to use Derby

Derby and ASF Logo

2006-09-04 Thread Sanket Sharma
Hi, I was wondering if it is okay to use Derby and ASF logo on my personal web/blog, t-shirts, caps etc? I'm a Google summer of code participant and worked on adding JMX to derby as part of my project. Best Regards, Sanket Sharma

Re: [jira] Commented: (DERBY-1387) Add JMX extensions to Derby

2006-09-02 Thread Sanket Sharma
that either you have not downloaded jmxri.jar or do not have it in your classpath. Let me know if it works. Best Regards, Sanket Sharma On 9/2qui/06, David Van Couvering (JIRA) derby-dev@db.apache.org wrote: [ http://issues.apache.org/jira/browse/DERBY-1387?page=comments#action_12432262

[jira] Updated: (DERBY-1387) Add JMX extensions to Derby

2006-08-21 Thread Sanket Sharma (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1387?page=all ] Sanket Sharma updated DERBY-1387: - Attachment: derbyjmx.patch Submitting The Code for Derby's JMX Functionality as part of my Google SOC project. The patch addresses the following: 1

The JMX code is available for review

2006-08-21 Thread Sanket Sharma
and which can be modified at runtime. I referred to iapi.reference.Property.java. However, I felt descriptions for some properties were ambiguous. The next iteration will probably be a fix for such properties. I welcome any comments. Best Regards, Sanket Sharma

Re: [jira] Commented: (DERBY-1387) Add JMX extensions to Derby

2006-08-21 Thread Sanket Sharma
, Sanket Sharma

Re: Modifying database properties from Code

2006-08-19 Thread Sanket Sharma
= ps.getServiceProperties(fullName, (Properties)null); and you have it! Best Regards, Sanket Sharma On 8/17/06, Sanket Sharma [EMAIL PROTECTED] wrote: Hi Can any one please help me out with a little issue? What is the precise way of accessing a database's properties through the code given a reference

Modifying database properties from Code

2006-08-17 Thread Sanket Sharma
Hi Can any one please help me out with a little issue? What is the precise way of accessing a database's properties through the code given a reference to a BasicDatabase Object? I thought the following will do : AccessFactory af = (AccessFactory)Monitor.findServiceModule(basicdb,

Deryby JMX: Updating properties on the fly

2006-08-16 Thread Sanket Sharma
touching sytem properties. 2) To update Database specific value, I do a TransactionController.setProperty Do the classes derby.iapi.services.property have any role to play?? Best Regards, Sanket Sharma

Choice of JMX implementations

2006-07-13 Thread Sanket Sharma
, Sanket Sharma

Re: Choice of JMX implementations

2006-07-13 Thread Sanket Sharma
, except for Apache Commons Modelling, but is that actually an implementation? For information on compatibility of other open source licenses with the ASL, see: http://people.apache.org/~cliffs/3party.html On 7/13/06, Sanket Sharma [EMAIL PROTECTED] wrote: Just wanted an opinion about JMX

Re: Choice of JMX implementations

2006-07-13 Thread Sanket Sharma
I think that the RI of JMX also has HttpAdaptor. It was released as part of sun.* packages which are not officially supported by sun. And I think it has been removed from JDK 6, not very sure though. My recommendation is to use either XMOJO or MX4J. Both of them are open source and

Re: Choice of JMX implementations

2006-07-13 Thread Sanket Sharma
Nope. Geronimo is an application server built around JMX sort of architecture. On 7/14/06, Jean T. Anderson [EMAIL PROTECTED] wrote: Sanket Sharma wrote: Just wanted an opinion about JMX implementation to use for Derby. I have listed the better known implementations below with my comments

Re: Choice of JMX implementations

2006-07-13 Thread Sanket Sharma
, but is that actually an implementation? For information on compatibility of other open source licenses with the ASL, see: http://people.apache.org/~cliffs/3party.html On 7/13/06, Sanket Sharma [EMAIL PROTECTED] wrote: ... 4. MX4J This has a modified BSD license with an advertising

Re: Choice of JMX implementations

2006-07-13 Thread Sanket Sharma
On 7/14/06, David Van Couvering [EMAIL PROTECTED] wrote: Looks like we may have a winner... It would be interesting to see how they use it -- do they have it available only for pre-Java 5 VMs, or is it used regardless of what VM is being used? It can be used regardless of the VM. Minimum

Derby Internals Wiki

2006-07-12 Thread Sanket Sharma
Regards, Sanket Sharma

Re: JDBC reference implentation

2006-07-11 Thread Sanket Sharma
JavaDB is Sun supported version of Apache Derby, the open source embedded database written in pure java! Derby was cloudscape(IBM). They are not reference implementations of JDBC!!! On 7/11/06, Kathey Marsden [EMAIL PROTECTED] wrote: Is Derby, JavaDB or something else the JDBC reference

Re: How to add a new service to Derby?

2006-07-10 Thread Sanket Sharma
to implement a persistant service, than you will have to implement the interface called ModuleControl etc. Let me know If I've missed out anything. Comments welcome. Regards, Sanket Sharma On 7/7/06, Andreas Korneliussen [EMAIL PROTECTED] wrote: Hi, Sorry nobody answered your question. I am quite

Re: checkout out 10.2 source

2006-07-06 Thread Sanket Sharma
Build successfully :-) Thank you for the advice. There was some problem in the ant.properties and my classpath. Removed some uneeded entries and built was successful! Thank you once again. Regards, Sanket On 7/5/06, Kristian Waagan [EMAIL PROTECTED] wrote: Sanket Sharma wrote: Checked out

Re: How to add a new service to Derby?

2006-07-06 Thread Sanket Sharma
Okay...I've figured out the way. Thanks anyways, Regards, Sanket On 7/6/06, Sanket Sharma [EMAIL PROTECTED] wrote: Hi, I was tinkering with Derby code for some time with JMX in my mind. I was wondering if there is a recommended way of adding new services to derby? The code documentation

How to add a new service to Derby?

2006-07-05 Thread Sanket Sharma
Hi, I was tinkering with Derby code for some time with JMX in my mind. I was wondering if there is a recommended way of adding new services to derby? The code documentation in Monitor.java says describes following ways to boot services (please correct me if I'm wrong): 1) having a property in

checkout out 10.2 source

2006-07-04 Thread Sanket Sharma
Is there a way I can check out 10.2 source? Are there any zip/tars available on the site? Is the trunk same as 10.2 source? Best Regards, Sanket

Re: checkout out 10.2 source

2006-07-04 Thread Sanket Sharma
did not make any changes after downloading..is this piece of code being worked upon? Regards, Sanket On 7/5/06, Jean T. Anderson [EMAIL PROTECTED] wrote: Sanket Sharma wrote: Is there a way I can check out 10.2 source? Are there any zip/tars available on the site? Is the trunk same

Build problems..

2006-07-02 Thread Sanket Sharma
Hi, I downloaded the source file derby-10.1.2.1-src. While trying to build the file, I get the following: compile_types: [javac] Compiling 42 source files to C:\soc\db-derby-10.1.2.1-src\db-derby-1 0.1.2.1-src\classes [javac]

Re: [jira] Commented: (DERBY-1275) Provide a way to enable client tracing without changing the application

2006-06-28 Thread Sanket Sharma
This sounds like a perfect case for JMX soultion and can be added to list of requirements on derby Wiki. Tracing options (enable/disable) and perhaps the file name can be exposed as JMX operations. While debugging the application the developers can start derby in JMX mode and enable/disable

Preview: High Level Design for JMX

2006-06-28 Thread Sanket Sharma
Hi, While was drafting the High Level Design document for JMX extensions I thought of putting it up on the wiki for some early feedback. The HLD can be accessed here : http://wiki.apache.org/db-derby/High_Level_Design Please note that: 1) This is draft document and is subject to constant

Re: Preview: High Level Design for JMX

2006-06-28 Thread Sanket Sharma
- I think you might to say Derby JMX Components because the last section was a general overview of JMX, and one might think this was still about JMX in general okay. - In the figure you have a JDBC Service MBean, but in the table it's not there and you have a Driver MBean. Are these the

JMX For Derby Deadline - June 18

2006-06-15 Thread Sanket Sharma
the document if you have not done already. Thank You. Best Regards, Sanket Sharma

[jira] Updated: (DERBY-1387) Add JMX extensions to Derby

2006-06-13 Thread Sanket Sharma (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1387?page=all ] Sanket Sharma updated DERBY-1387: - Description: This is a draft requirement specification for adding monitoring and management extensions to Apache Derby using JMX. The requirements document

[jira] Commented: (DERBY-1387) Add JMX extensions to Derby

2006-06-13 Thread Sanket Sharma (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1387?page=comments#action_12416047 ] Sanket Sharma commented on DERBY-1387: -- David, Can you please tell me more about non functional requirements? Things like performance (response time, thorughput

Google SOC: JMX for Derby - Comments Required

2006-06-13 Thread Sanket Sharma
to the features enlisted. Thank You! Best Regards, Sanket Sharma

Re: Please don't cross-post between derby-user and derby-dev

2006-06-13 Thread Sanket Sharma
is as critical for users as it is for developers! Infact, I would like to request you to look at the document and put your comments about what features you would like to see in a management extension and let me know if I have missed anything!! Best Regards, Sanket Sharma On 6/14/06, Jean T

Re: [jira] Commented: (DERBY-1387) Add JMX extensions to Derby

2006-06-09 Thread Sanket Sharma
. Is that still on the plate? Or do we just let existing JMX tools plug into our framework? I guess if usability and ease of use is our concern, we will have to do it? or atleast build something on top of existing tools. Best Regards, Sanket Sharma

[jira] Created: (DERBY-1387) Add JMX extensions to Derby

2006-06-08 Thread Sanket Sharma (JIRA)
Add JMX extensions to Derby --- Key: DERBY-1387 URL: http://issues.apache.org/jira/browse/DERBY-1387 Project: Derby Type: New Feature Reporter: Sanket Sharma Assigned to: Sanket Sharma This is a draft proposal for adding JMX

Feature list for adding JMX extensions to derby

2006-06-08 Thread Sanket Sharma
Hi.. Please see the following and the attached file for a list of features that could be added to derby. http://issues.apache.org/jira/browse/DERBY-1387 Awaiting responses Best Regards, Sanket Sharma

[jira] Updated: (DERBY-1387) Add JMX extensions to Derby

2006-06-08 Thread Sanket Sharma (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1387?page=all ] Sanket Sharma updated DERBY-1387: - Attachment: Requirements for JMX.html Requirements in a single html file. Add JMX extensions to Derby --- Key: DERBY

[jira] Updated: (DERBY-1387) Add JMX extensions to Derby

2006-06-08 Thread Sanket Sharma (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1387?page=all ] Sanket Sharma updated DERBY-1387: - Attachment: Requirements for JMX Updated.html Please download this file for JMX requirements. This is the updated version. Add JMX extensions to Derby

Re: Feature list for adding JMX extensions to derby

2006-06-08 Thread Sanket Sharma
. Thank You! Best Regards, Sanket Sharma

Developer access to JIRA

2006-06-07 Thread Sanket Sharma
Hi, I'm a google SOC participant working on adding JMX extensions to Derby. Request you to please grant me developer access to JIRA. Best Regards, Sanket Sharma

Re: [Db-derby Wiki] Update of JmxForDerbyProject by Sanket Sharma

2006-06-02 Thread Sanket Sharma
community. David had suggested this ´open development´ in his very first mail. The ¨Plan¨ I refer to on the Wiki is my personal schedule for next two/three months of SOC. I hope it clears all your doubts. Best Regards, Sanket Sharma

JMX Extensions to Derby

2006-05-31 Thread Sanket Sharma
implemented as JMX extensions. Looking forward to working with you! Best Regards, Sanket Sharma

JMX Extensions to Derby

2006-05-31 Thread Sanket Sharma
implemented as JMX extensions. Looking forward to working with you! Best Regards, Sanket Sharma