cancel
Showing results for 
Search instead for 
Did you mean: 

New Install; remove OO dependency?

docderivative
Champ in-the-making
Champ in-the-making
Although I have no Open Office it seems the installer is convinced I have and this is leading to issues?

How can I remove the OpenOffice dependency from the currently installed Afresco 3?

TIA
Dr D
5 REPLIES 5

docderivative
Champ in-the-making
Champ in-the-making
Oh well… in the absence of any feedback… (Does anyone actually use Alfresco??)…

In ./tomcat/webapps/alfresco/WEB-INF/classes/alfresco/bootstrap-context.xml

Commented out…

<!–
<bean id="openOfficeConnectionTester" class="org.alfresco.util.OpenOfficeConnectionTester" >
        <property name="connection">
            <ref bean="openOfficeConnection" />
        </property>
        <property name="strict">
            <value>false</value>
        </property>
    </bean>
–>



In ./tomcat/webapps/alfresco/WEB-INF/classes/alfresco/scheduled-jobs-context.xml

Commented out…

<!–
    <bean id="openOfficeConnectionTesterJobDetail" class="org.springframework.scheduling.quartz.JobDetailBean">
        <property name="jobClass">
            <value>org.alfresco.util.OpenOfficeConnectionTester$OpenOfficeConnectionTesterJob</value>
        </property>
        <property name="jobDataAsMap">
            <map>
                <entry key="openOfficeConnectionTester">
                    <ref bean="openOfficeConnectionTester" />
                </entry>
            </map>
        </property>
    </bean>
    <bean id="openOfficeConnectionTesterTrigger" class="org.alfresco.util.CronTriggerBean">
        <property name="jobDetail">
            <ref bean="openOfficeConnectionTesterJobDetail" />
        </property>
        <property name="scheduler">
            <ref bean="schedulerFactory" />
        </property>
        <property name="cronExpression">
            <value>${openOffice.test.cronExpression}</value>
        </property>
    </bean>
–>

At least something seems to be happening now…

Regards
Dr D

mikeh
Star Contributor
Star Contributor
I don't think even our Platinum support contract allows for a response in 18 minutes!  :shock:

Glad you solved your issue though…

Thanks,
Mike

docderivative
Champ in-the-making
Champ in-the-making
So, is this a known issue with the installer? 

i.e. It does not correctly configure the server if the user has specified they do not have Open Office?

[Timer started at 19 May 2009, 21:53 … how long before a response I wonder…]

Regards
Dr D

mikeh
Star Contributor
Star Contributor
Maybe we should rewind - when you say "this is leading to issues", what exactly do you mean?

Thanks,
Mike

docderivative
Champ in-the-making
Champ in-the-making
see the unanswered "Newbie: OOME New Install" thread.