[
https://jira.jboss.org/jira/browse/JBMICROCONT-443?page=com.atlassian.jir...
]
Uday updated JBMICROCONT-443:
-----------------------------
Description:
The examples described in the user_guide
(
http://jboss.org/file-access/default/members/jbossmc/freezone/docs/2.0.x/...)
are broken.
svn co
http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/docs...
mc_examples
cd mc_examples/pojoDevelopment
mvn package
cd simple/target/simple-dist.dir
java -jar simple-1.0.0.jar
The following exception is thrown when executing the example
Exception in thread "main" java.lang.NoClassDefFoundError:
org/jboss/logging/Logger
at
org.jboss.kernel.plugins.event.AbstractEventEmitter.<clinit>(AbstractEventEmitter.java:46)
was:
The examples described in the user_guide
(
http://jboss.org/file-access/default/members/jbossmc/freezone/docs/2.0.x/...)
are broken.
svn co
http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/docs...
mc_examples
cd $mc_examples/pojoDevelopment
mvn package
cd simple/target/simple-dist.dir
java -jar simple-1.0.0.jar
The following exception is thrown when executing the example
Exception in thread "main" java.lang.NoClassDefFoundError:
org/jboss/logging/Logger
at
org.jboss.kernel.plugins.event.AbstractEventEmitter.<clinit>(AbstractEventEmitter.java:46)
Affects: [Documentation (Ref Guide, User Guide, etc.)]
User Guide Examples broken
--------------------------
Key: JBMICROCONT-443
URL:
https://jira.jboss.org/jira/browse/JBMICROCONT-443
Project: JBoss Microcontainer
Issue Type: Bug
Components: Productization
Reporter: Uday
Assignee: Ales Justin
Fix For: JBossMC-2.0.x
The examples described in the user_guide
(
http://jboss.org/file-access/default/members/jbossmc/freezone/docs/2.0.x/...)
are broken.
>svn co
http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/docs...
mc_examples
>cd mc_examples/pojoDevelopment
>mvn package
>cd simple/target/simple-dist.dir
>java -jar simple-1.0.0.jar
The following exception is thrown when executing the example
Exception in thread "main" java.lang.NoClassDefFoundError:
org/jboss/logging/Logger
at
org.jboss.kernel.plugins.event.AbstractEventEmitter.<clinit>(AbstractEventEmitter.java:46)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira