Hello
Eclipse Version: 2.1.1
Tamino Version: 3.1.2.1
First of all, I hope you are able to understand my English. It is not very professional, sorry. It could be helpful, if you could tell me that anyone understand (some) German.
I develop in Eclipse a Process with a XML import to Tamino. When I start the process from Eclipse it works, but when I produced a Jar ?with Eclipse/Export/JarFile? and after run the JAR File, the process cannot connect to Tamino. I don?t become an Error message. Who is the Problem?
Thank you for your help, best regards Reymond
my code:
my code:
guiMenu.setProgressBarValue(71);
DATABASE_URI = “http://localhost/TaminoDB/test1”;
XMLHeader = “<?xml version='1.0' encoding= 'UTF-8' ?>”;
//database connection
xmlObject = TXMLObject.newInstance( TDOMObjectModel.getInstance() );
connection = TConnectionFactory.getInstance().newConnection( DATABASE_URI );
xmlObjectAccessor = connection.newXMLObjectAccessor(TAccessLocation.newInstance(“ESF”), TDOMObjectModel.getInstance());
try
{
//update SHCS Patient-Record in TaminoDB
query = TQuery.newInstance(“SHCS[@id= “+ reverseValue +”]”);
tresp = xmlObjectAccessor.query( query );
String t = tresp.getQueryContentAsString();
if (tresp.hasFirstXMLObject())
{
#API-Management#webMethods-Tamino-XML-Server-APIs#webMethods