You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Ludovic Pénet (JIRA)" <ji...@apache.org> on 2014/11/21 10:52:34 UTC

[jira] [Updated] (OWB-1029) Use OWB on GoogleAppEngine

     [ https://issues.apache.org/jira/browse/OWB-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ludovic Pénet updated OWB-1029:
-------------------------------
    Attachment: patch-1029

The proposed patch solves this issue.

The custom instantiator can be used by setting 

org.apache.webbeans.spi.InstantiatorService=org.apache.webbeans.service.GoogleAppEngineInstantiatorService

in app src/main/resources/META-INF/openwebbean.properties.

I can also provide a sample and a patch to 1.2.6.

> Use OWB on GoogleAppEngine
> --------------------------
>
>                 Key: OWB-1029
>                 URL: https://issues.apache.org/jira/browse/OWB-1029
>             Project: OpenWebBeans
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 1.5.0
>         Environment: All
>            Reporter: Ludovic Pénet
>             Fix For: 1.5.0
>
>         Attachments: patch-1029
>
>
> OWB does not start on Google App Engine, because the use of sun.misc.Unsafe is prohibited.
> Another instantiator should be usable through spi, to circumvent this problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)