{"id":18972341,"url":"https://github.com/eis/jboss-osgi-poc","last_synced_at":"2025-08-30T07:04:52.826Z","repository":{"id":5689391,"uuid":"6899816","full_name":"eis/jboss-osgi-poc","owner":"eis","description":"Proof-of-concepts about JBoss OSGi functionality","archived":false,"fork":false,"pushed_at":"2012-12-07T11:44:48.000Z","size":319,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T12:02:58.310Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/eis.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-11-28T09:55:02.000Z","updated_at":"2024-12-14T10:57:47.000Z","dependencies_parsed_at":"2022-09-24T00:41:23.466Z","dependency_job_id":null,"html_url":"https://github.com/eis/jboss-osgi-poc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eis/jboss-osgi-poc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eis%2Fjboss-osgi-poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eis%2Fjboss-osgi-poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eis%2Fjboss-osgi-poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eis%2Fjboss-osgi-poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eis","download_url":"https://codeload.github.com/eis/jboss-osgi-poc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eis%2Fjboss-osgi-poc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272815839,"owners_count":24997662,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-08T15:08:10.763Z","updated_at":"2025-08-30T07:04:52.799Z","avatar_url":"https://github.com/eis.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"These are proof-of-concepts of JBoss AS 7, based on work done earlier\nby Thomas Diesler and submitted to\n[github](https://github.com/tdiesler/jbosgi/tree/d7caf3126fb35b823d083b238e7d974b06865396/testsuite/jbossas).\n\nHowever, as it no longer contains the examples, and as they were in few\nrespects out-dated, this is my attempt of replicating some of that.\n\nBuild with mvn clean package, deploy with mvn jboss-as:deploy.\n\nThe status is the following.\n\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003cth\u003eCapability\u003c/th\u003e\n        \u003cth\u003eStatus\u003c/th\u003e\n        \u003cth\u003eNotes\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003eOSGi bundle\u003c/td\u003e\n        \u003ctd\u003eOK\u003c/td\u003e\n        \u003ctd\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003ewar - osgibundle communication\u003c/td\u003e\n        \u003ctd\u003eOK\u003c/td\u003e\n        \u003ctd\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003eejb - osgibundle communication\u003c/td\u003e\n        \u003ctd\u003eOK\u003c/td\u003e\n        \u003ctd\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003ewab (OSGi war)\u003c/td\u003e\n        \u003ctd\u003eOK\u003c/td\u003e\n        \u003ctd\u003eNote really recommended in JBoss 7.1. JBoss does not directly support at that version, but\n\t\tforks a Jetty process for these, so they don't get the full set on features.\n\t\tSupport will be in 7.2.\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003ewab - osgibundle communication\u003c/td\u003e\n        \u003ctd\u003eOK\u003c/td\u003e\n        \u003ctd\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003eJNDI with OSGi bundle\u003c/td\u003e\n        \u003ctd\u003eOK\u003c/td\u003e\n        \u003ctd\u003eJBoss 7.1 does not support, needs \u003ca href=\"http://aries.apache.org/modules/jndiproject.html\"\u003eAries JNDI\u003c/a\u003e installed\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003eJMS with OSGi bundle\u003c/td\u003e\n        \u003ctd\u003etbd\u003c/td\u003e\n        \u003ctd\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003eJTA with OSGi bundle\u003c/td\u003e\n        \u003ctd\u003eOK\u003c/td\u003e\n        \u003ctd\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003eJDBC with OSGi bundle\u003c/td\u003e\n        \u003ctd\u003eOK\u003c/td\u003e\n        \u003ctd\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003eOSGi security\u003c/td\u003e\n        \u003ctd\u003e-\u003c/td\u003e\n        \u003ctd\u003eRelated to bundle signing, similar to what applets have. JBoss does not implement.\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003ePetclinic app - bundle communication\u003c/td\u003e\n        \u003ctd\u003eOK\u003c/td\u003e\n        \u003ctd\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feis%2Fjboss-osgi-poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feis%2Fjboss-osgi-poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feis%2Fjboss-osgi-poc/lists"}