3
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 10, 2024 — Sep 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add missing init target - this will fix default domain creation problem. More... about 14 years ago
Setting execute permissions for nadmin script. More... about 14 years ago
Moving atomic distribution module build to nucleus workspace, adjusting remaining appserver distribution modules. More... about 14 years ago
Completed nucleus packaging migration, GlassFish packages now reuse content packaged in nucleus workspace. More... about 14 years ago
Fixed file layout for nucleus distribution-fragment module staging. More... about 14 years ago
jersey 1.9-ea02 integration More... about 14 years ago
Removing DefaultComponentUpgrade so modules do not need to do upgrade for the individual appserver-specific elements in default-config. This will be fixed in DefaultConfigUpgrade to do this generically. More... about 14 years ago
Splitting example, removed the TransactionService from the config-api module. More... about 14 years ago
Move UpgradeService from nucleus to appserver. More... about 14 years ago
Change package name More... about 14 years ago
Move UpgradeService.java from nucleus to appserver/admin/admin-core. More... about 14 years ago
Remove all code using config beans which are moving out of the nucleus. This class will be changed to copy the default-config from the domain.xml template without needing to know the specific elements. More... about 14 years ago
Fixed issue 16995. Send the disable event synchronously so we don't run into problems when deploying JPA application with high availability. Ran QL, deployment dev tests. More... about 14 years ago
Modify calls to Habitat.getComponent for <config> subelements to include the ServerEnvironment.DEFAULT_INSTANCE_NAME. This ensures that the caller is getting the object for the currently running server. Passed QL. More... about 14 years ago
Add nadmin/nadmin.bat to the nucleus build. More... about 14 years ago
Fixed issue 17011. Enhanced the error messages to provide the ejb name when the ejb reference resolution failed. Ran QL. More... about 14 years ago
fix FindBugs issue: WebappLoader.java More... about 14 years ago
Fixing copyright headers. More... about 14 years ago
Refactoring Resource related classes to connectors module More... about 14 years ago
Refactoring resource listeners and proxy classes to connector module More... about 14 years ago
Issue : 16906 More... about 14 years ago
+ remove System.out thanks to MartinG for catching this More... about 14 years ago
Set svn property svn:eol-style to files in v3 More... about 14 years ago
Fix the EJB embedded test problem due to the previous checkin of Config.java. The problem was that Config was setting the name for the AdminListener, which is not a subelement of Config. Passed QL. Passed embedded QL. More... about 14 years ago
Part 1 of changes to fix problem with injection of <config> subelements. This change causes all config beans that are referenced directly by the Config config bean to be indexed in the habitat with ServerEnvironment.DEFAULT_INSTANCE_NAME. All injections of these objects are modified to use this name to reference the object. This change does not include a listener to add the index entry for subelements that are added after the server starts. This will be in part 2. DomainXml and Config changes reviewed by Jerome. Passed QL. More... about 14 years ago
GLASSFISH-17072. Add checkbox for encodedSlashEnabled and webSocketsEnabled attributes. More... about 14 years ago
fix FindBugs issues: DC_DOUBLECHECK, IS2_INCONSISTENT_SYNC More... about 14 years ago
fix FindBugs issue: DLS_DEAD_LOCAL_STORE More... about 14 years ago
Fixes for Findbugs issues in security/core - QL passes More... about 14 years ago
Removed the upgrade tool (trunk only). See http://blogs.oracle.com/bobby/entry/the_glassfish_upgrade_tool More... about 14 years ago