Re: ItemNotFoundException while switching between workspaces

2006-08-30 Thread quipere

Yes it is. The multipleworkspacetest is created from the configuration of the
head application. So it is the same problem. It is solved by fixing the
repository.xml thx a lot.

Sorry for our crosspost


Marcel Reutegger wrote:
 
 quipere wrote:
 See
 http://www.nabble.com/problem-retrieving-nodes-from-different-workspaces-tf2177041.html
 Is about the same problem, doesn't throw ItemNotFounException but returns
 unexpected nodes. I asume this because example code lacks an ordeable
 noodtypedefinition.
 
 can you please check your repository.xml and see if there is the same 
 configuration issue as with the other 'workspace test'.
 
 regards
   marcel
 
 

-- 
View this message in context: 
http://www.nabble.com/ItemNotFoundException-while-switching-between-workspaces-tf2154626.html#a6054242
Sent from the Jackrabbit - Dev forum at Nabble.com.



Re: ItemNotFoundException while switching between workspaces

2006-08-29 Thread Marcel Reutegger

quipere wrote:

See
http://www.nabble.com/problem-retrieving-nodes-from-different-workspaces-tf2177041.html
Is about the same problem, doesn't throw ItemNotFounException but returns
unexpected nodes. I asume this because example code lacks an ordeable
noodtypedefinition.


can you please check your repository.xml and see if there is the same 
configuration issue as with the other 'workspace test'.


regards
 marcel


Re: ItemNotFoundException while switching between workspaces

2006-08-28 Thread quipere
(ApplicationDispatcher.java:463)
  
 at
 org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
  
 at
 org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
  
 at
 com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
  
 at
 com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
  
 at
 com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
  
 at
 com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200) 
 at
 com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117) 
 at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138) 
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  
 at
 org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
  
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  
 at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  
 at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  
 at
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) 
 at
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) 
 at
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  
 at
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) 
 at
 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) 
 at
 org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
  
 at
 org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  
 at
 org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
  
 at
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
  
 at java.lang.Thread.run(Thread.java:595)
 

-- 
View this message in context: 
http://www.nabble.com/ItemNotFoundException-while-switching-between-workspaces-tf2154626.html#a6016346
Sent from the Jackrabbit - Dev forum at Nabble.com.



Re: ItemNotFoundException while switching between workspaces

2006-08-28 Thread Jukka Zitting

Hi,

On 8/28/06, quipere [EMAIL PROTECTED] wrote:

Didn't anybody encounter this problem? Think it might be a bug.


It quite likely is, I've also encountered some ItemNotFoundExceptions
every now and then with no clear reason (yes, should investigate...).
Could you please narrow down the code snippet to a more self-contained
(i.e. include the XML file and the referenced extra methods) test case
that illustrates the problem and file a Jira issue with that?

BR,

Jukka Zitting

--
Yukatan - http://yukatan.fi/ - [EMAIL PROTECTED]
Software craftsmanship, JCR consulting, and Java development


Re: ItemNotFoundException while switching between workspaces

2006-08-28 Thread quipere

See
http://www.nabble.com/problem-retrieving-nodes-from-different-workspaces-tf2177041.html
Is about the same problem, doesn't throw ItemNotFounException but returns
unexpected nodes. I asume this because example code lacks an ordeable
noodtypedefinition.



Jukka Zitting-3 wrote:
 
 Hi,
 
 On 8/28/06, quipere [EMAIL PROTECTED] wrote:
 Didn't anybody encounter this problem? Think it might be a bug.
 
 It quite likely is, I've also encountered some ItemNotFoundExceptions
 every now and then with no clear reason (yes, should investigate...).
 Could you please narrow down the code snippet to a more self-contained
 (i.e. include the XML file and the referenced extra methods) test case
 that illustrates the problem and file a Jira issue with that?
 
 BR,
 
 Jukka Zitting
 
 -- 
 Yukatan - http://yukatan.fi/ - [EMAIL PROTECTED]
 Software craftsmanship, JCR consulting, and Java development
 
 

-- 
View this message in context: 
http://www.nabble.com/ItemNotFoundException-while-switching-between-workspaces-tf2154626.html#a6020902
Sent from the Jackrabbit - Dev forum at Nabble.com.



ItemNotFoundException while switching between workspaces

2006-08-23 Thread quipere
)
 
at
com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130) 
at
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
 
at
com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200) 
at
com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117) 
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138) 
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
 
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
 
at
org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
 
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
 
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
 
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
 
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
 
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) 
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) 
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
 
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) 
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) 
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
 
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
 
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
 
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
 
at java.lang.Thread.run(Thread.java:595)
-- 
View this message in context: 
http://www.nabble.com/ItemNotFoundException-while-switching-between-workspaces-tf2154626.html#a5951905
Sent from the Jackrabbit - Dev forum at Nabble.com.