[jboss-jira] [JBoss JIRA] Commented: (JBAS-8629) ejb3/client/ClientLauncher.java contains reference to specific user home directory path
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Thu Nov 11 05:17:01 EST 2010
[ https://jira.jboss.org/browse/JBAS-8629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562770#action_12562770 ]
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
More information about the jboss-jira
mailing list