> 
> As if your life isn't hard enough...;-)

:)

> I'm going to start looking at extending the CMP 2 code to 
> work with CCI
> resource adapters as well as jca-jdbc drivers. (the aim is to 
> use EJB 2
> with an object database, for which there is a CCI connector.)

I have been thinking about a new cmp 2 extension that maps to stored
procedures.  Would that be similar? 

> My initial impression is that I will have to implement all 
> the classes in
> ejb/plugins/cmp/jdbc/** in a new ejb/plugins/cmp/cci/** (for 
> starters).  Is
> this anywhere near the right track? Any clues about what else 
> I will need?

Well, not exactly.  ejb/plugins/cmp/jdbc/** is an implementation of
ejb/plugins/cmp/**, but may be a good stating place.  One issue I see, is
that I plan on changing this somewhat to support database INSERT/DELETE/SYNC
timing and ordering.

The most important packages to investigate are the bridge packages.  The
bridge packages implements the bridge pattern.  The bridge is between entity
implementation accessors and cmp-field/cmr-field/query objects.

> [I am hoping that the results of this work will be donated to 
> JBoss, but
> cannot guarantee this]
> 
> Also, would it be OK if I converted the sample app and tests 
> you sent me to
> fit in the jboss testsuite and committed them?

I have a much more detailed set of test cases, that I would like to add.
I'm not really sure how the test system works, so maybe you can send me some
pointers.  

It is good to see soooo much interest today :)

-dain

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to