Mongo Persistence

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Mongo Persistence

andy.kallenbach@saberco.net
Anyone use the Mongo persistence layer? Any gotchas?

How much work is left to finish the mongo persistence to be fully supported?

Andy



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Mongo Persistence

Erik Bruchez
Administrator
Andy,

This was developed on the side. If somebody could help us finish it
and test it, it would be great.

Here is what's missing (comments in the source code):

* does not support storing and retrieving forms (i.e. form definitions)
* does not support storing and retrieving form attachments
* reusing connection to MongoDB (opens/closes at each request)

-Erik

On Thu, Sep 8, 2011 at 6:42 AM, Andrew J. Kallenbach
<[hidden email]> wrote:

> Anyone use the Mongo persistence layer? Any gotchas?
>
> How much work is left to finish the mongo persistence to be fully supported?
>
> Andy
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Mongo Persistence

andy.kallenbach@saberco.net
Is there any testing for persistence? I would be new to scala, so would be curious if there is an automated testing to check if I am getting it right >:)

Andy


From: "Erik Bruchez" <[hidden email]>
To: [hidden email]
Sent: Monday, September 12, 2011 11:03:47 PM
Subject: [ops-users] Re: Mongo Persistence

Andy,

This was developed on the side. If somebody could help us finish it
and test it, it would be great.

Here is what's missing (comments in the source code):

* does not support storing and retrieving forms (i.e. form definitions)
* does not support storing and retrieving form attachments
* reusing connection to MongoDB (opens/closes at each request)

-Erik

On Thu, Sep 8, 2011 at 6:42 AM, Andrew J. Kallenbach
<[hidden email]> wrote:

> Anyone use the Mongo persistence layer? Any gotchas?
>
> How much work is left to finish the mongo persistence to be fully supported?
>
> Andy
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


[Text File:message-footer.txt]


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Mongo Persistence

Erik Bruchez
Administrator
Andy,

Unfortunately there is no automated testing for this feature. The
current way to test persistence is manual: create a form in Form
Builder, deploy it, run it, and save data.

It would obviously be good to have automated tests for the persistence
implementations. If you want to help… ;)

-Erik

On Tue, Sep 13, 2011 at 7:51 AM, Andrew J. Kallenbach
<[hidden email]> wrote:

> Is there any testing for persistence? I would be new to scala, so would be
> curious if there is an automated testing to check if I am getting it right
>>:)
>
> Andy
>
> ________________________________
> From: "Erik Bruchez" <[hidden email]>
> To: [hidden email]
> Sent: Monday, September 12, 2011 11:03:47 PM
> Subject: [ops-users] Re: Mongo Persistence
>
> Andy,
>
> This was developed on the side. If somebody could help us finish it
> and test it, it would be great.
>
> Here is what's missing (comments in the source code):
>
> * does not support storing and retrieving forms (i.e. form definitions)
> * does not support storing and retrieving form attachments
> * reusing connection to MongoDB (opens/closes at each request)
>
> -Erik
>
> On Thu, Sep 8, 2011 at 6:42 AM, Andrew J. Kallenbach
> <[hidden email]> wrote:
>> Anyone use the Mongo persistence layer? Any gotchas?
>>
>> How much work is left to finish the mongo persistence to be fully
>> supported?
>>
>> Andy
>>
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email] mailing
>> list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
>
> [Text File:message-footer.txt]
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Re: Mongo Persistence

andy.kallenbach@saberco.net
Hrmph, got IntelliJ all setup and *was* able to build orbeon with ant no problem.

Now that I've made changes to MongoDBPersistence.scala I'm getting the following...

error: object ScalaUtils is not a member of package org.orbeon.oxf.util

I'm new to IntelliJ and also ant... so I could be missing something fairly simple >:) Thoughts?

Andy Kallenbach



From: "Erik Bruchez" <[hidden email]>
To: [hidden email]
Sent: Tuesday, September 13, 2011 10:25:45 AM
Subject: [ops-users] Re: Re: Re: Mongo Persistence

Andy,

Unfortunately there is no automated testing for this feature. The
current way to test persistence is manual: create a form in Form
Builder, deploy it, run it, and save data.

It would obviously be good to have automated tests for the persistence
implementations. If you want to help… ;)

-Erik

On Tue, Sep 13, 2011 at 7:51 AM, Andrew J. Kallenbach
<[hidden email]> wrote:

> Is there any testing for persistence? I would be new to scala, so would be
> curious if there is an automated testing to check if I am getting it right
>>:)
>
> Andy
>
> ________________________________
> From: "Erik Bruchez" <[hidden email]>
> To: [hidden email]
> Sent: Monday, September 12, 2011 11:03:47 PM
> Subject: [ops-users] Re: Mongo Persistence
>
> Andy,
>
> This was developed on the side. If somebody could help us finish it
> and test it, it would be great.
>
> Here is what's missing (comments in the source code):
>
> * does not support storing and retrieving forms (i.e. form definitions)
> * does not support storing and retrieving form attachments
> * reusing connection to MongoDB (opens/closes at each request)
>
> -Erik
>
> On Thu, Sep 8, 2011 at 6:42 AM, Andrew J. Kallenbach
> <[hidden email]> wrote:
>> Anyone use the Mongo persistence layer? Any gotchas?
>>
>> How much work is left to finish the mongo persistence to be fully
>> supported?
>>
>> Andy
>>
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email] mailing
>> list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
>
> [Text File:message-footer.txt]
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


[Text File:message-footer.txt]


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Re: Re: Mongo Persistence

andy.kallenbach@saberco.net
Apparently just needed to clean first. It was too late at night for that to cross my mind... >:)

Do developers working on orbeon typically build with Intellij or run the ant build?

And is this page still pretty accurate for getting Intellij IDE build working?

 http://wiki.orbeon.com/forms/doc/contributor-guide/development-environment/java-development

Andy


From: "Andrew J. Kallenbach" <[hidden email]>
To: [hidden email]
Sent: Wednesday, September 14, 2011 2:03:27 AM
Subject: [ops-users] Re: Re: Re: Re: Mongo Persistence

Hrmph, got IntelliJ all setup and *was* able to build orbeon with ant no problem.

Now that I've made changes to MongoDBPersistence.scala I'm getting the following...

error: object ScalaUtils is not a member of package org.orbeon.oxf.util

I'm new to IntelliJ and also ant... so I could be missing something fairly simple >:) Thoughts?

Andy Kallenbach



From: "Erik Bruchez" <[hidden email]>
To: [hidden email]
Sent: Tuesday, September 13, 2011 10:25:45 AM
Subject: [ops-users] Re: Re: Re: Mongo Persistence

Andy,

Unfortunately there is no automated testing for this feature. The
current way to test persistence is manual: create a form in Form
Builder, deploy it, run it, and save data.

It would obviously be good to have automated tests for the persistence
implementations. If you want to help… ;)

-Erik

On Tue, Sep 13, 2011 at 7:51 AM, Andrew J. Kallenbach
<[hidden email]> wrote:

> Is there any testing for persistence? I would be new to scala, so would be
> curious if there is an automated testing to check if I am getting it right
>>:)
>
> Andy
>
> ________________________________
> From: "Erik Bruchez" <[hidden email]>
> To: [hidden email]
> Sent: Monday, September 12, 2011 11:03:47 PM
> Subject: [ops-users] Re: Mongo Persistence
>
> Andy,
>
> This was developed on the side. If somebody could help us finish it
> and test it, it would be great.
>
> Here is what's missing (comments in the source code):
>
> * does not support storing and retrieving forms (i.e. form definitions)
> * does not support storing and retrieving form attachments
> * reusing connection to MongoDB (opens/closes at each request)
>
> -Erik
>
> On Thu, Sep 8, 2011 at 6:42 AM, Andrew J. Kallenbach
> <[hidden email]> wrote:
>> Anyone use the Mongo persistence layer? Any gotchas?
>>
>> How much work is left to finish the mongo persistence to be fully
>> supported?
>>
>> Andy
>>
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email] mailing
>> list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
>
> [Text File:message-footer.txt]
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


[Text File:message-footer.txt]


[Text File:message-footer.txt]


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Re: Re: Re: Mongo Persistence

Erik Bruchez
Administrator
At Orbeon we build from IntelliJ while developing.

At quick glance, that page seems quite up to date. Let us know if you
find issues.

-Erik

On Wed, Sep 14, 2011 at 12:52 PM, Andrew J. Kallenbach
<[hidden email]> wrote:

> Apparently just needed to clean first. It was too late at night for that to
> cross my mind... >:)
>
> Do developers working on orbeon typically build with Intellij or run the ant
> build?
>
> And is this page still pretty accurate for getting Intellij IDE build
> working?
>
>  http://wiki.orbeon.com/forms/doc/contributor-guide/development-environment/java-development
>
> Andy
>
> ________________________________
> From: "Andrew J. Kallenbach" <[hidden email]>
> To: [hidden email]
> Sent: Wednesday, September 14, 2011 2:03:27 AM
> Subject: [ops-users] Re: Re: Re: Re: Mongo Persistence
>
> Hrmph, got IntelliJ all setup and *was* able to build orbeon with ant no
> problem.
>
> Now that I've made changes to MongoDBPersistence.scala I'm getting the
> following...
>
> error: object ScalaUtils is not a member of package org.orbeon.oxf.util
>
> I'm new to IntelliJ and also ant... so I could be missing something fairly
> simple >:) Thoughts?
>
> Andy Kallenbach
>
>
> ________________________________
> From: "Erik Bruchez" <[hidden email]>
> To: [hidden email]
> Sent: Tuesday, September 13, 2011 10:25:45 AM
> Subject: [ops-users] Re: Re: Re: Mongo Persistence
>
> Andy,
>
> Unfortunately there is no automated testing for this feature. The
> current way to test persistence is manual: create a form in Form
> Builder, deploy it, run it, and save data.
>
> It would obviously be good to have automated tests for the persistence
> implementations. If you want to help… ;)
>
> -Erik
>
> On Tue, Sep 13, 2011 at 7:51 AM, Andrew J. Kallenbach
> <[hidden email]> wrote:
>> Is there any testing for persistence? I would be new to scala, so would be
>> curious if there is an automated testing to check if I am getting it right
>>>:)
>>
>> Andy
>>
>> ________________________________
>> From: "Erik Bruchez" <[hidden email]>
>> To: [hidden email]
>> Sent: Monday, September 12, 2011 11:03:47 PM
>> Subject: [ops-users] Re: Mongo Persistence
>>
>> Andy,
>>
>> This was developed on the side. If somebody could help us finish it
>> and test it, it would be great.
>>
>> Here is what's missing (comments in the source code):
>>
>> * does not support storing and retrieving forms (i.e. form definitions)
>> * does not support storing and retrieving form attachments
>> * reusing connection to MongoDB (opens/closes at each request)
>>
>> -Erik
>>
>> On Thu, Sep 8, 2011 at 6:42 AM, Andrew J. Kallenbach
>> <[hidden email]> wrote:
>>> Anyone use the Mongo persistence layer? Any gotchas?
>>>
>>> How much work is left to finish the mongo persistence to be fully
>>> supported?
>>>
>>> Andy
>>>
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the [hidden email] mailing
>>> list.
>>> To unsubscribe: mailto:[hidden email]
>>> For general help: mailto:[hidden email]?subject=help
>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>>
>>>
>>
>>
>> [Text File:message-footer.txt]
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email] mailing
>> list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
>
> [Text File:message-footer.txt]
>
>
> [Text File:message-footer.txt]
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws