Best unofficial Apache Server developers community |
| Jul 16, 2010 | |||
|
David Bosschaert (JIRA) |
|
||
| Tags: | |||
Similar Threads
Resolved: (ARIES-353) SPI-Fly needs changes in project structure, so that itests and other subprojec
[
https://issues.apache.org/jira/browse...nels:all-tabpanel
]
David Bosschaert resolved ARIES-353.
Assigned: (ARIES-363) SPI-Fly needs itests subproject - a project with Pax Exam tests
[
https://issues.apache.org/jira/browse...nels:all-tabpanel
]
David Bosschaert reassigned ARIES-363:
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
Resolved: (ARIES-363) SPI-Fly needs itests subproject - a project with Pax Exam tests
[
https://issues.apache.org/jira/browse...nels:all-tabpanel
]
David Bosschaert resolved ARIES-363.
Commented: (ARIES-363) SPI-Fly needs itests subproject - a project with Pax Exam tests
[
https://issues.apache.org/jira/browse...6#action_12889246
]
Bartosz Kowalewski commented on ARIES-363:
Updated: (ARIES-363) SPI-Fly needs itests subproject - a project with Pax Exam tests
[
https://issues.apache.org/jira/browse...nels:all-tabpanel
]
Bartosz Kowalewski updated ARIES-363:
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
Assigned: (GERONIMODEVTOOLS-622) Enhance GEP build to download and incorporate Aries tooling (if nec
[
https://issues.apache.org/jira/browse...nels:all-tabpanel
]
Tim McConnell reassigned GERONIMODEVTOOLS-622:
Assigned: (GERONIMODEVTOOLS-621) Extend new Aries tooling to provide new OSGi PDE enhancements speci
[
https://issues.apache.org/jira/browse...nels:all-tabpanel
]
Tim McConnell reassigned GERONIMODEVTOOLS-621:
Commented: (ARIES-265) Find a way to make it easy to run the samples outside the Aries source tree
[
https://issues.apache.org/jira/browse...5#action_12887985
]
Bartosz Kowalewski commented on ARIES-265:
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
Commented: (ARIES-299) ensure Aries compiles and runs on Java 5 and Java 6
[
https://issues.apache.org/jira/browse...4#action_12887964
]
Bartosz Kowalewski commented on ARIES-299:
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
Need advice about docs structure design.
Hy guy's. My model: Users has Bookmarks and Posts have idea keep Bookmarks and Posts in separate DB (for speed views). But in view i want fetch Bookmarks and Posts with user name, In what way i can do this? keep copy of users in each DB? or may be keep users in separate DB, fetch bookmarks or posts and then fetch users and then merge? Yes i know i can copy user name to doc, but have a trouble when user name is changed (it's force me use stale=ok in request view +background process to track changes and run rebuild index). I think it's will be cool crazy stuff if i can update docs(cached fields - not have effect to index) and say Couch you don't need rebuild index relax ;). Any advice?
arbitrary structure for joins redux
Hi, I recently discovered the new feature added in couchdb 0.11 which lets to link related documents in the emit function by passing the _id value of a given doc like it's explained in http://blog.couch.io/post/446015664/w...11-part-two-views I find this feature quite useful, but I would like to know if its planned to let use an arbitrary structure as the value for the emit function which could contain several _id's references like emit(key, {title:"lorem ipsum", foo:{_id : "foo"}, bar : {_id : "bar"}}) so there could be linked more than one document with a single emit call. a possible solution could probably be to call the emit function several times but then include_docs parameter could not be used when a reduce function is defined. Thanks in advance Regards
RE: Delete document Tree Structure
hi ,
I am very new to couchdb, in my design , i just keep parent id
of each documents.
such as if i would like to delete B, i know that to delete C(have B id)
and then I have find and
to delete E(have c id).... etc.
my question is ....
1. is this possible ????
2. how do i pass the document id (such as B) to view that i would
like to search and delete document under its?
3. dose couchdb support delete document in view or i have to query
all of them than use http api to delete ?
thanks for every ideas
A.
-------- Original Message --------
Subject:
Re: Delete document Tree Structure
Date:
Thu, 27 May 2010 06:43:58 +0200
From:
J Chris Anderson <jch### @gmail.com>
Reply-To:
use### @couchdb.apache.org <us### @couchdb.apache.org>
To:
use### @couchdb.apache.org <us### @couchdb.apache.org>
On May 26, 2010, at 8:48 PM, Aun... ??????? wrote:
Hi,
I design document in couchdb to have relation something like
directory
|
A---------D
|
B---------C
|
|
E ------F
if i would like to http (DELETE B) will delete all down
documents what is the possible solution to use.
1. can i create view and find relation and delete
all of them ?
2. get relation by higher programming api (C#,PHP)
and then delete each one?
3. Do you have any solution to suggest on
this.....?
It is common to store the full path to each item, on the item, so you'd
have
B > C > E > F stored on F
then you can view easily across the tree.
however, reparenting a node, (say, moving B to become a child of D)
require asynchronous processing or a bulk docs request and is not
transactional.
Chris
Thanks,
A.
Loop Structure -Pesudo Code and Flow chart
Jun 21, 2010 MFC Project and Socket Jul 21, 2010 Is Cfengine "Just an Academic Project"? May 22, 2010 Problem with adding DLL/lib file into VC++ Project Jul 6, 2010 | |||