From: Roland Haeder Date: Fri, 4 Sep 2015 17:05:11 +0000 (+0200) Subject: More cleanups + redirected source code locations to relative positions. You have... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1f7261e1b85464cad469aa20d8ef0224c6f8ab68;p=pizzaservice-war.git More cleanups + redirected source code locations to relative positions. You have to clone my project the same way to have this working without changing anything! Signed-off-by:Roland Häder --- diff --git a/nbproject/project.properties b/nbproject/project.properties index d65221ed..54cd9348 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -98,6 +98,9 @@ run.test.classpath=\ # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value): runmain.jvmargs= source.encoding=UTF-8 +source.reference.jcore.jar=../jcore/src/ +source.reference.jsfcore.jar=../jsfcore/src/ +source.reference.jshop.jar=../jshop/src/ source.root=src src.dir=${source.root}/java test.src.dir=test diff --git a/src/java/org/mxchange/pizzaapplication/tags/basket/MiniBasketTag.java b/src/java/org/mxchange/pizzaapplication/tags/basket/MiniBasketTag.java index eff5214e..d8391cfe 100644 --- a/src/java/org/mxchange/pizzaapplication/tags/basket/MiniBasketTag.java +++ b/src/java/org/mxchange/pizzaapplication/tags/basket/MiniBasketTag.java @@ -17,6 +17,7 @@ package org.mxchange.pizzaapplication.tags.basket; import java.io.IOException; +import java.rmi.RemoteException; import java.text.MessageFormat; import javax.servlet.ServletException; import javax.servlet.jsp.JspException; @@ -134,7 +135,7 @@ public class MiniBasketTag extends BodyTagSupport implements BasketTag { out.append(" \n"); //NOI18N out.append("\n"); //NOI18N } - } catch (final ServletException ex) { + } catch (final RemoteException ex) { // Continue to throw throw new JspException(ex); }