362
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 5 years ago.
Jul 13, 2018 — Jul 13, 2019
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
No longer have to add Tomcat to classpath in scripts More... over 24 years ago
Load jndi.properties into system properties. This allow Tomcat servlets to do "new InitialContext()" More... over 24 years ago
Add libraries to system property java.class.path too. This will allow javac usage to work (=JSP works now!) More... over 24 years ago
Fixed exception handling. Thanks to Darius D for pointing it out. More... over 24 years ago
Final release More... over 24 years ago
Set tomcat work dir properly More... over 24 years ago
metrics interceptor can be enabled via JMX More... over 24 years ago
Warnings are for beans (including their remote & home interfaces), not classes. More... over 24 years ago
9.2.8 Finders for entity home interface More... over 24 years ago
Removed silly debug message from home method mapping init More... over 24 years ago
Added method to allow replacement of the instance for activation More... over 24 years ago
Fixed the passivation of stateful session beans. The whole instance is now More... over 24 years ago
A bean can be passivated if the tx is not null but with status NO_TRANSACTION More... over 24 years ago
Home method support updated to follow intended syntax i.e. "ejbHomeFoo" instead of "ejbHomefoo" -> "foo" in home interface More... over 24 years ago
Added support for EJB 2.0 Home methods More... over 24 years ago
Now uses ServiceMBeanSupport More... over 24 years ago
In getCallerPrincipal() the check for null realm mapping has been added (thanks to Tom Cook <[email protected]>) More... over 24 years ago
Fix 'client' target to build tomcat-test.ear from ../tomcat ! More... over 24 years ago
fixed the MANIFEST.MF NullPointerException in J2eeDeployer More... over 24 years ago
Shell script updated for jetty support. More... over 24 years ago
Configuration files updated for jetty More... over 24 years ago
Initial revision of the jetty service. From the contrib module, Nov 10th 2000 More... over 24 years ago
con is set to null at the end of reset() so that PreparedConnections can return to the pool. More... over 24 years ago
Added prefix java:/ to the JNDI name More... over 24 years ago
Build instructions updated More... over 24 years ago
No need to provide these files here, the recent Castor release 0.8.9 contains all needed features More... over 24 years ago
JBoss/Jetty integration module More... over 24 years ago
Skip the sessioncontext when passivating a stateful session bean. More... over 24 years ago
If the underlying Connection is null, the PreparedStatement is not returned to the pool. More... over 24 years ago
If the underlying Connection is null, the PreparedStatement is not returned to the pool anymore. More... over 24 years ago