Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SOA Maven application deployment

PaulFreeman11Jul 28 2020

Hi,

I'm looking at using Maven to deploy an application built using

mvn archetype:generate -DarchetypeGroupId=com.oracle.soa.archetype -DarchetypeArtifactId=oracle-soa-application -DarchetypeVersion=12.2.1-4-0 -DarchetypeRepository=local -DgroupId=org.my.test -DartifactId=test-soa-application -DprojectName=test-soa-project -Dversion=1.0-SNAPSHOT

In the pom.xml file, should the serverUrl point to the adminserver port and without any further details, e.g.

<serverUrl>http://localhost:7001</serverUrl>

or a SOA managed server?

SOA Suite 12.2.1.4

Thanks
Paul

Comments

Gbenga Ajakaye

Check this other thread with similar error and some suggested solution from @Jeff Smith Sqldev Pm-Oracle.

Sql Developer 4.1.2 on Windows 7 64 bit doesn't start

Kvark

Already, do not help, that is why i create that topic, as see in many places people start asking that question... so I am not alone who have this issue.

thatJeffSmith-Oracle

the jars got corrupted or missing. delete everything, unzip the files again, and what archive software are you using to get the files out of the ZIP?

Kvark
Answer

Manage to run it! I can't explain that, but once I move sqldeveloper folder to the root of C:\ drive - its finally start fine!

Seems its a bug in it to find a required libraries if its saved somewhere else and not in C:\ drive

Marked as Answer by Kvark · Sep 27 2020
1 - 4

Post Details

Added on Jul 28 2020
0 comments
38 views