Build 2833 Issue Creating WSLD

If you think that something doesn't work in Aware IM post your message here
Post Reply
BobK
Posts: 544
Joined: Thu Jan 31, 2008 2:14 pm
Location: Cincinnati, Ohio, USA

Build 2833 Issue Creating WSLD

Post by BobK »

After upgrading to build 2833, the following messages show up in the tomcat output when I log into a BSV that contains some SOAP services:
Generating service files for Guest access level.
Successfully compiled file C:/AwareIM/CP/eclipse/../../Tomcat/temp/WSDL/appReservation.java
Successfully compiled file C:/AwareIM/CP/eclipse/../../Tomcat/temp/WSDL/appResvReply.java
Successfully compiled file C:/AwareIM/CP/eclipse/../../Tomcat/temp/WSDL/appPollForUpdates.java
Successfully compiled file C:/AwareIM/CP/eclipse/../../Tomcat/temp/WSDL/appPollReply.java
Exception deploying Web Services Errors compiling app.javas Note: sun.tools.javac.Main has been deprecated.
C:\AwareIM\CP\eclipse\..\..\Tomcat\temp\WSDL\app.java:45: Wrong number of arguments in method.
IInteractionSession session = cf.createLocalSocketConnection (serverParams.m_serverName, serverParams.m_serverPort, CommonConstants.LOGIN_OPERATION, bas_userName, bas_password, "app", null, null, CommonConstants.MOBILE_PLATFORM_DESKTOP, false);
^
C:\AwareIM\CP\eclipse\..\..\Tomcat\temp\WSDL\app.java:91: Wrong number of arguments in method.
IInteractionSession session = cf.createLocalSocketConnection (serverParams.m_serverName, serverParams.m_serverPort, CommonConstants.LOGIN_OPERATION, bas_userName, bas_password, "app", null, null, CommonConstants.MOBILE_PLATFORM_DESKTOP, false);
^
2 errors, 1 warning
Bob
BobK
Posts: 544
Joined: Thu Jan 31, 2008 2:14 pm
Location: Cincinnati, Ohio, USA

Re: Build 2833 Issue Creating WSLD - FIXED

Post by BobK »

This is fixed in build 2834
Bob
Post Reply