On 3/31/06, Jacek Laskowski <[EMAIL PROTECTED]> wrote:
> On 3/24/06, David Blevins <[EMAIL PROTECTED]> wrote:
> > So here is the latest building info:
> >
> > $ cd openejb3
> > $ mvn clean install
>
> Hey Dave,
>
> I must be missing something since it doesn't work for me.

Hey Dave,

I hope you don't mind that I've added some files to get it working.
They're committed as revision 2590. The change is to add pom.xml to
assembly module.

It doesn't mean it works for me since itests fails because
commons/logging/LogFactory is missing. I don't yet know how to fix it,
but am looking into it.

[surefire] Running org.openejb.iTest
0 [main] WARN OpenEJB  - Unable use logging config as there are 3 file
references containing directories which have not been created.  See
the list below.
10 [main] WARN OpenEJB  - [0]
c:\oss\openejb3\container\openejb-core\target\test-classes\conf\logs\transaction.log
10 [main] WARN OpenEJB  - [1]
c:\oss\openejb3\container\openejb-core\target\test-classes\conf\logs\openejb.log
10 [main] WARN OpenEJB  - [2]
c:\oss\openejb3\container\openejb-core\target\test-classes\conf\logs\server.log
10 [main] WARN OpenEJB.startup  - No ApplicationServer was specified! 
The container system will only be accessible by same-vm clients via
the IntraVm Server.
OpenEJB 3.0-SNAPSHOT    build: 20060401-1858
http://www.openejb.org
110 [main] WARN OpenEJB  - Cannot find the configuration file
[conf/openejb.xml].  Creating one at
C:\oss\openejb3\container\openejb-core\target\test-classes\conf\openejb.x
ml
171 [main] FATAL OpenEJB.startup  - OpenEJB has encountered a fatal
error and cannot be started: The Assembler encountered an unexpected
error while attempting to initializ
e.
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
        at org.exolab.castor.util.Configuration.<clinit>(Configuration.java:100)
        at org.exolab.castor.xml.Unmarshaller.initConfig(Unmarshaller.java:270)
        at org.exolab.castor.xml.Unmarshaller.<init>(Unmarshaller.java:223)
        at org.exolab.castor.xml.Unmarshaller.<init>(Unmarshaller.java:210)
        at 
org.openejb.alt.config.Unmarshaller.unmarshalObject(Unmarshaller.java:154)
        at 
org.openejb.alt.config.Unmarshaller.unmarshalFromDirectory(Unmarshaller.java:114)
        at org.openejb.alt.config.Unmarshaller.unmarshal(Unmarshaller.java:69)
        at org.openejb.alt.config.Unmarshaller.unmarshal(Unmarshaller.java:63)
        at org.openejb.alt.config.ConfigUtils.readConfig(ConfigUtils.java:35)
        at 
org.openejb.alt.config.ConfigurationFactory.getOpenEjbConfiguration(ConfigurationFactory.java:118)
        at org.openejb.assembler.classic.Assembler.init(Assembler.java:68)
        at org.openejb.OpenEJB$Instance.<init>(OpenEJB.java:111)
        at org.openejb.OpenEJB.init(OpenEJB.java:247)

Jacek

--
Jacek Laskowski
http://www.laskowski.org.pl

Reply via email to