ivan wrote:
Hi again!
So, to build geronimo is not very important for me... I wanted just to
see file TransactionImpl... But I can not find this file in project
geronimo-transaction... Search in folder f:\g-2.0.1 didn't return
matches. Where I can find file TransactionImpl of geronimo-version 2.0.1?
The transaction manager component is released independently of the
server but the versions are usually consistent. Geronimo 2.0.1 is
dependent on geronimo-transaction 2.0.1.
You can find the all of the source for the transaction manager here:
https://svn.apache.org/repos/asf/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.0.1
And the source for TransactionImpl.java here:
https://svn.apache.org/repos/asf/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.0.1/geronimo-transaction/src/main/java/org/apache/geronimo/transaction/manager
Joe
Thanks, Ivan Pryvalov.
ivan пишет:
Hi!
I've done you wrote - it didn't help. File db.lck has been deleted,
but file is created again and Exception comes. I removed project to
f:\g-2.0.1 but nothing has changed.
Ivan Pryvalov.
Viet Nguyen пишет:
It seems like maven cannot delete one of the files (i.e.
UddiDatabase\db.lck). Check to make sure you do not have this file
open while you are executing the build command.
I also noticed that you put Geronimo under
F:/chechouts/geronimo/2.0.1. I recommend that you put Geronimo under a
shorter path (e.g. C:/g-2.0.1/) because it may hit the file size limit
under Windows.
Hope this helps,
Viet