cancel
Showing results for 
Search instead for 
Did you mean: 

7.3 Module Development Classpath problem

former_member540174
Participant
0 Kudos

Hi experts,

I am using 7.3 but as directed by others here I am following the How To create module for JEE Adapter Engine for 7.1.  I am on my third attempt to follow this How To.  Per guidance on this site instead of building a variable PI_AF_LIBS (built them in my first two failed attempts) I instead added the two libraries XPI Adapter Libraries and XPI Mapping Libraries.

I copy my Java source and fix all my includes.  Then we stop. The warnings are

Classpath entry com.sap.ext.libs.xpi.classpathContainer/adapter will not be exported or published. Runtime ClassNotFoundExceptions may result.  Classpath entry com.sap.ext.libs.xpi.classpathContainer/mapping will not be exported or published. Runtime ClassNotFoundExceptions may result.

The build folder is empty and such I cannot complete stpe 4.9 Delete the package contain the local and remote interface from the build.  I did turn off of the Build Automatcially and did a manual Build.  No folders appeard.

Any guidance as I'm stuck?

Regards,

Diane

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

Hi Diane - Thought i don't think there are major differences b/w 7.1 and 7.3,  have a look at the below blog on 7.3 modules development if it helps..

http://scn.sap.com/docs/DOC-44536

former_member540174
Participant
0 Kudos

I ignored the warnings on the classpath.  I also followed the http://scn.sap.com/docs/DOC-44536 closer than I did the How To I was following paying special attention to the comment which had a very important addition to the xml files needed.

Thank you !

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

>>building a variable PI_AF_LIBS (built them in my first two failed attempts) I instead added the two libraries XPI Adapter Libraries and XPI Mapping Libraries

That's OK, u can ditrectly add external jar files in ur project (Right click on Project -> Build Path -> Configure Build Path -> Select Libraries Tab -> Add External Jars)

But, i am not sure what do u mean by adding 2 libraries? For AM development u need to add references of 5 jar files (mentioned in section 4.1) in u project,

>>The build folder is empty and such I cannot complete stpe 4.9 Delete the package contain the local and remote interface from the build

U can ignore this step, in PI versions>= PI7.3 build folder will remain empty (atleast this is what i have noticed while creating AMs in PO)

Thanks

Amit Srivastava