{"id":18454488,"url":"https://github.com/hanmag/jboss-aejb","last_synced_at":"2025-04-22T14:00:18.601Z","repository":{"id":2733028,"uuid":"3728433","full_name":"hanmag/jboss-aejb","owner":"hanmag","description":null,"archived":false,"fork":false,"pushed_at":"2012-05-31T05:58:44.000Z","size":458,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T14:33:45.282Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hanmag.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-03-15T13:25:25.000Z","updated_at":"2013-09-01T02:53:27.000Z","dependencies_parsed_at":"2022-09-09T21:41:23.816Z","dependency_job_id":null,"html_url":"https://github.com/hanmag/jboss-aejb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanmag%2Fjboss-aejb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanmag%2Fjboss-aejb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanmag%2Fjboss-aejb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanmag%2Fjboss-aejb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hanmag","download_url":"https://codeload.github.com/hanmag/jboss-aejb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250255702,"owners_count":21400411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T08:04:27.029Z","updated_at":"2025-04-22T14:00:18.516Z","avatar_url":"https://github.com/hanmag.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"JBoss AS AEJB Subsystem\n========================\n\nWhat is it?\n---------------\n\n\nPrerequisites\n-------------\n\nTo run this subsystem with the provided build scripts, you will need the following:\n\n1.  Java 1.6, to run JBoss AS and Maven. You can choose from the following:\n    * OpenJDK\n    * Oracle Java SE\n    * Oracle JRockit\n\n2.  Maven 3.0.0 or newer, to build and deploy the examples\n    * Follow the official Maven installation guide if you don't already have Maven 3 installed. \n    * If you have Maven installed, you can check the version by running this command in a shell prompt:\n\n\t\u003e mvn --version \n\n3.  The JBoss AS 7 distribution zip\n    * For information on how to install and run JBoss, refer to the product documentation.\n\nYou can also build the subsystem from Eclipse using JBoss tools. For more information on how to set up Maven and the JBoss tools, refer to https://docs.jboss.org/author/display/AS71/Getting+Started+Developing+Applications+Guide .\n\n\nBuilding\n-------------------\nIf you already have Maven 3 installed and setted environment variable ${JBOSS_HOME}\n\n\u003e mvn install\n\n\nStarting and Stopping JBoss\n------------------------------------------\nChange to the bin directory after a successful build\n\n\u003e $ cd build/target/jboss-\\[version\\]/bin\n\nThis version does not support domain mode\n\nStart the server in standalone mode\n\n\u003e $ ./standalone.sh\n\nTo stop the server, press Ctrl + C, or use the admin console\n\n\u003e $ ./jboss-admin.sh --connect command=:shutdown\n\nMore information on the wiki: http://community.jboss.org/wiki/JBossAS7UserGuide\n\nStarting AEjb\n-----------------\nModify the standalone.xml in ${JBOSS_HOME}\\standalone\\configuration.\n\nAdd extension:\n    \u003cextension module=\"org.nju.artemis.aejb\"/\u003e\n    \nAdd subsystem:\n    \u003csubsystem xmlns=\"urn:org.nju.artemis.aejb:1.0\"\u003e\n\t\u003cclient-service jndi-name=\"java:global/aejb/client\"/\u003e\n    \u003c/subsystem\u003e\n\nAdd global module:\n    \u003csubsystem xmlns=\"urn:jboss:domain:ee:1.0\"\u003e\n\t\u003cglobal-modules\u003e\n\t\t\u003cmodule name=\"org.nju.artemis.api\" slot=\"main\"/\u003e\n\t\u003c/global-modules\u003e\n    \u003c/subsystem\u003e\n\nServer Manager\n----------------------------\nChange to the bin directory after JBoss start\n\n\u003e $ cd build/target/jboss-\\[version\\]/bin\n\nStart the admin console of aejb subsystem\n\n\u003e $ ./jboss-admin.sh\n\nTo stop the console, press Ctrl + C\n\nThe admin script has following functions:\n\n* \"overview\" --\n* \"deploy\" --\n* \"undeploy\" --\n* \"block\" --\n* \"resume\" --\n* \"replace\" --\n* \"switch\" --\n\n\nApplication supplier\n-------------------------\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanmag%2Fjboss-aejb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhanmag%2Fjboss-aejb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanmag%2Fjboss-aejb/lists"}