From b21a41f15f5910c55051c758387982c3dfa94af4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org> Date: Thu, 28 Apr 2016 14:26:59 +0200 Subject: [PATCH] added missing @Remote annotation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder <roland@mxchange.org> --- .../model/customer/PizzaCustomerSessionBeanRemote.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/org/mxchange/pizzaapplication/model/customer/PizzaCustomerSessionBeanRemote.java b/src/org/mxchange/pizzaapplication/model/customer/PizzaCustomerSessionBeanRemote.java index bd3f1da..4c1eabd 100644 --- a/src/org/mxchange/pizzaapplication/model/customer/PizzaCustomerSessionBeanRemote.java +++ b/src/org/mxchange/pizzaapplication/model/customer/PizzaCustomerSessionBeanRemote.java @@ -16,6 +16,7 @@ */ package org.mxchange.pizzaapplication.model.customer; +import javax.ejb.Remote; import org.mxchange.jcustomercore.model.customer.CustomerSessionBeanRemote; /** @@ -23,6 +24,7 @@ import org.mxchange.jcustomercore.model.customer.CustomerSessionBeanRemote; * <p> * @author Roland Haeder<roland@mxchange.org> */ +@Remote public interface PizzaCustomerSessionBeanRemote extends CustomerSessionBeanRemote { } -- 2.39.5