Quantcast
Channel: SCN : All Content - SAP HANA Cloud Platform Developer Center
Viewing all articles
Browse latest Browse all 3285

How do we know when a server change is made, and (generally) what the change was.

$
0
0

Hi:

 

   Parts of my Java application stopped working (I think this week.)

 

   Most of the app continued without problem. But I had some old code which used to function before but stopped working.

 

     factory  = javax.xml.transform.TransformerFactory.newInstance();

     try {

          transformer = factory.newTransformer(new SteamSource(stylesheet));

          transformer.transform(source,new StreamResult(writer));

      } catch (Exception e) {}

 

    I need no assistance with this issue. But my question is do you have a type of maintenance plan whereby I would have some idea if you are making a change which may affect me?

 

    I would guess that you added / subtracted a jar file with a different implementation of javax.xml.transform?

 

** I switched to jacabi which you would not use thus is safe for me from any changes on your side. So that is fixed and could not occur again. I do not care about a fix. I am concerned with what we would do to prevent this in the future.


Viewing all articles
Browse latest Browse all 3285

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>