User: starksm
Date: 02/02/09 15:36:52
Modified:src/main/org/jboss/deployment SARDeployer.java
Log:
Validate that the stream for the META-INF/jboss-service.xml is not null
to prevent an NPE from the xml parser
Revision ChangesPath
1.6 +46 -52jboss/src/main/or
User: mnf999
Date: 02/01/29 17:50:16
Modified:src/main/org/jboss/deployment SARDeployer.java
Log:
Patch from David is ok, functionality lost is the capacity to deploy a flat jar with
just the classes and referencing the codebase (rare case)
Revision ChangesPath
1.3
User: d_jencks
Date: 02/01/29 16:36:53
Modified:src/main/org/jboss/deployment SARDeployer.java
Log:
hack to get copy-activated deployments working without removing the deploy dir
Revision ChangesPath
1.2 +3 -2 jboss/src/main/org/jboss/deployment/SARDeployer.j
On 2002.01.20 03:11:47 -0500 Adam Heath wrote:
> On Sat, 19 Jan 2002, marc fleury wrote:
>
> > /**
> > * Gets the FilenameFilter that the AutoDeployer uses to decide
> which files
> > * will be deployed by the ServiceDeployer. Currently .jsr, .sar,
> and files
> > * ending in
User: mnf999
Date: 02/01/19 19:38:23
Added: src/main/org/jboss/deployment SARDeployer.java
Log:
The new SARDeployer
Revision ChangesPath
1.1 jboss/src/main/org/jboss/deployment/SARDeployer.java
Index: SARDeployer.java
=