Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Resolved: (ARIES-353) SPI-Fly needs changes in project structure, so that itests and other subprojects can be added there

Assigned: (ARIES-353) SPI-Fly needs changes in project structure, so that itests and other subprojects can be added there
(8 lines)
Created: (ARIES-362) When checking for compatible namespaces, the namespace registry does not catch NoClassDefFoundError
(4 lines)
Jul 16, 2010
David Bosschaert (JIRA)
David Bosschaert (JIRA)
     [
https://issues.apache.org/jira/browse...nels:all-tabpanel
]

David Bosschaert resolved ARIES-353.

Reply
Tags: resolvedbosschaertdavid
Similar Threads
Created: (ARIES-363) SPI-Fly needs itests subproject - a project with Pax Exam tests
SPI-Fly needs itests subproject - a project with Pax Exam tests

Created: (ARIES-364) Aries itests projects need to use version 1.2 of the Servicemix depends-maven-p
Aries itests projects need to use version 1.2 of the Servicemix
depends-maven-plugin

Re: svn commit: r957403 - in /incubator/aries/trunk/application: ./ application-itests/src/test/jav
FYI, I just committed some changes in revision 964138 that address
this issue (using the isLocals() { return false; } solution). Hope the
approach works for everybody.

Jarek

On Tue, Jun 29, 2010 at 4:26 AM, Alasdair Nottingham
<n### @apache.org> wrote:
 I don't think a two step will work because the local repo results
 don't get added into the resolve result so it would still fail.

 I think if we took the locals repo and wrapped them to not be locals,
 I.e. IsLocal returns false, then we could do what we want.

 Alasdair

 On Monday, June 28, 2010, Lin Sun <linsu### @gmail.com> wrote:
> Hi
>
> This seems reasonable to me.  Does this mean we need to run the
felix
> bundle repository Resolver.resolve() twice?
>
> 1. generate the required resource for deployment.mf, without
using
> local repo, assuming we need to run Resolver.resolve() then
> Resolver.getRequiredResources() to get the required resource.
> 2. after adding the local repo, try to see the result of
Resolver.resolve().
>
> Thanks
>
> Lin
>
> On Mon, Jun 28, 2010 at 1:11 PM, Jarek Gawor
<jgaw### @gmail.com> wrote:
>> So, what I think OBRAriesResolver should really do, is use
all three
>> types of repositories (system, local, and user-defined) and
configure
>> the OBR resolver somehow to include local resources in the
resolved
>> set (instead of pruning them out).
>>
>> WDYT?
>>
>> Jarek
>>
>> On Fri, Jun 25, 2010 at 12:43 PM, Alasdair Nottingham
<no### @apache.org> wrote:
>>> Hi,
>>>
>>> I had deliberately excluded the local repository from the
resolve when
>>> I update the resolver. The reason I excluded it is
because if the
>>> resource is local you don't get information about the
bundle back so
>>> you cannot store it in the deployment.mf. The result is
that the
>>> application cannot be deployed to a different framework.
I want to go
>>> back to removing the local repo so we can get the
deployment.mf to
>>> correctly reflect the bundles that are needed to run the
application.
>>>
>>> Alasdair
>>
>

 --
 Alasdair Nottingham
 no### @apache.org



Created: (ARIES-356) Make jndi proxy creation more flexible and, in the aries context, optional
Make jndi proxy creation more flexible and, in the aries context, optional

list of structure..
Hello everybody!

We have puppet infrastructure integrated with ldap. I can pass
different variables via puppetVars attribute in ldap.
Currently, I need to write puppet class to configure mod_proxy server.
mod_proxy servers has 5-10 configured sites. Every site configuration
has some variables: site name, listen port, destination site name,
destination port, protocol..
Does anybody has an idea, how can I place all this variables out of
puppet classes? In ldap? Or maybe puppet have some internal database,
like chef?





Erlang Doc structure
I've been playing with Erlang views on and off in CouchDB, and find the
information on the internal Erlang structure of Docs lacking. Is there
somewhere I can read up on this? I had initially assumed that a Doc was a
list of tuples, but I am starting to suspect that I am wrong.

Mike