File tree Expand file tree Collapse file tree 12 files changed +12
-1
lines changed
helloworld-classfiletransformer/src/main/java/hello/client Expand file tree Collapse file tree 12 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2222 <groupId >org.wildfly.quickstarts</groupId >
2323 <artifactId >ejb-multi-server-app-main</artifactId >
2424 <version >11.0.0-SNAPSHOT</version >
25+ <relativePath >../pom.xml</relativePath >
2526 </parent >
2627 <artifactId >ejb-multi-server-app-main-ear</artifactId >
2728 <packaging >ear</packaging >
Original file line number Diff line number Diff line change 2222 <groupId >org.wildfly.quickstarts</groupId >
2323 <artifactId >ejb-multi-server-app-main</artifactId >
2424 <version >11.0.0-SNAPSHOT</version >
25+ <relativePath >../pom.xml</relativePath >
2526 </parent >
2627 <artifactId >ejb-multi-server-app-main-ejb</artifactId >
2728 <packaging >ejb</packaging >
Original file line number Diff line number Diff line change 2222 <groupId >org.wildfly.quickstarts</groupId >
2323 <artifactId >ejb-multi-server-app-main</artifactId >
2424 <version >11.0.0-SNAPSHOT</version >
25+ <relativePath >../pom.xml</relativePath >
2526 </parent >
2627 <artifactId >ejb-multi-server-app-main-web</artifactId >
2728 <packaging >war</packaging >
Original file line number Diff line number Diff line change 2222 <groupId >org.wildfly.quickstarts</groupId >
2323 <artifactId >ejb-multi-server-app-one</artifactId >
2424 <version >11.0.0-SNAPSHOT</version >
25+ <relativePath >../pom.xml</relativePath >
2526 </parent >
2627 <artifactId >ejb-multi-server-app-one-ear</artifactId >
2728 <packaging >ear</packaging >
Original file line number Diff line number Diff line change 2222 <groupId >org.wildfly.quickstarts</groupId >
2323 <artifactId >ejb-multi-server-app-one</artifactId >
2424 <version >11.0.0-SNAPSHOT</version >
25+ <relativePath >../pom.xml</relativePath >
2526 </parent >
2627 <artifactId >ejb-multi-server-app-one-ejb</artifactId >
2728 <packaging >ejb</packaging >
Original file line number Diff line number Diff line change 2222 <groupId >org.wildfly.quickstarts</groupId >
2323 <artifactId >ejb-multi-server-app-two</artifactId >
2424 <version >11.0.0-SNAPSHOT</version >
25+ <relativePath >../pom.xml</relativePath >
2526 </parent >
2627 <artifactId >ejb-multi-server-app-two-ear</artifactId >
2728 <packaging >ear</packaging >
Original file line number Diff line number Diff line change 2222 <groupId >org.wildfly.quickstarts</groupId >
2323 <artifactId >ejb-multi-server-app-two</artifactId >
2424 <version >11.0.0-SNAPSHOT</version >
25+ <relativePath >../pom.xml</relativePath >
2526 </parent >
2627 <artifactId >ejb-multi-server-app-two-ejb</artifactId >
2728 <packaging >ejb</packaging >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public class HelloClient {
4646
4747 public static void main (String [] args ) throws NamingException , MalformedURLException {
4848
49- String wsdlUrl = "http://localhost:8080/wildfly- helloworld-classfiletransformers-8.1.0-SNAPSHOT /HelloBean?wsdl" ;
49+ String wsdlUrl = "http://localhost:8080/helloworld-classfiletransformers/HelloBean?wsdl" ;
5050
5151 Hello webServiceClient = createClient (wsdlUrl , Hello .class );
5252
Original file line number Diff line number Diff line change 2222 <groupId >org.wildfly.quickstarts</groupId >
2323 <artifactId >shopping-cart</artifactId >
2424 <version >11.0.0-SNAPSHOT</version >
25+ <relativePath >../pom.xml</relativePath >
2526 </parent >
2627 <artifactId >shopping-cart-client</artifactId >
2728 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 2222 <groupId >org.wildfly.quickstarts</groupId >
2323 <artifactId >shopping-cart</artifactId >
2424 <version >11.0.0-SNAPSHOT</version >
25+ <relativePath >../pom.xml</relativePath >
2526 </parent >
2627 <artifactId >shopping-cart-server</artifactId >
2728 <packaging >ejb</packaging >
You can’t perform that action at this time.
0 commit comments