Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] jms cache coordination

Hi Yannick,
EclipseLink prints cache coordination events if you have configured log level FINEST in your persistence.xml:
<property name="eclipselink.logging.level" value="FINEST" />

If you are looking for an example for EclipseLink Cache Coordination on Glassfish 3.1.2 and you have access to
"My Oracle Support" then take a look at:
Doc Id: 1395570.1 - How To Configure Cache Coordination With JMS on Glassfish
there is also one for RMI:
Doc Id 1396971.1 - How To Configure Cache Coordination With RMI on Glassfish

Please take a look at
GLASSFISH-18476 Deployment Fails If EclipseLink Cache Coordination Is Configured
which reports a problem with Glassfish 3.1.2

Regards,
Reinhard
    
   
       
    

On 5/14/2012 6:00 PM, eclipselink-users-request@xxxxxxxxxxx wrote:
Send eclipselink-users mailing list submissions to
	eclipselink-users@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
	https://dev.eclipse.org/mailman/listinfo/eclipselink-users
or, via email, send a message with subject or body 'help' to
	eclipselink-users-request@xxxxxxxxxxx

You can reach the person managing the list at
	eclipselink-users-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of eclipselink-users digest..."


Today's Topics:

   1. jms cache coordination (Yannick Majoros)
   2. EclipseLink - HermesParser.buildException when	compiling JPQL
      Query (Markus Tiede)
   3. Re: EclipseLink - HermesParser.buildException when compiling
      JPQL Query (Tom Ware)
   4. Re: EclipseLink - HermesParser.buildException when compiling
      JPQL Query (Markus Tiede)
   5. Re: EclipseLink - HermesParser.buildException when compiling
      JPQL Query (Tom Ware)


----------------------------------------------------------------------

Message: 1
Date: Sun, 13 May 2012 21:32:11 +0200
From: Yannick Majoros <yannick.majoros@xxxxxxxxx>
To: EclipseLink User Discussions <eclipselink-users@xxxxxxxxxxx>
Subject: [eclipselink-users] jms cache coordination
Message-ID: <4FB00C3B.2000806@xxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello,

Is there a way to monitor jms cache coordination? I couldn't find 
documentation about setting log levels to see jms messages being sent / 
received, either from Eclipselink or from Glassfish 3.1.2 (EL is used 
from the ejb container).

Thanks for your help,

Yannick Majoros


------------------------------

Message: 2
Date: Mon, 14 May 2012 16:20:03 +0200
From: Markus Tiede <Markus.Tiede@xxxxxxxxx>
To: EclipseLink User Discussions <eclipselink-users@xxxxxxxxxxx>
Subject: [eclipselink-users] EclipseLink - HermesParser.buildException
	when	compiling JPQL Query
Message-ID: <4FB11493.8010807@xxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello,

we, the Jubula team, are currently experiencing problems working with 
EclipseLink 2.4.0 in our standalone version of "Eclipse for Testers" 
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=379221).

We get a JPQL exception thrown by the HermesParser when trying to 
compile one of our JPQL queries (in 2.3.2 this works without any problems):

The basic mapping 'compName.hbmGuid' cannot be used in conjunction with 
the = operator. (Exception Description: Problem compiling [select assoc 
from ObjectMappingAssoziationPO as assoc, CompIdentifierPO as compId, 
ComponentNamePO as compName join assoc.logicalNames as logicalName where 
logicalName = compName.hbmGuid and logicalName = :compNameGuid and 
assoc.technicalName = compId and compName.hbmParentProjectId = 
:parentProjectId]).

Does anyone else face such problems and know how to resolve them? Is 
this a newly introduced feature / bug fix which requires adjustments of 
JPQL queries in general?

With best regards,
MarkusT

--
Oracle
REINHARD GIRSTENBREI | Senior Principal Technical Support Engineer
Phone: +49 89 1430 2318 | Fax: +49 89 1430 2318 | Mobile: +49 177 594 1318 | VOIP: +49 89 1430 2318
Oracle Oracle Customer Services

ORACLE Deutschland B.V. & Co. KG | Riesstr. 25 | 80992 Munich


ORACLE Deutschland B.V. & Co. KG
Hauptverwaltung: Riesstr. 25, D-80992 München
Registergericht: Amtsgericht München, HRA 95603
Geschäftsführer: Jürgen Kunz

Komplementärin: ORACLE Deutschland Verwaltung B.V.
Hertogswetering 163/167, 3543 AS Utrecht, Niederlande
Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697
Geschäftsführer: Alexander van der Ven, Astrid Kepper, Val Maher

Green
          Oracle Oracle is committed to developing practices and products that help protect the environment

Back to the top