BSSV build - how to include external jar files in EAR file?

Andrew2009

Well Known Member
I'm using external classes such as quartz, jersey and jackson in my BSSV objects. When I do a BSSV build, I modified the sbffoundation.ini file on the deployment server and put in the below settings

FileSets=CustomJARS in [WLS] and [JAXWSWLS] sections

[CustomJARS]
RootDir=${e1.sbf.foundation.dir}/custom
IncludeInEAR=Y
LIB1=quartz/*.jar
LIB2=jersey/*.jar
LIB3=jackson/*.jar

the build was successful but when I look at the EAR file, these external jar files are not in the WEB-INF\lib folders.

Do you have any ideas why?
 
Back
Top