OW2 Consortium jonas

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
18142 1418d 00h loverad /sandbox/update-center/jonas/modules/libraries/jonas-deployment/src/main/java/org/ow2/jonas/deployment/ws/lib/WSDeploymentDescManager.java Merge from JOnAS trunk  
16963 1547d 02h loverad /sandbox/update-center/jonas/modules/libraries/jonas-deployment/src/main/java/org/ow2/jonas/deployment/ws/lib/WSDeploymentDescManager.java copy jonas trunk into jonas update center project  
16276 1609d 17h sauthieg /jonas/trunk/jonas/modules/libraries/jonas-deployment/src/main/java/org/ow2/jonas/deployment/ws/lib/WSDeploymentDescManager.java Do not parse JAX-WS information from deployment descriptor with JOnAS parsing utilities.
* JAX-WS webservices.xml and service-ref elements are ignored
* webservices.xml have a version attribute that we can use to choose (1.1 is for JAX-RPC and 1.2 for JAX-WS)
* The service-ref element that we want to parse is the one located in the J2EE namespace (the one located in the JAVAEE namespace do not have to be parsed)
 
15428 1716d 00h sauthieg /jonas/trunk/jonas/modules/libraries/jonas-deployment/src/main/java/org/ow2/jonas/deployment/ws/lib/WSDeploymentDescManager.java Only SVN property changes (eol-style=native & Id keywords for all ASCII files, mime-types for images, ...)  
13934 1877d 20h alitokmen /jonas/trunk/jonas/modules/libraries/jonas-deployment/src/main/java/org/ow2/jonas/deployment/ws/lib/WSDeploymentDescManager.java fixed servlet registration issue during WAR deployment  
13172 1923d 02h alitokmen /jonas/trunk/jonas/modules/libraries/jonas-deployment/src/main/java/org/ow2/jonas/deployment/ws/lib/WSDeploymentDescManager.java Reverted revisions 13147 and 13155

I've verified that it does compile :)
 
13164 1923d 17h sauthieg /jonas/trunk/jonas/modules/libraries/jonas-deployment/src/main/java/org/ow2/jonas/deployment/ws/lib/WSDeploymentDescManager.java Fix issue using urlToFile().
We don't really need a File here. This is only used for an informative Exception message if any, so the URL will be enough.
 
13163 1923d 17h sauthieg /jonas/trunk/jonas/modules/libraries/jonas-deployment/src/main/java/org/ow2/jonas/deployment/ws/lib/WSDeploymentDescManager.java * Style
* Java 5 generics
 
13155 1923d 22h alitokmen /jonas/trunk/jonas/modules/libraries/jonas-deployment/src/main/java/org/ow2/jonas/deployment/ws/lib/WSDeploymentDescManager.java The usage of the bugged URL.getFile() and File.toURL() have been banned and replaced with the URLUtils class or with the use of the URI class (which does syntax check & escaping -the URL class doesn't do either of these!)  
13147 1924d 19h alitokmen /jonas/trunk/jonas/modules/libraries/jonas-deployment/src/main/java/org/ow2/jonas/deployment/ws/lib/WSDeploymentDescManager.java Start using URLUtils instead of the buggy URL.getFile()

Modifications and testing are not over yet...
 
13130 1925d 01h alitokmen /jonas/trunk/jonas/modules/libraries/jonas-deployment/src/main/java/org/ow2/jonas/deployment/ws/lib/WSDeploymentDescManager.java Cleaned up the rev. 13120  
13120 1925d 20h alitokmen /jonas/trunk/jonas/modules/libraries/jonas-deployment/src/main/java/org/ow2/jonas/deployment/ws/lib/WSDeploymentDescManager.java JONAS#307449

Fixed bug where an EAR with a space in the file or directory name (including a space in JONAS_BASE) cannot be deployed in Windows.
 
12246 2018d 13h benoitf /jonas/trunk/jonas/modules/libraries/jonas-deployment/src/main/java/org/ow2/jonas/deployment/ws/lib/WSDeploymentDescManager.java Change the contact mail  
11250 2142d 01h durieuxp /jonas/trunk/jonas/modules/libraries/jonas-deployment/src/main/java/org/ow2/jonas/deployment/ws/lib/WSDeploymentDescManager.java Change the package names  
11141 2146d 22h durieuxp /jonas/trunk/jonas/modules/libraries/jonas-deployment/src/main/java/org/ow2/jonas/deployment/ws/lib/WSDeploymentDescManager.java Change the package names  
11129 2147d 04h durieuxp /jonas/trunk/jonas/modules/libraries/jonas-deployment/src/main/java/org/ow2/jonas/deployment/ws/lib/WSDeploymentDescManager.java Change the package names  
11124 2147d 21h durieuxp /jonas/trunk/jonas/modules/libraries/jonas-deployment/src/main/java/org/ow2/jonas/deployment/ws/lib/WSDeploymentDescManager.java Change the package names  
11123 2147d 21h durieuxp /WSDeploymentDescManager.java Change the package names  
11121 2147d 22h durieuxp /WSDeploymentDescManager.java Change the package names  
10572 2203d 01h sauthieg /WSDeploymentDescManager.java Continue re-organization of the modules:
* Move directories of modules at the right place
* Updated jonas-generators pom to be child of jonas-modules

Note that security-tomcat module is still not sorted ...
 

Show All