cancel
Showing results for 
Search instead for 
Did you mean: 

SUP2.0 MBO + java plugin Eclips 1.50 connection problem for BB M Simulator

Former Member
0 Kudos

Hello All,

I had SUP101 Application on SUP2.0 Platform and Deployed successfully,

I had followed all the steps described in SUP documentaion website.

[http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.pubs.docset-SUP-2.0.0/doc/html/title.html]

I have BB Java plugin for Eclipse 1.50, make SUP101Sample Application.

Application is running on simulator ,but when I start Application it shows Empty List instead of list of user.

I had debugged Appellation on simulator and checked log.

Its gives Empty list from Query executed on SUP 2.0 server deployed MBO and there is no Exception.

I had copied all three .cod files and include three .jar files on class path.

CommonClient.jar,sup_client_rim.jar,UltraLiteJ.jar

(CommonClient.cod,sup_client_rim.cod,UltraLiteJ.cod

It seems to be connection is not done to MBO no log is displaying on server log.

Can anybody help,please.

Thanks in advance and Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello this problem is solved by adding flowing lines in auto generated code in <projectName>DB.java file.

getSynchronizationProfile().setString("transport", "WIFI");