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