Hi guys,
I am pretty new to openEJB3, so please bare with me, if I am asking
the
obvious.
Compilation of openEJB3 subproject openejb-j2ee breaks with the
following
message:
[INFO]
------------------------------------------------------------------------
[INFO] Building OpenEJB :: Container :: Java EE
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [dependency-report:report {execution: default}]
[INFO] [bundle:manifest {execution: bundle-manifest}]
-----------------------------------------------------
this realm =
app0.child-container[com.envoisolutions.sxc:sxc-jaxb-maven-plugin]
urls[0] = file:/D:/Dokumente und
Einstellungen/DE16297/.m2/repository/com/envoisolutions/sxc/sxc-jaxb-
maven-plugin/0.7-SNAPSHOT/sxc-jaxb-maven-plugin-0.7-SNAPSHOT.jar
urls[1] = file:/D:/Dokumente und
Einstellungen/DE16297/.m2/repository/org/codehaus/woodstox/wstx-asl/
3.2.0
/wstx-asl-3.2.0.jar
urls[2] = file:/D:/Dokumente und
Einstellungen/DE16297/.m2/repository/stax/stax-api/1.0.1/stax-
api-1.0.1.jar
urls[3] = file:/D:/Dokumente und
Einstellungen/DE16297/.m2/repository/com/envoisolutions/sxc/sxc-core/
0.7-SNAPSHOT/sxc-core-0.7-SNAPSHOT.jar
urls[4] = file:/C:/Programme/Java/jdk1.5.0_12/jre/../lib/tools.jar
urls[5] = file:/D:/Dokumente und
Einstellungen/DE16297/.m2/repository/com/envoisolutions/sxc/sxc-
runtime/0.7-SNAPSHOT/sxc-runtime-0.7-SNAPSHOT.jar
urls[6] = file:/D:/Dokumente und
Einstellungen/DE16297/.m2/repository/com/sun/xml/bind/jaxb-xjc/2.1.2
/jaxb-xjc-2.1.2.jar
urls[7] = file:/D:/Dokumente und
Einstellungen/DE16297/.m2/repository/org/codehaus/plexus/plexus-
utils/1.1/plexus-utils-1.1.jar
urls[8] = file:/D:/Dokumente und
Einstellungen/DE16297/.m2/repository/com/sun/xml/bind/jaxb-impl/2.1.2
/jaxb-impl-2.1.2.jar
urls[9] = file:/D:/Dokumente und
Einstellungen/DE16297/.m2/repository/com/envoisolutions/sxc/sxc-jaxb/
0.7-SNAPSHOT/sxc-jaxb-0.7-SNAPSHOT.jar
Number of imports: 6
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
this realm = plexus.core
urls[0] = file:/C:/Programme/Apache Software Foundation/apache-
maven-2.0.8
/lib/maven-2.0.8-uber.jar
Number of imports: 6
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
-----------------------------------------------------
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal
'com.envoisolutions.sxc:sxc-jaxb-maven-plugin:0.7-SNAPSHOT:generate':
Unable to find the mojo
'com.envoisolutions.sxc:sxc-jaxb-maven-plugin:0.7-SNAPSHOT:generate'
in the
plugin 'com.envoisolutions.sxc:sxc-jaxb-maven-plugin'
javax/xml/bind/JAXBException
[INFO]
------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Internal
error in
the plugin manager executing goal
'com.envoisolutions.sxc:sxc-jaxb-maven-plugin:0.7-SNAPSHOT:generate':
Unable to find the mojo
'com.envoisolutions.sxc:sxc-jaxb-maven-plugin:0.7-SNAPSHOT:generate'
in the
plugin 'com.envoisolutions.sxc:sxc-jaxb-maven-plugin'
at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:
543)
at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor
.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:
459)
at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor
.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor
.executeTaskSegments(DefaultLifecycleExecutor.java:278)
at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:282)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun
.reflect
.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun
.reflect
.DelegatingMethodAccessorImpl
.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.PluginManagerException: Unable to
find
the mojo
'com.envoisolutions.sxc:sxc-jaxb-maven-plugin:0.7-SNAPSHOT:generate'
in the
plugin 'com.envoisolutions.sxc:sxc-jaxb-maven-plugin'
at
org
.apache
.maven
.plugin
.DefaultPluginManager.getConfiguredMojo(DefaultPluginManager.java:575)
at
org
.apache
.maven
.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:
425)
at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:
539)
... 16 more
Caused by:
org
.codehaus
.plexus.component.repository.exception.ComponentLookupException:
Unable to lookup component
'org.apache.maven.plugin.Mojocom.envoisolutions.sxc:sxc-jaxb-maven-
plugin:0.7-SNAPSHOT:generate',
it could not be created
at
org
.codehaus
.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:335)
at
org
.codehaus
.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:440)
at
org
.apache
.maven
.plugin
.DefaultPluginManager.getConfiguredMojo(DefaultPluginManager.java:566)
... 18 more
Caused by:
org.codehaus.plexus.component.factory.ComponentInstantiationException:
Could not instanciate component: role: 'null', implementation:
'com.envoisolutions.sxc.jaxb.maven.SxcJaxbPlugin'
at
org
.codehaus
.plexus
.component
.factory
.java.JavaComponentFactory.makeException(JavaComponentFactory.java:77)
at
org
.codehaus
.plexus
.component
.factory
.java.JavaComponentFactory.newInstance(JavaComponentFactory.java:62)
at
org
.codehaus
.plexus
.DefaultPlexusContainer
.createComponentInstance(DefaultPlexusContainer.java:1464)
at
org
.codehaus
.plexus
.component
.manager
.AbstractComponentManager
.createComponentInstance(AbstractComponentManager.java:93)
at
org
.codehaus
.plexus
.component
.manager
.PerLookupComponentManager
.getComponent(PerLookupComponentManager.java:48)
at
org
.codehaus
.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:331)
... 20 more
Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/
JAXBException
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:
2357)
at java.lang.Class.getConstructor0(Class.java:2671)
at java.lang.Class.newInstance0(Class.java:321)
at java.lang.Class.newInstance(Class.java:303)
at
org
.codehaus
.plexus
.component
.factory
.java.JavaComponentFactory.newInstance(JavaComponentFactory.java:44)
... 24 more
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1 minute 2 seconds
[INFO] Finished at: Thu Jun 05 17:21:38 CEST 2008
[INFO] Final Memory: 26M/47M
[INFO] -----------
any help appreciated !!!!!!!!!!
mit freundlichen Grüßen/best regards
Wolfgang Schrecker
"Der Inhalt eines Begriffs nimmt ab, wenn sein Umfang zunimmt; wird
dieser
allumfassend, so muß der Inhalt ganz verloren gehen."
from G. Frege: Die Grundlagen der Arithmetik S. 40
--
--------------------------------------------------
Atos Worldline Processing GmbH
Hahnstrasse 25
60528 Frankfurt/Main
Germany
Phone: +49 69/6657-1176
mailto:[EMAIL PROTECTED]
http://www.atosworldline.com
Geschäftsführer: Erik Munk Koefoed
Aufsichtsratsvorsitzender: Didier Dhennin
Sitz der Gesellschaft: Frankfurt/Main
Handelsregister: Frankfurt/Main HRB 40 417
--------------------------------------------------
Atos Worldline Processing GmbH
Hahnstraße 25
60528 Frankfurt/Main
Germany
Phone: +49 69/6657-1176
Fax :
mailto: [EMAIL PROTECTED]
http://www.atosworldline.com
Geschäftsführer: Erik Munk Koefoed
Aufsichtsratsvorsitzender: Didier Dhennin
Sitz der Gesellschaft: Frankfurt/Main
Handelsregister: Frankfurt/Main HRB 40 417
* * * * * * * * L E G A L D I S C L A I M E R * * * * * * * *
This e-mail is destined for the above mentioned recipient. In case you
received this e-mail by accident, we would appreciate it if you could
contact the sender and delete all copies stored on your computer.
Please be aware that the security and confidentiality of electronic
data
transmitted by e-mail is not completely guaranteed and that data may
be seen,
copied, downloaded or changed by third persons during transmission.
Atos Origin accepts no liability for the security and
confidentiality of
data and documents sent by e-mail. Please make sure that all important
messages will be confirmed in writing by means of a telefax or a
letter.
* * * * * * * * L E G A L D I S C L A I M E R * * * * * * * *