Bartosz Oudekerk | 1 Feb 2011 11:09

Re: Problem with TCPTopicConnectionFactory since weuse version v6.05.03


On 31/01/11 09:46, Gerrie Rijsdijk wrote:
> Hippo made it easier to create a Hippo 6 war, but this conflicted with our configuration. So we have reduced
our own configuration, using Hippo's config instead.
>
> Nevertheless we did not succeed in making our monitoring application behave like before....
>
> Now we get the following error on our monitoring part of the application:
> JMS Topic Status: NOTICE
> Started: 28-01-2011 12:44:29, Completed: 28-01-2011 12:44:29, State:NOT OK, Description:
javax.naming.NameNotFoundException : TCPTopicConnectionFactory
>
> Here are some of our changed files, which cause named problems:
>
> ==========================================
> file:///D:/projects/hippo/cms-customized/build.properties.sample
> ==========================================
> jms.jndi.initial.factory=nl.hippo.jmsbridge.BridgeContextFactory
> jms.connection.factory=TCPTopicConnectionFactory

More than just these two are needed, see [0]

> ==========================================
> file:///D:/projects/hippo/cms-customized/config/jboss-web.xml
> ==========================================
>    <resource-ref>
>        <res-ref-name>TCPTopicConnectionFactory</res-ref-name>
>        <jndi-name>java:x.tcf</jndi-name>
>     </resource-ref>

(Continue reading)

Gerrie Rijsdijk | 3 Feb 2011 15:06
Picon
Favicon

Betr.: Re: Problem withTCPTopicConnectionFactory since weuseversion v6.05.03

Hi everyone,

Looking again at the changed sources
https://issues.onehippo.com/browse/CMSSIX-123?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel#issue-tabs 
I now also see following has been changed in /editor/project.xml:

Revision 10979                                      Revision 10980
<dependency>                                      <dependency>
   <id>hippo:jmsbridge</id>                    <id>hippo:jmsbridge</id>
   <version>1.01.02</version>              <version>1.01.04</version>
   <properties>                                        <properties>
                                                                    <cocoon.bundle>false</cocoon.bundle>
      <war.bundle>true</war.bundle>        <war.bundle>true</war.bundle>
   </properties>                                       </properties>
</dependency>                                      </dependency>

Now when I change this back to using version jmsbridge-1.01.02.jar my problem is gone???

I don't understand why this is causing the problem nor how I can solve this?

Is there a special reason why we cannot use jmsbridge-1.01.02.jar anymore or can we continue using this one
if we prefer that?
And if so, what is the right way to override this and making sure we use jmsbridge-1.01.02.jar instead of the
newer one?

Kind regards,
Gerrie Rijsdijk

Met vriendelijke groet,

(Continue reading)

Bartosz Oudekerk | 3 Feb 2011 16:17

Re: Betr.: Re: Problem withTCPTopicConnectionFactory since weuseversion v6.05.03

On 03/02/11 15:06, Gerrie Rijsdijk wrote:
> Hi everyone,
>
> Looking again at the changed sources https://issues.onehippo.com/browse/CMSSIX-123?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel#issue-tabs
> I now also see following has been changed in /editor/project.xml:
>
>
> Revision 10979                                      Revision 10980
> <dependency>                                       <dependency>
>     <id>hippo:jmsbridge</id>                     <id>hippo:jmsbridge</id>
>     <version>1.01.02</version>               <version>1.01.04</version>
>     <properties>                                         <properties>
>                                                                      <cocoon.bundle>false</cocoon.bundle>
>        <war.bundle>true</war.bundle>         <war.bundle>true</war.bundle>
>     </properties>                                        </properties>
> </dependency>                                       </dependency>
>
> Now when I change this back to using version jmsbridge-1.01.02.jar my problem is gone???
>
> I don't understand why this is causing the problem nor how I can solve this?

The only reason I can think of is that IIRC the default naming strategy
changed at some point, could very well have been between those two
versions. So if you're not setting one explicitly, check that.

Kind regards,
--

-- 
Bartosz Oudekerk
.---------------------------------.---------------------------------.
| Hippo B.V.                      | Hippo USA Inc.                  |
(Continue reading)

Gerrie Rijsdijk | 4 Feb 2011 14:52
Picon
Favicon

Re: Betr.: Re: ProblemwithTCPTopicConnectionFactory since weuseversion v6.05.03

On 03-02-2011 16:17 Bartosz Oudekerk wrote:

Met vriendelijke groet,

Gerrie Rijsdijk
ANWB P&I/Business Applicatie Management/Online
088-2698135

>>> Bartosz Oudekerk <b.oudekerk <at> onehippo.com> 03-02-2011 16:17 >>>
>On 03/02/11 15:06, Gerrie Rijsdijk wrote:
>> Hi everyone,
>>
>> Looking again at the changed sources
https://issues.onehippo.com/browse/CMSSIX-123?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel#issue-tabs 
>> I now also see following has been changed in /editor/project.xml:
>>
>>
>> Revision 10979                                      Revision 10980
>> <dependency>                                       <dependency>
>>     <id>hippo:jmsbridge</id>                     <id>hippo:jmsbridge</id>
>>     <version>1.01.02</version>               <version>1.01.04</version>
>>     <properties>                                         <properties>
>>                                                                      <cocoon.bundle>false</cocoon.bundle>
>>        <war.bundle>true</war.bundle>         <war.bundle>true</war.bundle>
>>     </properties>                                        </properties>
>> </dependency>                                       </dependency>
>>
>> Now when I change this back to using version jmsbridge-1.01.02.jar my problem is gone???
>>
>> I don't understand why this is causing the problem nor how I can solve this?
(Continue reading)

Frank van Lankvelt | 5 Feb 2011 09:53

Re: [HippoCMS-svn] [26832] hippo-cms7/cms: CMS7-4932 Completed CSS for styling of Xinha table dialog

please move all xinha-related styling to the xinha.css file in the
hippo-cms-xinha-integration module.  And include a .hippo-editor-field-html
class to prevent collisions with other dialogs

thanks, Frank

On Fri, Feb 4, 2011 at 11:58 AM, kkrabben <svn-logs <at> hippocms.org> wrote:

> Revision: 26832
> Author:   kkrabben
> Date:     2011-02-04 11:58:23 +0100 (Fri, 04 Feb 2011)
> Log Message:
> -----------
> CMS7-4932 Completed CSS for styling of Xinha table dialog
>
> Modified Paths:
> --------------
>    hippo-cms7/cms/trunk/skin/src/main/webapp/screen.css
>
> Modified: hippo-cms7/cms/trunk/skin/src/main/webapp/screen.css
> ===================================================================
> --- hippo-cms7/cms/trunk/skin/src/main/webapp/screen.css        2011-02-04
> 10:23:33 UTC (rev 26831)
> +++ hippo-cms7/cms/trunk/skin/src/main/webapp/screen.css        2011-02-04
> 10:58:23 UTC (rev 26832)
>  <at>  <at>  -2390,7 +2390,7  <at>  <at> 
>   -webkit-box-shadow: none;
>   box-shadow: none;
>   color: #000;
> -  border: none;
(Continue reading)

Bartosz Oudekerk | 7 Feb 2011 11:01

Re: Betr.: Re: ProblemwithTCPTopicConnectionFactory since weuseversion v6.05.03

On 04/02/11 14:52, Gerrie Rijsdijk wrote:
> On 03-02-2011 16:17 Bartosz Oudekerk wrote:
>>>> Bartosz Oudekerk<b.oudekerk <at> onehippo.com>  03-02-2011 16:17>>>
>> On 03/02/11 15:06, Gerrie Rijsdijk wrote:
>>> Hi everyone,
>>>
>>> Looking again at the changed sources https://issues.onehippo.com/browse/CMSSIX-123?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel#issue-tabs
>>> I now also see following has been changed in /editor/project.xml:
>>>
>>>
>>> Revision 10979                                      Revision 10980
>>> <dependency>                                        <dependency>
>>>      <id>hippo:jmsbridge</id>                      <id>hippo:jmsbridge</id>
>>>      <version>1.01.02</version>                <version>1.01.04</version>
>>>      <properties>                                          <properties>
>>>                                                                       <cocoon.bundle>false</cocoon.bundle>
>>>         <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
>>>      </properties>                                         </properties>
>>> </dependency>                                        </dependency>
>>>
>>> Now when I change this back to using version jmsbridge-1.01.02.jar my problem is gone???
>>>
>>> I don't understand why this is causing the problem nor how I can solve this?
>
>> The only reason I can think of is that IIRC the default naming strategy
>> changed at some point, could very well have been between those two
>> versions. So if you're not setting one explicitly, check that.
>
> I tried to set it explicitly to jmsbridge-1.01.02.jar by defining the dependency for that in our cms-customized/common-project.xml......

(Continue reading)

Bart van der Schans | 8 Feb 2011 10:59

Re: [HippoCMS-svn] [26870] hippo-cms7/repository: CMS7-4936 remove powerpoint extractor from configuration, as it causes warnings

Don't we want the powerpoint extractor? Or don't we want the warning message?

Bart

On Tue, Feb 8, 2011 at 10:44 AM, uhommes <svn-logs <at> hippocms.org> wrote:
> Revision: 26870
> Author:   uhommes
> Date:     2011-02-08 10:44:39 +0100 (Tue, 08 Feb 2011)
> Log Message:
> -----------
> CMS7-4936  remove powerpoint extractor from configuration, as it causes warnings
>
> Modified Paths:
> --------------
>    hippo-cms7/repository/trunk/application/src/main/resources/org/hippoecm/repository/repository.xml
>
> Modified: hippo-cms7/repository/trunk/application/src/main/resources/org/hippoecm/repository/repository.xml
> ===================================================================
> ---
hippo-cms7/repository/trunk/application/src/main/resources/org/hippoecm/repository/repository.xml
  2011-02-08 09:38:53 UTC (rev 26869)
> +++
hippo-cms7/repository/trunk/application/src/main/resources/org/hippoecm/repository/repository.xml
  2011-02-08 09:44:39 UTC (rev 26870)
>  <at>  <at>  -133,7 +133,7  <at>  <at> 
>       <param name="extractorPoolSize" value="0"/>
>       <param name="extractorTimeout" value="100"/>
>       <param name="extractorBackLogSize" value="100"/>
> -      <param name="textFilterClasses" value="org.apache.jackrabbit.extractor.PlainTextExtractor,org.apache.jackrabbit.extractor.MsWordTextExtractor,org.apache.jackrabbit.extractor.MsExcelTextExtractor,org.apache.jackrabbit.extractor.MsPowerPointTextExtractor,org.apache.jackrabbit.extractor.PdfTextExtractor,org.apache.jackrabbit.extractor.OpenOfficeTextExtractor,org.apache.jackrabbit.extractor.RTFTextExtractor,org.apache.jackrabbit.extractor.HTMLTextExtractor,org.apache.jackrabbit.extractor.XMLTextExtractor"/>
> +      <param name="textFilterClasses" value="org.apache.jackrabbit.extractor.PlainTextExtractor,org.apache.jackrabbit.extractor.MsWordTextExtractor,org.apache.jackrabbit.extractor.MsExcelTextExtractor,org.apache.jackrabbit.extractor.PdfTextExtractor,org.apache.jackrabbit.extractor.OpenOfficeTextExtractor,org.apache.jackrabbit.extractor.RTFTextExtractor,org.apache.jackrabbit.extractor.HTMLTextExtractor,org.apache.jackrabbit.extractor.XMLTextExtractor"/>
(Continue reading)

Frank van Lankvelt | 8 Feb 2011 11:24

Re: [HippoCMS-svn] [26802] hippo-cms7/addons/addon-channel-manager: CMS7-4928 Channel Manager Addon

the build also succeeds without hippo-repository-connector,
hippo-cms-editor-frontend, hippo-cms-gallery-frontend and hippo-cms-browse.
Is there a reason for them to be there, or has this been copy-pasted?

cheers, Frank

On Thu, Feb 3, 2011 at 11:23 AM, vkiran <svn-logs <at> hippocms.org> wrote:

> Revision: 26802
> Author:   vkiran
> Date:     2011-02-03 11:23:07 +0100 (Thu, 03 Feb 2011)
> Log Message:
> -----------
> CMS7-4928  Channel Manager Addon
>
> Added Paths:
> -----------
>    hippo-cms7/addons/addon-channel-manager/trunk/
>    hippo-cms7/addons/addon-channel-manager/trunk/.hgignore
>    hippo-cms7/addons/addon-channel-manager/trunk/frontend/
>    hippo-cms7/addons/addon-channel-manager/trunk/frontend/pom.xml
>    hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/
>    hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/
>    hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/
>
>  hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/
>
>  hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/
>
>  hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/
(Continue reading)

Vijay Kiran | 8 Feb 2011 11:44

Re: [HippoCMS-svn] [26802] hippo-cms7/addons/addon-channel-manager: CMS7-4928 Channel Manager Addon

The pom is based on the hst-editor pom. Yes, we can remove them.

./Vijay

On Feb 8, 2011, at 11:24 AM, Frank van Lankvelt wrote:

> the build also succeeds without hippo-repository-connector, hippo-cms-editor-frontend,
hippo-cms-gallery-frontend and hippo-cms-browse.
> Is there a reason for them to be there, or has this been copy-pasted?
> 
> cheers, Frank
> 
> On Thu, Feb 3, 2011 at 11:23 AM, vkiran <svn-logs <at> hippocms.org> wrote:
> Revision: 26802
> Author:   vkiran
> Date:     2011-02-03 11:23:07 +0100 (Thu, 03 Feb 2011)
> Log Message:
> -----------
> CMS7-4928  Channel Manager Addon
> 
> Added Paths:
> -----------
>    hippo-cms7/addons/addon-channel-manager/trunk/
>    hippo-cms7/addons/addon-channel-manager/trunk/.hgignore
>    hippo-cms7/addons/addon-channel-manager/trunk/frontend/
>    hippo-cms7/addons/addon-channel-manager/trunk/frontend/pom.xml
>    hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/
>    hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/
>    hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/
>    hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/
(Continue reading)

Jasha Joachimsthal | 8 Feb 2011 11:47
Gravatar

Re: Re: [HippoCMS-svn] [26802] hippo-cms7/addons/addon-channel-manager: CMS7-4928 Channel Manager Addon

This is the CMS6 list, not the CMS7 or HST2 list.

Jasha

On 8 February 2011 11:44, Vijay Kiran <v.kiran <at> onehippo.com> wrote:

> The pom is based on the hst-editor pom. Yes, we can remove them.
>
> ./Vijay
>
> On Feb 8, 2011, at 11:24 AM, Frank van Lankvelt wrote:
>
> > the build also succeeds without hippo-repository-connector,
> hippo-cms-editor-frontend, hippo-cms-gallery-frontend and hippo-cms-browse.
> > Is there a reason for them to be there, or has this been copy-pasted?
> >
> > cheers, Frank
> >
> > On Thu, Feb 3, 2011 at 11:23 AM, vkiran <svn-logs <at> hippocms.org> wrote:
> > Revision: 26802
> > Author:   vkiran
> > Date:     2011-02-03 11:23:07 +0100 (Thu, 03 Feb 2011)
> > Log Message:
> > -----------
> > CMS7-4928  Channel Manager Addon
> >
> > Added Paths:
> > -----------
> >    hippo-cms7/addons/addon-channel-manager/trunk/
> >    hippo-cms7/addons/addon-channel-manager/trunk/.hgignore
(Continue reading)


Gmane