• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unbeliveable Problem with RecordStore

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have many projects with RMS.So what happens is when one application is tested it shows in output(i.e. when i do system.out for RecordStores)
<RecordStoreNameOfOldApplication>0
<RecordStoreNameOfOldApplication>1
<RecordStoreNameOfOldApplication>2
.
.
.
<RecordStoreNameOfOldApplication>985
this goes on..
but actually i don't have these many record stores in my application.i have only three to four record stores.

can anyone throw some light on this problem.
 
Ranch Hand
Posts: 1282
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Record Store looks like a good, fundmentally robust design so it sounds to me like it is in the app -> Is the app proporietary and do you have perm to view the source for the app? Given that you are familiar with the api, this sounds to me the obvious route of first effort.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
pollux card, please check your private messages. You can see them by clicking My Private Messages.
 
reply
    Bookmark Topic Watch Topic
  • New Topic