#406 ✓closed
Ben Hood

View definitions should with half-open bounds

Reported by Ben Hood | November 2nd, 2011 @ 07:14 PM | in 1.0 (closed)

When defining a view as a refinement of an endpoint with half open bounds, e.g.:

<endpoint name="x" .....>
  <range-category name="bizDate" data-type="date" lower="2005-10-01" max-granularity="individual" />
  <view name="y">
    <range-category name="bizDate" data-type="date" upper="2011-09-30" />
  </view>
</endpoint>

The following error occurs:

config/endpoint[name=x]/views[name=y]: View category 'bizDate' (RangeCategoryDescriptor{dataType='date', lower='null', upper='2011-09-30', maxGranularity='null'}) does not refine endpoint category (RangeCategoryDescriptor{dataType='date', lower='2005-10-01', upper='null', maxGranularity='individual'})

However, it should be possible to do this.

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

A Real Time Differencing Tool.

Shared Ticket Bins

People watching this ticket

Pages