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

[855 byte] By [tivadar] at [2007-11-26 11:37:36]
# 1

2. The trick to getting oyu business process attributes to be named the way you would like them to be named is to create empty activities on the canvas, name them the way you would like to name them and then drag the operations into them. For example drag an emoty activity box, rename it to MyJMSSend then drag the JMS.send operatin into it. The BP atribute name will be MyJMSSend rathe rthan the customary JMS.send. If it is too late for you you can switch to BPEL source mode and so a juditious sear/replace on attribute names

mczapski at 2007-7-7 11:36:33 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...