running JCA connector on JBOSS 4.03SP1

2006-06-14 Thread Edgar Poce
Hi, I'm trying to use the jca connector in jboss 4.03SP1 and I found some problems. 1- the jca project supports jca 1.0 and jboss 4.03SP1 uses jca 1.5. 2 - the shutdown mechanism doesn't work correctly. It shutdowns the repository when the RA (resource adapter) is garbage collected. It causes

Fwd: running JCA connector on JBOSS 4.03SP1

2006-06-14 Thread Edgar Poce
Sorry if I'm double posting but I sent the previous post to the old incubator address -- Forwarded message -- From: Edgar Poce <[EMAIL PROTECTED]> Date: Jun 14, 2006 1:32 PM Subject: running JCA connector on JBOSS 4.03SP1 To: jackrabbit-dev@incubator.apache.org Hi,

Re: question reagrding JNDI datasource

2006-06-15 Thread Edgar Poce
Hi On 6/15/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: Hi, On 6/14/06, Giota Karadimitriou <[EMAIL PROTECTED]> wrote: > I would just like to report that it is not feasible to use datasource > with JCA and this because of line 339 in DatabasePersistenceManager > which performs an explicit con.c

Re: question reagrding JNDI datasource

2006-06-15 Thread Edgar Poce
t some problems in the jca connector. br, edgar > -Original Message- > From: Edgar Poce [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 15, 2006 4:37 PM > To: dev@jackrabbit.apache.org > Subject: Re: question reagrding JNDI datasource > > Hi > > On 6/15/06, Jukka

JMX support

2006-06-16 Thread Edgar Poce
Hi Jukka, PS. I've been thinking about a generic RepositoryMBean interface and perhaps a specific JackrabbitRepositoryMBean extension for monitoring and managing a local Jackrabbit repository. It could be used quite easily for example for things like externally managing node types and the future

Re: svn commit: r418263 - in /jackrabbit/trunk/jackrabbit/src/main/java/org/apache/jackrabbit/core/state: ItemState.java ItemStateReferenceCache.java MLRUItemStateCache.java NodeState.java PropertySta

2006-06-30 Thread Edgar Poce
Hi toby, you probably forgot to remove the copyright notice. br, edgar On 6/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: tripod Date: Fri Jun 30 06:26:16 2006 New Revision: 418263 +/* + * $URL$ + * $Id$ + * + * Copyright 1997-2006 Day Management AG + * Barfuesserplatz 6, 4001 B

Re: running JCA connector

2006-07-04 Thread Edgar Poce
hi Giota, On 7/4/06, Giota Karadimitriou <[EMAIL PROTECTED]> wrote: Hello, 1) When creating Node a, session.save() has been called but changes have not been persisted because the end of the transaction has not yet been reached (the end of the transaction will take place at the end of cre

Re: [Jackrabbit Wiki] Update of "JackrabbitOnJBoss" by eknathkadam

2006-09-14 Thread Edgar Poce
Hi eknathkadam, I don't think it's a good idea to distribute installers through the wiki. Would you like to contribute the script to generate such installer in a way that integrates to the jca build system by using a maven 1/2 plugin?, e.g. with antinstaller or the ant plugin see http://svn.apa

Re: Missing or incorrect license headers

2006-09-17 Thread Edgar Poce
On 9/17/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: Hi, On 9/9/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: > The following classes in Jackrabbit core have missing or incorrect > license headers. Please check and correct (original committer in > parenthesis): > >* org.apache.jackrabbit.core

is the wiki the right place to distribute binaries?

2006-09-19 Thread Edgar Poce
Hi, a few days ago a user uploaded to the wiki a zip file which contains a jackrabbit installer for jboss. Personally, for lots of reasons, I think it's a bad idea to distribute binaries through the wiki and I think the asf has well defined procedures for releasing. I invited the author to contr

Re: is the wiki the right place to distribute binaries?

2006-09-19 Thread Edgar Poce
Hi Roy, On 9/19/06, Roy T. Fielding <[EMAIL PROTECTED]> wrote: You are right. We can link to someone else's website that contains a page about their own installer, but we can't distribute a binary that someone else created from our own website. It needs to be removed. I removed it, thanks fo

jboss installer removed from the wiki

2006-09-19 Thread Edgar Poce
Hi eknathkadam, The installer was removed from the wiki because there are other procedures at the asf to distribute binaries. However I think the installer is a nice contribution, so feel free to contribute the script to generate such installer in a way that we can integrate it to our build proc

Re: New committer and PMC member

2006-09-20 Thread Edgar Poce
On 9/19/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: Hi, Please welcome Julian Reschke as a new committer and PMC member of the Apache Jackrabbit project. The Jackrabbit PMC recently voted to grant committership to Julian and he accepted the nomination. The related administrational work is also

web based jcr browser contribution

2006-11-01 Thread Edgar Poce
Hi, I started to work in a web based jcr browser It's just a work in progress but it seems to be fully functional to navigate jcr contents with read only operations. A demo of the browser is available at http://edgarpoce.dyndns.org:8080/jcr-browser/ btw, the only item that works in the menu is "

Re: web based jcr browser contribution

2006-11-01 Thread Edgar Poce
Hi, On 11/1/06, Torgeir Veimo <[EMAIL PROTECTED]> wrote: On 1 Nov 2006, at 11:45, Edgar Poce wrote: > Hi, > > I started to work in a web based jcr browser It's just a work in > progress but it seems to be fully functional to navigate jcr contents > with read only

Re: svn commit: r473755 [1/43] - in /jackrabbit/trunk/contrib/jcr-browser: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/jackrabbit/ src/main/j

2006-11-12 Thread Edgar Poce
On 11/12/06, Roy T. Fielding <[EMAIL PROTECTED]> wrote: Why do we need the dojo library in our subversion? It's not something we need, it's not a hard task to add dojo manually to a webapp. However, I thought that adding javascript libraries to subversion was the common practice, e.g. I think

Re: svn commit: r473755 [1/43] - in /jackrabbit/trunk/contrib/jcr-browser: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/jackrabbit/ src/main/j

2006-11-14 Thread Edgar Poce
Hi jukka, On 11/14/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: Hi, On 11/14/06, Roy T. Fielding <[EMAIL PROTECTED]> wrote: > No, svn:externals is evil. Placing a specific jar in our subversion > is not recommended either, but at least that gets us out of problems > associated with forking doj

Re: web based jcr browser contribution

2006-11-21 Thread Edgar Poce
On 11/21/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: On 11/21/06, Edgar Poce <[EMAIL PROTECTED]> wrote: > On 11/21/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: > > Should we target at eventually merging the two webapps, or is it > > better to keep them separ

Re: web based jcr browser contribution

2006-11-21 Thread Edgar Poce
Hi Frans, On 11/21/06, Frans Thamura @ FB - Meruvian <[EMAIL PROTECTED]> wrote: i did try JCR Explorer, i never can use it, anyone can share? I'm not sure whether you are refering to building the project from the source or to access the demo. There's a demo at http://edgarpoce.dyndns.org:808

Re: web based jcr browser contribution

2006-11-21 Thread Edgar Poce
Hi, On 11/21/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: > What do you think about storing the jcr session in the servlet session > and use a requestlistener to synchronize the access to the jcr session?. > On each request a lock would be acquired on the jcr session and released > only when the

Re: web based jcr browser contribution

2006-11-21 Thread Edgar Poce
On 11/21/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: Should we target at eventually merging the two webapps, or is it better to keep them separate? IMHO it's better to keep them separated, when the navigator is mature enough to join to the jackrabbit release cycle we could review it. > Btw,

jackrabbit war distribution (was: web based jcr browser contribution)

2006-11-21 Thread Edgar Poce
On 11/21/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: My question was more about the eventual plan for the navigator app than making immediate decisions. Let's revisit the issue later. In a mid term plan I think we could include both the navigator and the webdav server in a single webapp. If it'

Re: web based jcr browser contribution

2006-11-21 Thread Edgar Poce
Hi Wolf, thanks for the feedback. I preferred to use plain dojo javascript because I like the dojo framework and I didn't find as many components in myfaces as I found in dojo. For the moment I don't think I'll move the project to JSF because the contrib project is almost finished[1], but I'm op

Re: web based jcr browser contribution

2006-11-21 Thread Edgar Poce
Hi jukka On 11/20/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: I think it would make sense to target combining the navigator and perhaps also the ntdoc tools together with the current jackrabbit-server webapp. That would make for a pretty nice all-in-one deployment package for Jackrabbit. The

Re: new version of jcr-browser

2006-11-21 Thread Edgar Poce
oops, the url is http://edgarpoce.dyndns.org:8080/jcr-browser/ On 11/20/06, Edgar Poce <[EMAIL PROTECTED]> wrote: Hi, I just committed some changes to jcr-browser, a web based JCR content browser. It's a work in progress but most operations in the menu are implemented. The

Re: jackrabbit war distribution (was: web based jcr browser contribution)

2006-11-23 Thread Edgar Poce
On 11/23/06, Jukka Zitting <[EMAIL PROTECTED]> wrote: Hi, On 11/23/06, David Nuescheler <[EMAIL PROTECTED]> wrote: > You can see some of that running on http://jcr.day.com . > We'd be happy contribute that to jackrabbit if everybody thinks > that this would make sense. Generally, I think that mo

Re: jcr taglib

2006-12-06 Thread Edgar Poce
Hi, On 12/6/06, Torgeir Veimo <[EMAIL PROTECTED]> wrote: I'm looking to use the jcr taglib, but the examples doesn't seem to work out of the box, ie. the InitServlet doesn't compile, since JNDI_DEFAULT_REPOSITORY is not defined in CRTagConstants.java. I haven't tried the examples lately :(. I

Re: jcr taglib: setting node attribute with object doesn't work

2006-12-06 Thread Edgar Poce
On 12/6/06, Torgeir Veimo <[EMAIL PROTECTED]> wrote: On Wed, 2006-12-06 at 18:30 +, Torgeir Veimo wrote: > If I use the properties tag and et a node attribue with a java object, > it doesn't work, since the setNode() method in PropertyTag.java takes a > string as an argument. Hmm, it seems i

Re: jcr taglib: setting node attribute with object doesn't work

2006-12-06 Thread Edgar Poce
On 12/6/06, Torgeir Veimo <[EMAIL PROTECTED]> wrote: On Wed, 2006-12-06 at 16:31 -0300, Edgar Poce wrote: > > Maybe we should update the taglib to work with jsp 2.0. That would be easier, since I use EL extensively in my pages. I'm not sure how to instruct the page compiler t

Re: jcr navigator contrib project

2007-03-16 Thread Edgar Poce
Hi James, On 3/16/07, James Hang <[EMAIL PROTECTED]> wrote: Hi, Is anyone using the jcr navigator contrib project? I haven't used it a lot but by the time I contributed the project it worked for me. Unfortunately I'm not using it nor jackrabbit now because I'm working lots of hours in a proj

Re: Newbie Maven question

2007-06-05 Thread Edgar Poce
On 6/5/07, Julian Reschke <[EMAIL PROTECTED]> wrote: Christoph Kiehl wrote: > Julian Reschke wrote: > >> For instance, contrib/jcr-navigator wants jackrabbit-core version >> 1.1-SNAPSHOT, which I can't (?) build from trunk, nor is available >> from repo1.maven.org. > > repo1.maven.org doesn't hos

removing projects from contrib

2007-06-05 Thread Edgar Poce
Hello, It's my understanding that projects under contrib should be there only if it's planned to release them. However, there are a few contrib projects I contributed that I think don't match this criteria because it's been a while since they are in contrib and there's no interest from the commu

Re: removing projects from contrib

2007-06-06 Thread Edgar Poce
Hi Jukka, On 6/5/07, Jukka Zitting <[EMAIL PROTECTED]> wrote: Hi, On 6/5/07, Edgar Poce <[EMAIL PROTECTED]> wrote: > It's my understanding that projects under contrib should be there > only if it's planned to release them. However, there are a few contrib > proj

Sling download

2007-08-24 Thread Edgar Poce
Hi, Is the Sling code publicly downloadable? the features listed on the proposal and the documentation are great, I'd like to download it and see the framework in action if possible. br, edgar

Re: [VOTE] Approve the Sling project for incubation

2007-08-27 Thread Edgar Poce
> On 8/27/07, Jukka Zitting <[EMAIL PROTECTED]> wrote: > > As described in [3], I'd like to call the Jackrabbit PMC to vote on > > sponsoring the Sling project and approving it for incubation. The vote > > is open for the next 72 hours and only votes from the Jackrabbit PMC > > members are binding.

Re: Sling project is open for business

2007-09-14 Thread Edgar Poce
Hi, Thank you very much for contributing the project to Apache, I hope to work soon in a project which benefits from Sling's features. br, edgar On 9/14/07, Jukka Zitting <[EMAIL PROTECTED]> wrote: > Hi, > > The basic infrastructure of the Sling project is now in place. See the > initial web sit

Re: [VOTE] Release Apache Jackrabbit 1.0

2006-04-05 Thread Edgar Poce
[X] +1 Release the packages as Apache Jackrabbit 1.0 great work! > > BR, > > Jukka Zitting > > -- > Yukatan - http://yukatan.fi/ - [EMAIL PROTECTED] > Software craftsmanship, JCR consulting, and Java development >

[jira] Created: (JCR-459) Add JMX support to register a JCR RMI Server into Jboss

2006-06-14 Thread Edgar Poce (JIRA)
Add JMX support to register a JCR RMI Server into Jboss --- Key: JCR-459 URL: http://issues.apache.org/jira/browse/JCR-459 Project: Jackrabbit Type: Improvement Components: rmi Reporter: Edgar Poce

[jira] Updated: (JCR-459) Add JMX support to register a JCR RMI Server into Jboss

2006-06-14 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-459?page=all ] Edgar Poce updated JCR-459: --- Attachment: jcr-rmi-jmx.diff > Add JMX support to register a JCR RMI Server into Jboss > --- > >

[jira] Assigned: (JCR-359) JCA project tests assume Windows paths

2006-06-15 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-359?page=all ] Edgar Poce reassigned JCR-359: -- Assign To: Edgar Poce > JCA project tests assume Windows paths > -- > > Key: JCR-359 >

[jira] Resolved: (JCR-359) JCA project tests assume Windows paths

2006-06-15 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-359?page=all ] Edgar Poce resolved JCR-359: Resolution: Fixed > JCA project tests assume Windows paths > -- > > Key: JCR-359 >

[jira] Created: (JCR-461) ManagedConnection#cleanup doesn't refresh the session

2006-06-15 Thread Edgar Poce (JIRA)
ManagedConnection#cleanup doesn't refresh the session - Key: JCR-461 URL: http://issues.apache.org/jira/browse/JCR-461 Project: Jackrabbit Type: Bug Components: jca Reporter: Edgar Poce Assigned to:

[jira] Assigned: (JCR-412) JCA Concurrent Modification Exception when JCAManagedConnection.cleanup() called

2006-06-15 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-412?page=all ] Edgar Poce reassigned JCR-412: -- Assign To: Edgar Poce > JCA Concurrent Modification Exception when JCAManagedConnection.cleanup() >

[jira] Resolved: (JCR-412) JCA Concurrent Modification Exception when JCAManagedConnection.cleanup() called

2006-06-15 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-412?page=all ] Edgar Poce resolved JCR-412: Resolution: Fixed thanks for reporting the issue Ross. > JCA Concurrent Modification Exception when JCAManagedConnection.cleanup() >

[jira] Resolved: (JCR-461) ManagedConnection#cleanup doesn't refresh the session

2006-06-15 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-461?page=all ] Edgar Poce resolved JCR-461: Resolution: Fixed > ManagedConnection#cleanup doesn't refresh the session > - > >

[jira] Assigned: (JCR-366) Allow o.a.j.jca.JCARepositoryManager to load repository configuration from the classpath.

2006-06-15 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-366?page=all ] Edgar Poce reassigned JCR-366: -- Assign To: Edgar Poce > Allow o.a.j.jca.JCARepositoryManager to load repository configuration from > the cla

[jira] Assigned: (JCR-462) Improve lifecycle management of JCA connector

2006-06-15 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-462?page=all ] Edgar Poce reassigned JCR-462: -- Assign To: Edgar Poce > Improve lifecycle management of JCA connector > - > > Key: JCR-462 >

[jira] Created: (JCR-462) Improve lifecycle management of JCA connector

2006-06-15 Thread Edgar Poce (JIRA)
Improve lifecycle management of JCA connector - Key: JCR-462 URL: http://issues.apache.org/jira/browse/JCR-462 Project: Jackrabbit Type: Improvement Components: jca Reporter: Edgar Poce Priority: Minor the

[jira] Assigned: (JCR-460) Add RAR META-INF/ra.xml descriptor to be used with JCA1.5

2006-06-15 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-460?page=all ] Edgar Poce reassigned JCR-460: -- Assign To: Edgar Poce > Add RAR META-INF/ra.xml descriptor to be used with JCA1.5 > - > >

[jira] Resolved: (JCR-366) Allow o.a.j.jca.JCARepositoryManager to load repository configuration from the classpath.

2006-06-15 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-366?page=all ] Edgar Poce resolved JCR-366: Resolution: Fixed thanks for the patch Mark > Allow o.a.j.jca.JCARepositoryManager to load repository configuration from > the cla

[jira] Resolved: (JCR-462) Improve lifecycle management of JCA connector

2006-06-15 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-462?page=all ] Edgar Poce resolved JCR-462: Resolution: Fixed A ResourceAdapter implementation was added. It slightly changes the default behaviour for JCA 1.0. On startup it turns off the auto repository

[jira] Resolved: (JCR-460) Add RAR META-INF/ra.xml descriptor to be used with JCA1.5

2006-06-15 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-460?page=all ] Edgar Poce resolved JCR-460: Resolution: Fixed Thanks for the contribution Ruslan. > Add RAR META-INF/ra.xml descriptor to be used with JCA

[jira] Created: (JCR-463) Uncommitted changes or connection leak with Container Managed Transactions

2006-06-15 Thread Edgar Poce (JIRA)
Reporter: Edgar Poce Apparently the connector doesn't support CMT (container managed transactions). if the jcr session is closed inside a CMT the AS (application server) throws an exception on commit. And if the jcr session is leaved open, the AS commits the TX successfully but it cau

[jira] Updated: (JCR-463) Uncommitted changes or connection leak with Container Managed Transactions

2006-06-15 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-463?page=all ] Edgar Poce updated JCR-463: --- Attachment: jca-bintToTransaction.diff The proposed patch *OPTIONALLY* binds the jcr session handle to the active transaction. When the tx is committed the session handle

[jira] Commented: (JCR-459) Add JMX support to register a JCR RMI Server into Jboss

2006-06-16 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-459?page=comments#action_12416474 ] Edgar Poce commented on JCR-459: >Should the stop() method explicitly unbind the server from the RMI registry in >addition to > clearing the reference? You are rig

[jira] Created: (JCR-464) Prevent out of memory errors

2006-06-16 Thread Edgar Poce (JIRA)
Prevent out of memory errors Key: JCR-464 URL: http://issues.apache.org/jira/browse/JCR-464 Project: Jackrabbit Type: Improvement Components: core Reporter: Edgar Poce Priority: Minor Even an anonymous session can kill the

[jira] Commented: (JCR-464) Prevent out of memory errors

2006-06-16 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-464?page=comments#action_12416496 ] Edgar Poce commented on JCR-464: sure, but an anonymous session can write and make use of the transient space, IMHO it yields a security issue. e.g. if the CRX demo used the

[jira] Updated: (JCR-459) Add JMX support to register a JCR RMI Server into Jboss

2006-06-18 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-459?page=all ] Edgar Poce updated JCR-459: --- Attachment: 20060616-jcr-rmi-jmx.diff jukka, I made the changes we discussed, thanks for your comments. > Add JMX support to register a JCR RMI Server into Jb

[jira] Assigned: (JCR-459) Add JMX support to register a JCR RMI Server into Jboss

2006-06-19 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-459?page=all ] Edgar Poce reassigned JCR-459: -- Assign To: Edgar Poce > Add JMX support to register a JCR RMI Server into Jboss > --- > >

[jira] Resolved: (JCR-459) Add JMX support to register a JCR RMI Server into Jboss

2006-06-19 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-459?page=all ] Edgar Poce resolved JCR-459: Resolution: Fixed Assign To: (was: Edgar Poce) both local and remote environment variables are configurable optionally. thanks jukka. > Add JMX support

[jira] Resolved: (JCR-477) Deployment of webdav servlet on Jboss problem - logging

2006-07-12 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-477?page=all ] Edgar Poce resolved JCR-477: Resolution: Fixed Hi Darren, IMO these are unrelated problems. 1) 13:20:48,857 INFO [STDOUT] log4j:ERROR A "org.jboss.logging.util.OnlyOnceErrorHandler&qu

[jira] Updated: (JCR-477) Deployment of webdav servlet on Jboss problem - logging

2006-07-12 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-477?page=all ] Edgar Poce updated JCR-477: --- Priority: Trivial (was: Major) changing priority since afaik it's only a logging problem > Deployment of webdav servlet on Jboss problem -

[jira] Resolved: (JCR-571) jackrabbit JCA pom.xml

2006-09-13 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-571?page=all ] Edgar Poce resolved JCR-571. Resolution: Fixed thanks Darren > jackrabbit JCA pom.xml > -- > > Key: JCR-571 > URL: http://issues.

[jira] Updated: (JCR-571) jackrabbit JCA pom.xml

2006-09-13 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-571?page=all ] Edgar Poce updated JCR-571: --- Component/s: jca updating component > jackrabbit JCA pom.xml > -- > > Key: JCR-571 > URL: http://issues.

[jira] Commented: (JCR-463) Uncommitted changes or connection leak with Container Managed Transactions

2006-09-16 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-463?page=comments#action_12435258 ] Edgar Poce commented on JCR-463: > Do you think this should be included in Jackrabbit 1.1? In case there isn't a better patch I think it should. IMO a bett

[jira] Commented: (JCR-573) Add missing license headers

2006-10-04 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-573?page=comments#action_12439837 ] Edgar Poce commented on JCR-573: > Edgar, can you confirm that it's OK for me to add those license headers? it's ok > Add missing

[jira] Updated: (JCR-593) JCASessionHandle fail when i invoke logout method

2006-10-28 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-593?page=all ] Edgar Poce updated JCR-593: --- Component/s: jca > JCASessionHandle fail when i invoke logout method > - > >

[jira] Commented: (JCR-593) JCASessionHandle fail when i invoke logout method

2006-10-28 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-593?page=comments#action_12445422 ] Edgar Poce commented on JCR-593: I think the jca project is not handling the close method properly because there shouldn't be a bind to transaction configur

[jira] Assigned: (JCR-593) JCASessionHandle fail when i invoke logout method

2006-10-28 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-593?page=all ] Edgar Poce reassigned JCR-593: -- Assignee: Edgar Poce > JCASessionHandle fail when i invoke logout method > - > >

[jira] Created: (JCR-621) create jcr-browser contrib project

2006-11-05 Thread Edgar Poce (JIRA)
create jcr-browser contrib project -- Key: JCR-621 URL: http://issues.apache.org/jira/browse/JCR-621 Project: Jackrabbit Issue Type: New Feature Reporter: Edgar Poce Assigned To: Edgar

[jira] Resolved: (JCR-621) create jcr-browser contrib project

2006-11-11 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-621?page=all ] Edgar Poce resolved JCR-621. Resolution: Fixed Assignee: (was: Edgar Poce) jcr-browser project added in rev. 473755 > create jcr-browser contrib proj

[jira] Resolved: (JCR-640) rename jcr-browser contrib project

2006-11-21 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-640?page=all ] Edgar Poce resolved JCR-640. Resolution: Fixed renamed in rev 478013 > rename jcr-browser contrib project > -- > > Key: JCR-640 >

[jira] Closed: (JCR-640) rename jcr-browser contrib project

2006-11-21 Thread Edgar Poce (JIRA)
[ http://issues.apache.org/jira/browse/JCR-640?page=all ] Edgar Poce closed JCR-640. -- > rename jcr-browser contrib project > -- > > Key: JCR-640 > URL: http://issues.apache.org/jira

[jira] Created: (JCR-1034) Unable to save session after saving a renamed node

2007-07-25 Thread Edgar Poce (JIRA)
Reporter: Edgar Poce Priority: Minor TransientRepository repo = new TransientRepository( "applications/test/repository.xml", "applications/test"); Session s = repo.login(new SimpleCredentials(&qu

[jira] Created: (JCR-1035) Jackrabbit JCA - The client can bypass the managed connection and get the underlying JCR Session

2007-07-25 Thread Edgar Poce (JIRA)
Project: Jackrabbit Issue Type: Bug Components: jca Reporter: Edgar Poce Priority: Minor By using Item.getSession() the client can access the underlying jcr session, eventually close the connection and generate a session leak. -- This

[jira] Created: (JCR-1142) ocm fails with NPE when a ClassDescriptor isn't found

2007-09-21 Thread Edgar Poce (JIRA)
nents: jcr-mapping Reporter: Edgar Poce Priority: Minor ObjectConverterImpl#getObject(Session session, Class clazz, String path) should validate whether there's a suitable mapping in order to throw a more descriptive exception as ObjectConverterImpl#getObject(Sessi