Hi,
I tried to get PXE latest CVS, and it looks like I get compile time errors :
src-compile:
[javac] Compiling 8 source files to D:\Backup\pxe\xcontrib-sp-misc\build~\cl
asses
[javac] D:\Backup\pxe\xcontrib-sp-misc\src\java\com\fs\pxe\xcontrib\sp\rpc\R
pcAdapter.java:26: package edu.emory.mathcs.backport.java.util.concurrent does n
ot exist
[javac] import edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHash
Map;
[javac] ^
[javac] D:\Backup\pxe\xcontrib-sp-misc\src\java\com\fs\pxe\xcontrib\sp\rpc\R
pcAdapter.java:46: cannot find symbol
[javac] symbol : class ConcurrentHashMap
[javac] location: class com.fs.pxe.xcontrib.sp.rpc.RpcAdapter
[javac] private Map<String, ServiceContext> _activeServices = new Concurre
ntHashMap();
[javac] ^
[javac] D:\Backup\pxe\xcontrib-sp-misc\src\java\com\fs\pxe\xcontrib\sp\rpc\R
pcAdapter.java:50: cannot find symbol
[javac] symbol : class ConcurrentHashMap
[javac] location: class com.fs.pxe.xcontrib.sp.rpc.RpcAdapter
[javac] private Map<String, ResponseCallback> _localSynchronousSessions =
new ConcurrentHashMap();
Are there additional libraries to add ? Is there a place where I can just get
the pxe-install.jar for servicemix without caring about compiling ?
Thanks a lot,
Sami Dalouche
Selon Paul Brown <[EMAIL PROTECTED]>:
> Hi, Sami --
>
> > So now, the next step for me is to get PXE to run as a Service Engine..
> > the webpage says it's easy, I only need to "drop the JBI JAR inside the JBI
> > contianer". That's what I did (I set up a install folder for that, not sure
> > whether it's the cleanest way, but at least it detects the archive..).
> > and.... a nice error :
> >
> > Does anyone have help / pointer / suggestion ?
>
> This is PXE's fault, so to speak. There is some code in the JBI
> harness for PXE that attempts to rebind the transaction manager. This
> isn't a bad thing using PXE in ServiceMix standalone, but it causes
> issues in JBoss (and, apparently, Geronimo).
>
> This has been addressed in PXE in CVS, but there are a lot of other
> changes/improvements queued up for an RC2 bundle that's pending
> integration and test right now. If you want, I can ping you when RC2
> is a little closer, or you can just watch the PXE release stream.
>
> Paul
>
> --
> [EMAIL PROTECTED]
>
>
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.