Re: HTTP Adaptor settings

2018-09-18 Thread Chuck Hill
Those are the TCP buffer sizes. The best settings will depend on the size of the requests and responses of your app. I am not aware that the value makes a large difference in most cases. I think you would need some network level data to assess. Chuck On 2018-09-17, 11:10 AM, "Webobjects-de

Problem calling NSBundle.bundleForClass from junit test code

2018-09-18 Thread Ricardo Parada
Hi all, I am running a junit test case. The code there wants to load a file that resides in the Resources folder from the framework bundle. That framework is where the class I am testing and the junit class reside. However, this returns null: NSBundle bundle = NSBundle.bundleForClass(MyClass