[Design the new POJO MicroContainer] - Re: Declaration and deployment of threads and thread pools i
by alesj
"david.lloyd(a)jboss.com" wrote :
| I'll look these over and see what I need to do to make the threads deployer "fit in"...
|
You just need to find the right parent package to create your 'threads' package.
"david.lloyd(a)jboss.com" wrote :
| I'll have to hit up a maven expert for the mavenization part.
|
No need for this - for the deployers code - since it's all already there.
For commons I would just do a copy/paste with brain involved. :-)
"david.lloyd(a)jboss.com" wrote :
| And I guess I'll have to read over how your test cases are built and duplicate that - I've had little success developing tests for MC things.
What was the problem?
There are two (main) test types in Deployers.
One that mocks AS bootstrap, the other one is custom deployers test framework.
In the 1st one, you already have bunch of deployers present and MC as a kernel is already involved.
In the 2nd you build your own VDF framework from scratch, with a lot of hooks to override.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196894#4196894
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196894
17 years