embedded JARs and renaming variables
Hi,
I have two (quite unrelated) questions:
1. While deploying my apps, I spotted a line in server.log:
".... contains one or more embedded jars. This will significantly decrease deployment performance. It is recommended to move the embedded ja
r file(s) to top level of the EAR...."
I have no idea what embedded jars are, but I'd be real happy to know any ways of speeding up deployment (it is painfully slow). Is it possible to configure .jar generation to follow the above recommendation ?
2. Renaming variables in Business Rules:
While editing BPs / PageFlows I can rename BPEL action nodes (i.e. from DBSelectOne to FindMyData) but the associated variables in the Business Rules are not renamed (i.e. they remain DBSelectOne.Output1 etc.).
How can I rename these ?
thanks,
Tivadar

