OpenCMIS: Esempio utilizza una classe non riesco a trovare in tutta la fonte

StackOverflow https://stackoverflow.com/questions/2871416

  •  03-10-2019
  •  | 
  •  

Domanda

Sto cercando di eseguire l'esempio client CMIS on:
http://incubator.apache.org/chemistry/opencmis-api-examples. html

Purtroppo non riesco a trovare la classe "SessionParameter" che l'esempio utilizza.
E 'introvabile nel codice sorgente dell'intero progetto:
http://github.com/apache/chemistry

Cosa mi sono perso?
O forse l'esempio è out-of-date?

È stato utile?

Soluzione

Gli esempi sono up-to-date e di lavoro. Il flusso di codice attuale e mantenuto di Apache Chemistry OpenCMIS è qui: https: //svn.apache.org/repos/asf/incubator/chemistry/opencmis/trunk/

Ma questo flusso codice non è su GitHub.

Altri suggerimenti

SessionParameter non fa più parte del GitHub progetto.

Un semplice git log -SSessionParameter --oneline può rivelare molto:
(Vedi " storia Git - trovare la linea perduta per parola chiave ")

/c/HOMEWARE/chemistry (trunk)
$ git log -SSessionParameter --oneline
0c08a4f Retiring old OpenCMIS code stream
02a76c0 CMIS-183 Offer ObjectGenerator also as standalone command line tool Prov
40052d4 repository info cleanup
4a6fccf Refactoring client runtime unit tests - move to FIT module - run with je
f37febd Unit test cases for r/w introduced
7d74230 Client Runtime Junit Test Improvment using InMemory Provider
60e4e1f bug in mock test fixed
52e5bc3 client runtime implementation - unit test re-factoring after API changes
47dbe64 first step to make provider layer thread-safe (CMIS-155)
8519c74 added repository discovery to SessionFactory
7a9946b https://issues.apache.org/jira/browse/CMIS-124
7bbf13f cleaned up context handling improved PagingList disabled caching for now
bb35c83 client runtime implementation - unit test improvement https://issues.apa
13bb41b - activated client API integration tests
dabd12a - allow custom authentication providers in createCmisAtomPubProvider and
d79e8ff Continuous Runtime Implementation and Unit Tests - runtime implementatio
c661109 Continuous runtime development
5d12b63 API SessionParameter clean up and re-factoring https://issues.apache.org
c5d8e04 InMemory impl: let VersioningTest make use of AbstractServieTst
e542e11 Re-factoring package names of JUnit tests
8f16d0f Synchronize latest code changes from BerliOS
84d4762 CMIS-122: OpenCMIS integration test framework
d01e33d InMemoryProvider: bugfix versioning: only checked out documents can be m
9499459 Initial contribution of OpenCMIS (CMIS-113).

L'i firstlog n display particolari:

commit 0c08a4fa7207c0399768e28e0912b626e5ac02d0
Author: Florian M<C3><BC>ller <fmui@apache.org>
Date:   Wed May 5 09:03:22 2010 +0000

    Retiring old OpenCMIS code stream

    git-svn-id: https://svn.apache.org/repos/asf/incubator/chemistry/trunk@94120

Il che significa che l'attuazione sono disponibili all'indirizzo https: //svn.apache. org / repos / ASF / incubatore / chimica / trunk .
In particolare: SessionParameter.java

Florian Müller stesso "https://stackoverflow.com/questions/2871416/opencmis -example utilizzi-a-class-i-cant-find-in-the-tutta-source / 2871729 # 2871729" > lo conferma sopra ;)

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top