Issue Details (XML | Word | Printable)

Key: BEEHIVE-612
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Chris Webster
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Beehive

ControlAssembler does not support server specific descriptors

Created: 07/May/05 03:01 AM   Updated: 21/May/05 07:26 AM
Component/s: Controls
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Labels:


 Description  « Hide
The control assemble framework does not provide a way to access the server specific deployment descriptors. This presents a problem for applications which are deployed to servers similar to the J2EE 1.4 application server which requires that a resource such as JDBC be described in the server specific descriptor. The typical description is something like:
  resource
     jndi-name
     server-jndi-name

Which binds the generic resource declaration to the specific resource on the server. This will likely require some generic jndi annotation on the control itself to facilitate this generation.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Eddie O'Neil added a comment - 14/May/05 01:22 AM
Chris -- I definitely agree that this is something we should be clear about. Given that this is a new feature, I don't think we'll get to it in in the next couple of weeks, so I'm going to push to TBD.

Eddie O'Neil made changes - 14/May/05 01:22 AM
Field Original Value New Value
Fix Version/s TBD [ 10950 ]
Chris Webster added a comment - 21/May/05 07:26 AM
If this capability is not part of the standard control generation model, this would force a control client to edit the server specific deployment descriptor out of band. If I am using a JMS control, the standard deployment descriptor would be generated to include a destination and resource reference (assuming J2EE 1.4). However, the control author would not be able to generate anything into the server specific descriptor, so the control client would have to build the control (to see what deployment descriptor entries are created) and then hand edit the server specific descriptor.