Re: JOSSO with Geronimo

2007-10-05 Thread Carver
I am glad to contribute it to the JOSSO project, but I need to confirm with my team policy before posting it to the wiki. Donald Woods-2 wrote: > > Can you post your final setup steps here or on the JOSSO wiki at > http://www.josso.org/confluence/display/JOSSO1/Java+EE > > -Donald > > Carver

Re: Exception while generating WSDL in Geronimo 2.0.2

2007-10-05 Thread Jarek Gawor
Tomek, I'm unable to replicate the problem so far. I'm also testing on Windows but Sun JDK 1.5.0_10-b02. One thing I did notice that you will need to add JPA spec jar to the classpath you pass to wsgen. What's the exact command you are executing? Jarek On 10/5/07, Tomasz Mazan <[EMAIL PROTECTED]

Re: Porting complex WAS6 app to Geronimo 1.1

2007-10-05 Thread TslH
Hi David, And very thank you for your answer. Yes, I think I'll create a small ear that will bind this configuration URL for the server. I would like to use Geronimo2, but it's too far from WAS6, that is the original platform of this application. FYI, original developers made the discussable choi

Re: running two instances of Geronimo 2.0.1

2007-10-05 Thread Kevan Miller
On Oct 5, 2007, at 2:25 PM, Mario Ruebsam wrote: David and Donald, thanks for the help and changes to that problem and also for adding the thread pool size in config- substitutions.properties (GERONIMO-3475). I changed my current G 2.0.1 files to match your changes on the 2.0.2-SNAPSHOT. Si

Re: running two instances of Geronimo 2.0.1

2007-10-05 Thread Mario Ruebsam
David and Donald, thanks for the help and changes to that problem and also for adding the thread pool size in config-substitutions.properties (GERONIMO-3475). I changed my current G 2.0.1 files to match your changes on the 2.0.2-SNAPSHOT. Since we want to go in production with G 2.0.x I'm curiou

Re: Help with the Geronimo Eclipse Plugin

2007-10-05 Thread James Ervin
No thank you, of course as I have been thinking about it I do like the idea of a simple declarative extension point. There would be no direct coupling and then people are once again able to name their containers anything they want. Still you know IMHO anyone who puts their own JRE container and d

Re: Help with the Geronimo Eclipse Plugin

2007-10-05 Thread Tim McConnell
Hi James, We're planning an upcoming maintenance release for the plugin. The current plan is to incorporate your code patch/snippet (that you've provided below) into that release, and then work on a more long-term solution (e.g., with an extension point possibly) in a subsequent major release. I

Re: XML and EXSLT support disappeared from Geronimo 2.0.1!

2007-10-05 Thread Donald Woods
Geronimo 2.0.x only includes xercesImpl-2.8.1.jar. For Xalan support, you can use the IBM 1.5.0 SDK which includes IBM's XML4J updated versions of Xerces and Xalan. If you are using the Sun 1.5.0 SDK, you'll need to include Xalan in your app or install it into the server's repo, as Sun renamed

Re: Help with the Geronimo Eclipse Plugin

2007-10-05 Thread James Ervin
I was wondering if there has been any progress on GERONIMODEVTOOLS-185. There was some activity in late August, so I was hoping that the enhancement would have been made already. In fact I would consider submitting a patch for this but I know that someone was already assigned it. Thanks, James

Re: Porting complex WAS6 app to Geronimo 1.1

2007-10-05 Thread David Jencks
I strongly encourage you to use geronimo 2.0.1 or 2.0.2 when it comes out, you will get much better support. IIRC there's a global writable jndi context under geronimo: in geronimo 1.1. You would need to write some java code to bind something into it. I think that in geronino 2.x the equi

Re: Problem with JMS Messages and MDB, not all Messages are sended to the MDB

2007-10-05 Thread David Jencks
I have little idea what might be going on but I would try sending a few hundred messages to see how many are received and I would use the jmx viewer or hermes to browse the queues to see where they are stuck. I'm wondering if there is some broker setting that is waiting for more messages

Re: maven - geronimo 2.0 example build problem

2007-10-05 Thread David Jencks
I think we're getting tied up in nomenclature. With ejb3, the only ejbs are session beans and mdbs. Something you annotate with @Entity is not an ejb, just a jpa persistent object. For instance you can put them directly in a web app and they will work fine. You can also have "persistenc

XML and EXSLT support disappeared from Geronimo 2.0.1!

2007-10-05 Thread Xh
Hi All! I'm having problems with running XSLT stylesheets that I was successfully using with previous Geronimo 1.1.0. I have (example use of http://exslt.org/sets): xmlns:set="http://exslt.org/sets"; exclude-result-prefixes="set" version="2.0"> .

Re: Porting complex WAS6 app to Geronimo 1.1

2007-10-05 Thread TslH
Maybe should I rephrase: With Geronimo 1.1, how can I declare at server level a jndi entry and its value for a java.io.URL reference? Thanks. 2007/10/4, TslH <[EMAIL PROTECTED]>: > Hi, > > I have to port a complex WAS6 application (with ESB, 5+ EAR, and so > on...) onto a Geronimo v1.1, but I hav

Re: Unable to save connection pool error

2007-10-05 Thread Donald Woods
Can you provide more details? -Donald bulaxa wrote: I have the same problem with Websphere, where can I find a patch to fix this? Thank you Bulat wrote: Thank you! It works very well! smime.p7s Description: S/MIME Cryptographic Signature

Re: Enabling sticky sessions in Geronimo 2.0.1

2007-10-05 Thread Donald Woods
Dennis, did this solve your problem? -Donald Paul McMahan wrote: I don't have a test env to try this out, but from looking at the Tomcat docs it looks like you may need to configure JvmRouteBinderValve. Something like: name="org.apache.geronimo.configs/tomcat6/2.0.1/car?ServiceModule=org.a

multiple repos error

2007-10-05 Thread kudrax
I am trying to create a second repo on my server. I keep getting this message. I even tried the example from geronimo doc site with same results Error: Unable to distribute repo2.xml: Unable to create configuration for deployment load of org.example.configs/myrepo/2.0-SNAPSHOT/car fai

Re: JOSSO with Geronimo

2007-10-05 Thread Donald Woods
Can you post your final setup steps here or on the JOSSO wiki at http://www.josso.org/confluence/display/JOSSO1/Java+EE -Donald Carver wrote: Thanks for your guys help! I finally get it works. smime.p7s Description: S/MIME Cryptographic Signature

Re: running two instances of Geronimo 2.0.1

2007-10-05 Thread Donald Woods
Mario, I've opened JIRA 3505 for this https://issues.apache.org/jira/browse/GERONIMO-3505 and checked it into the 2.0 branch for the 2.0.2 release. -Donald For geronimo-jetty6-minimal, the default AJP Mario Ruebsam wrote: Hi all, in the config-substitutions.properties file there is a

One problem when using mod_proxy_balancer to build a cluster

2007-10-05 Thread yuanyun
Hi I am wanting to use apache_2.2.6's module-mod_proxy_balancer- to build a cluster in front of Geronimo, I use tomcat-cluster sample from wasce_samples-2.0.0.0.zip as the test application. But i find that although the first time i disable node1 via http://localhost/balancer-manager, th

Problem with JMS Messages and MDB, not all Messages ar e sended to the MDB

2007-10-05 Thread Jochen Zink
Hello, I have a JMS Queue and a MDB which are listen on this queue. A JMS-clients sends 20 Messages to the queue. Know, the MDB is called exactly seven times. The onMessage Method is ended successfully. After the Nr 7th of the MDB is ready with work, no more messages are sended to the Queue.

Re: JAASRealm configuration problem

2007-10-05 Thread Carver
Several days ago, I look into the source code and found the reason: You should configure the Tomcat Engine name the same as the Geronimo Security Realm name. Tomcat Module deploy plan: org.apache.geronimo.tomcat.TomcatEngine name=Geronimo ... Geronimo Security Realm deploy plan

Re: Exception while generating WSDL in Geronimo 2.0.2

2007-10-05 Thread Tomasz Mazan
Jarek Gawor-2 wrote: > > Tomek, > > You mean it worked before and it doesn't work? Or it's a different > annotated class? Can you send the class that generates this error? > > Btw, I've found this: > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6543269. Might be a > bug somewhere in Gla

Re: maven - geronimo 2.0 example build problem

2007-10-05 Thread dbrenck
djencks wrote: > > > > I haven't looked at the phonebook example in great detail but it > looks to me like the "entity" uses jpa and is not an ejb 2.x entity > bean. As such, if there are no session beans in the jar, it's no > longer an ejb jar. If there's an application.xml in the ear