Interface and Description |
---|
javax.servlet.jsp.el.FunctionMapper
As of JSP 2.1, replaced by
javax.el.FunctionMapper |
javax.resource.spi.security.GenericCredential
The preferred way to represent generic credential information
is via the
org.ietf.jgss.GSSCredential interface in
J2SE Version 1.4, which provides similar functionality. |
javax.servlet.http.HttpSessionContext
As of Java(tm) Servlet API 2.1
for security reasons, with no replacement.
This interface will be removed in a future
version of this API.
|
org.apache.openejb.resource.jdbc.cipher.PasswordCipher |
javax.servlet.SingleThreadModel
As of Java Servlet API 2.4, with no direct
replacement.
|
javax.xml.bind.Validator
since JAXB 2.0
|
javax.servlet.jsp.el.VariableResolver
As of JSP 2.1, replaced by
javax.el.ELResolver |
Class and Description |
---|
javax.servlet.jsp.el.Expression
As of JSP 2.1, replaced by
javax.el.ValueExpression |
javax.servlet.jsp.el.ExpressionEvaluator
As of JSP 2.1, replaced by
javax.el.ExpressionFactory |
javax.servlet.http.HttpUtils
As of Java(tm) Servlet API 2.3.
These methods were only useful
with the default encoding and have been moved
to the request interfaces.
|
org.apache.openejb.core.ivm.naming.InitContextFactory
Use org.apache.openejb.core.LocalInitialContextFactory
|
org.apache.tomee.loader.LoaderServlet |
org.apache.openejb.client.LocalInitialContext
use org.apache.openejb.core.LocalInitialContext
|
org.openejb.client.LocalInitialContextFactory
use org.apache.openejb.core.LocalInitialContextFactory
|
org.apache.openejb.core.LocalInitialContextFactory |
org.apache.openejb.client.LocalInitialContextFactory
use org.apache.openejb.core.LocalInitialContextFactory
|
org.openejb.OpenEJB
use org.apache.openejb.OpenEJB
|
org.apache.openejb.resource.jdbc.cipher.PlainTextPasswordCipher |
org.openejb.client.RemoteInitialContextFactory
use org.apache.openejb.client.RemoteInitialContextFactory
|
javax.xml.soap.SOAPElementFactory
- Use
javax.xml.soap.SOAPFactory for creating SOAPElements. |
org.apache.openejb.resource.jdbc.cipher.StaticDESPasswordCipher |
org.openejb.client.TomcatEjbFactory
use org.apache.openejb.client.TomcatEjbFactory
|
org.apache.openejb.server.httpd.WebBeansListenerHelper
this features is imo highly questionable. We should rather fix the root of the issue
|
Exceptions and Description |
---|
javax.servlet.jsp.el.ELException
As of JSP 2.1, replaced by
javax.el.ELException |
javax.servlet.jsp.el.ELParseException
As of JSP 2.1, replaced by
javax.el.ELException |
Annotation Type and Description |
---|
org.apache.openejb.junit.AppResource |
org.apache.openejb.junit.Classes |
org.apache.openejb.junit.Component |
org.apache.openejb.junit.Configuration |
org.apache.openejb.junit.Descriptor |
org.apache.openejb.junit.Descriptors |
org.apache.openejb.junit.EnableServices |
javax.jws.soap.InitParam |
org.apache.openejb.junit.MockInjector |
org.apache.openejb.junit.Module |
javax.jws.soap.SOAPMessageHandler |
javax.jws.soap.SOAPMessageHandlers
As of JSR-181 2.0 with no replacement.
|
Field and Description |
---|
javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_TAG
As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED or IterationTag.EVAL_BODY_AGAIN.
|
javax.persistence.Persistence.PERSISTENCE_PROVIDER |
javax.persistence.Persistence.providers |
org.apache.openejb.maven.plugin.BuildTomEEMojo.zip |
org.apache.openejb.maven.plugin.BuildTomEEMojo.zipFile |
Constructor and Description |
---|
org.apache.openejb.server.ejbd.KeepAliveServer(ServerService) |
org.apache.jasper.runtime.TagHandlerPool(int)
Use static getTagHandlerPool
|
javax.servlet.UnavailableException(int, Servlet, String)
As of Java Servlet API 2.2, use
UnavailableException.UnavailableException(String, int) instead. |
javax.servlet.UnavailableException(Servlet, String)
As of Java Servlet API 2.2, use
UnavailableException.UnavailableException(String) instead. |
Annotation Type Element and Description |
---|
javax.jws.HandlerChain.name
As of JSR-181 2.0 with no replacement.
|