[JBoss-dev] Reason for abstract methods in jboss-j2ee

2001-06-10 Thread Jesper Pedersen
Hi. Is there a reason for declaring the interface methods in jboss-j2ee for abstract ? If not I'll clean it up and add JavaDoc ;) Cheers, Jesper -- Jesper Pedersen, M.Sc. C.S.E Open Source Solution Manager Sun Certified Java 2 Developer IT+ A/S Phone: +45 86 78

Re: [JBoss-dev] Reason for abstract methods in jboss-j2ee

2001-06-11 Thread Jesper Pedersen
did the first pass of EJB 2.0 support for the > jboss-j2ee project so he's been contributing... > > Cheers > > -Original Message- > From: Jesper Pedersen > To: [EMAIL PROTECTED] > Sent: 6/11/01 2:39 AM > Subject: [JBoss-dev] Reason for abstract methods in jboss-j

Re: [JBoss-dev] Reason for abstract methods in jboss-j2ee

2001-06-11 Thread Jesper Pedersen
so feel free to change it. > > As for the javadoc, we had a pretty fair amount on the initial checkin, but > I wouldn't be surprised if we missed some, or if some is missing on the > latest 2.0 bits so again feel free to add. > > Cheers > > -Original Message- &g

[JBoss-dev] Jikes patch

2001-06-12 Thread Jesper Pedersen
Hi. The following patch makes jikes more happy. There are still warnings; check the output.txt file. Cheers, Jesper Index: ejb/plugins/jms/JMSContainerInvoker.java === RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/ejb/plugi

[JBoss-dev] First small patch for jboss-j2ee

2001-06-12 Thread Jesper Pedersen
hrows EJBException instead of RemoteException. Someone with write-access: please review the patch and commit. I'll start to work my way through the other packages in the module. Kind Regards, Jesper -- Jesper Pedersen, M.Sc. C.S.E Open Source Solution Manager Sun Certified Java 2 Develope

[JBoss-dev] Patch for J2eeDeployer.java

2001-06-14 Thread Jesper Pedersen
Hi. Could someone with write-acces review and apply the following patch ? Cheers, Jesper -- Jesper Pedersen, M.Sc. C.S.E Open Source Solution Manager Sun Certified Java 2 Developer IT+ A/S Phone: +45 86 78 21 00 Brendstrupgaardsvej 7 Fax: +45 86 78 21 02 DK-8200 Aarhus N

[JBoss-dev] Patch for javax.sql (jboss-j2ee)

2001-06-14 Thread Jesper Pedersen
Hi. Someone with write-access: please review and commit this patch for javax.sql in the jboss-j2ee module. Changelog: Added Javadoc to javax.sql Cheers, Jesper -- Jesper Pedersen, M.Sc. C.S.E Open Source Solution Manager Sun Certified Java 2 Developer IT+ A/S Phone: +45 86

Re: [JBoss-dev] Patch for J2eeDeployer.java

2001-06-14 Thread Jesper Pedersen
On Thursday 14 June 2001 14:20, you wrote: > Hi, > > > Could someone with write-acces review and > > apply the following patch ? > > Why to call String.toLowercase() 4 times? > I think following is better: > >public boolean accept(File dir, String filename) >{ > String lowercaseFil

[JBoss-dev] Profiler information for interest example

2001-06-18 Thread Jesper Pedersen
Hi. If anybody is interessed -- here is the profiler information for the interest example: 100.0 % - 1049 ms - 1 inv. - java.lang.Thread.run() 100.0 % - 1049 ms - 1 inv. - sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run() 99.61 % - 1045 ms - 1 inv. - sun.rmi.transport.tcp.TCPT

Re: [JBoss-dev] Profiler information for interest example

2001-06-18 Thread Jesper Pedersen
Forgot to say that it is 1 invocation on a JBoss-2.2.2+Tomcat-3.2.2 platform. Jesper ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] Profiler information for interest example

2001-06-18 Thread Jesper Pedersen
> what would be interesting is knowing also what kind of call do you make > there, I see a lot of class loading, a lot message digest, basically IO > chewing up 95% of the time... what are the calls? > > marcf > > |-Original Message- > |From: [EMAIL PROTECTED] > |[mailt

Re: [JBoss-dev] [ jboss-Bugs-432844 ] NullPointerException in AutoDeployer

2001-06-18 Thread Jesper Pedersen
On Monday 18 June 2001 18:38, you wrote: > Fixed. > > I have also added a Javadoc comment to the run() > method in the class. > > If a watched directory is deleted, JBoss will not give > a NULLPointerException, it will *ignore* the > directory. The next check will undeploy all EJBs from > that di

Re: [JBoss-dev] CVS update: jboss/src/etc class.java interface.java

2001-06-18 Thread Jesper Pedersen
On Tuesday 19 June 2001 04:08, you wrote: > On Mon, Jun 18, 2001 at 09:49:57PM -0400, Bill Burke wrote: > > Does anybody use emacs? We should have a java-mode specific to jboss. > > Does anybody *not* use emacs? They wouldn't admit it anyway. Unless they > use vi. > > I have a jboss style from

Re: [JBoss-dev] High load...

2001-06-25 Thread Jesper Pedersen
On Monday 25 June 2001 18:50, you wrote: > |You should try this on some other OSes. I believe that the sun vm on > | linux uses a one-to-one mode (one java thread to one native thread). > | This model has problems with thread contension becase all thread > | contension > |is resolved > |in the

[JBoss-dev] [OT] EJBCreator 0.1 released

2001-06-04 Thread Jesper Pedersen
t the documentation in the package. Binary Package The binary package of EJBCreator will be available for free download under ftp://ftp.itplus.dk/pub/EJBCreator/. Hope that you will find this application of some use. Kind Regards, Jesper Pedersen Open Source Solution Manager -- Jesper Pedersen,

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1530) NPE in JDBCStoreManager

2005-02-27 Thread Jesper Pedersen (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1530?page=history ] Jesper Pedersen updated JBAS-1530: -- Attachment: jdbcstoremanager.patch > NPE in JDBCStoreManager > --- > > Key: JBAS-1530 > URL: http:/

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1530) NPE in JDBCStoreManager

2005-02-27 Thread Jesper Pedersen (JIRA)
+ Reporter: Jesper Pedersen Priority: Minor The attached patch fixes: 12:44:39,248 ERROR [EntityContainer] Stopping failed jboss.j2ee:jndiName=ejb/UserLocal,service=EJB java.lang.NullPointerException at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.stop(JDBCStoreManager.java:507

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1531) InstancePool::setMaxSize

2005-02-27 Thread Jesper Pedersen (JIRA)
+ Reporter: Jesper Pedersen Priority: Minor The following patch adds for setMaxSize on InstancePool and exposing it as a managable attribute. This makes it possible to change the pool size for EJBs run-time via jmx-console. Patches are against current Branch_4_0 for code and HEAD for

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1531) InstancePool::setMaxSize

2005-02-27 Thread Jesper Pedersen (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1531?page=history ] Jesper Pedersen updated JBAS-1531: -- Attachment: instancepool.patch > InstancePool::setMaxSize > > > Key: JBAS-1531 > URL: http://jira

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1531) InstancePool::setMaxSize

2005-02-27 Thread Jesper Pedersen (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1531?page=history ] Jesper Pedersen updated JBAS-1531: -- Attachment: doc.patch > InstancePool::setMaxSize > > > Key: JBAS-1531 > URL: http://jira.jboss.

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1594) ALTER TABLE ADD DEFAULT

2005-03-17 Thread Jesper Pedersen (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1594?page=history ] Jesper Pedersen updated JBAS-1594: -- Attachment: altertable.patch > ALTER TABLE ADD DEFAULT > --- > > Key: JBAS-1594 > URL: http://jira

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1594) ALTER TABLE ADD DEFAULT

2005-03-17 Thread Jesper Pedersen (JIRA)
+ Reporter: Jesper Pedersen Priority: Minor Attachments: altertable.patch This patch adds support for having a default value assigned to existing rows when adding a column to a table - just like the SQL statement. The patch adds an optional "default-value" element to "cmp-field&

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1594) ALTER TABLE ADD DEFAULT

2005-03-17 Thread Jesper Pedersen (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1594?page=history ] Jesper Pedersen updated JBAS-1594: -- Attachment: altertable-doc.patch > ALTER TABLE ADD DEFAULT > --- > > Key: JBAS-1594 > URL: http://jira