Stephan Klevenz created OLINGO-203: -------------------------------------- Summary: HTTPServletRequest not accessible Key: OLINGO-203 URL: https://issues.apache.org/jira/browse/OLINGO-203 Project: Olingo Issue Type: Bug Components: odata2-core, odata2-jpa Reporter: Stephan Klevenz Fix For: V2 1.2.0
public ODataJPAContext initializeODataJPAContext() throws ODataJPARuntimeException { ODataJPAContext oDataJPAContext = this.getODataJPAContext(); oDataJPAContext.getODataContext().getParameter(ODataContext.HTTP_SERVLET_REQUEST_OBJECT); org.apache.olingo.odata2.api.processor.ODataContext > I don’t see a HTTP_SERVLET_REQUEST_OBJECT in this class. --- Reason: Request object is set to late. -- This message was sent by Atlassian JIRA (v6.2#6252)