• 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

PowerJ 4.1 - Properties of objects

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I created an EJB 2.0 component in PowerJ 4.1 from the existing EJB 1.0 component developed in PowerJ 3.5.
While doing so, the properties of objects (like query objects, transaction objects) are getting changed when migrated from PowerJ 3.5 to PowerJ 4.1, if viewed from GUI properties screen. But if I see the properties in the code generated, they remain the same as specified in PowerJ 3.5.
For example, for a query object, the PrimaryKeyColumns is set in the code as below.
query_incentiveinfo.setPrimaryKeyColumns("i_schaumburg;i_incentive");
But this is not visible if we view through GUI properties screen.
Even if I add some columns to the PrimaryKeyColumns in the Columns tab of this query object, next time when I open the same component, the added entries are not seen. The PrimaryKeyColumns entry is blank.
Is there any option to enable so that whatever specified in the code will be reflected in GUI properties screen....?
OR
Is this a bug in PowerJ 4.1.....?
Thanks
Raghu
 
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving this to the Other Java products and servers forum.
Simon
 
I RELEASE YOU! (for now .... ) Feel free to peruse this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic