Re: Cannot reinitialize webapp

2009-12-09 Thread Juergen Weber
the redeploy. Jay Juergen Weber wrote: Hi, I played with web apps and G2.2 2009.11.28-05:33:51.600-0800 geronimo-tomcat6-javaee5-2.2 I have deployed an exploded webapp (see below) with ./deploy.sh -u system -p manager --offline deploy /projekte/test I found that restarting

Cannot reinitialize webapp

2009-12-08 Thread Juergen Weber
Hi, I played with web apps and G2.2 2009.11.28-05:33:51.600-0800 geronimo-tomcat6-javaee5-2.2 I have deployed an exploded webapp (see below) with ./deploy.sh -u system -p manager --offline deploy /projekte/test I found that restarting the web app does not reflect changes in web.xml, not even

JDBC4 Postgresql Driver fails to install

2009-11-23 Thread Juergen Weber
, Juergen Juergen Weber wrote: Hi, I tried to install postgresql-8.4-701.jdbc4.jar to the repository of 2.2-SNAPSHOT Build 2009.11.22-08:16:13.118-0500 as Group: org.postgresql Artifact: postgresql Version: 8.4-701 Type: jar Name: postgresqljdbc and get the exception below

IllegalArgumentException: id must be in the form ...

2009-11-22 Thread Juergen Weber
Hi, I tried to install postgresql-8.4-701.jdbc4.jar to the repository of 2.2-SNAPSHOT Build 2009.11.22-08:16:13.118-0500 as Group: org.postgresql Artifact: postgresql Version: 8.4-701 Type: jar Name: postgresqljdbc and get the exception below. What is wrong? The Name: field is new, isn't

Re: How does the Client Container work?

2009-09-29 Thread Juergen Weber
OK, thanks, so that is consistent to the way Weblogic server does it, you http://download.oracle.com/docs/cd/E12840_01/wls/docs103/client/thinclient.html#wp1079680 start the Weblogic client container which then starts your client application. The Geronimo Wiki says: You can run the

Re: How does the Client Container work?

2009-09-29 Thread Juergen Weber
I opened https://issues.apache.org/jira/browse/GERONIMO-4899. Thanks, Juergen -- View this message in context: http://www.nabble.com/How-does-the-Client-Container-work--tp25632603s134p25659838.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Building Daytrader trunk fails

2009-09-29 Thread Juergen Weber
Hi, I tried to build Daytrader trunk, but it fails with the missing dependency below. Could somebody please fix this? And why is it Uploading ? Thanks very much, Juergen [INFO] Installing /projekte/geronimo-src/geronimo/daytrader/trunk/pom.xml to

Re: Building Daytrader trunk fails

2009-09-29 Thread Juergen Weber
to the apache snapshot repo. thanks david jencks On Sep 29, 2009, at 11:58 AM, Juergen Weber wrote: Hi, I tried to build Daytrader trunk, but it fails with the missing dependency below. Could somebody please fix this? And why is it Uploading ? Thanks very much, Juergen [INFO

How does the Client Container work?

2009-09-27 Thread Juergen Weber
Hi, as I understand, the Client Container is to provide a mapping for EJB references via [geronimo-]application-client.xml. Is this done on the client side or server side? Where is the XML file parsed? Or is the Client Container something virtual at server side?

Yoko Corba client cannot reach EJB via SSL

2009-09-26 Thread Juergen Weber
Hi, with your http://www.nabble.com/NameService-returns-IOR-pointing-to-host-0.0.0.0-td25391214s134.html help I got a Yoko pure Corba Client calling an EJB. (2.2-SNAPSHOT Build 2009.09.16-14:12:22.112-0400) Now I want to try the same with SSL enabled. I got the

Re: Container does not exist

2009-09-18 Thread Juergen Weber
Thanks very much for your support, it works now for me, too. I'd never have guessed that sun-ejb-jar.xml was the problem. Including several proprietary plans is a good pattern to keep an app binary portable, so I think the sun-ejb-jar.xml problem should be fixed. Thanks, Juergen Ivan Xu wrote:

Re: Container does not exist

2009-09-17 Thread Juergen Weber
Hi, the steps to reproduce: download http://code.google.com/p/jca-sockets/ mvn install install commons-logging to repository change dist/sockets-rar-1.1.rar and move the com classes directory into a jar (else Geronimo will not find the classes, seems like JBoss does) install

Re: Container does not exist

2009-09-16 Thread Juergen Weber
Really nobody an idea what went wrong? Thx, Juergen Juergen Weber wrote: Hi, I tried to run http://code.google.com/p/jca-sockets/ in Geronimo (2.2-SNAPSHOT Build 2009.09.10-08:12:53.147-0400) and installed the .rar and the ejb.jar with the plans below. On starting the sample EJB

Container does not exist

2009-09-15 Thread Juergen Weber
Hi, I tried to run http://code.google.com/p/jca-sockets/ in Geronimo (2.2-SNAPSHOT Build 2009.09.10-08:12:53.147-0400) and installed the .rar and the ejb.jar with the plans below. On starting the sample EJB I get The service

startup hangs 180s at 37%

2009-09-13 Thread Juergen Weber
Hi, my startup hangs 180s at 37% 2.2-SNAPSHOT Build 2009.09.10-08:12:53.147-0400 Ubuntu 9.0.4 in VMWare Player I took this thread dump: [** ] 37% 43s Starting org.apache.ger...2009-09-13 19:56:32 Full thread dump Java HotSpot(TM) Client VM

Re: NameService returns IOR pointing to host 0.0.0.0

2009-09-11 Thread Juergen Weber
Thanks, that helped, my Corba client can call the EJB now. But it should work automatically that the server knows its listen address (your friendly helpers at the mailing list might not always have time ;-) The console already knew the eth0 address: Nodelinda/127.0.1.1 So, why can't this

Re: Possible Bug in Geronimo when doing remote login with OpenEJB RemoteInitialContextFactory

2009-09-10 Thread Juergen Weber
What about a hint in the Exception message? This is the first thing one reads if something goes wrong, much earlier than documentation. Greetings, Juergen djencks wrote: That's certainly a danger. Do you think we could solve this with documentation? The non-global realms interfere

NameService returns IOR pointing to host 0.0.0.0

2009-09-10 Thread Juergen Weber
Hi, I try to address the 2.0.2 MyTime EJB sample from a JacORB Corba client. (2.2-SNAPSHOT Build 2009.09.10-08:12:53.147-0400) These lines work: NamingContextExt nc = NamingContextExtHelper.narrow(orb.resolve_initial_references(NameService)); MyTimeHome home =

Exception on installing Daytrader

2009-08-10 Thread Juergen Weber
Hi, I followed https://svn.apache.org/repos/asf/geronimo/daytrader/trunk/README and followed the Deployer path (the gsh path would not work for me: ./gsh deploy/deploy -p 1699 -u system -w manager org.apache.geronimo.daytrader/daytrader-ear/2.2-SNAPSHOT/daytrader-ear-2.2-SNAPSHOT.ear

Re: NPE in ContextManager.getCurrentContext

2009-07-31 Thread Juergen Weber
be implemented with the same semantics as WLS or WAS. Thanks, Juergen djencks wrote: On Jul 28, 2009, at 4:02 AM, Juergen Weber wrote: Hi, I found that if the code between pushNextCaller and popCallers still runs with the previous Subject, i.e. // point A Callers oldCallers

Re: NPE in ContextManager.getCurrentContext

2009-07-28 Thread Juergen Weber
... Would it be possible to change the behaviour to get the new Subject immediately active? Thanks, Juergen Juergen Weber wrote: djencks wrote: Geronimo uses the AccessControlContext for the Subject to evaluate security decisions. So, you need to get Geronimo to compute and store

Re: NPE in ContextManager.getCurrentContext

2009-07-26 Thread Juergen Weber
djencks wrote: Geronimo uses the AccessControlContext for the Subject to evaluate security decisions. So, you need to get Geronimo to compute and store this ACC for you. [..] Well, the methodname pushNextCaller suggests that it would do that. Anyway, with the code below it works

NPE in ContextManager.getCurrentContext

2009-07-24 Thread Juergen Weber
Hi, I wanted to test the call chain like this: Java Client - as tomcat - UnSecured3Bean - as apache - Secured3Bean i.e. the first bean should call the second one with another user that the first bean is running under: SimpleCallbackHandler handler = new SimpleCallbackHandler(

Re: NPE in ContextManager.getCurrentContext

2009-07-24 Thread Juergen Weber
Sorry, forgot: Geronimo Jetty 2.2-SNAPSHOT Build 2009.07.23-03:08:48.294-0400 -- View this message in context: http://www.nabble.com/NPE-in-ContextManager.getCurrentContext-tp24645453s134p24645501.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

clone / update server

2009-07-16 Thread Juergen Weber
Hi, got a new 2.2 snapshot. How would I best get my current installation into the new snapshot? deploy/new-instance only creates a new server into the current installation, does it? http://cwiki.apache.org/GMOxDOC22/geronimo-gshell-commands.html#GeronimoGShellCommands-Creatinganewinstance What

Re: State of EJB Clustering

2009-07-16 Thread Juergen Weber
it for several months. This would be a great thing to turn into a sample and make more public and documented for 2.2. thanks david jencks On Jul 15, 2009, at 8:34 AM, Juergen Weber wrote: Hi, what is the state of Geronimo's EJB clustering? Basically I wonder if it is possible

State of EJB Clustering

2009-07-15 Thread Juergen Weber
Hi, what is the state of Geronimo's EJB clustering? Basically I wonder if it is possible to have n Java application clients that address m servers that run stateless beans. A client should stick to a server as long it is alive and transparently go to another one if it is dead. Is this

Re: Trouble obtaining JaaS login context from within EJB

2009-06-19 Thread Juergen Weber
Wouldn't that be SessionContext.getCallerPrincipal() ? Juergen kistler wrote: Hello, I'm currently developing an Enterprise application which Comprises of a servlet and ejb for Geronimo 2.1 and I have secured the Ejb with a Security Realm configured to authenticate against a

Re: security propagation from JAAS context to EJB question

2009-06-19 Thread Juergen Weber
(AccessController.getContext()); System.out.println(** after inner subject: + subject1); } djencks wrote: On Jun 18, 2009, at 1:08 PM, Juergen Weber wrote: David, yes, you understood right. I want the container to use the currently active JAAS subject

Re: JNDI Name for EJB3

2009-06-18 Thread Juergen Weber
OK, I got it to run with ejb-local-ref using the sample from http://cwiki.apache.org/GMOxDOC20/very-simple-session-ejb-example.html (which does contain a web.xml) ejb-local-ref ejb-ref-nameejb/Secured3/ejb-ref-name ejb-ref-typeSession/ejb-ref-type

security propagation from JAAS context to EJB question

2009-06-18 Thread Juergen Weber
Hi, I opened a JAAS LoginContext in a JSP (the JSP runs under security-constraint) and called an EJB using a PrivilegedAction with the resulting subject. It looks like the subject is not propagated to the EJB. Also it looks like the currently active web user cannot be gotten by JAAS. So, it

Re: security propagation from JAAS context to EJB question

2009-06-18 Thread Juergen Weber
wrote: On Jun 18, 2009, at 5:28 AM, Juergen Weber wrote: Hi, I opened a JAAS LoginContext in a JSP (the JSP runs under security-constraint) and called an EJB using a PrivilegedAction with the resulting subject. It looks like the subject is not propagated to the EJB. Also it looks

JNDI Name for EJB3

2009-06-17 Thread Juergen Weber
Hi, I ran again into the problem of looking up an EJB3 from JNDI in a JSP (Ger 2.1.4) The bean is @Stateless(name=Secure3) public class Secured3Bean implements Secured3 Deployment log says 2009-06-17 17:31:22,989 INFO [startup] Assembling app:

Re: How to get a ConnectionFactory into JNDI?

2009-04-30 Thread Juergen Weber
It's Object o; Ashish Jain-5 wrote: What ıs o here:: Is ıt a QueueConnectionFactory:: On Wed, Apr 29, 2009 at 8:07 PM, Juergen Weber webe...@gmail.com wrote: Hi, I try to access a MQ ConnectionFactory using the code below, but I get an Exception. The resource adapter

How to get a ConnectionFactory into JNDI?

2009-04-29 Thread Juergen Weber
Hi, I try to access a MQ ConnectionFactory using the code below, but I get an Exception. The resource adapter is in sys:dependencies. How do I get the ConnectionFactory into JNDI so the lookup works? Thanks, Juergen Caused by: javax.naming.NotContextException: wmq/ConnectionFactory

Re: Suggestion to improve packaging of ejb-jars

2009-03-19 Thread Juergen Weber
djencks wrote: I'm generally against these nested packagings. I think they were dreamed up in the dark ages before people realized that their software was part of the worldwide software ecosystem and that you need to document explicitly how your software relates to other stuff.

Re: your current Geronimo evaluation

2009-03-06 Thread Juergen Weber
kevan wrote: On Mar 4, 2009, at 11:54 AM, Juergen Weber wrote: 5 (geronimo deployment plans like this one are really, really difficult: https://svn.apache.org/repos/asf/geronimo/daytrader/trunk/plans/dayTrader-db2-9.1-XA-plan.xml) , the JEE standard parts are easy, the Java

Re: your current Geronimo evaluation

2009-03-06 Thread Juergen Weber
- Geronimo's Console is way better than JBoss's - I don't like to have to touch application files to make JBoss redeploy them - JBoss's support for new JEE versions is not very speedy - I could not get Glassfish to run with IBM JDKs - Geronimo's custom server assemblies are cool - I like that it

Re: your current Geronimo evaluation

2009-03-04 Thread Juergen Weber
Aldian_00 wrote: About Geronimo, what evaluation (please give a mark from 1=worst to 10=best) would you give concerning the following tests? easy to install 10 easy deployment 10 easy administration 8 easy IDE interfacing 9 easy developement 5 (geronimo deployment plans like this one

Re: new IBM book: Using WASCE 2.1

2009-03-04 Thread Juergen Weber
Hi Sophia, I'd suggest you also write (the for me formerly non-obvious points ;-): - a gbean consists of classes in a jar + plan - you deploy both - infoFactory.addAttribute(port relates to attribute name=port - infoFactory.addOperation names the user methods you can call - how do you call an

Re: java.lang.UnsatisfiedLinkError: Library is already loaded in another ClassLoader (On stopping and starting the application)

2009-02-24 Thread Juergen Weber
Hearty wrote: Hi I am getting an error as follows java.lang.UnsatisfiedLinkError: lic (Library is already loaded in another ClassLoader) This is happening when I stopping the application and start it again. [apache geronimo is running, I am only stopping/starting application

Geronimo Transaction manager

2009-02-23 Thread Juergen Weber
Hi, we are looking for a transaction manager, Corba OTS based if possible, to manage non-J2EE DB XA transactions. What is the current state of the Geronimo Transaction manager? Can it be used from outside of Geronimo? What is Geronimo Transaction manager based on? Is it JOTM, OpenEJB or an own

Re: Geronimo Transaction manager

2009-02-23 Thread Juergen Weber
djencks wrote: So, even if it cannot be used as OTS, can the Geronimo Transaction service be used from outside of Geronimo? Geronimo TM just does xa but does not try to do OTS. It does do transaction import so the main obstacle to distributed xa transactions (i..e.

new IBM book: Using WASCE 2.1

2009-02-20 Thread Juergen Weber
There is a hot new (18 Februar 2009) book at IBM redbooks: Using WebSphere Application Server Community Edition 2.1 http://www.redbooks.ibm.com/Redbooks.nsf/RedbookAbstracts/sg247639.html Thanks to the redbook team for great Geronimo documentation. Juergen -- View this message in context:

Re: Deploy to a non-running server how?

2009-02-05 Thread Juergen Weber
) at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:38) at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67) at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31 Fredrik Jonson-3 wrote: In 21710174.p...@talk.nabble.com Juergen Weber wrote: we'd

Start server without open ports - possible?

2009-02-05 Thread Juergen Weber
I've created a custom server assembly and reduced a server to Boilerplate Minimal and OpenEJB. This works, the server comes up (see below). But, can the server be started without the open ports? I only need the server listen on a resource adapter, trigger an MDB and delegate to an EJB. No need

Re: Deploy to a non-running server how?

2009-02-05 Thread Juergen Weber
djencks wrote: Out of curiosity why don't you just build the custom server assembly to include your apps? Well, company policy dictates that an application be assembled by batch from the repository before it goes to production. So the idea was to put the minimal server into

Minimizing a server assembly - how to remove SSL ?

2009-02-02 Thread Juergen Weber
Hi, how can you remove SSL from a Tomcat module? I removed the TomcatWebSSLConnector GBean from config.xml, but then I get the strange exception The service ServiceModule=org.apache.geronimo.configs/tomcat6/2.1.3/car,j2eeType=GBean,name=TomcatWebSSLConnector did not start because

Deploy to a non-running server - how?

2009-01-28 Thread Juergen Weber
Hi, we'd like to have a script-controlled deployment of the server and some applications. We could create a custom server assembly (including a plugin consisting of our application) and copy the resulting archive onto the target machine. But what if we'd like to keep our application archive

How do you access a GBean via JNDI?

2009-01-23 Thread Juergen Weber
Hi, right now I access a GBean from a servlet using (is that the correct way?) Kernel kernel = KernelRegistry.getSingleKernel(); URI uri = new URI(myuri); AbstractName gBeanAN = new AbstractName(uri); retVal = kernel.invoke(gBeanAN,myMethod,args,paramTypes); with myuri from the

Re: deploy a GBean - how ?

2009-01-21 Thread Juergen Weber
OK, I finally got my GBean deployed. Correct information is in http://www.devx.com/Java/Article/33549/0/page/3 ?xml version=1.0 encoding=UTF-8? module xmlns=http://geronimo.apache.org/xml/ns/deployment-1.2; environment moduleId groupId.../groupId

Re: deploy a GBean - how ?

2009-01-20 Thread Juergen Weber
I tried the MyGBean sample from http://cwiki.apache.org/GMOxDEV/gbeans.html it doesn't deploy either. I created https://issues.apache.org/jira/browse/GERONIMO-4520 Thanks, Juergen Juergen Weber wrote: Hi, I try to encapsulate my JNI calls in a GBean. I read a lot of docs and articles

deploy a GBean - how ?

2009-01-19 Thread Juergen Weber
Hi, I try to encapsulate my JNI calls in a GBean. I read a lot of docs and articles, wrote my GBean along the sample in this posting http://www.nabble.com/POJO-caching-in-geronimo-td16986524s134.html read this Wiki entry: http://cwiki.apache.org/GMOxDEV/gbeansarticle1.html Unfortunately the

JNI and classloaders on Restart

2009-01-16 Thread Juergen Weber
A given native library cannot be loaded by more than one classloader. (http://java.sun.com/docs/books/jni/html/design.html - 11.2.4) So if a Geronimo application, that uses JNI, is restarted, the new classloader cannot load the library and gets java.lang.UnsatisfiedLinkError: xx (Library is

Re: Semantics of application restart

2009-01-16 Thread Juergen Weber
Don't know what I saw earlier, but it works as you say. Thanks very much, Juergen djencks wrote: On Jan 15, 2009, at 4:39 AM, Juergen Weber wrote: Hi, what happens if you restart an application from the console? I tried to cache properties loaded from an LDAP server in a pojo

Re: Startup time delay in Ubuntu server

2009-01-13 Thread Juergen Weber
Probably this is not related, but on z/OS it sometimes happens that the /dev/urandom device hangs (read /dev/urandom does not return) and Tomcat within Geronimo will not start. My workaround was to hack the org.apache.catalina.session.ManagerBase class file and change urandom to xrandom. I think

WAS CE Redbooks at IBM website

2008-12-09 Thread Juergen Weber
Hi, just wanted to share the link I just found: at http://www.ibm.com/developerworks/spaces/wasce?pageid=613 there are two complete Redbooks about WebSphere Application Server Community Edition (= Geronimo) WebSphere Application Server Community Edition 2.0 User Guide Using WebSphere

Continuous Transaction log entries

2008-11-20 Thread Juergen Weber
Hi, I have an MDB that is triggered by a RA. Even when there is nothing in the queue, there are continous server log entries like the ones below. These entries repeat every 10 seconds. Why is method create continually called? Is this important or should I just configure the logger to ignore

Re: Getting IP Address of AppServer

2008-11-13 Thread Juergen Weber
The Console / Server / Information Portlet displays a Node entry, you might look at the portlet source to see how it is done. Somewhere below geronimo-2.1.3-src\plugins\debugviews\debugviews-portlets\src\main\java\org\apache\geronimo\console\ stella lok wrote: Hi, Is there any way for an

Re: Customizing deployment descriptor values at deployment time?

2008-11-05 Thread Juergen Weber
You might vote for https://issues.apache.org/jira/browse/GERONIMO-4376 console should allow to overwrite ejb env-entry and context-param elements cgreco16 wrote: I'm writing a web application and I need to allow the deployer/administrator to customize values in the deployment descriptor.

Re: How to configure slf4j with apache geronimo

2008-11-05 Thread Juergen Weber
One cannot configure slf4j, only the logging framework it uses. You don't need the jars you cited, they are provided by Geronimo. As for configuring log4j, its done by var/log/server-log4j.properties See my question in the posting Logging-Framework for applications? and the resulting discussion

Manually undeploy application without Geronimo running

2008-11-02 Thread Juergen Weber
Hi, I had the JSPWiki web application deployed, something failed, now Geronimo won't start. How do you manually undeploy an application without Geronimo running? I deleted the JSPWiki tree from the repository, but Geronimo still won't start. And, it would be nice if Geronimo even started in

Solution Re: Logging-Framework for applications?

2008-10-30 Thread Juergen Weber
Problem was, I had changed the loglevel to DEBUG via Geronimo Console in the Log Manager portlet. Looks like changes here are not propagated to applications. Only when I added log4j.logger.org.apache.geronimo.samples.slsb.calculator=DEBUG to var/log/server-log4j.properties and rebooted the

Logging-Framework for applications?

2008-10-29 Thread Juergen Weber
What is the recommended logging-framework for applications running in Geronimo? Log4J? slf4j? I tried both, both seem to be included in the server runtime, but I saw only log4j output in the logs. Thanks, Juergen -- View this message in context:

Re: Logging-Framework for applications?

2008-10-29 Thread Juergen Weber
Juergen Weber wrote: What is the recommended logging-framework for applications running in Geronimo? Log4J? slf4j? I tried both, both seem to be included in the server runtime, but I saw only log4j output in the logs. Thanks, Juergen Taking the sample http://cwiki.apache.org

how to set console timeout?

2008-10-28 Thread Juergen Weber
Hi, how can I set the Geronimo jetty console timeout, i.e. the console session timeout until one has to log in again? It's a development machine, no need to timeout. Thanks, Juergen -- View this message in context: http://www.nabble.com/how-to-set-console-timeout--tp20210618s134p20210618.html

Re: Ear deploys as an EJB JAR - cause found

2008-10-21 Thread Juergen Weber
it. Greetings, Juergen Juergen Weber wrote: Hi, I tried to deploy my first ear into 2.1.3 and ran into the same problem as http://www.nabble.com/Ear-deploys-as-an-EJB-JAR--td11589548s134.html#a11589548 ear is not listed in the console, ejb is under ejbs, but does not work. Also, I found

Where to store secret EJB properties?

2008-10-21 Thread Juergen Weber
The canonical way to have properties for EJBs is IMHO to use env-entry in ejb-jar.xml and have them injected via @Resource. ejb-jar.xml are like source and in source control and are put in the ejb.jar by ant. Obviously this is not a good idea for passwords. Is there a way to save properties via

Re: Accessing corba from geronimo

2008-10-21 Thread Juergen Weber
No solution, but hints: - try to use an IOR first (object_to_string() and friends) - try to use JacORB from within Geronimo (but then JacORB threads are not under control of Geronimo), this should work with Geronimo, too: http://developers.sun.com/appserver/reference/techart/orb.html On Tue,

Re: Where to store secret EJB properties?

2008-10-21 Thread Juergen Weber
it would be great if one could use a SystemPropertiesGBean to inject @Resource into an EJB... thanks, Juergen On Tue, Oct 21, 2008 at 7:42 PM, David Jencks [EMAIL PROTECTED] wrote: On Oct 21, 2008, at 9:38 AM, Juergen Weber wrote: The canonical way to have properties for EJBs is IMHO to use env

Ear deploys as an EJB JAR

2008-10-17 Thread Juergen Weber
Hi, I tried to deploy my first ear into 2.1.3 and ran into the same problem as http://www.nabble.com/Ear-deploys-as-an-EJB-JAR--td11589548s134.html#a11589548 ear is not listed in the console, ejb is under ejbs, but does not work. Also, I found that the application.xml put by ant into METAINF

Re: Ear deploys as an EJB JAR

2008-10-17 Thread Juergen Weber
David Blevins wrote: On Oct 17, 2008, at 10:08 AM, Juergen Weber wrote: Hi, I tried to deploy my first ear into 2.1.3 and ran into the same problem as http://www.nabble.com/Ear-deploys-as-an-EJB-JAR--td11589548s134.html#a11589548 ear is not listed in the console, ejb is under

Re: NameNotFoundException: greeting

2008-10-15 Thread Juergen Weber
Donald Woods-2 wrote: Looks like you're using the Geronimo Jetty + CXF assembly below, while WASCE only provides a Tomcat +Axis2 assembly. Can you try the Geronimo Tomcat + Axis2 assembly instead, so you are comparing like runtimes? OK, I tried geronimo-tomcat6-javaee5-2.1.3. Then I

Re: NameNotFoundException: greeting

2008-10-15 Thread Juergen Weber
Jarek Gawor-2 wrote: Juergen, Geronimo 2.1.3 is scanning your war file for any classes annotated with @WebService. And it looks like it finds one: org.apache.geronimo.test.JAXWSBean. Make sure to remove it from your war. Jarek Jarek, thanks that helped. I had linked Geronimo

Re: Application Server Rankings

2008-10-15 Thread Juergen Weber
See: Websphere: Officially Better Than Anything, Ever http://www.theserverside.com/news/thread.tss?thread_id=51008 -- View this message in context: http://www.nabble.com/Application-Server-Rankings-tp19803015s134p19990189.html Sent from the Apache Geronimo - Users mailing list archive at

Re: $Proxy33 cannot be cast to com.dsoft.jca.eis.EisConnection

2008-10-10 Thread Juergen Weber
at com.dsoft.jca.eis.EisConnectionFactory.getConnection(EisConnectionFactory.java:69) Thanks, Juergen Juergen Weber wrote: I tried to run the TxConnect Socket Connector (http://txconnect.sourceforge.net/) on Geronimo 2.1.3, a test servlet gets the ConnectionFactory

Re: J2EE Connector 1.5 Specification

2008-09-25 Thread Juergen Weber
djencks wrote: In my experience j2ca outbound connectors are mostly useful when you need to communicate with a system you have little control over such as an existing database or messaging system. If you are writing both the client and server there is almost always a more

best way to attach Geronimo source to Eclipse project?

2008-09-25 Thread Juergen Weber
What is the best way to attach the Geronimo source to an Eclipse project? I have a Geronimo server runtime included as library in the project, the Geronimo source archive is the downloaded D:\downloads\geronimo-2.1.3-src-RC1.zip But this does not work. While debugging the right source cannot

Re: J2EE Connector 1.5 Specification

2008-09-24 Thread Juergen Weber
Have a look at http://txconnect.sourceforge.net/ it might make your job a lot easier. On Wed, Sep 24, 2008 at 1:30 PM, Simon Aquilina [EMAIL PROTECTED] wrote: Hi, I am interested in developing a custom connector for Geronimo so that the latter can communicate using a protocol different then

$Proxy33 cannot be cast to com.dsoft.jca.eis.EisConnection

2008-09-22 Thread Juergen Weber
Hi, I tried to run the TxConnect Socket Connector (http://txconnect.sourceforge.net/) on Geronimo 2.1.3, a test servlet gets the ConnectionFactory, but on the second line below there is an exception: ConnectionFactory connectionFactory = (ConnectionFactory)obj; Connection connection =

geronimo-ra.xml sample problem

2008-09-15 Thread Juergen Weber
Hi, I pasted the adminobject example from http://cwiki.apache.org/GMOxDOC21/geronimo-raxml.html into a geronimo-ra.xml and opened it with the Apache Geronimo v2.1 Server Adapter Version: 2.1.2-20080818173711 It does not like the line resourceadapter inbound-resourceadapter

Cannot instantiate class: com.sun.jndi.fscontext.RefFSContextFactory

2008-09-09 Thread Juergen Weber
I am still trying to get the resource adapter from http://forums.sun.com/thread.jspa?threadID=432365forumID=40 (Using WebSphere MQ with WebSphere Application Server Community Edition) to run. The RA uses com.sun.jndi.fscontext.RefFSContextFactory to get the MQ Factory from JNDI. But it seems

Re: NoClassDefFoundError: Upgrade1_0To1_1

2008-09-09 Thread Juergen Weber
deployment plan that you are using? Jarek On Mon, Sep 8, 2008 at 7:19 AM, Juergen Weber [EMAIL PROTECTED] wrote: Hi, I have the geronimo-jetty6-javaee5-2.1.2 distribution and get this error on deploying a resource adapter. Is this a bug in the server? Is the class missing

NoClassDefFoundError: Upgrade1_0To1_1

2008-09-08 Thread Juergen Weber
Hi, I have the geronimo-jetty6-javaee5-2.1.2 distribution and get this error on deploying a resource adapter. Is this a bug in the server? Is the class missing in the distribution? Thx, Juergen 13:14:00,471 WARN [ConnectorPlanRectifier] Your connector plan has obsolete elements or attributes

Could not access contents of a connector

2008-09-05 Thread Juergen Weber
I am still struggling to get the Using WebSphere MQ with WebSphere Application Server Community Edition sample from http://www.ibm.com/developerworks/websphere/library/techarticles/0601_balachandar/0601_balachandar.html running on Geronimo 2.1.2. Have fought now for some long hours with the

Include samples into Geronimo download packages

2008-09-05 Thread Juergen Weber
Creating or modifying deployment plans is quite often a real nightmare. Usually you try to find a sample to adopt from. If only the samples were current .. So I suggest to include all samples (from http://cwiki.apache.org/GMOxSAMPLES/index.html) that are supposed to run on a given Geronimo

Re: Could not access contents of a connector

2008-09-05 Thread Juergen Weber
geronimo, and we made a fix (https://issues.apache.org/jira/browse/GERONIMO-4131) in 2.1.2 to get his prob resolved.You can find a sample plan provided from him also in a reference link in the JIRA. Lin On Fri, Sep 5, 2008 at 10:07 AM, Juergen Weber [EMAIL PROTECTED] wrote: I am still

Re: Include samples into Geronimo download packages

2008-09-05 Thread Juergen Weber
Joe Bohn wrote: Juergen, Thanks for being vocal about samples. This is definitely an area that needs some love in Geronimo. Juergen Weber wrote: Creating or modifying deployment plans is quite often a real nightmare. Usually you try to find a sample to adopt from. If only

Re: Transaction Support in Geronimo

2008-09-03 Thread Juergen Weber
Kevan Miller wrote: Thanks. I did mean to qualify my answer due to potential ambiguity in the question, but got distracted mid-stream... I assumed the request regarded standard XA support. Juergen can let us know what was really meant... --kevan I meant distributed

Very slow page rendering with IBM JDK 1.6

2008-09-02 Thread Juergen Weber
I tried geronimo-jetty6-javaee5-2.1.2 with IBM JDK 1.6 on Red Hat Enterprise Linux Server release 5.2 There must be some problem, when I try to access the console the browser shows the right title but the page stays empty for some 2 minutes or so (a timeout?), then the page appears. Server

Re: Very slow page rendering with IBM JDK 1.6

2008-09-02 Thread Juergen Weber
The last line in the log is 13:59:58,847 INFO [startup] Deployed Application(path=/projekte/geronimo-jetty6-javaee5-2.1.2/var/temp/geronimo-deploymentUtil23675.jar) The JDK is from http://www.ibm.com/developerworks/java/jdk/linux/download.html Java SE Version 6 32-bit xSeries (Intel

Re: MDB - reading messages in transaction

2008-09-01 Thread Juergen Weber
djencks wrote: On Aug 30, 2008, at 1:08 AM, Juergen Weber wrote: On Fri, Aug 29, 2008 at 7:29 PM, David Jencks [EMAIL PROTECTED] wrote: On Aug 29, 2008, at 9:59 AM, Juergen Weber wrote: Hi, can a Geronimo message driven bean read several messages in a transaction? E.g. data

Transaction Support in Geronimo

2008-09-01 Thread Juergen Weber
What is the state of Transaction Support in Geronimo? Are distributed (XA) transactions supported, too? Googling for geronimo transaction site:apache.org did not give a good result. Thanks, Juergen -- View this message in context:

Re: MDB - reading messages in transaction

2008-08-30 Thread Juergen Weber
On Fri, Aug 29, 2008 at 7:29 PM, David Jencks [EMAIL PROTECTED] wrote: On Aug 29, 2008, at 9:59 AM, Juergen Weber wrote: Hi, can a Geronimo message driven bean read several messages in a transaction? E.g. data might be split in several parts, one message for each part, and the messages

MDB - reading messages in transaction

2008-08-29 Thread Juergen Weber
Hi, can a Geronimo message driven bean read several messages in a transaction? E.g. data might be split in several parts, one message for each part, and the messages should not be removed from the queue until the MDB has received all parts and has acknowledged having read all parts? Thanks,

JSPWiki - Context did not start for an unknown reason

2008-06-05 Thread Juergen Weber
Hi, I tried to install the JSPWiki.war (JSPWiki 2.6.3) from http://www.jspwiki.org/ under geronimo-tomcat6-javaee5-2.1.1 via console. Console says The application was successfully deployed. The application was successfully started but afterward JSPWiki is shown as

Access a Geronimo EJB via Corba from C++ - how?

2007-12-10 Thread Juergen Weber
Hi, I can access an ejb in Geronimo from a Java client like this: ic = new InitialContext(); CustomerServiceHome sessionHome = (CustomerServiceHome) PortableRemoteObject .narrow(ic.lookup(CustomerServiceRemoteHome),