Re: Passing Blobs to stored procedure

2011-09-04 Thread Andrus Adamchik
Hi Joe, Oracle JDBC driver is messed up. Standard JDBC types are not working they way you'd expect them, and then a bunch of custom types to deal with. This looks like one of the examples. We may need to investigate if we can better abstract this particular case in Cayenne, but just a guess -

Re: How do I do a relationship on non-PKs in Modeler?

2011-09-04 Thread Marc O'Morain
Hi Jo, I was able to do this in the past by editing the .map.xml file by hand to add the relationships. To do this I added a foreign key on the database for one table temporarily, and let Cayenne infer this relationship. This produced the relationship that I needed. I was then able to delete the f