I decided that since my problem posted earlier (see below) hasn't gotten any
response, this would be a good time to get involved with the turbine source
code. Yikes. I got maven, got the source tree.... and now? I'm using the RC1
maven code & on "maven" I get a ton of errors that look like "$basePrefix"
errors. I found some archived mail about these kinds of problems --
specifically that since b9 you need to put some torque stuff into a
properties file:
torque.addGetByNameMethod = true
torque.addIntakeRetrievable = false
torque.addSaveMethod = true
torque.addTimeStamp = true
torque.basePrefix = Base
torque.complexObjectModel = true
torque.useManagers = false
torque.useClasspath = true
torque.saveException = Exception
However, no matter what properties file I try, I cant get it to fix the
problem. Any suggestions? I've tried:
{PROJECT_PATH}/project.properties
{PROJECT_PATH}/build.properties
as well as
{MAVEN_PLUGIN_DIR}/project.properties
...
-d
-----Original Message-----
From: Gaasch, Derek [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 07, 2003 6:29 PM
To: 'Turbine Users List'
Subject: BUG: argument type mismatch: intake on 2.2->2.3 upgrade
Spent a while testing this out & it looks like this is a problem with
multivalue fields of primitives. When the group is created on init, intake
looks for a method that accepts (for example) an int[] as a parameter. But
then when reflection is doing its thing, it's working with a value array of
Integer objects... therein lies the argument type mismatch. Pretty much
stops my conversion to 2.3 dead in its tracks.
-d
-----Original Message-----
From: Gaasch, Derek [mailto:[EMAIL PROTECTED]
Sent: Monday, October 06, 2003 3:55 PM
To: 'Turbine Users List'
Subject: intake on 2.2->2.3 upgrade
I'm switching from 2.2 over to 2.3 and I'm having an intake issue,
specifically with groups that have multivalue integer fields. I keep getting
"argument type mismatch" exceptions. Any clues of what's going on / what has
changed in Intake that might be the cause of this?
Thanks,
derek
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]