IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Compilation problem on Multi-Build

    Posted 09/02/11 04:50 PM

    Hi
    I used the javax.microedition.global.Formatter class in my code, but
    when testing, Phoney does not find it.

    I used it cause it is available on the project’s build path (through the
    stubs libraries), but when I tried to build the app for android, I got
    an exception
    package javax.microedition.global does not exist
    [javac] import javax.microedition.global.Formatter;

    Can i simply add the jsr238_1.0 to Phoney’s classpath to avoid this
    problem? Or should I directly use a different class for formatting
    dates/currencies?

    Many thanks
    Javier


    #mobile
    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 2.  RE: Compilation problem on Multi-Build

    Posted 09/02/11 04:54 PM

    Hi Javier,

    JSR 238 isn’t one of our Phoney / CrossCompiler supported JSRs right
    now. Please see here for the list we currently support:

    If you happen to have a J2ME implementation of that JSR, you could
    always add it to your project like any other Java code, but it’s not
    supported out the box at the moment.

    Regards,

    Nick.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General
    #mobile