using af java.io.EOFException: inputFile ADFE12.2.1 + GF4.1

Hi experts,


I am migrating an application to ADFEssentials 12.2.1 with Glassfish 4.1. When you use an af:inputFile to transfer a file, I get this exception:

java.io.EOFException
  at org.apache.myfaces.trinidadinternal.share.util.MultipartFormHandler._skipBoundary(MultipartFormHandler.java:229)
  at org.apache.myfaces.trinidadinternal.share.util.MultipartFormHandler.<init>(MultipartFormHandler.java:102)
  at org.apache.myfaces.trinidadinternal.share.util.MultipartFormHandler.<init>(MultipartFormHandler.java:75)
  at org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl.beginRequest(FileUploadConfiguratorImpl.java:139)
  at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl._startConfiguratorServiceRequest(GlobalConfiguratorImpl.java:746)
  at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.beginRequest(GlobalConfiguratorImpl.java:227)
  at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:184)
  at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
  at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:166)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
  at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:166)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
  at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
  at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
  at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
  at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
  at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
  at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
  at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
  at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
  at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
  at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:383)
  at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
  at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:316)
  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:160)
  at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:734)
  at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:673)
  at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:99)
  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:174)
  at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:416)
  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:283)
  at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:459)
  at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167)
  at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206)
  at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180)
  at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)
  at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
  at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283)
  at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)
  at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132)
  at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111)
  at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)
  at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536)
  at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
  at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)
  at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56)
  at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137)
  at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591)
  at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)
  at java.lang.Thread.run(Unknown Source)
]]

No idea why?

Kind regards

Jose.

Hello

It s a bug on the class MultipartFormHandler of the Trinity - impl.jar. You can download the sources of trinidad-impl (trinidad-impl - 2.0.0 - sources.jar.zip) and replace the following code to the _parseBoundary method:

Source language:

Analyze the text content type limit

public static private String _parseBoundary (final String contentType)

{

final int boundaryStart = contentType.indexOf (_BOUNDARY_PARAMETER);

If (boundaryStart<>

{

Returns a null value.

}

Limit begins with ' - '.

return "-" + contentType.substring (boundaryStart + _BOUNDARY_PARAMETER.length ());

}

New:

Analyze the text content type limit

public static private String _parseBoundary (final String contentType)

{

final int boundaryStart = contentType.indexOf (_BOUNDARY_PARAMETER);

If (boundaryStart<>

{

Returns a null value.

}

String limit = contentType.substring (boundaryStart + _BOUNDARY_PARAMETER.length ());

final int semicolonIndex = boundary.indexOf(";");

If (semicolonIndex >-1) {}

Boundary = boundary.substring (0, semicolonIndex);

}

Limit begins with ' - '.

return '-' + limit;

}

You can find the jar trinidad - impl.jar update here.

ADF 12 c + Glassfish4 + trinidad-impl

Replace the jar trinidad - impl.jar in your EARS or your deployment.

It will be useful,

Alex

Tags: Java

Similar Questions

  • org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl: java.io.EOFException when sending an attachment in email in Oracle ADF

    Hello I'm developing a web application Oracle ADF Essentials using jdeveloper11.1.2.4. In this, I have a java program which allows you to send an email. I sent this request the Tomcat6.x and Glassfish3.1.

    My e-mail program works fine in tomcat6.x. E-mail program is sending e-mail with an attachment when running application that has deployed on tomcat. But when am under application that was deployed to Glassfish3.1 this email program gives the following exception.

    org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl | _ThreadID = 94; _ThreadName = thread 2;: java.io.EOFException

    at org.apache.myfaces.trinidadinternal.share.util.MultipartFormHandler._readLine(MultipartFormHandler.java:253)

    at org.apache.myfaces.trinidadinternal.share.util.MultipartFormHandler._readLine(MultipartFormHandler.java:237)

    at org.apache.myfaces.trinidadinternal.share.util.MultipartFormHandler._skipBoundary(MultipartFormHandler.java:223)

    to org.apache.myfaces.trinidadinternal.share.util.MultipartFormHandler. < init > (MultipartFormHandler.java:102)

    to org.apache.myfaces.trinidadinternal.share.util.MultipartFormHandler. < init > (MultipartFormHandler.java:75)

    at org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl.beginRequest(FileUploadConfiguratorImpl.java:114)

    at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl._startConfiguratorServiceRequest(GlobalConfiguratorImpl.java:562)

    at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.beginRequest(GlobalConfiguratorImpl.java:212)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:174)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)

    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:279)

    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)

    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655)

    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:595)

    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)

    at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:331)

    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231)

    to com.sun.enterprise.v3.services.impl.ContainerMapper$ AdapterCallable.call (ContainerMapper.java:317)

    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195)

    at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:849)

    at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:746)

    at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1045)

    at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:228)

    at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)

    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)

    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)

    at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)

    at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)

    at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)

    at com.sun.grizzly.ContextTask.run(ContextTask.java:71)

    to com.sun.grizzly.util.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:532)

    to com.sun.grizzly.util.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:513)

    at java.lang.Thread.run(Thread.java:745)

    |#]

    And use the following code to load a file

    / * Method to download the file to the actual path on the server * /.

    private String uploadFile (file UploadedFile) {}

    System.out.println ("will transfer");

    File UploadedFile = myfile;

    String path = null;

    If (myfile == null) {}

    System.out.println ("in uploadFile if - 279: myfile == null");

    } else {}

    All the downloaded files will be stored in the following path

    System.out.println ("in uploadFile if - 282: myfile.") = null");

    path = "D: / / EasyRunFileStore / /" + myfile.getFilename ();

    InputStream inputStream = null;

    try {}

    FileOutputStream out = new FileOutputStream (path);

    inputStream = myfile.getInputStream ();

    ubyte [] buffer = new byte [8192];

    int bytesRead = 0;

    While ((bytesRead = inputStream.read (buffer, 0, 8192))! = - 1) {}

    out. Write (buffer, 0, bytesRead);

    }

    out. Flush();

    out. Close();

    } catch (Exception ex) {}

    handle the exception

    ex.printStackTrace ();

    System.out.println ("emailPage 277" + ex.getMessage ());

    } {Finally

    try {}

    inputStream.close ();

    } catch (IOException e) {}

    e.printStackTrace ();

    System.out.println ("email 302" + e.getMessage ());

    }

    }

    }

    Please help me.

    GlassFish - sending pictures in the application of the ADF - Stack Overflow

    Citattion:

    This is a bug on that version of Glassfish server you use. Check this list for reference bugs:TRINIDAD-10033 & GLASSFISH-18446. You have to move from 3.1.2 to 3.1.2.2 it is fixed to the furthest.

  • Error: java.io.EOFException

    I am running Windows XP on a laptop. I installed wamp server 2.1 (certified php 5.3.5 apache 2.2.17 and mySQL 5.5.8) and Flash Builder 4. I am now learning to link data to a database mySQL (mySQLdatabase called) which I've implemented using myPHPadmin.

    After creating a Flex 4 project based on tehnology server PHP in Flash builder, I have chosen,

    Data > connect to the data Service / > PHP > next > click here to generate the PHP example

    then fill the form generator service as follows:

    User name: root

    Password:

    Host name: localhost

    Server port: 80

    Database: mydatabase

    I clicked 'connect to the database' to generate a PHP class file and got this error message:

    Unable to connect to the database using the specified connection information:


    java.io.EOFException

    He left me scratching my head! I checked my database info (which is fairly standard: host, username, password, name, localhost, Port of the server and database) and all retired! Only, I can't understand what is wrong!

    I thought it would be permissions of folder where to install my WAMP software. I checked the settings of security there, too, and made sure everything was set to full control.  That did not work.

    I wonder if someone can tell me how to solve the problem?

    Thank you!

    try to replace server port 3306

  • I get a message: to use the 'java' command line tool, you must install a JDK.  I tried 10 times to install without success.  Help, please.

    I get a message: to use the 'java' command line tool, you must install a JDK.  I tried 10 times to install without success.  Help, please.

    You probably have some of the older than the needs/desires software legacy Java installed.

    Please see these sons of community message:

    After the installation of El Capitan, I get the message: to use the 'java' command line tool, you must install a JDK

    Just found this last Java does not work with El Capitan

    This is the Apple link to the legacy version of Java 6.

    Download Java for OS X 2015-001

    First of all, I would like to try to identify what application generated the next message and update (delete) this request as the case may be. If you need to run Java then, as the Apple Support page says it's certainly preferable that your installation of Java entirely up-to-date with the Oracle's Java course. If you can get without Java, you should install it not - like the Flash, it should not be installed unless you have no choice.

  • Using blackberry Java native methods

    Hi all

    can anyone suggest me how to implement the native methods from java in blackberry apps. In singles, I have a C code, I want to use this code in my blackberry App when I google, I found that java supports the native to consume methods the

    Code of C/C++ in java applications. I want the same thing to do in my blackberry app.

    If someone implementd that kind of technique, so please give the steps or the way how to implement this.

    Verify that this son.

    http://supportforums.BlackBerry.com/T5/Java-development/JNI/m-p/41140

    http://supportforums.BlackBerry.com/T5/Java-development/can-we-use-JNI-Java-native-interface-approac...

  • Use the java connector for the connector database?

    Hello

    I'm running on IOM 11gr2ps2 and need to use the database connector.  We installed the .net connector server to operate with the connector AD.

    The Oracle of https://docs.oracle.com/cd/E22999_01/doc.111/e20277.pdf documentation gives us an option to either install a java connector server to work with the database connector or install the IOM database connector without using a java connector server.

    The documentation says "execution of a connector on the connector server.

    allows to transmit queries put in service and reconciliation through the firewall in a

    as defined by the connector server.

    As I already have a connector server .net for AD, I would lean towards the installation of the java connector server.  In this way architecture remains consistent.

    Please, share your ideas.

    Thank you

    Khanh

    Table of database connector uses the Java Connector server, or it can be deployed directly in the container of the IOM.  If you have problems jar or different library due to database formats, you can use the connector server to isolate libraries and do not have to figure out how to make IOM in collaboration with several libraries.  It can also take some of the load on your server to IOM for the transformation.  I suggest to use the server connector for the isolation of the newspaper as well.

    -Kevin

  • Get the error: SCAC-50012 when using the Java activity

    Hello

    I use Jdeveloper 11.1.1.4.0. I use a Java integration activity in my BPEL and when I compile the project, I got an error -error: SCAC-50012


    The code I use in activity integration of Java is


    ______________________________________________________________________________________________

    java.lang.String TraceLogMessage = null;
    java.lang.Boolean tracelogenabled;
    java.lang.String title (java.lang.String) = getVariableData ("Title");
    java.lang.String instanceID = (java.lang.String) getVariableData ("InstanceID");
    java.lang.String serviceName = (java.lang.String) getVariableData ("ServiceName");

    tracelogenabled = oracle.apps.aia.core.eh.logging.AIALogger.isTraceLoggingEnabled ("INFO", "http://xmlns.oracle.com/ExecuteSalesOrderFulfillmentDeviceUpdateEBF");
    setVariableData ("TraceLogEnabled", tracelogenabled);

    If (tracelogenabled.booleanValue ())
    {


    TraceLogMessage = "Start" + serviceName + "Instance:" instanceID + title;

    oracle.apps.aia.core.eh.logging.AIALogger.logTraceMessage ("INFO", null, TraceLogMessage);

    }

    ______________________________________________________________________________________________

    I imported the following bpel but there is no chance...


    < bpelx:exec import="java.util.logging.Logger"/ >
    < bpelx:exec import="java.util.logging.Level"/ >
    < bpelx:exec import="oracle.fabric.logging.LogFormatter"/ >
    < bpelx:exec import="org.w3c.dom.*"/ >
    < bpelx:exec import="oracle.xml.parser.v2.XMLElement"/ >
    < bpelx:exec import="java.util.*"/ >
    < bpelx:exec import="java.lang.*"/ >
    < bpelx:exec import="java.math.*"/ >
    < bpelx:exec import="java.io.*"/ >
    < bpelx:exec import="oracle.soa.common.util.Base64Decoder"/ >


    Please help me with this...

    Thank you and best regards,
    Suman

    Hello

    Have you checked the scac log files in your project JDev SCA-INF/classes directory? There could be vital information in these tell you what the problem is.

    Concerning

    Lars

  • using the java plugin instead of jinitiator

    Hello

    I am using a java plugin instead of jinitiator because I switch to ubuntu.
    I tried the plugin java-sun6 - both the OpenJDK, Icedtea plugin but I have the same problem in both entities, the application is running, but no icons appear.
    I was wondering if this could have something to do with the versions from the jinitiator used was 1.1.8.16, and the plugins I've tried are sun-java6 - plugin:6.22 and icedtea6 - plugin:6 b 20 - 1.9.2 - 0ubuntu1.

    Thank you
    Mara

    Hello

    Please disable Windows Explorer blocker.
    hope this helps you.

    Sarah

  • Can I use the Java edition?

    Hello
    I don't know if I have to use the Java or the 'normal' edition of the berkeley db.

    My application is developed in Java, but I don't use JTA, JCA or JMX.
    Is there an advantage to be taken using the Java edition?

    Thank you

    There are many minor differences, for example, I was a little bit better write performance, DB uses somewhat less memory, DB has a SQL interface and I does not. But overall, the two products are very similar, so for most of the questions you might ask, the answer is going to be "in respect of the same".

    If you want to choose the best product for your application, you will need to define very specific criteria that are most important to you. If you care more about make every ounce of performance on a specific part of the material, using a specific amount of memory, for a specific application (access model), then you will need to pass a test and make a comparison.

    -mark

  • Scheduled tasks can be implemented using a Java object?

    I need to run a script that will create a scheduled task in the Coldfusion CF8 administrator. I used a Java object to save a custom tag and I wonder if you can do the same thing with a scheduled task.

    No special java class/object is actually necessary. ColdFusion provides a tag integrated to do this, .

    Read more here:
    http://livedocs.Adobe.com/ColdFusion/8/Tags_r-S_11.html

  • Cancel the deployment of a Web application using a Java method or call

    Hi, I have an application that is running on weblogic I want to cancel the deployment using a Java method or a call.
    Is it possible to do it with a specific API to weblogic or something like?
    Thank you!

    Hi CarolinaCunha,

    Please visit the following link to cancel the deployment of Applications using the Java method:

    http://jaysensharma.WordPress.com/2010/01/15/Undeploying-application-using-Java-method-JMX/

    Thank you
    Jay SenSharma

  • Essbase/smartview customers use jsk/java/jre?

    Hello Experts,

    Please clarify me on the following:

    Essbase/smartview customers use jsk/java/jre, if so what versions.

    Can I use Java in the client side?

    Who would influence customers essbase or smartview if Java is upgraded to one of the following versions.

    1.4.2_19 / 1.5.0_20 / 1.6.0_15


    Environment: Essbase 9.3.1


    Thanks in advance

    Kind regards
    Jingle

    Hello

    View excel addin/Smart clients use a JRE if it matter what JRE you have installed on the client.

    The web client for EAS and Studio Analysis Web use a JRE.

    You can certainly use the Java API if you want to write an application and connect to essbase however.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • java.io.EOFException: met premature EOF when reading Version

    Hello!

    We are trying to call external upside down on the other side of the BPEL.
    This WS binding is < http:binding verb = 'GET' / >

    As a result, we got an exception:

    < bindingFault xmlns = "http://schemas.oracle.com/bpel/extension" >
    -< name part = "summary" > < summary >

    com.collaxa.cube.ws.wsif.providers.http.WSIFOperation_HTTP@b7bf29: could not invoke "GetAllMessages." nested exception is:
    java.io.EOFException: met premature EOF when reading Version

    < / Summary > < / piece >
    -< part name = "detail" >
    < detail > java.io.EOFException: premature EOF when reading Version < / details >
    < / part >
    < / bindingFault >

    Enybody knows what that means?

    BPEL service works for a long time,
    But today we descry this boredom.

    Than you!

    A bindingFault lie that the parameters you send are not correct. Can you call this webservice via SOAUi and compare that in your BPEL process.

    Marc
    http://orasoa.blogspot.com

  • How to use existing java features like call webservice etc in webworks 2.0

    I have two or three existing features like calling a webservice /construct and sending a xml file to a url etc... developeb in java base. I want to use these features in my blackberry application 2.0 10 webworks. is it possible to do?

    You cannot call Java API in WebWorks BlackBerry 2.0 application. This SDK is intended for BlackBerry 10 where the Java Runtime does not exist.

    For BlackBerry WebWorks 10 applications, you can create plugins in the native (C/C++) layer, or code directly with Javascript. JavaScript offers features POST quite directly to send messages / data URL via the XMLHttpRequest object that would probably be a good fit.

  • Can we use JNI (Java Native Interface) approach in the Blackberry applications?

    Hello

    Someone help me find if we use the JNI (Java Native Interface) approach in applications Blackberry JDE version 4, 5?

    of course, use logic and rewrite in java. the actual coding usually takes only a small amount of development time, if you have a proper design.

Maybe you are looking for

  • Music from Apple (ios 10) with problems of dock car

    Hi, I use Apple music on an ios Iphone SE 10 with dock car; Since ios 10 update, radio can't play music in shuffle mode selected directly from the phone, but only if selected on the radio buttons (very unconfortable)... If I play a playlist in random

  • Tecra 9100 - problem BIOS update/restore

    Hi all: A few days ago, I (declining misguidely) tried to update the BIOS on my Tecra 9100. Now on startup I get the message "BIOS (Block1) is damaged! (Call the repairman). Technician: Place the maintenance disk in the drive and press any key when r

  • Pass / Fail step post action - option to retest step / fail step / interrupt the sequence on the failure.

    Hello... In my main sequence there are a number of Pass / Fail steps, before it a statement indicating an operator to connect cables, etc. What I want to do; If after the execution of a step, the result is a failure, we would like the opportunity to

  • pen-up-down on etch-a-sketch pen

    I have a 6th grade class who did a simple etch-a-sketch using ex xy graph. Students want to be able to move to a new location without having a trace. Similar to the question of pen down tracing. They also have this work of reading the joystick analog

  • now net.framework 2.0 spa 2 & 3.5 sp1 are not up-to-date.

    Original title: incident #SRX1156346212 now net.framework 2.0 spa 2 & 3.5 sp1 are not up-to-date. Sorry for the delay to return to you, the first problem that still exists. Thanks again for any help. Michael