DeploymentException & Class Not Found on WebLogic Admin Server 11g
问题 Related: Load external properties files into EJB 3 app running on WebLogic 11 Using Oracle Enterprise Pack for Eclipse, I created an Enterprise Project and named it: PropertiesDemoEAR Also created a PropertiesDemoEARWeb module in which I put this code (inside PropertiesDemoEARWeb / Java Resources / src / com.project.util): package com.project.util; public class PropertiesFileHandler extends ApplicationLifecycleListener { private static final String FILE = "C:/etc/error.properties"; public