[transfer-dev] Re: Cannot find the declaration of element 'datasource'.

2021-01-05 Thread Marc
5, 2021 at 5:49:50 PM UTC+1 Marc wrote: > Yesss validating against the datasource.xsd *does* work: > > Leaving the datasource.xsd as is (content and location) and performing > validation on the datasource.xml > > from (before validation) > > > > CMS

[transfer-dev] Re: Cannot find the declaration of element 'datasource'.

2021-01-05 Thread Marc
; xsi:noNamespaceSchemaLocation=""> CMS www xxx In my previous post where I stated validation did not work I had a typo in datasource.xml - xsi:noNamespaceSchemaLocation="">> Thanks all! On Tuesday, January 5, 2021 at 5:36:49 PM UTC+1 Marc wrote: > If I ad

[transfer-dev] Re: Cannot find the declaration of element 'datasource'.

2021-01-05 Thread Marc
Schema:[Error] :5:14: cvc-complex-type.2.3: Element 'datasource' cannot have character [children], because the type's content type is element-only. What is wrong here? On Tuesday, January 5, 2021 at 5:23:24 PM UTC+1 Marc wrote: > Hello all, > > I have a Coldfusion site using Transfer.

[transfer-dev] Cannot find the declaration of element 'datasource'.

2021-01-05 Thread Marc
Hello all, I have a Coldfusion site using Transfer. when requesting the domain a blan screen is returned. The page only contains basis html. When I cfdump the arguments of the onError handler I get an error: * The XML Provided in

[transfer-dev] Thetop element in te setAction package method in the TransactionEvent.cfc component cannot be accessed

2016-01-13 Thread Marc
1.1 Release Candidate 2 (23-August-2008) Thanks, Marc -- -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com/cse/home?cx

[transfer-dev] How to order by property of a linked-linked table?

2011-10-01 Thread Marc
correctly. Is what I want possible in Transfer? Marc -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com/cse/home?cx

[transfer-dev] alias of property not used when using an operator in TQL?

2011-09-26 Thread Marc
runs into the same issue. Marc -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 You

[transfer-dev] ad multiple childs in m2m relation

2011-09-16 Thread Marc
/object Marc -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 You received

[transfer-dev] error when inserting many-to-many

2011-09-13 Thread Marc
does insert te user (the linking table user-domain is not updated though). Is transaction off when committing relationships? Thanks, Marc -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new

[transfer-dev] Re: error when inserting many-to-many

2011-09-13 Thread Marc
Fixed. The linking table's id column had no auto-increment option on. -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new Transfer ORM Custom Google Search:

[transfer-dev] How to retrieve the accessors of a Transferobject?

2011-09-11 Thread Marc
am looking for. Is there a way to retrieve this information - the accessors of a Transferobject? Marc -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new Transfer ORM Custom Google Search

Re: [transfer-dev] How to retrieve the accessors of a Transferobject?

2011-09-11 Thread Marc
Thanks, getObjectManager() is a private function, so cfdump var=#GetTransfer().getObjectManager()#cfabort returns The method getObjectManager was not found in component But I'll look further into the Transfer docs. Marc -- Before posting questions to the group please read: http

Re: [transfer-dev] How to retrieve the accessors of a Transferobject?

2011-09-11 Thread Marc
cfdump var=#getTransfer().getTransferMetaData(user).getObjectManager()#cfabort returns The method getObjectManager was not found in component [] Marc -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions

Re: [transfer-dev] How to retrieve the accessors of a Transferobject?

2011-09-11 Thread Marc
This is what I was looking for: cfset local.propertyIterator=getTransfer().getTransferMetaData(user).getPropertyIterator() cfloop condition=#local.propertyIterator.hasNext()# cfdump var=#local.propertyIterator.next().getName()# /cfloop cfabort Gives me a list of all properties in the class

[transfer-dev] Re: Framework Initialization/Configuration Exception

2011-04-29 Thread Marc
was erroneuously reading from So much for shared hosting. Marc On Apr 20, 11:34 pm, Matt Quackenbush quackfu...@gmail.com wrote: Yes. The problem is caused by the host turning on component caching in the CF Administrator. That should never be turned on in a shared environment. Tell them to turn

[transfer-dev] Re: Framework Initialization/Configuration Exception

2011-04-20 Thread Marc
before under CF8 but I had it recently migrated to CF9. Marc On Apr 20, 11:11 am, Mark Mandel mark.man...@gmail.com wrote: Looks like a permission / security error: [Line: 142 :: D:\home\marcbakker.com\subdomains\simplecms.eenschoolintogo\transfer\com\factory\abstractbasefactory.cfc

[transfer-dev] Re: Framework Initialization/Configuration Exception

2011-04-20 Thread Marc
: /cfscript == can there be a conflict if 2 sites are running Transfer on a shared host??? Marc -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new

[transfer-dev] Re: Need to define relationships in db when using Transfer?

2011-01-20 Thread marc
Ok, thanks all for the info. Very informative! Marc -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com/cse/home?cx

[transfer-dev] Need to define relationships in db when using Transfer?

2011-01-19 Thread marc
Hi, As the subject reads - do I need to convert the tables to innodb, make indexes and define relationships in my database (MySQL) when I use Transfer? Or is integrity of data taken care of by Transfer. Marc -- Before posting questions to the group please read: http://groups.google.com/group

[transfer-dev] Had Transfer getByPropertyMap()?

2010-10-21 Thread marc
If I want to get an object that is spanned over several tables (via onetomany or manytoone) I can use get(cass,key) where key is the value of a property in the class object. Can I also retrieve an object from class using te value of a key in a related table? So say I have a table newspaper - id

[transfer-dev] Re: Had Transfer getByPropertyMap()?

2010-10-21 Thread marc
a simple cfquery would be sufficient. Or am I overlooking some Transfer functionality here? Thanks, Marc On Oct 21, 12:41 pm, Stephen Moretti stephen.more...@gmail.com wrote: On 21 October 2010 11:24, marc marc.at.comp...@gmail.com wrote: If I want to get an object that is spanned over several

[transfer-dev] transfer.EmptyQueryException

2010-09-12 Thread marc
Hi, I try to get an application object form Transfer. If the page is not requested via a form submit, the application is non-existent, so I use cfparam to define it. If the value of rc.applications is , I expect a new empty Transfer application object. If it has a value, I expect a populated

[transfer-dev] Re: get array of objects from transfer object

2010-09-10 Thread marc
Thanks guys! I'll go with Tom's solution since the number of applications / user is low (10). I was just wondering if Transfer had a native method to get an array of objects form a single table. Marc On Sep 9, 8:36 pm, Jason Durham jqdur...@gmail.com wrote: What Tom suggested is what I do

[transfer-dev] get array of objects from transfer object

2010-09-09 Thread marc
relation between two tables. What is the best aproach to this? Thanks, Marc -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com

[transfer-dev] Re: error message

2010-03-09 Thread marc
the query's output is mixed with the error message. I don't use a float type in either of the two tables involved in the query, so I don't know what is meant by that. What could be the problem here? Marc On Mar 8, 11:18 pm, Mark Mandel mark.man...@gmail.com wrote: cfset query=rc.transfer.createQuery

[transfer-dev] error message

2010-03-08 Thread marc
be a positive integer A simpe cfquery cfquery name=pageContent datasource=eenschoolintogo select text from pages join menus on pages.id=menus.FK_page where menus.id=#rc.menuId# /cfquery Gives me exactly what I want. How can I use transfer to do what I want here?? Thanks, Marc -- Before

[transfer-dev] use a constant in SELECT statement?

2009-11-17 Thread marc
':cmsgraphicfolder' for TQL: SELECT :cmsgraphicfolder AS cmsgraphicfolder,CMS.graphic.serverFileName AS src,[...] Is there a way to do what I want? Marc --~--~-~--~~~---~--~~ Before posting questions to the group please read: http://groups.google.com/group/transfer

[transfer-dev] Re: How to create a new record with 12m relationship?

2009-11-03 Thread marc
the cftransaction can only contain cfquery elements. Is that right and if so, does Transfer provide a mechanism for enabling transactions? Thank you, Marc --~--~-~--~~~---~--~~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web

[transfer-dev] The method getaudioTextIsLoaded was not found

2009-11-03 Thread marc
to onetomany name=audioText the error disappears. I'd just like the plural for it to be like the other 12m relation names... Is this an easy to fix thing? Thanks, Marc --~--~-~--~~~---~--~~ Before posting questions to the group please read: http://groups.google.com

[transfer-dev] Re: How to create a new record with 12m relationship?

2009-11-03 Thread marc
no idea where do I call it from and how do I pass the parameter? I use Coldbox so I tried _wireme=ocm:transfer parameter in the argument but that is not enough... The docs didn't mention that. Marc --~--~-~--~~~---~--~~ Before posting questions to the group please

[transfer-dev] Re: The method getaudioTextIsLoaded was not found

2009-11-03 Thread marc
is being converted to Json, I need a struct and not a transfer object, that's why I use getMemento(). I put the whole transfer error message below, maybe it makes things easier. thanks, Marc loading Firebug's log limit has been reached. %S entries not shown. Preferences GET http

[transfer-dev] How to create a new record with 12m relationship?

2009-11-02 Thread marc
of the parent record (local.oGraphic) since it's a onetomany relationship. The parent record (in table local.oGraphic) is not yet persisted so has no Id. Should I just save the new record before setting any property or is there a better solution for this? Thanks, Marc

[transfer-dev] Updating a manytoone relationship fails with message about Foreign key

2009-10-21 Thread marc
key in the transfer.xml file and updating it with a value and saving? Hope I made myself clear. Marc --~--~-~--~~~---~--~~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

[transfer-dev] Re: Updating a manytoone relationship fails with message about Foreign key

2009-10-21 Thread marc
the property to the object definition I get errors later on. Marc On Oct 21, 10:42 pm, Mark Mandel mark.man...@gmail.com wrote: So you were totally headed in the right direction the first time. The FK value for a M2O is determined by what object is in that relationship. If there is no Object

[transfer-dev] ManyToOne: property could not be found in the object

2009-10-13 Thread marc
on Managing Relationships and Compositions in http://docs.transfer-orm.com/wiki/Managing_Relationships_and_Compositions.cfm and I don't see what I'm doing wrong.. I do declare the key FK_language in object menuTexts according to the docs. Can anyone tell me the correct way here? Thanks, Marc

[transfer-dev] update all related records

2009-07-11 Thread marc
but I wonder if this is the way to do it or does Transfer offer a better way? If it is somewhere in the docs I'm happy to get a link and loo it up myself. Thanks, Marc --~--~-~--~~~---~--~~ Before posting questions to the group please read: http://groups.google.com