Sorry for taking so long to check this.

I don't think the java bin tgz was built from a clean local maven repository.
I've not looked at the src package.

Issues identified so far.

a) slf4j-log4j jar is missing and so needs to be added.
Once added

b) Broker failes with NPE:
Error intialising message broker: java.lang.NullPointerException
java.lang.NullPointerException
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:164)
        at 
org.apache.qpid.server.virtualhost.VirtualHost.initialiseTransactionManager(VirtualHost.java:197)
        at 
org.apache.qpid.server.virtualhost.VirtualHost.<init>(VirtualHost.java:162)
        at 
org.apache.qpid.server.virtualhost.VirtualHost.<init>(VirtualHost.java:136)
        at 
org.apache.qpid.server.registry.ConfigurationFileApplicationRegistry.initialiseVirtualHosts(Config
rationFileApplicationRegistry.java:129)

M2 doesn't have a TransactionManager, this must be trunk code.



On 24/08/07, Rajith Attapattu <[EMAIL PROTECTED]> wrote:
> folks,
>
> Since we identified a small package issue with the java RC2's I created a
> new RC.
> It can be downloaded from
> http://people.apache.org/~rajith/qpid-release/M2/RC3/Java/
>
> Please review and submit your comments.
> I will get the others RC's ready for the final release and will release all
> together when we review and accept java RC3.
> The tags will be ready tomorrow morning (EST)
>
> Regards,
>
> Rajith
>


-- 
Martin Ritchie

Reply via email to