Re: Transforming Manifold Metadata Prior to Pushing the Data into SOLR

2012-02-27 Thread Matthew Parker
ne your connections and jobs with some care as to the URLs > they will produce. > > Thanks, > Karl > > > On Mon, Feb 27, 2012 at 11:25 AM, Matthew Parker > wrote: > > Karl, > > > > I'm importing data from a number of sources to include: SharePoint, File

Re: Transforming Manifold Metadata Prior to Pushing the Data into SOLR

2012-02-27 Thread Matthew Parker
04 AM, Karl Wright wrote: > Please see my response interleaved below. > > On Mon, Feb 27, 2012 at 9:53 AM, Matthew Parker > wrote: > > I'm trying to push data into SOLR.. > > > > Is there a way to transform the metadata coming in from different data >

Re: Cannot find OracleDriver

2012-02-27 Thread Matthew Parker
Sorry. I used the wrong character. It is configured for 21.16.18.145:1521 On Mon, Feb 27, 2012 at 10:27 AM, Karl Wright wrote: > So if the "Database and Host" field really is "21:16:18:145:1521", try > "21.16.18.145:1521" instead. ;-) > > Karl > >

Transforming Manifold Metadata Prior to Pushing the Data into SOLR

2012-02-27 Thread Matthew Parker
I'm trying to push data into SOLR.. Is there a way to transform the metadata coming in from different data sources like SharePoint, and the File Share, prior to posting it into SOLR? For instance, documents have metadata specifying their file path. I need to transform that to a URL I can use with

Re: Cannot find OracleDriver

2012-02-27 Thread Matthew Parker
; it refers to is. > > Can you tell me what the parameters all look like for the JDBC > connection you are setting up? Are you specifying, for instance, the > port as part of the server name? > > Karl > > On Sat, Feb 25, 2012 at 1:22 PM, Matthew Parker > wrote: > >

Re: Cannot find OracleDriver

2012-02-25 Thread Matthew Parker
gards, Matt On Fri, Jan 20, 2012 at 10:28 AM, Matthew Parker < mpar...@apogeeintegration.com> wrote: > Thanks Karl. > > On Thu, Jan 19, 2012 at 9:44 PM, Karl Wright wrote: > >> The problem has been fixed on trunk. Basically, the instructions >> changed as did some of th

Re: Cannot find OracleDriver

2012-01-20 Thread Matthew Parker
g other than the system classloader, so that's what I was > forced to insure. > > Thanks, > Karl > > > On Thu, Jan 19, 2012 at 3:33 PM, Karl Wright wrote: > > The ticket for this problem is CONNECTORS-390. > > > > Karl > > > > On Thu, Jan 19

Re: Cannot find OracleDriver

2012-01-19 Thread Matthew Parker
ml file to add the jar to the manifest. > > I'm going to experiment a bit and see if I can come up with something > quickly. > > Karl > > > On Thu, Jan 19, 2012 at 2:48 PM, Karl Wright wrote: > > I was able to reproduce the problem. I'll get back to

Re: Cannot find OracleDriver

2012-01-19 Thread Matthew Parker
Thanks for your help. On Thu, Jan 19, 2012 at 2:48 PM, Karl Wright wrote: > I was able to reproduce the problem. I'll get back to you when I > figure out what the issue is. > Karl > > On Thu, Jan 19, 2012 at 2:47 PM, Matthew Parker > wrote: > > I've used the

Re: Cannot find OracleDriver

2012-01-19 Thread Matthew Parker
I've used the jar file in NetBeans to connect to the database without any issue. Seems more like a class loader issue. On Thu, Jan 19, 2012 at 2:41 PM, Matthew Parker < mpar...@apogeeintegration.com> wrote: > I have the latest release from the Apache Manifold site (i.e. > 0.3-i

Re: Cannot find OracleDriver

2012-01-19 Thread Matthew Parker
ion of Java than the one you are > using to run MCF. > > Please let me know what you find. > > Karl > > On Thu, Jan 19, 2012 at 1:43 PM, Matthew Parker > wrote: > > I downloaded MCF and started playing with the default setup under Jetty > and > > Derby. It sta

Cannot find OracleDriver

2012-01-19 Thread Matthew Parker
I downloaded MCF and started playing with the default setup under Jetty and Derby. It starts up without any issue. I would like to connect to our ORACLE database and import data into SOLR. I placed the ojdbc6.jar file in the connectors/jdbc/jdbc-drivers directory as stated in the README instructi