Subject | Re: Invalid clumplet Buffer Structure |
---|---|
Author | nagypapi |
Post date | 2008-03-17T21:53:55Z |
I found the problem by a lucky chance:
In our client's environment we didn't set the role name in our config
file, because we do not use roles anymore.
In our local environment the role name was still in our config.
Our code has the following line:
fbwds.setRoleName(role);
The exception gets thrown if role is null. If it is not null,
everything works okay in both environments.
Cheers,
John
In our client's environment we didn't set the role name in our config
file, because we do not use roles anymore.
In our local environment the role name was still in our config.
Our code has the following line:
fbwds.setRoleName(role);
The exception gets thrown if role is null. If it is not null,
everything works okay in both environments.
Cheers,
John