Related to the above post.
URI u1 = new URI("jbossws:/foo:bar");System.out.println("scheme : " + u1.getScheme());System.out.println("path : " + u1.getPath());
scheme : jbosswspath : /foo:bar
Reply to this message by going to Community
Start a new discussion in JBoss ESB Development at Community