Log in to follow, share, and participate in this community.
Thread Archive Conversion Design Descussion
Archive Conversion Design DescussionIn flushing out the design of a archive conversion utility, I wanted to get some more input. It seems like there are a few possible use cases for converting archive types. 1. Change the internal storage archive of an...
Change requests for TMPARCH-9In building upon the work done in TMPARCH-9 to make a VFS Implementation of a storage engine (https://jira.jboss.org/jira/browse/TMPARCH-16), I've come across the following points for discussion/adjustment: * Seems t...
Covarient returns from a storage delagateI ran into some interesting gotchas when implementing the MemoryMapArchive. The chaining API breaks down a bit when implementing a storage archive. The difficulty is the return type of the storage implementation is se...
Do we need Asset.getPath?Have had some debates with both Aslak and John on the subject. From IRC today: "#jboss-dev" wrote: baileyje> ALR: ping ALR> baileyje: Pong baileyje> ALR: So I had thrown together a MemoryMap impl earlier be...
External Contribution to AS EmbeddedWith the jboss-bootstrap:2.0.0 series now integrated into Branch_5_x, we can start to entertain external contributions as we've got greater focus. I had some conversations over email with Josh Davis, who raised on the...
Embedded Tasks "John Bailey" wrote: Andrew- Are there any embedded task you have in mind for me to work on? Looks to be a project I would be very interested in. Let me know if you have anything to start with. Thanks, John ...
Thread Is Embedded testsuite-full-dependency ready to use?
Is Embedded testsuite-full-dependency ready to use?I was just looking at running the testsuite-full-dependency against AS branch 5_x in Embedded. But looks like its testcases are having compile issues because of dependencies not being speicified in the pom:
[INFO] [...
Thread Shortcomings of Virtual Archives (in progress)
Shortcomings of Virtual Archives (in progress)Given the following code: final VirtualVfsArchive deployment = new VirtualVfsArchiveImpl(name).addClasses(OutputBean.class,
OutputLocalBusiness.class);
log.info(deployment.toString(true)); ...we get: 01:21:52,30...
AS Branch_5_x now booting in EmbeddedWith a bunch of the requisite bootstrap refactoring done, I've moved into making an Embedded booter for AS. At the same time, I'm prototyping some APIs for virtual (declarative, VFS-backed) deployments much like Bill ...
Need vfs work for the embedded startupIn looking at extending the JBossEmbeddedAS work Andrew started to allow for better integration with a profile service, the memory usage and speed of trying to use a jbossas structure from within a large monolithic ja...
ProfileService changes to support embeddedRelated to several discussions about how the profile service should be part of the bootstrap process, supporting embedded: ProfileService API http://www.jboss.com/index.html?module=bb&op=viewtopic&t=146270 To...
Common Bootstrap Component@see https://jira.jboss.org/jira/browse/JBBOOT-1 I'm forking the "bootstrap" module of AS into its own component. http://anonsvn.jboss.org/repos/jbossas/projects/bootstrap/trunk This will be the basis upon which AS...
Embedded and contributionOK, moving this discussion here. "alesj" wrote: Hey, cool, always good to hear people wanting to help. OK, first just a few post about Embedded in POJO server forum, in case anyone missed them: - http://www.jbos...
JBossAS Changes to Enable Embedded@see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=145261 I'm starting with some work within AS itself to remove all notions that a standalone process or filesystem access is required. The general...
Mavenizing/Projectizing org.jboss.embeddedI've hit the first (of probably several) dependencies mavenizing ejb3 for projects/ejb3. We depend on org.jboss.embedded, which is now in jbossas. So, I've got to rip it out of jbossas and create a jboss-embedded pro...