Skip to Content
0
Former Member
Oct 06, 2010 at 07:05 AM

Dependency to POI library is getting lost while transport to QA

30 Views

Hi All,

I have a Java WebDynpro component which provides Download to Excel functionality.

For this we are using POI library dependency. We followed following procedure -

- We created an external library DC which use POI jar files

- Two public parts were created for this external library component, a compilation public part and its assembling public part

- The POI library set was added to these both public parts.

- These POI Jar files were added to the Design Time Repository ( DTR ) inside an activity

- Now we created J2EE DC to access POI files at runtime via public part of external DC.

- We put BuildTime and RunTime dependency on external library using compilation public part and Assembly public part contains BuildTime dependency.

NOW the problem is that dependency on POI libraries is getting lost when we transport components to QA. We again have to redeploy external library component on QA to resolve it.

Please let me know how to avoid this. Also suggest other apt solution for same.

Thanks in anticipation

- Mandeep Virk