Re: default log level for openejb

2007-09-19 Thread Karan Malhi
Bad boy David, bad boy... ;) On 9/20/07, David Blevins <[EMAIL PROTECTED]> wrote: > > On Sep 19, 2007, at 8:43 PM, Karan Malhi wrote: > > > Bad boy karan, bad boy ;) > > In all fairness, I added a bunch of the debug statements and adjusted > the embedded.logging.properties to info and not the

Re: default log level for openejb

2007-09-19 Thread David Blevins
On Sep 19, 2007, at 8:43 PM, Karan Malhi wrote: Bad boy karan, bad boy ;) In all fairness, I added a bunch of the debug statements and adjusted the embedded.logging.properties to info and not the plain logging.properties. :-D -David On 9/19/07, David Blevins <[EMAIL PROTECTED]

Re: default log level for openejb

2007-09-19 Thread Karan Malhi
Bad boy karan, bad boy ;) On 9/19/07, David Blevins <[EMAIL PROTECTED]> wrote: > > On Sep 18, 2007, at 6:38 PM, Karan Malhi wrote: > > > Do we really need to set the level to DEBUG? > > > > I see the following in openejb.log file and don't see how the user is > > going to benefit from this in

Re: logging.properties file [was: svn commit: r577136]

2007-09-19 Thread David Blevins
Before the rewrite the we used to scrape the logging properties for file references, resolve them relative to openejb.base (i.e. new File (base, path)) and update the path with the resolved path. http://fisheye6.cenqua.com/browse/openejb/branches/3.0/container/ openejb-core/src/main/java/org/

Re: ejb-jar.xml to Annotations tool

2007-09-19 Thread Mohammad Nour El-Din
On 9/20/07, David Blevins <[EMAIL PROTECTED]> wrote: > > > On Sep 19, 2007, at 2:37 AM, Jonathan Gallimore wrote: > > >> > >> Gr8 work Jonathan, but if you please I have some comments, I code > >> is really > >> cool but it is tightly coupled to Eclipse, can we implement a > >> common code > >> tha

Re: ejb-jar.xml to Annotations tool

2007-09-19 Thread David Blevins
On Sep 19, 2007, at 2:37 AM, Jonathan Gallimore wrote: Gr8 work Jonathan, but if you please I have some comments, I code is really cool but it is tightly coupled to Eclipse, can we implement a common code that can be used from a command line tool for example, cause I think beside the nee

Re: ejb-jar.xml to Annotations tool

2007-09-19 Thread Mohammad Nour El-Din
Sure I will do that, thanks for info :) On 9/20/07, David Blevins <[EMAIL PROTECTED]> wrote: > > > On Sep 19, 2007, at 2:21 AM, Mohammad Nour El-Din wrote: > > > Jonathan do you have a JIRA account ??? If you have please send it > > to me so > > I can add you to the contributers list, if not pleas

Re: ejb-jar.xml to Annotations tool

2007-09-19 Thread David Blevins
On Sep 19, 2007, at 2:21 AM, Mohammad Nour El-Din wrote: Jonathan do you have a JIRA account ??? If you have please send it to me so I can add you to the contributers list, if not please create one and then send it to me . Make sure you add to the contributors part of "Project Roles" for

Re: test

2007-09-19 Thread David Blevins
On Sep 17, 2007, at 11:48 PM, Manu George wrote: Hi Dave, Welcome to Gmail :). So what is the reason for the shift? No shift. Was just trying to figure out some of the moderation commands. -David

Re: Default JNDI Name

2007-09-19 Thread David Blevins
It is implemented and should definitely work. The place to look would be MainImpl.processSystemProperties. -David On Sep 18, 2007, at 6:31 PM, Karan Malhi wrote: Changing the format: I should be able to change the JNDI name format by adding the following in conf/system.properties and restart

Re: Default JNDI Name

2007-09-19 Thread David Blevins
On Sep 18, 2007, at 4:13 PM, Karan Malhi wrote: Questions: - Can I set the jndi name at the bean level? The reason I ask this is because of this scenario: Organisation X decides to set the JNDI name format to {deploymentId}{interfaceType.annotationName} at the EJB-JAR level. They create around

Re: default log level for openejb

2007-09-19 Thread David Blevins
On Sep 18, 2007, at 6:38 PM, Karan Malhi wrote: Do we really need to set the level to DEBUG? I see the following in openejb.log file and don't see how the user is going to benefit from this information. If anyone can throw some light on the usefulness of below, that would be helpful. Accordi

Re: svn commit: r576045 - in /openejb/trunk/openejb3/container/openejb-core/src: main/java/org/apache/openejb/assembler/classic/ main/java/org/apache/openejb/core/cmp/ main/java/org/apache/openejb/cor

2007-09-19 Thread David Blevins
On Sep 19, 2007, at 3:10 PM, Joe Bohn wrote: David, This change seems to be causing or surfacing some failures in the TCK. Can you check out the geronimo tck list and lend your expert advice as to what might be going on? Definitely. Thanks, Joe! -David Thanks, Joe [EMAIL PROTECTED]

Re: svn commit: r576045 - in /openejb/trunk/openejb3/container/openejb-core/src: main/java/org/apache/openejb/assembler/classic/ main/java/org/apache/openejb/core/cmp/ main/java/org/apache/openejb/cor

2007-09-19 Thread Joe Bohn
David, This change seems to be causing or surfacing some failures in the TCK. Can you check out the geronimo tck list and lend your expert advice as to what might be going on? Thanks, Joe [EMAIL PROTECTED] wrote: Author: dblevins Date: Sat Sep 15 23:23:54 2007 New Revision: 576045 URL: ht

Re: How to upload m2 artifacts for review/vote?

2007-09-19 Thread Jacek Laskowski
On 9/19/07, Karan Malhi <[EMAIL PROTECTED]> wrote: > You also might want to checkout this page > http://cwiki.apache.org/confluence/display/OPENEJB/Tips+and+Suggestions Read it a couple of times, and I could not find the answer. That's why I was asking for some additional tips. Jacek -- Jacek

Re: How to upload m2 artifacts for review/vote?

2007-09-19 Thread Jacek Laskowski
On 9/19/07, Jeff Genender <[EMAIL PROTECTED]> wrote: > mvn package > scp ./target/openejb-X.X-SNAPSHOT.jar > [EMAIL PROTECTED]:public_html/ Hi Jeff, Thanks for the answer, but that's not exactly what I asked about (I think I wasn't clear enough and hence the confusion). Should I wipe out the ent

Re: Annotations working in Tomcat

2007-09-19 Thread Dain Sundstrom
Forgot to click the send button on this email yesterday :( On Sep 18, 2007, at 2:17 PM, Dario Laverde wrote: Dain, Thanks for the work! I've updated the "New Instructions" adding the manual steps for Windows users, you can try including this in your installer. I updated the installer and

Tomcat installer now works on windows

2007-09-19 Thread Dain Sundstrom
I updated the installer to support Windows based on the instructions Dario wrote (thanks!). I also tested using Parallels, so it should generally work. If you have any problems let me know asap. -dain

Re: How to upload m2 artifacts for review/vote?

2007-09-19 Thread Karan Malhi
Jacek, You also might want to checkout this page http://cwiki.apache.org/confluence/display/OPENEJB/Tips+and+Suggestions David has explained in detail regarding this exact question. Its an excellent read. On 9/19/07, Jacek Laskowski <[EMAIL PROTECTED]> wrote: > Hi, > > Some of the projects I've

Re: How to upload m2 artifacts for review/vote?

2007-09-19 Thread Jeff Genender
mvn package scp ./target/openejb-X.X-SNAPSHOT.jar [EMAIL PROTECTED]:public_html/ Jeff Jacek Laskowski wrote: > Hi, > > Some of the projects I've been following upload their m2 artifact to a > private area (e.g. http://people.apache.org/~jlaskowski) to let people > review and vote before these ar

How to upload m2 artifacts for review/vote?

2007-09-19 Thread Jacek Laskowski
Hi, Some of the projects I've been following upload their m2 artifact to a private area (e.g. http://people.apache.org/~jlaskowski) to let people review and vote before these artifacts are published. How is it done? How to build openejb3 and put the jars into my home website area? Jacek -- Jace

Re: svn commit: r576702 - in /openejb/branches/3.0-beta-1/assembly/openejb-standalone/src/main: assembly/bin.xml conf/README.txt resources/README.txt

2007-09-19 Thread Jacek Laskowski
On 9/19/07, David Blevins <[EMAIL PROTECTED]> wrote: > You did some work to include the m-r-r-plugin in the build, great! > Kevan did some work and found the generated NOTICE files were not > valid and detailed what is valid, also great. I did some work to > trim the dependencies down and created

Re: svn commit: r576702 - in /openejb/branches/3.0-beta-1/assembly/openejb-standalone/src/main: assembly/bin.xml conf/README.txt resources/README.txt

2007-09-19 Thread David Blevins
On Sep 19, 2007, at 1:28 AM, Jacek Laskowski wrote: Hi, Hmmm, I don't like the commit. Why? First, because these two files are really not necessary (read on to find out why). Second, because I spent a lot of time tweaking the plugin and when it worked (almost) well, it's thrown away. Don't read

Re: ejb-jar.xml to Annotations tool

2007-09-19 Thread Jonathan Gallimore
Gr8 work Jonathan, but if you please I have some comments, I code is really cool but it is tightly coupled to Eclipse, can we implement a common code that can be used from a command line tool for example, cause I think beside the need to have this done from eclipse we need to have it done from th

Re: ejb-jar.xml to Annotations tool

2007-09-19 Thread Mohammad Nour El-Din
Sorry you can create create a new account from here http://issues.apache.org/jira/secure/Dashboard.jspa On 9/19/07, Mohammad Nour El-Din <[EMAIL PROTECTED]> wrote: > > Jonathan do you have a JIRA account ??? If you have please send it to me > so I can add you to the contributers list, if not plea

Re: ejb-jar.xml to Annotations tool

2007-09-19 Thread Mohammad Nour El-Din
Jonathan do you have a JIRA account ??? If you have please send it to me so I can add you to the contributers list, if not please create one and then send it to me . On 9/19/07, Mohammad Nour El-Din <[EMAIL PROTECTED]> wrote: > > Jonathan, you can find our JIRA here > http://issues.apache.org/jira

Re: ejb-jar.xml to Annotations tool

2007-09-19 Thread Mohammad Nour El-Din
Jonathan, you can find our JIRA here http://issues.apache.org/jira/browse/openejb On 9/19/07, Jacek Laskowski <[EMAIL PROTECTED]> wrote: > > On 9/18/07, Jonathan Gallimore <[EMAIL PROTECTED]> wrote: > > > I plan to do more, but wondered what you guys think. I'm quite happy to > > use SVN on my ser

Re: ejb-jar.xml to Annotations tool

2007-09-19 Thread Jacek Laskowski
On 9/18/07, Jonathan Gallimore <[EMAIL PROTECTED]> wrote: > I plan to do more, but wondered what you guys think. I'm quite happy to > use SVN on my server for this, or is there a better place for this to live? If it's ready to make even a simple work like adding @Stateless annotation I'd file a j

Re: ejb-jar.xml to Annotations tool

2007-09-19 Thread Mohammad Nour El-Din
Gr8 work Jonathan, but if you please I have some comments, I code is really cool but it is tightly coupled to Eclipse, can we implement a common code that can be used from a command line tool for example, cause I think beside the need to have this done from eclipse we need to have it done from the

Re: svn commit: r576702 - in /openejb/branches/3.0-beta-1/assembly/openejb-standalone/src/main: assembly/bin.xml conf/README.txt resources/README.txt

2007-09-19 Thread Jacek Laskowski
Hi, Hmmm, I don't like the commit. Why? First, because these two files are really not necessary (read on to find out why). Second, because I spent a lot of time tweaking the plugin and when it worked (almost) well, it's thrown away. Don't read it as a complaint, but as a gentle reminder to me to b