[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

[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.patch > ALTER TABLE ADD DEFAULT > --- > > Key: JBAS-1594 > 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-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] 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] 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] 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] [Design of JBoss Profiler] - User Feedback

2005-01-14 Thread Jesper
;ignore" default to "*" ? Are planning for more features (JVMTI, component profiling; JSP, servlet, session, entity, JDBC) in the future ? Ideas ripped from: http://www.trifork.com/web/p4/Trifork_P4_ProductSheet.pdf I hope that you can use this feedback ! Regards, Jesper View the

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

2001-06-25 Thread Jesper Pedersen
erent JVM's on various OS'es. http://www.volano.com/report/index.html Cheers, Jesper ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

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

2001-06-18 Thread Jesper Pedersen
gt; I have a jboss style from when the standard was 3 spaces. If there's > interest I can post it (when I get home) along with instructions on > how to automatically activate it when editing JBoss sources. > Yes, please do. > Toby. > Jesper _

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

2001-06-18 Thread Jesper Pedersen
is > set to 3 seconds - hardcoded ! If the user wants to > change that, he would have to modify the source. I > think, we shold move that out of source and into a > config file ! > See the patch I made on SourceForge (patch #434115

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

2001-06-18 Thread Jesper Pedersen
itial time is used on I/O in this example. I'm trying to get some performance enhancing ideas for RabbitHole. I'll know alot more on this topic at the end of the week ... Jesper BTW: The numbers are from OptimizeIt 4.0.2 Linux Edition On Monday 18 June 2001 15:17, you wrote:

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

[JBoss-dev] Profiler information for interest example

2001-06-18 Thread Jesper Pedersen
() 3.43 % - 36 ms - 1 inv. - sun.rmi.transport.StreamRemoteCall.releaseOutputStream() 2.95 % - 31 ms - 2 inv. - sun.rmi.server.UnicastRef.unmarshalValue() 0.0 % - 0 ms - 1 inv. - java.lang.Thread.exit() Attached is the full dump. Have fun ! Jesper fulldata.txt.gz

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

2001-06-14 Thread Jesper Pedersen
g filename) >{ > String lowercaseFilename = filename.toLowerCase(); > return > lowercaseFilename.endsWith(".jar") || > lowercaseFilename.endsWith(".war") || > lowercaseFilename.endsWith(".ear") || > lowercaseFile

[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

[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] 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] 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

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

2001-06-11 Thread Jesper Pedersen
I'll begin the work tomorrow :) Cheers, /Jesper On Monday 11 June 2001 15:33, you wrote: > You're right. I can't find the javadoc on my machine that had the abstract > methods in interfaces, but the only files I actually did myself were the > Connector API ones and I

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

2001-06-11 Thread Jesper Pedersen
s abstract -- check the Javadoc generated from EJB 2.0 PFD2 compared to jboss-j2ee. I think we -- and I would be willing to do that -- should clean the interfaces such that they don't use the abstract keyword. And a bit more Javadoc wouldn't hurt ;) Cheers, Jesper On Monday 11 June 2

[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

[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,