• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need for location pathelement in wasclasspath of ejb task

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have one Question regarding wasclasspath specified in ejb task.
If i do not specify the following in ejbjar being used to generate deployment jars:
<wasclasspath>
<pathelement location="C:/Program Files/IBM/WebSphere Studio/Application Developer/v5.1.2/runtimes/base_v51/deploytool/itp/plugins/org.eclipse.core.boot/boot.jar"/>
<pathelement location="C:/Program Files/IBM/WebSphere Studio/Application Developer/v5.1.2/runtimes/base_v51/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime/batch.jar"/>
<pathelement location="C:/Program Files/IBM/WebSphere Studio/Application Developer/v5.1.2/runtimes/base_v51/lib/xerces.jar"/>
<pathelement location="C:/Program Files/IBM/WebSphere Studio/Application Developer/v5.1.2/runtimes/base_v51/lib/ivjejb35.jar"/>
<pathelement location="C:/Program Files/IBM/WebSphere Studio/Application Developer/v5.1.2/runtimes/base_v51/lib/j2ee.jar"/>
<pathelement location="C:/Program Files/IBM/WebSphere Studio/Application Developer/v5.1.2/runtimes/base_v51/lib/vaprt.jar"/>
</wasclasspath>

build is still successful. Also, WSAD is not installed on server but WAS6 is there. So location C:/Program Files/IBM is not available. If i include above statements build is still successful. I am not able to understand the importance/need of above locations. Also if the location is not present then from where it is referring the runtime jars.


Can someone please explain this to me?

Thank you.
reply
    Bookmark Topic Watch Topic
  • New Topic