3
I Use This!
High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 7 hours ago.
Sep 06, 2024 — Sep 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Making sure that its GlassFishPlugin while dissociating services. More... about 14 years ago
Fix copyright date. More... about 14 years ago
Issue Number : 17244 Description : While creating a JDBC Connection Pool, added a introspect field in the first page. If introspect is enabled, introspected class names will be listed in the second page. Reviewed by : Anissa Lam More... about 14 years ago
move to org.glassfish package More... about 14 years ago
revert the fix for http://java.net/jira/browse/GLASSFISH-17131 ("JSessionID from url dropped in case of http/ https redirect cycle") More... about 14 years ago
Fix 17226: Class loading for supplemental commands is not working correctly Code reviewed by Sahoo. Passed quicklook and admin CLI dev tests. The class loader hiearchy was not correct when supplemental commands were executed. This change sets the thread context class loader to the GlassFish common classloader when executing a supplemental command in the same way that is done for normal admin commands. More... about 14 years ago
Change post-enable, post-disable, and post-undeploy supplemental commands to use the new AfterReplication Supplemental.Timing value so they run after replications of enable, disable, and undeploy respectively have executed on instances. More... about 14 years ago
Initial version of elasticity engine More... about 14 years ago
use the new Singleton annotation on configbean so that we know if a "*" element is a singleton or not. Useful for "Virualizations" for example, possible others...Jason will need to look for the other cases. More... about 14 years ago
Remove the injection of MessageSecurityConfigEventListenerImpl from the message security commands and make it a startup service instead. This eliminates warnings in nucleus about a non-contract injection. Passed QL. More... about 14 years ago
Add support for AfterReplication supplemental commands. More... about 14 years ago
Removed unused class and a few minor changes More... about 14 years ago
add metrics gatherer specific config info. For now create one metric gatherer when the service is created. More... about 14 years ago
adding generator resource for 3.2.x debug purposes. More... about 14 years ago
added Singleton metadata for extensions configuration More... about 14 years ago
@Override More... about 14 years ago
Fixed copyright dates. More... about 14 years ago
fix issue http://java.net/jira/browse/GLASSFISH-17240 ("Need to make sure no null in the returned array of ManagerBase.findSessions()") More... about 14 years ago
Fix getAttribute More... about 14 years ago
update element names so consistent with design More... about 14 years ago
latest iteration of the virtualization implementation. More... about 14 years ago
Adding javax.servlet-api.jar to nucleus distribution, required by jersey runtime. More... about 14 years ago
fix issue http://java.net/jira/browse/GLASSFISH-17239 ("WebappClassLoader#nullInstance does not clear reference properly") More... about 14 years ago
Fix for issue 17039 also as part of the dol cleanup now the annotation handlers are part of the webservices connector module . Tests ran devtests and quicklook More... about 14 years ago
update so can have more than one alert More... about 14 years ago
GLASSFISH-17232 fix typo. More... about 14 years ago
Move the IIOP and Orb config beans from nucleus to appserver: IiopService, IiopListener, and Orb More... about 14 years ago
fixed the copyright header More... about 14 years ago
copyright changes - changed year to 2011 More... about 14 years ago
Issue Number : 17233 Description : In JDBC Connection Pool advanced page, added the text field for statement leak timeout and check box for statement leak reclaim attributes. More... about 14 years ago