[EMAIL PROTECTED] wrote: > Hi, I'm using: > > Eclipse: 3.2.1 > EclipseME: 1.5.5 > WTK 2.5 > > I'm using the RMS for my app and I that the first time that the app run, > create > a RMS with data from a little XML (I use kDOM). > > So I create the rs with TRUE hoping that if the RS exist, it open it, if not, > create it, and then I check if the RS have something with an enumaration + > hasNextElement() and is when I fill the rs with the data from the XML. > > Everything work perfect without exceptions but everytime that I run the app > it > create a new rs. > > I have try to create the RS with FALSE value and then catch the exception and > create it again with TRUE value and load data from the XML, and the same > happen, the RS never really create. > > I debug it and I'm sure that everything is ok, including the close sentence > for > the RS. > > I wonder is this is a problem of the emulator and it will not happen in a > real > MIDP. > > Any help or hint will be truly wellcome. > > Thanks > Sergio > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Eclipseme-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/eclipseme-users
It's something with the 2.5 emulator, if you take a look at the Console output for the Emulator i believe you will see a different phone numbers each time you run it. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Eclipseme-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/eclipseme-users
