JAWS |
|
Install JAWS ExampleJBoss JAWS Example converted to Eclipse project.
<attribute name="URLs"> ./deploy </attribute>
<attribute name="URLs"> ./deploy, C:\eclipse\workspace\jaws\jaws.ear </attribute> Working with the JAWS Example in Eclipse
10:33:48,077 INFO [Server] JBoss (MX MicroKernel) [3.0.1RC1 Date:200206291622] Started in 0m:12s:125ms in the Console output. This means JBoss is up and running. 11:36:35,806 INFO [MainDeployer] Starting deployment of package: file:/C:/eclipse/workspace/jaws/jaws.ear/jaws.jar/ 11:36:35,993 INFO [EjbModule] Creating 11:36:36,009 INFO [EjbModule] Deploying ClassBean 11:36:36,603 INFO [JDBCInitCommand] Created table 'CLASS' successfully. 11:36:36,634 INFO [EjbModule] Created 11:36:36,634 INFO [EjbModule] Starting 11:36:36,743 INFO [EjbModule] Started 11:36:36,743 INFO [MainDeployer] Deployed package: file:/C:/eclipse/workspace/jaws/jaws.ear/jaws.jar/ 11:36:36,743 INFO [MainDeployer] Starting deployment of package: file:/C:/eclipse/workspace/jaws/jaws.ear/META-INF/ 11:36:36,743 INFO [MainDeployer] Deployed package: file:/C:/eclipse/workspace/jaws/jaws.ear/META-INF/ |
|