Examples of WebBeansPassivationException


Examples of org.apache.webbeans.exception.WebBeansPassivationException

            if (passivating)
            {
                if (!component.isSerializable())
                {
                    throw new WebBeansPassivationException("WebBeans component implementation class : " + clazz.getName() + " with passivating scope @" + scope.annotationType().getName() + " must be Serializable");
                }
            }           
        }       
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.