How to deploy a portlet?

2007-03-29 Thread Jochen Zink
Hi at all, I'm a little confused and I found no solution. But I believe it must be very simple. ;) I have a JSR-168 Portlet and want them to deploy on geronimo 1.1.1. What must I do, that it run as a portlet? I can't find any documentation about that. Sorry for the question, but I don't get

AW: How to deploy JPA?

2007-03-29 Thread Ueberbach, Michael
Hello David, meanwhile I have tried to deploy following your advices. Unfortunately I got a NPE from the class PersistenceUnitBuilder. Here I put the stack trace, the used persistence.xml and openejb-jar.xml. Is there something missing? Thanks Michael 22:04:47,798 ERROR [Deployer] Deployment

Re: Geronimo Eclipse Plugin publishes multiple times

2007-03-29 Thread Sachin Patel
Ok. Could you please open a JIRA and attach a test case that reproduces the problem? Please also indicate platform, and exact versions of eclipse/wtp you are using. thx -sachin On Mar 28, 2007, at 6:13 PM, Andres wrote: We do not have autopublish enabled nor do we use XDoclet. I do

Re: Geronimo Eclipse Plugin publishes multiple times

2007-03-29 Thread Johannes Weberhofer, Weberhofer GmbH
I can confirm this behaviour on our developers machines. As geronimo 1.1.1 seem to loose around 5MB at every redeployment (the PermGenSpace is growing), we usually can redeploy only 3-5 times before getting a PermGenSpace error: One EAR redeployment causes 20-30 restarts of the application on

Re: Geronimo Eclipse Plugin publishes multiple times

2007-03-29 Thread Sachin Patel
The eclipse plugin doesn't use or redeploy using the hot deploy directory, and all its doing is exporting the archive out and deploying it as a jsr88 client of the server. So why the server is attempting to restart 20-30 doesn't make sense to me, unless you some your are creating the

AW: Installing Running an Application Client

2007-03-29 Thread Norbert Rieger
Hello, I've still a problem when running my app client. Currently I'm using two ways of starting the app client: 1) within eclipse (3.2.2) 2) as described below (deployed on geronimo and started via java -jar client.jar moduleId Within this app client I'm connecting to a EJB's remote

Re: Geronimo Eclipse Plugin publishes multiple times

2007-03-29 Thread Kevan Miller
On Mar 29, 2007, at 10:57 AM, Sachin Patel wrote: The eclipse plugin doesn't use or redeploy using the hot deploy directory, and all its doing is exporting the archive out and deploying it as a jsr88 client of the server. So why the server is attempting to restart 20-30 doesn't make

Re: Geronimo Eclipse Plugin publishes multiple times

2007-03-29 Thread Kevan Miller
On Mar 29, 2007, at 11:51 AM, Kevan Miller wrote: On Mar 29, 2007, at 10:57 AM, Sachin Patel wrote: The eclipse plugin doesn't use or redeploy using the hot deploy directory, and all its doing is exporting the archive out and deploying it as a jsr88 client of the server. So why the