Aries Blueprint webconsole plugin

2016-10-19 Thread Balázs Zsoldos
, *Balázs Zsoldos*

Re: EclipseLink not flush transaction

2013-07-01 Thread Balázs Zsoldos
I do not know if it is still necessary but there is an aries-jpa-eclipselink project (you can find it in SVN). In your case the problem might be that the eclipselink.target-server property is not set. See the class

RE: EclipseLink not flush transaction

2013-07-01 Thread Balázs Zsoldos
The mentioned class is in the jpa-container-eclipselink adapter. The project is in the SVN of aries (maybe in maven repo as well). I used it when aries was in version 0.3 a lot and it worked well when I used the transaction manager of aries (that uses the code of geronimo) or the one coming from

Re: ReferenceRecipe waits although service is available again

2012-07-23 Thread Balázs Zsoldos
Hi, thank you for offering your help. I tried to create a more simple use case (with non-business logic bundles) however I could not reproduce the problem. This is good news as blueprint works :). I will try to add every dependency we use in our system (hibernate, myfaces, ...) and try to find

ReferenceRecipe waits although service is available again

2012-07-20 Thread Balázs Zsoldos
Hi, I have a problem. Please help me finding out if this is a bug or my use case is wrong. There are three bundles: - API bundle: Contains an interface A - Core bundle: Contains the implementation of A and provides it as a service - Servlet bundle: - Contains Servlet classes

Transaction manager and JTA

2012-06-14 Thread Balázs Zsoldos
Hi, we are suffering since a lot of time due to the reason that the javax.transaction and javax.transaction.xa packages are included into the org,apache.aries.transaction.manager bundle. We had the following problems: - In equinox if anything imports these packages (e.g. jdbc driver) and

Re: OpenJPA class enhancing and bundle starting order

2012-05-30 Thread Balázs Zsoldos
harald.wellm...@gmx.dewrote: Am 29.05.2012 06:49, schrieb Balázs Zsoldos: * Shall import-package used for a bundle that has OpenJPA compile time enhancement? For the model classes, or for the additional package dependencies added by the enhancer? If the framework supports weaving hooks

Having a pu module and entity classes separately

2011-10-25 Thread Balázs Zsoldos
Hi, Yesterday I created a Jira issue at https://issues.apache.org/jira/browse/ARIES-765 I think my question is a bit philosophical so the mail list might be a better place to ask it. We are planning to release the first stable version of our opensource libraries soon that implements the