Hi, I'm testing sleep.jsdl sample with your besclient + besserver implementation, where the <HPCProfileApplication> extension should be supported for the job submission. But, when I call the activity service on besclient the <Application> tag seems to be empty. Why?
activity response:
<Response xmlns="http://schemas...">
<ActivityIdentifier>
<Address xmlns="http...">https://192.168.1.106/607</Address>
</ActivityIdentifier>
<JobDefinition>
<JobDescription xmlns="http...">
<JobIdentification>
<JobName>Sleep</JobName>
<JobProject>default</JobProject>
</JobIdentification>
<!-- WHY DOES NOT CONTAIN HPCProfileApplication? -->
<Application></Application>
<Resources>
<CandidateHosts>
<HostName>acubuntu</HostName>
</CandidateHosts>
<TotalCPUCount>
<Exact>1</Exact>
</TotalCPUCount>
</Resources>
</JobDescription>
</JobDefinition>
</Response>
Logged In: YES
user_id=11198
Originator: NO
There is some bug in besserver in generating this content. I'll try to figure out the problem and provide a fix.