Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Nightly build - DataSource - getBeanClassName removed?

    Hi,

    I just downloaded a new nightly build and i noticed that the getBeanClassName method from DataSource was removed, as can be seen in the javadoc included in the build.

    Is this removal permanent and if so is there any alternative way to get to this information, since i relied on them in the client side for some stuff?

    Thanks and greets,
    David

    #2
    You can always add your own attributes to the DataSource and use getAttribute to get their values. This is cleaner than relying on the beanClassName, which will not available by default on the client because it's considered information leakage from a security perspective.

    Comment


      #3
      Thanks for the reply, and you are indeed right that it's information leakage. Will figure some way to retrieve the information needed.

      Greets,
      David

      Comment

      Working...
      X