Re: Suggestion to improve packaging of ejb-jars

2009-03-18 Thread David Jencks
On Mar 18, 2009, at 3:23 PM, Olaf Bergner wrote: Obviously, adopting the Geronimo way of explicitly declaring a module's dependencies as references to jars contained in Geronimo's repository is the most explicit way of making that module's needs known to the world. On the other hand, it

Re: Suggestion to improve packaging of ejb-jars

2009-03-18 Thread Olaf Bergner
Obviously, adopting the Geronimo way of explicitly declaring a module's dependencies as references to jars contained in Geronimo's repository is the most explicit way of making that module's needs known to the world. On the other hand, it may be argued that packaging dependencies that are only nee

Re: Suggestion to improve packaging of ejb-jars

2009-03-18 Thread David Jencks
On Mar 18, 2009, at 2:33 PM, Olaf Bergner wrote: I have several ejb-jar packaged inside an ear. Libraries to be shared between some or all of these ejb-jars are placed inside the encompassing ear's "lib" directory, as decreed by the standard. Some libraries, however, are local to the us

Suggestion to improve packaging of ejb-jars

2009-03-18 Thread Olaf Bergner
I have several ejb-jar packaged inside an ear. Libraries to be shared between some or all of these ejb-jars are placed inside the encompassing ear's "lib" directory, as decreed by the standard. Some libraries, however, are local to the using ejb-jar, i.e. they don't need to be shared. I tried to

RE: Class Loader Problem

2009-03-18 Thread Russell Collins
Here is what I have done. I have deleted my old Enterprise project and started over. It seems as though that has cleared up things for the time being. I am trying a different approach by not including the web archives in the Enterprise archive. I think that is the way we want it designed any

Re: Securing queues and topics in embedded ActiveMQ

2009-03-18 Thread David Jencks
On Mar 18, 2009, at 7:19 AM, Raj Saini wrote: Hi David, I explored it further and found that Geronimo Security Realms work file with the ActiveMQ. Problem is with the ActiveMQ authorizationPlugin. In AuthorizationEntry class private String groupClass = "org.apache.activemq.jaas.Group

Re: Problem: WSDL generation for JPA enhanced classes

2009-03-18 Thread Phili
kevan wrote: > > > Sorry, I'm not much of a jaxws-tools user... Did you try using - > classpath argument? > > Why are you using build-time enhanced classes? > > --kevan > > I'm using build-time enhanced classes because of an openjpa-bug(?) which results in unnecessary UPDATE-statements be

Re: Problem: WSDL generation for JPA enhanced classes

2009-03-18 Thread Kevan Miller
On Mar 16, 2009, at 9:35 AM, Phili wrote: Hi, I'm trying to deliver jpa entity classes through a web-service. It works fine unless I use build-time enhanced classes: The WSDL generation fails at deploy-time because of missing jpa- classes: 14:22:00,743 ERROR [WsdlGenerator] WSDL generati

Re: Securing queues and topics in embedded ActiveMQ

2009-03-18 Thread Raj Saini
Hi David, I explored it further and found that Geronimo Security Realms work file with the ActiveMQ. Problem is with the ActiveMQ authorizationPlugin. In AuthorizationEntry class private String groupClass = "org.apache.activemq.jaas.GroupPrincipal"; is hard coded. I think if the group clas

Re: Starting from framework

2009-03-18 Thread chi runhua
Hi Derek: You may refer to the plugins group topic in G2.2 Doc. There are 8 list of plugins and their description. Not every plugin is mentioned on that page, but at least you can have a checklist for your assembly. http://cwiki.apache.org/confluence/display/GMOxDOC22/Plugins+Group Jeff Chi On

Re: Configuring ActiveMQ with external file

2009-03-18 Thread Ivan
http://people.apache.org/builds/geronimo/server/binaries/trunk/ Ivan 2009/3/18 Raj Saini > Ivan, > > I am rebuilding the Geronimo after a clean. I will post the startup log > after build is complete. > > BTW, where did you get the 2.2 snapshot binaries? I searched around but did > not t

Re: Configuring ActiveMQ with external file

2009-03-18 Thread Raj Saini
Ivan, I am rebuilding the Geronimo after a clean. I will post the startup log after build is complete. BTW, where did you get the 2.2 snapshot binaries? I searched around but did not them. Thanks, Raj From: Ivan To: user@geronimo.apache.org Sent: Wednes

Re: Unexpected behaviour from @OneToMany with FetchType.LAZY (SOLVED)

2009-03-18 Thread Fredrik Jonson
I wrote: > I can't get my @OneToMany references with FetchType.LAZY to become > populated by openjpa in geronimo. Using FetchType.EAGER works as > expected. Using OpenJPA standalone (in unit tests) and > transaction-type=LOCAL works too. But when I deploy the code in > geronimo my LAZY-fetche

Re: Configuring ActiveMQ with external file

2009-03-18 Thread Ivan
I have checked the 2.2 snapshot binary package of 03/16/2009, activmq.xml is there. Could you paste the startup log ? I would like to see which modules are started. Thanks ! 2009/3/18 Raj Saini > Hi Ivan, > > Yes, i can start the server. I did it from Maven as well as by installing > the server