Ok so I have upgraded to the new version of JDev today, all seems good.
Let the fun and games commence. Will update this post once I have anything I spot.
Hmmn Gridlink Datasource and MultiData Source lots of reading up to do.
New Entitlement Grants in jazn look good.
Our applications seems to be working as before...
Spoke to soon :
1) java.sql.SQLException: Attempt to set a parameter name that does not occur in the SQL: defaultSelection
A) Dont map a bind variable with a default to a transient attribute in VO.
2) oracle.security.idm.ObjectNotFoundException: No User found matching the criteria
A) Think this is to do with the fact that our provider is the first in the list. Will investigate later as it has no impact.
3) One Screen is now vastly slower.
A) Make sure your tuning parameters are set this fixed it for me.
4) When trying to run one of our sub projects stand alone: oracle.adf.controller.security.AuthorizationException: ADFC-0619: Authorization check failed: 'oracle.jbo.uicli.binding.JUFormDef@192172f' 'VIEW'.
A) ???
Let the fun and games commence. Will update this post once I have anything I spot.
Hmmn Gridlink Datasource and MultiData Source lots of reading up to do.
New Entitlement Grants in jazn look good.
Our applications seems to be working as before...
Spoke to soon :
1) java.sql.SQLException: Attempt to set a parameter name that does not occur in the SQL: defaultSelection
A) Dont map a bind variable with a default to a transient attribute in VO.
2) oracle.security.idm.ObjectNotFoundException: No User found matching the criteria
A) Think this is to do with the fact that our provider is the first in the list. Will investigate later as it has no impact.
3) One Screen is now vastly slower.
A) Make sure your tuning parameters are set this fixed it for me.
4) When trying to run one of our sub projects stand alone: oracle.adf.controller.security.AuthorizationException: ADFC-0619: Authorization check failed: 'oracle.jbo.uicli.binding.JUFormDef@192172f' 'VIEW'.
A) ???
Haven't you faced the problem 2 ("No User found matching the criteria") on Jdev 11.1.1.3 ? I haven't upgraded to 11.1.1.4 yet, but I'm already getting this exception, since I have a custom authenticator in the providers list (and all of them are SUFFICIENT). Any ideas?
ReplyDeleteHi Tomy,
ReplyDeleteHavent got his on 11.1.1.3 but here is my config used on 11.1.1.3 and I didnt get the error:
1) Added my custom authenticator
2) Moved the my authenticator to the FIRST provider in the list.
3) Marked it as SUFFICIENT
4) Marked only the DefaultAuthenticator as SUFFICIENT.
This worked for me. If this doesnt help answer the following questions for me:
1) Is this error preventing you from logging in?
2) Have you configured any other providers in your providers list.
3) Your jazn-data.xml may not be configured correctly
Thanks! What should we do if we have to map a transient attribute to a Bind variable in a ViewCriteria?
ReplyDelete