Re: Cannot build M2

2004-10-15 Thread David Jencks
build since plugins are not versioned. I'd recommend reinstalling maven in your home directory. david jencks On Oct 15, 2004, at 10:16 AM, Alan Cabrera wrote: You can use your own Maven repo. It's odd that you've placed your's there. -Original Message- From: Ugo Cei [mailto:[EMAIL

Re: web application descriptor

2004-10-19 Thread David Jencks
I don't remember exactly what was in M2. Current svn version of (Bgeronimo attempts to translate all servlet 2.2 and 2.3 web.xml to valid (Bequivalent 2.4 descriptors. Could you please try your original 2.3 (Bweb.xml against the latest svn version of geronimo and report if it (Bworks

Re: build failure on mac os x

2005-03-08 Thread David Jencks
believe there is a different problem in the geronimo/openejb build at the moment that makes openejb not compile. I am hoping it will be fixed later this morning (PST). I will check in a workaround if it does not get fixed properly. I'll post again when I get a clean build to work. thanks david

Re: build failure on mac os x

2005-03-09 Thread David Jencks
The geronimo build problem should be fixed now. david jencks On Mar 8, 2005, at 10:04 AM, David Jencks wrote: I have no idea about the scout problem: I've never built it, I think there is an up to date version that will be downloaded automatically. I'm confused by the geronimo problem, I haven't

Re: build error

2005-03-28 Thread David Jencks
if there is an additional problem waiting in assembly. thanks david jencks On Mar 27, 2005, at 9:04 PM, Mitch sdfasfd wrote: Hi, I'm trying to do a rebuild-all after doinging a fresh-checkout and I am getting a A Cycle was detected error. After doing a little investigation I believe it may be related

Re: Building Running Deploying Feedback

2005-03-30 Thread David Jencks
in the default startup needs more thought and a good deal of cleaning up. thanks david jencks On Mar 30, 2005, at 7:31 AM, Philip Mark DONAGHY wrote: Hello, I've been evaluating the state of Geronimo and I was able to build, run, and use the debug console, yet I am blocked on deployment. I've tried ear

Re: deploying minimal web app

2005-04-01 Thread David Jencks
On Apr 1, 2005, at 10:33 AM, Scott Anderson wrote: David Jencks wrote: In my first attempt I noticed that Jetty was ignoring the context name I had specified in META-INF/context.xml and used the name of the war file instead. We ignore all jetty-specific deployment info. It turns out

Re: JDBC Connection POOL for Oracle Failed

2005-04-04 Thread David Jencks
this helps, thanks david jencks On Apr 4, 2005, at 7:05 AM, Yves Caloz wrote: I have Problems with Oracle Connection POOL. I have deployed an Oracle Connection Pool without errors. Now I want to used this connection with an application and I have following error : java.sql.SQLException

Re: RE : [SPAM] - Re: JDBC Connection POOL for Oracle Failed - Bayesian Filter detected spam

2005-04-05 Thread David Jencks
fine to me, if you move dependency urioracle/jars/ojdbc14.jar/uri /dependency to the web-app plan. What happens when you make this change and try to deploy again? thanks david jencks Thanks. Yves Caloz Message d'origine De: David Jencks [mailto:[EMAIL

Re: BUILD FAILED

2005-04-06 Thread David Jencks
I can't reproduce this on my linux box not sure what is going on. Do you have openejb checked out as well (next to modules)? (I do) david jencks On Apr 5, 2005, at 5:23 PM, Scott Anderson wrote: I did a... maven m:clean maven m:clean-repo svn update maven ...and... BUILD FAILED File

Re: Writing openejb-jar.xml correctly.

2005-04-13 Thread David Jencks
to resolve uniquely. It should be the resourceadapter-name from the ra plan: resourceadapter-nameActiveMQ RA/resourceadapter-name if the ejb-jar.xml includes all the correct activation spec info this should be enough configuration. hope this helps david jencks   Cheers,   Ross  

Re: Deployment fail at persistent EJB

2005-04-14 Thread David Jencks
Sorry, it looks like the set of plans in the default assembly has turned into a nearly useless collection of vaguely plausible but mostly incorrect junk. Please pardon my frustration. Try SystemDatasource instead of DefaultDatasource. david jencks On Apr 14, 2005, at 10:21 AM, Katia Aresti

Re: Deployment fail at persistent EJB

2005-04-14 Thread David Jencks
those are all the xml files you should need. I think the resource-ref info needs to be with the BMP bean: if I understand your xml it is currently with the CMP bean where it is not used. thanks david jencks On Apr 14, 2005, at 10:38 AM, Katia Aresti Gonzalez wrote: David,  Ive changed

Re: SOAP and Geronimo?

2005-04-21 Thread David Jencks
complicated type mappings, complicated exception/fault mappings, and wrapped doc./lit. Let us know how it goes. Several of us are actively working on web services right now. thanks david jencks -Frank --- Frank Cohen, PushToTest, http://www.PushToTest.com, phone: 408 374 7426 Author of Java Testing

Re: Problem with getCallerPrincipal().getName()

2005-06-10 Thread David Jencks
the first of these. With a little discussion we can probably settle (2) quickly. Thanks david jencks On Jun 9, 2005, at 9:32 PM, Ivan S. Dubrov wrote: Hello, I wish to use J2EE security for both Web module and EJB module. So I configured realm, mapped principals to the security roles

Re: Web Service tests

2005-06-12 Thread David Jencks
I think you must have an old version of openejb. Did you check openejb out and compile it as well? thanks david jencks On Jun 11, 2005, at 11:21 PM, Stefan Schmidt wrote: Hi Jeremy, thanks for your fixes to the problem. The JAX-RPC Service Endpoint example works now nicely (apart from

Re: geronimo build fails

2005-06-12 Thread David Jencks
Can you try 1. make sure no geronimo servers are running in the background 2. build just the assembly module? (cd modules/assembly;maven -o) Usually for me wait-for-started problems are either from a server running in the background or too many other things going on at once. thanks david

Re: Multi-tier enterprise architecture

2005-06-14 Thread David Jencks
. There are some products that do this (derby, pointbase at least) but most enterprise dbs (db2, oracle, sybase etc) don't. thanks david jencks If not, what would be more typical for a medium/large scale system? This is a hypothetical scenario, of course, as Geronimo isn't yet in wide-spread usage

Re: build problem

2005-06-23 Thread David Jencks
On Jun 22, 2005, at 11:14 PM, Alejandro Montenegro wrote: So there is no elegant way to build Geronimo? Sure, use maven 1.0.2 david jencks 2005/6/23, Alejandro Montenegro [EMAIL PROTECTED]: using maven 1.0 :S 2005/6/23, David Jencks [EMAIL PROTECTED]: You can try to wget it from

Re: Deployment and specifying additional jar libraries

2005-07-21 Thread David Jencks
on versions and exactly what you are doing, and the failure message, would be helpful. thanks david jencks On Jul 21, 2005, at 8:33 AM, Philip Mark DONAGHY wrote: Hi, I was just deploying a war and it failed due to a ClassNotFoundException in Jetty. Where can I put a jar so that Jetty's class

Re: JCA

2005-08-02 Thread David Jencks
Jeremy wrote most of tranql-connector). However, it is not yet obvious to me how to write an inbound adapter framework. I'm not sure yet how appropriate one is. thanks david jencks Sent from the Apache Geronimo - Users forum at Nabble.com.

Re: Setting property Files to classpath

2005-08-12 Thread David Jencks
I'd expect either one of these to work. Could you show the xml dependency and the code snippet where you read the properties file? thanks david jencks On Aug 11, 2005, at 11:22 PM, dinesh g wrote: Hi... I have some property files in a folder. These files are used by the application

Re: Problems building latest - xmlbeans-maven-plugin is missing

2005-08-12 Thread David Jencks
not sure why it wasn't downloaded automatically -- it has several times for me. http://cvs.apache.org/repository/xmlbeans/plugins/ thanks david jencks On Aug 12, 2005, at 12:16 AM, Carsten Ziegeler wrote: I just tried to build the latest source from SVN and (when skipping tests) I get

Re: WSDD Builder Error

2005-09-05 Thread David Jencks
name=AddPolicyResponseWrapper type=xsd:anyType/ /schema So, I suggest copying the targetNamespace attribute into the schema until we can figure out the correct behavior and implement it. Many thanks david jencks On Sep 5, 2005, at 12:44 PM, Paul O'Connor wrote: M4...should I try it from

Re: ERROR:Could not get activation spec infos for resource adapter..

2005-09-12 Thread David Jencks
david jencks On Sep 12, 2005, at 12:11 AM, dinesh wrote: Hi I have a .ear application and when trying to deploy it, I get the following error... Error: Unable to distribute Twe.ear: Could not get activation spec infos for resource adapter named: geronimo.server:J2EEApplication=Twe

Re: Static Variables and ClassLoaders

2005-09-12 Thread David Jencks
. thanks david jencks On Sep 12, 2005, at 8:38 PM, Krishnakumar B wrote: Hi, I have a doubt related to usage of Static Variables. Static Variables are scoped in the class they r defined. So if a class is loaded by more than one classloader in same JVM then there will be multiple copies within same

Re: Static Variables and ClassLoaders

2005-09-13 Thread David Jencks
Hi, That looks to me as if it should work. Do you see the log statements from starting the gbean? If you put log statements in your servlet when it accesses the static instance which occurs first? You might try logging the classloaders involved and their parentIds. thanks david jencks

Re: [Fwd: migration from JOnAS]

2005-09-13 Thread David Jencks
on it! ;-) Thanks, any feedback would be welcome. david jencks Hans Kevan Miller schrieb: Hi Hans, There has been some work on XDoclet support within Geronimo, but I don't believe it's in a usable state. Depending on your application, you may not need to do anything other than deploy your application

Re: org.omg.CosNaming.NamingCntextPackage.NotFound

2005-09-21 Thread David Jencks
On Sep 21, 2005, at 11:03 PM, lin sun wrote: --- David Jencks [EMAIL PROTECTED] wrote: Not exactly. AFAIK no one has used an ejb in geronimo from a non-j2ee client through CORBA. We have, in the tck work, used ejbs in geronimo (and the sun ri) from a j2ee app client using CORBA. I thought

Re: org.omg.CosNaming.NamingCntextPackage.NotFound

2005-09-22 Thread David Jencks
such an example. Gave up this approach--don't want to run into too much surprises!:-) :-) there will be plenty of surprises anyway! thanks david jencks

Re: org.omg.CosNaming.NamingCntextPackage.NotFound

2005-09-23 Thread David Jencks
the xml plan, and removing the reference to SecurityService from the CorbaBean in the ClientCorba plan. I don't know if it will work :-) david jencks E:\geronimo-1.0-SNAPSHOT\geronimo-1.0-SNAPSHOTjava -jar bin\client.jar org/acme /MagicGBall/Client hi 11:47:57,972 INFO

Re: EAR Deployment error in Geronimo: StackOverflowError

2005-09-23 Thread David Jencks
I've never seen this in M4. Can you check (by debugging, logging, etc) that the stack overflow error is not occurring in your servlet init method? thanks david jencks On Sep 23, 2005, at 2:26 PM, axay (sent by Nabble.com) wrote: Hi, I am using Geronimo 1.0M4 on Fedora Core 2 and JDK1.4

Re: ear deploy error in geronimo

2005-09-23 Thread David Jencks
Can you please post your requests only once, under one name, from one email address? thanks david jencks On Sep 23, 2005, at 2:54 PM, Akshay Panda wrote: Hi, I am using Geronimo 1.0M4 on Fedora Core 2. While deploying an EAR application got the following errors. It doesn't point to any

Re: Geronimo Features.

2005-09-28 Thread David Jencks
, using the tranql connector jca-jdbc wrappers. thanks david jencks

Re: org.omg.CosNaming.NamingCntextPackage.NotFound

2005-10-05 Thread David Jencks
-o clean startServer maven -o deployApp startApp maven -o runClient [-Denable.debug=true] I'm not sure if I'll be able to work more on the SSL version before Friday afternoon. thanks david jencks On Sep 30, 2005, at 4:21 AM, David Jencks wrote: I spent some time working on this and committed

Re: Custom login module

2005-10-06 Thread David Jencks
edit them and redeploy. thanks david jencks

Re: org.omg.CosNaming.NamingCntextPackage.NotFound

2005-10-07 Thread David Jencks
, there was an openejb bug and some security configuration changes. Also the version numbers in the artifacts are parameterized. thanks david jencks On Oct 6, 2005, at 1:35 AM, David Jencks wrote: I got a no-security version working and made a lot of progress on a SSL UP version, but there is still

Re: Problem with application-scoped database pool

2005-10-09 Thread David Jencks
. Very unfortunately the only workaround I know of at the moment is to deploy the datasource as a separate module. I think we need to fix this for 1.0 thanks david jencks On Oct 9, 2005, at 4:04 AM, Andrey Grebnev wrote: Hi I am trying to port my application AtLeap (https

Re: javax.security.jacc.PolicyConfigurationFactory.provider not set

2005-10-17 Thread David Jencks
or after org/apache/geronimo/Security? If before, try moving org/apache/geronimo/Security before it. thanks david jencks On Oct 17, 2005, at 6:57 AM, Nell Gawor wrote: Hi, I undeployed an application I had deployed and now every time I restart the server I get the following error I've

Re: Geronimo M5 JNDI resources

2005-10-18 Thread David Jencks
possibly be able to do something by registering a custom URL handler that would create the javabean for you. thanks david jencks

Re: Connectors -- Geronimo says syntax error or no deployer service currently available

2005-10-19 Thread David Jencks
-deployed into the config-store that comes with geronimo. The tranql connectors should work fine for your proposed application. Hope this gets you farther, david jencks On Oct 18, 2005, at 11:51 PM, [EMAIL PROTECTED] wrote: I want to be able to connect to Derby for password authentication. I'd

Re: Daytrader / Geronimo M5

2005-10-19 Thread David Jencks
are the trivial welcome app and the somewhat complex console, both of which are predeployed on geronimo. thanks david jencks On Oct 19, 2005, at 8:45 PM, Carla Cremers wrote: I am working with geronimo-1.0-M5/solaris 9/1.4.2_06 and trying to get the various applications to work.   DayTrader

Re: Deploying exploded WAR's

2005-10-24 Thread David Jencks
that would resolve for us? serverinfo://var/myAppData Any other ideas? thanks david jencks Greetings, Barry On 10/24/05, David Jencks [EMAIL PROTECTED] wrote: On Oct 23, 2005, at 1:16 PM, Barry van Someren wrote: Hi there, The deploy instructions show how to deploy WAR's only deals

Re: web applications and hosting containers

2005-10-25 Thread David Jencks
is a temporary expedient that with luck will disappear by 1.0, and corrupting the deployment architecture to accomodate it is unnecessary and unwise. thanks david jencks

Re: Why naming service is not available when Servlet is initializing?(Tomcat 5.5.9)

2005-11-03 Thread David Jencks
this) you need to use geronimo head because the appropriate dependencies to force the correct start order were only added last week. If you are still having problems please show us your geronimo plan. thanks david jencks On Nov 3, 2005, at 10:35 PM, Jian Liao wrote: Sorry, I forgot to tell

Re: Why naming service is not available when Servlet is initializing?(Tomcat 5.5.9)

2005-11-03 Thread David Jencks
/connectiondefinition-instance /connection-definition /outbound-resourceadapter /resourceadapter /connector /ext-module /application Hope this helps, david jencks On Nov 3, 2005, at 11:14 PM, Jian Liao wrote: Thanks for respond. The directory

Re: Why naming service is not available when Servlet is initializing?(Tomcat 5.5.9)

2005-11-04 Thread David Jencks
You found a bug in the tomcat integration! I opened GERONIMO-1131 to track this. Would you be willing to try jetty, where this particular bug is not present? Of course you are welcome to fix the problem :-) thanks david jencks On Nov 4, 2005, at 12:57 AM, Jian Liao wrote: Hi, well

Re: Why naming service is not available when Servlet is initializing?(Tomcat 5.5.9)

2005-11-04 Thread David Jencks
Your analysis is completely correct. I coded a solution for tomcat rather similar to that for jetty, and it does fix the init problems, but appears to introduce some others. I hope to get it all working soon and checked in. thanks david jencks On Nov 4, 2005, at 7:50 PM, Jian Liao wrote

Re: SQLLoginModule configuration (was re: retrieving the datasource)

2005-11-10 Thread David Jencks
=org.apache.geronimo.security.realm.providers.GeronimoGroupPrincip al name=ADMIN designated-run-as=true/ /sec:role /sec:role-mappings /sec:security Hope this helps david jencks On Nov 10, 2005, at 6:17 AM, Miguel A Paraz wrote: On 10/20/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: OK, I can verify users against

Re: Introduction and Question

2005-11-11 Thread David Jencks
exchanges between Jian Liao and me. If you make any progress on this we'd love a report, some instructions, or code. Thanks, david jencks On Nov 11, 2005, at 8:17 AM, Aaron Mulder wrote: Lawrence, Geronimo currently uses an embedded Pluto container to run the portlets for the management console

Re: Introduction and Question

2005-11-12 Thread David Jencks
On Nov 11, 2005, at 6:56 PM, Jian Liao wrote: Hi, J2 Final is going to release soon, I would like to integrate it with Geronimo. The progress that I made on last week include ( Thanks for David Jencks ): 1. Package J2 into ear file. 2. Deploy it to geronimo successfully. 3. J2 engine

Re: Referencing JCA Admin Objects

2005-11-17 Thread David Jencks
At first glance this all looks ok to me. You are certainly using the correct jndi subcontext. What error do you get? Can you verify that the gbean for your admin object did in fact get started (look in geronimo.log). Are there any related exceptions in the log? thanks david jencks On Nov

Re: Referencing JCA Admin Objects

2005-11-17 Thread David Jencks
be wrong from this: the cause might be more helpful. thanks david jencks   Thanks again, RIchard

Re: Referencing JCA Admin Object

2005-11-18 Thread David Jencks
involved. I'll look into adding some more helpful analysis code that will provide more useful information. thanks david jencks

Re: Referencing JCA Admin Object

2005-11-18 Thread David Jencks
I've updated ResourceReference to provide more useful information on the exact cause of error. thanks david jencks On Nov 18, 2005, at 12:18 PM, David Jencks wrote: On Nov 18, 2005, at 8:52 AM, Richard wrote: Thanks again David,   I apologize for not sending the cause the first time.  I

Re: Start-up classes

2005-11-23 Thread David Jencks
however, we'll need to find another solution. Can you tell us anything more about what kinds of things you need to do and when? thanks david jencks Thanks Guglielmo P.S. Your server looks very clean. Thanks for all the work. Thanks

Re: Enlisting XAResource objects

2005-11-23 Thread David Jencks
. thanks david jencks Thanks Guglielmo * In compliance with applicable rules and regulations, Instinet reviews and archives incoming and outgoing email communications, copies of which may be produced at the request

Re: Start-up classes

2005-11-23 Thread David Jencks
but is NYI. You might be able to put your gbean in a configuration all by itself and use that configuration as an application parent. This might require some care in figuring out where to put the necessary classes. More info would be helpful :-) thanks david jencks Aaron Mulder [EMAIL

Re: Start-up classes

2005-11-23 Thread David Jencks
. thanks david jencks David Jencks [EMAIL PROTECTED] 11/23/2005 12:05 PM Please respond to user                 To:       [EMAIL PROTECTED]         cc:                 Subject:        Re: Start-up classes On Nov 23, 2005, at 11:47 AM, [EMAIL PROTECTED] wrote: I am migrating an application

Re: Enlisting XAResource objects

2005-11-23 Thread David Jencks
is not well tested, but I will definitely help you with problems you encounter. thanks david jencks David Jencks [EMAIL PROTECTED] 11/23/2005 12:10 PM Please respond to user                 To:       [EMAIL PROTECTED]         cc:                 Subject:        Re: Enlisting XAResource

Re: Enlisting XAResource objects

2005-11-24 Thread David Jencks
        patterngbean-name !-- pattern for other third-party RMs -- /gbean-name/pattern /references We might add the ability to override reference patterns in the config.xml. I was thinking you could lie and give your gbean a j2eeType=JCAManagedConnectionFactory :-) thanks david jencks

Re: Multiple geronimo instances with little disk usage

2005-11-24 Thread David Jencks
if the var location could be set. The only disadvantage I've thought of with this plan is that it builds the concept of the var directory into geronimo in a much more fundamental way than it is now. thanks david jencks On Nov 24, 2005, at 11:11 AM, [EMAIL PROTECTED] wrote: I would like to do

Re: Migrating EAR artifact from WebSphere to WASCE

2005-11-25 Thread David Jencks
, but not available to any other applications (unless they also list them as dependencies or use your application as a parent). You can either include the plan in the ear file or, as I prefer, keep it separate. If you wish to use the hot deployer you need to include the plan in the ear. Thanks david

Re: Reference to TransactionManager gbean

2005-11-27 Thread David Jencks
nameTransactionManager/name /reference assuming you are not using the patch I posted a few days ago that includes new-style configIds. Hope this helps david jencks Thanks Guglielmo * In compliance with applicable

Re: Multiple geronimo instances

2005-11-27 Thread David Jencks
in the sandbox, in the derby module, for an alternate maven based deployment approach. Hope this helps, I'm not entirely sure what you are asking about this time :-) david jencks Guglielmo David Jencks [EMAIL PROTECTED] 11/24/2005 11:28 AM Please respond to user

Re: Referencing JCA Admin Object

2005-11-29 Thread David Jencks
:-) thanks david jencks     Richard.             I've updated ResourceReference to provide more useful information on the exact cause of error. thanks david jencks On Nov 18, 2005, at 12:18 PM, David Jencks wrote: On Nov 18, 2005, at 8:52 AM, Richard wrote: Thanks again David,   I

Re: Has config.list been gone from HEAD?

2005-11-30 Thread David Jencks
after you deployed more applications. thanks david jencks Thanks in advance, -- Kenji Nakamura

Re: Has config.list been gone from HEAD?

2005-11-30 Thread David Jencks
-help is not updated. The statement mentioned about var/config.list (I think that should be var/config/config.list) should be removed. Working on this david jencks Thanks, Kenji On 11/30/05, Aaron Mulder [EMAIL PROTECTED] wrote: The config.xml now includes the functionality

Re: Leading white space in uri causing error while deploy

2005-12-01 Thread David Jencks
Thanks, this should be fixed now. david jencks On Dec 1, 2005, at 10:02 AM, Rajiv M wrote: hello,   This is an extract of datasource deployment plan which gave me an error as invalid URI specified at index... when I tried to deploy the datasource:   ?xml version=1.0? connector xmlns= http

Re: list-targets command

2005-12-02 Thread David Jencks
configurations I think packed car files will work fine. The MavenConfigStore n the packaging plugin may be repurposable for this. thanks david jencks On Dec 2, 2005, at 12:12 PM, toby cabot wrote: On Mon, Nov 21, 2005 at 02:24:48PM -0500, Aaron Mulder wrote: You could in theory have multiple

Re: Packaging GBeans and dependencies

2005-12-06 Thread David Jencks
. For examples of how to do this stuff look in the configs and assemblies directories. This is how the server will be built in the near future. thanks david jencks Cheers, Guillaume Nodet

Re: Admin Objects reeference in WAR

2005-12-08 Thread David Jencks
will not need any entries in the geronimo-web plan and geronimo will find the queue for you. hope this helps, don't have time for a longer answer right now. david jencks On Dec 8, 2005, at 4:20 AM, Krishnakumar B wrote: HI David, I tried the changes u suggested. I get a java.lang.StackOverflowError

Re: Reference to TransactionManager

2005-12-08 Thread David Jencks
you explain in more detail? thanks david jencks David Jencks [EMAIL PROTECTED] 12/07/2005 10:10 PM Please respond to user                 To:       [EMAIL PROTECTED]         cc:                 Subject:        Re: Reference to TransactionManager If I understand correctly your java code

Re: JNDI remote authentication problem

2005-12-09 Thread David Jencks
/gbean /configuration However we are not the experts, maybe dblevins will have more to say. many thanks david jencks On Dec 7, 2005, at 5:18 PM, Zakharov, Vasily M wrote: John, Thank you very much for your answer! Let me know what happens. Well, I tried correcting j2ee-server-plan.xml

Re: Deployment of IBM (WSAD generated web service in EAR)

2005-12-19 Thread David Jencks
I think that WSAD has generated a j2ee 1.3 web service descriptor which is not required to be supported by j2ee 1.4 and that is not in fact supported by geronimo or WASCE.  I haven't studied the 1.3 ws spec, but the document you show below looks fairly easy to convert into a 1.4 dd by hand. 

Re: Build failed w/ backport-util-concurrent/backport-util-concurrent/2.0_01_pd/jar not found

2005-12-25 Thread David Jencks
If you do have openejb checked out with m:co, then cd openejb;cvs -q up -dP;cd .. maven new Hope this helps, david jencks On Dec 25, 2005, at 6:15 AM, Bharath wrote: I was trying to build the server today hit across this error. Any clue on where I can find the missing jar. Final traces

Re: network problems?

2006-01-03 Thread David Jencks
? If this is not possible, why not? maven -o new david jencks Scott

Re: fail to build with

2006-01-03 Thread David Jencks
your comment. It worked, so that is good, but it's better to find the missing dependencies and add them to the project.xml. thanks david jencks Henry -Original Message- From: Dain Sundstrom [mailto:[EMAIL PROTECTED] Sent: Saturday, December 24, 2005 10:25 AM To: user

Re: ServiceMix is gone??

2006-01-08 Thread David Jencks
of its exact status. I would hope that we could include one or two configs in geronimo to include servicemix at least as an installer option. thanks david jencks On Jan 8, 2006, at 8:12 AM, Hossam Karim wrote: Just downloaded Geronimo 1.0 build with Jetty, and ServiceMix is gone. I wonder why

Re: deploying a resource adapter (fwd)

2006-01-08 Thread David Jencks
On Jan 8, 2006, at 8:12 PM, Michael Allman wrote: On Sun, 8 Jan 2006, David Jencks wrote: On Jan 8, 2006, at 7:38 PM, Michael Allman wrote: I'm developing said resource adapter, and when I rebuild it I would like to redeploy it once and have all the connection factories use the new

Re: deploying a resource adapter (fwd)

2006-01-08 Thread David Jencks
On Jan 8, 2006, at 9:12 PM, Michael Allman wrote: On Sun, 8 Jan 2006, David Jencks wrote: On Jan 8, 2006, at 8:12 PM, Michael Allman wrote: On Sun, 8 Jan 2006, David Jencks wrote: On Jan 8, 2006, at 7:38 PM, Michael Allman wrote: I'm developing said resource adapter, and when I rebuild

Re: deploying a resource adapter (fwd)

2006-01-09 Thread David Jencks
snipI started looking into the daytrader app you mentioned.  I think I found its deployed instance in config-store/28, but it looks like it bundles the activemq and tranql resource adapters under the TradeDataSource and TradeJMS subdirectories, respectively.  Are you saying they don't need to be

Re: deploying a resource adapter (fwd)

2006-01-09 Thread David Jencks
On Jan 9, 2006, at 4:15 AM, Michael Allman wrote: On Mon, 9 Jan 2006, David Jencks wrote: snip I started looking into the daytrader app you mentioned. I think I found its deployed instance in config-store/28, but it looks like it bundles the activemq and tranql resource adapters

Re: deploying a resource adapter (fwd)

2006-01-09 Thread David Jencks
On Jan 9, 2006, at 11:38 AM, David Jencks wrote: On Jan 9, 2006, at 4:15 AM, Michael Allman wrote: On Mon, 9 Jan 2006, David Jencks wrote: snip I started looking into the daytrader app you mentioned. I think I found its deployed instance in config-store/28, but it looks like

Re: custom service deployment

2006-01-12 Thread David Jencks
Try setting parentId=geronimo/j2ee-system/1.0/jar The uris for parents and dependencies changed format shortly before 1.0. thanks david jencks On Jan 11, 2006, at 11:43 PM, Alex Andrushchak wrote: Sorry, I've forget to attach files. Hi! I've created my test service and deployment plan

Re: custom service deployment

2006-01-12 Thread David Jencks
service-plan.xml Username: system Password: Error: Unable to distribute queryphone-service-plan.xml: Unable to load first parent of configuration com/dekasoft/logicland/service/SpiderService No configuration with id: geronimo/j2ee-system/1.0/jar Anyway, thanks for attempt! Da

Re: How do I convert this dependency in AG 1.0

2006-01-14 Thread David Jencks
entirely satisfactory. Perhaps we need to find a way to link to the actual original files while also providing a versioned uri. Hope this helps david jencks On Jan 13, 2006, at 6:30 PM, Lin Sun wrote: Yes that would work, but I don't want to rename my classes12.jar to classes12-10g.jar

Re: Geronimo - Tomcat and Valve Development

2006-01-14 Thread David Jencks
On Jan 14, 2006, at 3:31 PM, Nicholas Irving wrote:Hi AllI am trying to write a simple Interceptor, reads Headers from requests and setups info in the Users Session, and I believe a Valve is the way to go and since my final app server is going to be Geronimo with TomCat I would like to know Where

Re: Apache-licensed fscontext.jar and providerutil.jar?

2006-01-15 Thread David Jencks
Is this part of a test to see if the JDOHelper jndi lookup works?  If so, you can definitely use our ReadOnlyContext, although you will have to "bind" differently.  I think we have a read-write context also, but it hasn't been used much lately.  Also I think it is pretty easy to write an even

Re: where is gbean for java mail?

2006-01-16 Thread David Jencks
be welcome :-) thanks david jencks Thanks, Ken

Re: Where is the openejb-jar.xml in the daytrader example jar?

2006-01-16 Thread David Jencks
:-) Look in configs/daytrader-*/src/plan/plan.xml thanks david jencks bye Tobi -- Tobias Mueller mailto:[EMAIL PROTECTED] Mobil: +49 172 71 34 914 http://www.infobean.de ICQ#: 111 918 585 aim:addbuddy?screenname=muellerAIM

Re: car

2006-01-19 Thread David Jencks
, eliminating the config-store directory and the mysterious numbered directories. Then, the configId will correspond to the location in the config store/repo. thanks david jencks -- perl -e 'print unpack(u,62V5N\FME;G\!EFQ`9VUA:6PN8V]M\[EMAIL PROTECTED] )'

Re: transaction behaviour

2006-01-20 Thread David Jencks
nice to hear good things! Thanks david jencks regards michael

Re: JDK 1.6.0 to JDK 1.5.0 downgrade, plz help

2006-01-22 Thread David Jencks
or an application deploying. If those work I think it is unlikely you will find any further jdk specific problems. thanks david jencks Richter Matt Hogstrom escreveu: The problem isn't really a DayTrader problem it just happens to surface that there is an issue with the following class

Re: Does Apache Geronimo 1.0 run on iSeries?

2006-01-22 Thread David Jencks
platform but with an editor and 30 seconds of time it will work with some slightly reduced function. I know you've run geronimo on an IBM jdk, but have you actually run it on an iSeries machine? And, can we get the modifications needed on the wiki somewhere? thanks david jencks Matt Jacek

Re: Error deploying Servlet 2.3 application

2006-01-23 Thread David Jencks
On Jan 23, 2006, at 11:37 AM, Aaron Mulder wrote: Please post your web.xml. Yes indeed. I just added a test of context-param reading/conversion to trunk and it seems to be working properly, so we can't progress without an example that fails. thanks david jencks Thanks, Aaron

Re: Error deploying Servlet 2.3 application

2006-01-23 Thread David Jencks
On Jan 23, 2006, at 2:20 PM, [EMAIL PROTECTED] wrote: David, Will your fixes be in the nightly build? I didn't change any code, I just added some context-params to a test, and the test still worked. I haven't had a chance to look at your web.xml yet. thanks david jencks Thanks

Re: Fixed context parameters

2006-01-24 Thread David Jencks
. thanks david jencks On Jan 24, 2006, at 4:37 AM, Edson Carlos Ericksson Richter wrote: I'll sumarize my question: there is somenthing like Tomcat's Parameter .../ in Geronimo that I can use to define web app parameters in a server globally way? Richter Edson Carlos Ericksson Richter escreveu

Re: Reference question

2006-01-24 Thread David Jencks
According to our deployer the actual plan you are deploying has a typo, parentid (lower case i) instead of parentId (upper case I) hope this helps david jencks On Jan 24, 2006, at 8:52 PM, Stein Kråbøl wrote: Thank you for your response! The error now is: C:\web\geronimo-1.0\bindeploy

Re: Reference question

2006-01-24 Thread David Jencks
? Stein David Jencks writes: According to our deployer the actual plan you are deploying has a typo, parentid (lower case i) instead of parentId (upper case I) hope this helps david jencks On Jan 24, 2006, at 8:52 PM, Stein Kråbøl wrote: Thank you for your response! The error now is: C:\web

  1   2   3   4   5   6   7   8   9   10   >