Release History
Version | Date | Description |
---|
1.0.11
| 04/08/04 | WL6.1 Support Fixes, CMP SQL logging feature |
1.0.10
| 22/07/2004 | maintaince release |
1.0.9
| 21/07/2004 | features add |
1.0.8
| 14/07/2004 | Initial Eclipse 3.0 support |
Get the RSS feed of the last changes
Release 1.0.11 - 04/08/04
Type | Changes | By |
---|
| A new feature has been added which enables, if configured to do so from myWL's WebLogic preferences page, logging of all CMP generated SQL statements. This is a great aid for the developer, which can now monitor WL's generated SQL statements for finders, select methods, etc. This feature has been tested and it is known to work with WL 8.1. Older versions of WL may support this feature, but no testing has been made. |
slavikos
|
| When launching WL 6.1, JVM's working dir was being incorrectly set. |
slavikos
|
| WL 6.1 launcher didn't respect user's defined JVM options. |
slavikos
|
| WL 6.1 launcher didn't respect user's defined JNI library path. |
slavikos
|
| WL 6.1 launcher now by default adds to the server's boot classpath the WL's home. This eliminates the need to specify the WL's home dir in the plugin's Classpath Preferences page. |
slavikos
|
| WL 6.1 launcher specifies by default the java security policy as defined in the WL_HOME/lib/weblogic.policy file. |
slavikos
|
| WL 7.1 launcher specifies by default the java security policy as defined in the WL_HOME/lib/weblogic.policy file. |
slavikos
|
Release 1.0.10 - 22/07/2004
Type | Changes | By |
---|
| Default plugin's preferences were updated to use the new eclipse 3.0 API. The new extension point org.eclipse.core.runtime.preferences is being used a new preferences initializer has been added. This solves the problem where default preferences where stored / updated onl y when the preferences pages where visited. |
slavikos
|
Release 1.0.9 - 21/07/2004
Type | Changes | By |
---|
| Fixed an NPE which was being thrown if there were no project in the current workspace. |
slavikos
|
| From the plugin's WebLogic Preferences page (main page) you can select if the provided username and password will be used as well as boot identity for the WL server. This option is convinient for those you have configured their WL installation to use a boot identity stored elsewhere (for instance in a configuration file). This way, the provided username and password will be used only for authenticating with the WL's command line admin tool, which is used for shutting down (gracefully or not) a running WL instance. |
slavikos
|
| From the plugin's main preferences page you can now specify in which mode WebLogic Server will started (Production or Development mode). |
slavikos
|
| From the plugin's JVM Preferences page you can configure if the WL instance will be launched in debug or non-debug mode. |
slavikos
|
| Support for WL 6.1 and WL 7.1 has been added back again, althought it has not been tested, since the author has no such versions installed on his development machine. Please check and if support for WL 6.1 and/or WL 7.1 is broken, then send an note to the author (fsla@forthnet.gr).. |
slavikos
|
| Switched back to deprecated API for source lookups when launching BEA Weblogic Server in debug mode. Before the deprecated API call can be removed (JavaSourceLocator), the author needs to understand the relatioship between Source Container and Source Director and how to obtain an ISourceLocator instance from it, in the new Eclipse 3.0 API |
slavikos
|
Release 1.0.8 - 14/07/2004
Type | Changes | By |
---|
| The plugin was refactored and Eclipse 3.0 is now supported. Extensive checking has not occured yet and there few things that we should check, but the plugin is working quite well. |
slavikos
|
| This is the first public release |
slavikos
|