-
```
This can happen if the call to DmSession.getObject throws a DfRuntimeException.
A DfException
will get wrapped in a RepositoryDocumentException, but a DfRuntimeException
will not.
The connect…
-
```
What steps will reproduce the problem?
1.Traverse a repository where some documents throw an exception from
DocumentList.nextDocument.
or,
1. Read the source.
What is the expected output? What…
-
```
This can happen if the call to DmSession.getObject throws a DfRuntimeException.
A DfException
will get wrapped in a RepositoryDocumentException, but a DfRuntimeException
will not.
The connect…
-
```
Now that the GSA can handle faster feeds, identify the bottlenecks in the
connector manager. See issue 106 for one idea. We could also compress the
feed, or implement the google:contenturl propert…
-
```
This should be investigated, so see if we can efficiently include this
information in the
googleconnector URL, and whether that would allows us to assign connector
content to
collections in th…
-
```
What steps will reproduce the problem?
1. We configure livelink connector enabling logging
2. Start crawling
3. SEVERE error in google-connectors.log
What is the expected output? What do you see …
-
```
Now that the GSA can handle faster feeds, identify the bottlenecks in the
connector manager. See issue 106 for one idea. We could also compress the
feed, or implement the google:contenturl propert…
-
```
What steps will reproduce the problem? (Be specific)
1. Activate the Plugin
2. Click The "Settings" link from the Plugins page
3. It points to /wp-admin/options-general.php?page=cctm
What is the…
-
```
This should be investigated, so see if we can efficiently include this
information in the
googleconnector URL, and whether that would allows us to assign connector
content to
collections in th…
-
```
Current behavior
- The connector, connector manager logs are all dumped into a single
log file and only identified by their class names
- It becomes difficult to debug if there are more than …