Monday, January 3, 2011

Today's Issue @ Site Studio

Hmm..Today i got an error when i started my Site Studio first time. After entering details in site connection manager when i clicked Done i got "Failed to get search result for query: Fragment".

Resolution: After following this link, i changed the SearchIndexEngineName parameter in the conf file to DATBASE.FULLTEXT and that resolved the issue :).

Side Effect: Now i am getting an alert at UCM home page "Site Studio requires the DBSearchContainsOpSupport component to be enabled when the configured search engine is in use" and i am searching for its resolution :).

I got its resolution soon. DBSearchContainsOpSupport is actually a component that needs to be enabled. It adds support of hasAsWord(Contains Word) operator to DATABASE.METADATA and DATABASE.FULLTEXT on SQL Server and Oracle.

Sunday, January 2, 2011

Today's Learning @ ADF

Got some hands over ADF metadata xml files. Followed http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/appendixa.htm

While looking at the folders created by default when creating new application, i found a JWS (Java Web Service) file. I have to go in further details on how that file is created and how WSDLs are generated using that.