Hi all of Turbine developers
these are the things that crossed my mind so far in the migration to
2.3.1

-extended user:
according to what I have been experimenting so far, the extended user
HAS to have a db table that _IS_ _NOT_ called TURBINE_USER. otherwise
the extra columns will not be added to the db (why?). this means that we
have to rename our TURBINE_USER to eg. EXTENDED_USER . but what if we
don't (can't) do that?

-FileItem: now the fileupload package is used but I still have problems
compared to the home-brewed FileItem before:

getName() sometimes get the whole path depending on the handling browser
and I have to take care of that myself. I expect that to be handeld in
the implementation.
data.getParameters().getFileItem("file") will always return a non Null
value even if no file is selected.

-is there a good reason why TorqueUser and TorqueGroup
do not implement Retrievable so we can use them for our intake forms.

other than that we are very happy using 2.3.1 and we would be even happier if 
the Hibernate stuff could be pushed forward in the next release
so we could have an example of 2.3.x with only hibernate or with only torque.

best regards

Akmal


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to