]> git.mxchange.org Git - pizzaservice-core.git/commitdiff
updated own name and resources
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:11 +0000 (23:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:11 +0000 (23:55 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/pizzaaplication/database/BasePizzaDatabaseBean.java
src/org/mxchange/pizzaapplication/model/customer/PizzaCustomer.java

index 257579487b6aa1a080a47089bc4532291f349db0..d820a15a3f5e36d5009921d420a440d743db2167 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -48,7 +48,7 @@ import org.mxchange.jusercore.model.user.UserUtils;
 /**
  * A helper class for beans that access the database.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public abstract class BasePizzaDatabaseBean extends BaseDatabaseBean {
 
@@ -89,10 +89,10 @@ public abstract class BasePizzaDatabaseBean extends BaseDatabaseBean {
                        Context context = new InitialContext();
 
                        // Get factory from JMS resource
-                       QueueConnectionFactory connectionFactory = (QueueConnectionFactory) context.lookup("jms/jlandingpage-queue-factory"); //NOI18N
+                       QueueConnectionFactory connectionFactory = (QueueConnectionFactory) context.lookup("jms/pizzaservice-queue-factory"); //NOI18N
 
                        // Lookup queue
-                       this.queue = (Queue) context.lookup("jms/jlandingpage-email-queue"); //NOI18N
+                       this.queue = (Queue) context.lookup("jms/pizzaservice-email-queue"); //NOI18N
 
                        // Create connection
                        this.connection = connectionFactory.createConnection();
index 546975441d957d8711f8a1e8b133ea87c9587fa2..c5e14393d388865bf78af7fc55e965efd06ff838 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -45,7 +45,7 @@ import org.mxchange.jcustomercore.model.customer.status.CustomerAccountStatus;
 /**
  * A customer entity
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "customer")
 @Table (