There is one issue that lots of people faces while importing an existing SOA project into JDeveloper.For instance, you have a composite that is polling records from DB and writing it into some file. After importing when you try to edit DB or File adapter by double clicking the wizard simply wont open up. Strange isnt it.
Even if you reimport the same project it will still not open.What could be the issue here.
The simple solution or workaround you can say is add the below line in your respective WSDL file of File or DB or JMS adapter(any JCA adapter):<?binding.jca readFile_file.jca?>
where readFile_file.jca is the jca file name of your file adapter. In case of DB Adapters, it would be filename_db.jca and in case of JMS adapter would be filename_jms.jca and hence so on for all other JCA adapters.
Save your WSDL file close it and now double click on your adapter. Bingo its opening now :) Nice isn'it.
Hope this post will help many of you frustrated facing such type of issues.
Even if you reimport the same project it will still not open.What could be the issue here.
The simple solution or workaround you can say is add the below line in your respective WSDL file of File or DB or JMS adapter(any JCA adapter):<?binding.jca readFile_file.jca?>
where readFile_file.jca is the jca file name of your file adapter. In case of DB Adapters, it would be filename_db.jca and in case of JMS adapter would be filename_jms.jca and hence so on for all other JCA adapters.
Save your WSDL file close it and now double click on your adapter. Bingo its opening now :) Nice isn'it.
Hope this post will help many of you frustrated facing such type of issues.
No comments:
Post a Comment