Menu

SvnCode Commit Log


Commit Date  
[r355] by keess

the method public static int execute(..., ..., ...) contained an error, effectively
not allowing parameters. This was caused by calling:
statement.executeUpdate(sqlStatement) instead of:
statement.executeUpdate().

2002-12-02 14:21:46 Tree
[r354] by keess

Removed some obsolete log statements.
Added extra tests to test the Database.execute(...) method.

2002-12-02 14:09:27 Tree
[r353] by keess

Added jxpfw debug info.
Shows mode and state, return URL and stored object ID.

2002-12-02 14:04:51 Tree
[r352] by keess

Added lookupEJBLocalHomeByReference(...) method.

2002-12-02 14:00:55 Tree
[r351] by keess

Updated to reflect change in AbstractJSPBean::processParameters.
Null values are now handled instead of empty Strings.

2002-12-02 13:56:47 Tree
[r350] by keess

Renamed lookupEJBReference to lookupEJBByReference.

2002-12-02 13:53:48 Tree
[r349] by keess

Changed new to newLabel (this was an error).
Added genericExceptionsTitle.

2002-12-02 13:52:40 Tree
[r348] by keess

Adjusted to receiving null values from AbstractJSPBean::processParameters()

2002-12-02 13:50:46 Tree
[r347] by keess

Splitted info="all" tag into different tags.
Necessary since the "all" tags included jxpfw info but jxpfw info can only
be used when the tag is nested within a bean tag (which is not the case).

2002-12-02 13:49:24 Tree
[r346] by keess

Added a name attribute to the form tag.
Added debug tag.

2002-12-02 13:47:52 Tree
Older >