[
https://jira.jboss.org/browse/JBAS-8629?page=com.atlassian.jira.plugin.sy...
]
Carlo de Wolf commented on JBAS-8629:
-------------------------------------
The replacement of:
@@ -490,17 +499,38 @@
public static void main(String[] args)
{
- String[] roots = {
-
"vfszip:/home/svn/JBossHead/jboss-head/build/output/jboss-5.0.0.CR2/server/cts/tmp/jsr88/assembly_classpath_appclient.ear/assembly_classpath_appclient_client.jar",
-
"vfszip:/Users/svn/JBossHead/jboss-head/build/output/jboss-5.0.0.CR2/server/cts/tmp/jsr88/assembly_classpath_appclient.ear/libs/direct_classpath_util.jar",
-
"vfszip:/Users/svn/JBossHead/jboss-head/build/output/jboss-5.0.0.CR2/server/cts/tmp/jsr88/assembly_classpath_appclient.ear/libs/indirect_classpath_util.jar"
- };
- VFSClassLoaderFactory10 factory = new VFSClassLoaderFactory10();
- factory.setRoots(Arrays.asList(roots));
- VFSClassLoaderPolicyModule module = new VFSClassLoaderPolicyModule(factory,
"AppClientLoaderModule");
-
+ try
+ {
+ String path =
"vfs:///home/carlo/work/jboss-head/build/target/jboss-6.0.0-SNAPSHOT/server/cts/tmp/jsr88/ejb3_timer_basic_mdb.ear/ejb3_timer_basic_mdb_client.jar";
+ mount(path);
+ }
+ catch(Exception e)
+ {
+ e.printStackTrace();
+ }
}
I couldn't let Scott and Dimitris get away with such a patch, could I? :-)
(rev 77117)
ejb3/client/ClientLauncher.java contains reference to specific user
home directory path
---------------------------------------------------------------------------------------
Key: JBAS-8629
URL:
https://jira.jboss.org/browse/JBAS-8629
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Shelly McGowan
Assignee: Carlo de Wolf
What's this:
public static void main(String[] args)
{
try
{
String path =
"vfs:///home/carlo/work/jboss-head/build/target/jboss-6.0.0.20101110-CR1/server/cts/tmp/jsr88/ejb3_timer_basic_mdb.ear/ejb3_timer_basic_mdb_client.jar";
mount(path);
}
catch(Exception e)
{
e.printStackTrace();
}
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira