Re: Geronimo 2.0-M3 Interceptors

2007-03-19 Thread David Jencks
have been quite good at pushing snapshots so if you build geronimo trunk online you should get something with interceptor support. thanks david jencks Please find my used impl. below --- used class --- @Stateless @Interceptors(SpringBeanInterceptor.class) public class Calculator imple

Re: java.lang.Exception: Could not load 1.0/com/sun/codemodel/CodeWriter.class

2007-03-21 Thread David Jencks
ctory segment in the name. thanks david jencks On Mar 21, 2007, at 12:32 AM, ibiddles wrote: Hi, I am very new to Geronimo. I have a web services application that uses Spring 2.0.3 and Spring web services. It runs in Tomcat 5.5.20 and 6.0.10. It has all its dependent JAR files in the WE

Re: Own implemented XAResource unable to register with Geronimo Transaction Manager

2007-03-21 Thread David Jencks
the interface directly or wrapping your XAResource with one of our wrappers how do you register on startup for recovery. thanks david jencks On Mar 21, 2007, at 7:01 AM, sanjoy_m wrote: Hi All, I have written one simple class (XAListResource.java) which implements

Re: GBean multi-valued references

2007-03-21 Thread David Jencks
ut a specific question. thanks david jencks Wishes & Regards Vladimir

Re: java.lang.Exception: Could not load 1.0/com/sun/codemodel/CodeWriter.class

2007-03-21 Thread David Jencks
ch seems a bit odd, as well as the extra directory segment in the name. thanks david jencks On Mar 21, 2007, at 12:32 AM, ibiddles wrote: Hi, I am very new to Geronimo. I have a web services application that uses Spring 2.0.3 and Spring web services. It runs in Tomcat 5.5.20 and 6.0.10. I

Re: Installing & Running an Application Client

2007-03-21 Thread David Jencks
jar bin/client.jar (I think there's a script too, but I don't use them) Hope this helps david jencks Thanks a lot for your answers. Norbert

Re: java:comp/ORB

2007-03-21 Thread David Jencks
for corba style ejb references or an explicit dependency on the orb module: if neither is present we try to simplify the server by not starting the orb. Hope this helps david jencks Andres djencks wrote: On Mar 17, 2007, at 5:34 PM, Andres wrote: We are porting an application from

Re: java:comp/ORB

2007-03-23 Thread David Jencks
an figure out why if it returns true then we have a bigger problem. thanks david jencks On Mar 23, 2007, at 2:58 PM, Andres wrote: I verified that if I add a dependency to j2ee-corba-yoko, the ORB gets started (port 6882 gets opened) when starting our WAR. However, my servlet s

Re: How to deploy JPA?

2007-03-28 Thread David Jencks
ect as the "ext-module" in daytrader. (2) assuming you do want jta :-) use MyTestPooldata-source> or name=MyTestPool thanks david jencks On Mar 28, 2007, at 7:43 AM, David Carew wrote: You should be able to do it in your persistence.xml file. with the element e.g. < jta

Re: A few questions

2007-03-30 Thread David Jencks
do have a SystemProperties gbean, maybe that is similar? thanks david jencks Thanks in advance!

Re: Class cast issue with geronimo-tomcat6-jee5-2.0-M2, spring, hibernate that doesn't occur in tomcat standalone

2007-04-02 Thread David Jencks
ere's also a system property that will make activemq behave better but I can't find what it is at the moment. If you need it we can look harder. thanks david jencks On Apr 2, 2007, at 8:24 AM, Jim Barrows wrote: When I deploy a war file to geronimo it

Re: Issue with deploying a service in correct path

2007-04-03 Thread David Jencks
/" and specify the entire path in a servlet-mapping element in web.xml. Does this answer your question or did I misunderstand what you are asking? thanks david jencks On Apr 3, 2007, at 1:53 AM, Sting Ray wrote: Hey all, a newbie for Geronimo is behind this question. I could not fin

Re: Issue with deploying a service in correct path

2007-04-03 Thread David Jencks
'm not familiar with them. hope this helps david jencks On Apr 3, 2007, at 8:56 AM, Sting Ray wrote: Hi, you got me right. That I also figured out just now while reading more about paths. Do you have an idea how to employ that JSP without archiving it? That issue keeps on puz

Re: Library conflict

2007-04-04 Thread David Jencks
is new module with your gbean in it. This will put the jars from the war lib dir in a parent classloader of the webapp classloader. hope this helps david jencks -- View this message in context: http://www.nabble.com/Library- conflict-tf3512229s134.html#a9842737 Sent from the Apache Gero

Re: Running portlets in Geronimo - Documentation

2007-04-04 Thread David Jencks
pport rather than asking users to create one themselves. Making the process easy... that will be the challenge. thanks david jencks Best wishes, Paul

Re: Unable to save connection pool error

2007-04-05 Thread David Jencks
This is fixed in svn and the not-exactly released M4 thanks david jencks On Apr 5, 2007, at 9:04 AM, Bulat wrote: When i'm trying to create db2 connection pool, i get such error: ERROR [DatabasePoolPortlet] Unable to save connection

Re: Global Spring ApplicationContext

2007-04-07 Thread David Jencks
ectly. I've been wanting something like this for relatively complicated spring apps such as jetspeed2 Hope this helps thanks david jencks Thanks, Rich

Re: XDoclet Support for OpenEJB - Generating the openejb-jar.xml with MyEclipse

2007-04-09 Thread David Jencks
with geronimo. In any case using ejb 3.0 with annotations is a much better solution. thanks david jencks On Apr 9, 2007, at 9:08 AM, Mark Aufdencamp wrote: Hi All, I've been quietly lurking on the list for the last eight weeks working on the opposite ends of a web application. I

Re: GBean - NoClassDefFoundError javax.jms.TopicConnectionFactory

2007-04-09 Thread David Jencks
erver car (I think that's correct for 1.1.1, I'm a lot more familiar with 1.2 and trunk at the moment). thanks david jencks On Apr 9, 2007, at 4:21 PM, Oli Kessler wrote: Hi all, We are trying to deplay a custom GBean which incorporates JMS interaction using a

Re: XDoclet Support for OpenEJB - Generating the openejb-jar.xml with MyEclipse

2007-04-10 Thread David Jencks
IDE based tutorial that takes one through the whole stack with the application server really extends the learning curve! maybe. cmp bean mapping stuff could easily be harder to learn with a tutorial than jpa with the openjpa docs. thanks david jencks Anyway, thanks for the

Re: Connector(container-managed-security) in LoginModule

2007-04-10 Thread David Jencks
This is a bug, I've opened https://issues.apache.org/jira/browse/ GERONIMO-3083 to track it. it should be fairly simple to fix. Many thanks for finding this! david jencks On Apr 10, 2007, at 2:16 AM, Bert_nor wrote: Whether it is possible to use connector(container-managed- security

Re: GBean - NoClassDefFoundError javax.jms.TopicConnectionFactory

2007-04-10 Thread David Jencks
I can't quite see how this could make a difference but you might try setting the ThreadContextClassloader on the threads you create to the same as the gbeans TCCL. thanks david jencks On Apr 10, 2007, at 1:39 PM, Oli Kessler wrote: It might be a threading issue. Our GBean spawns

Re: Global Spring ApplicationContext

2007-04-11 Thread David Jencks
uild trunk you may also find this problem solved. You might be able to use hidden-classes to get around this problem. thanks david jencks On Apr 11, 2007, at 9:40 AM, Richard Wallace wrote: Hello again, I've decided to try a completely different tact than what I was trying before. Rath

Re: Global Spring ApplicationContext

2007-04-12 Thread David Jencks
oader but not the ear classloader. Hope I'm right and this helps :-) david jencks Thanks, Rich Richard Wallace wrote: I'm trying to get the full Geronimo 2 working just for my own edification and am still running into some problems. I tried just disabling the cxf stuff, but it se

Re: Taglibs, JEE5, and EAR /lib

2007-04-14 Thread David Jencks
Can you try using svn trunk? A lot of problems with finding tlds have been fixed since M3. thanks david jencks On Apr 13, 2007, at 9:18 PM, Richard Wallace wrote: I've got my Struts2 jar in my EARs lib directory and I'm deploying to Geronimo 2.0-M3 with Jetty. My webapp

Re: Problem with starting the server

2007-04-15 Thread David Jencks
load="false" in config.xml you could undistribute the applications and geronimo would remove the stuff from the repository for you. thanks david jencks On Apr 15, 2007, at 12:33 AM, vikas patil wrote: Hello all, I got my inplace deployed directory corrupted and had to remov

Re: Usign Databasepool inside of an EAR Application

2007-04-17 Thread David Jencks
eave out the resource-ref element from the geronimo plan. thanks david jencks On Apr 17, 2007, at 2:05 AM, Jochen Zink wrote: Hello at all, I have (maybe a simple) problem. I want to deploy an EAR Archive to geronimo 1.1.1. Inside this ear is only one module and one global JAR Archive. ea

Re: Usign Databasepool inside of an EAR Application

2007-04-18 Thread David Jencks
. This is geronimo random stuff, if no moduleID is configured. The geronimo-web.xml has also a moduleID inside. Maybe there comes the problem from? I think you are correct. How are you deploying your ear file and where is the geronimo-application.xml? thanks david jencks Thanks Jochen

Re: Usign Databasepool inside of an EAR Application

2007-04-18 Thread David Jencks
deploying with the plan separate from the ear? thanks david jencks Thanks -Ursprüngliche Nachricht- Von: user@geronimo.apache.org Gesendet: 18.04.07 10:06:00 An: user@geronimo.apache.org Betreff: Re: Usign Databasepool inside of an EAR Application On Apr 18, 2007, at 12:15 AM

Re: Making Classes Available to Tomcat (Geronimo 1.1.1) on Startup

2007-04-19 Thread David Jencks
off the gbeans in the tomcat module by including load="false" in config.xml for each gbean). It would probably be simpler to build your own tomcat module and install it instead of the one we ship. There might be other approaches I haven't thought of. thanks david jencks Daniel.

Re: JZOS JNI callback into Geronimo - how?

2007-04-20 Thread David Jencks
geronimo server and whenever the server starts, so does your gbean. thanks david jencks On Apr 20, 2007, at 11:39 AM, weberjn wrote: Hi, we'd like to run Geronimo under z/OS. To include the server into systems management, we'd like to use the JZOS Toolkit (http://www.alphaworks.ib

Re: Sun Jsf and Geronimo

2007-04-24 Thread David Jencks
won't work in geronimo (at least the javaee features such as annotations and resource injection won't work. Everything else is likely to conflict with myfaces). Most of the support has been added since 2.0- M3 and a significant amount since the not-exactly-released M4. thanks da

Re: Sharing resources in an MDB

2007-04-25 Thread David Jencks
ou get sets of messages that, within the set, must be processed in order rather than all messages must be processed in order you might be able to introduce some concurrency by using message groups. Hope this helps david jencks Thanks, Aman djencks wrote: It might possibly work for ac

Re: A Geronimo complaint

2007-04-26 Thread David Jencks
nimum version number I would think this would satisfy your requirements. If this is an excerpt from a maven 2 pom then you should ask the maven team to make version ranges work more reliably. Hope this is relevant to what you are asking about. thanks david jencks On Apr 25, 2007, at 8:37 PM, A

Re: Any support plans

2007-04-26 Thread David Jencks
than pluto and we don't really need most of the portal features just for the console. There's also a liferay plugin hosted at liferay, for another full featured portal on geronimo. thanks david jencks

Re: Error at getting datasource from connector(container-managed-security)

2007-04-28 Thread David Jencks
broken. You include the CallerIdentityPasswordCredentialLoginModule and install it in the login config using the PasswordCredentialLoginModuleWrapperGBean instead of the regular LoginModuleGBean. You can also write a different LoginModule that can apply some mapping between the actual user and database us

Re: Classloader/Classpath Problems with Webapp and EJB-jar in same EAR.

2007-05-15 Thread David Jencks
classes should be available to both the ejbs and the web layer, both loaded in the same classloader. Hope this helps thanks david jencks Thanaks a lot! structure: ear: |-- lib/ |--jarFileA.jar |--jarFileB.jar |-- META-INF/ |--application.xml |--geronimo-appli

Re: Web Application Migration to Geronimo

2007-05-18 Thread David Jencks
this could result in the error you are seeing. I would not have the patience to try to get a non-trivial jaxrpc web service to work, I would convert it to a jaxws web service and use a geronimo 2.0 snapshot. thanks david jencks I have read through several developerworks articles and nu

Re: Web Application Migration to Geronimo

2007-05-18 Thread David Jencks
are getting a NCDFE rather than ClassNotFoundException it's likely that the class is available but we're trying to load it from a parent classloader. Can you supply more of the stack trace? Are any of your classes also in any other classloaders geronimo might

Re: geronimo plan help

2007-05-19 Thread David Jencks
, it may end up with hard-to-interpret directory paths like qdfrancepolicy//FrancePolicyServverEjb. On the other hand since IIUC this ejb jar is in an ear the moduleId is ignored. Hope this helps a bit david jencks Doug Lochart wrote: openejb-jar xmlns="http://www.openejb.org/xm

Re: Web Application Migration to Geronimo

2007-05-19 Thread David Jencks
o you didn't need to debug to solve this problem? thanks david jencks On May 19, 2007, at 7:09 AM, Doug Lochart wrote: David or anyone else, Have you had any chance to look at the full stack trace of my exception yet? Here it is again. 12:17:31,183 DEBUG [Configuration] Started con

Re: Web Application Migration to Geronimo

2007-05-20 Thread David Jencks
On May 19, 2007, at 2:25 PM, Doug Lochart wrote: David Jencks wrote: I don't see any obvious way this could be happening. I would investigate by putting a breakpoint just before where the exception is thrown and looking at the classloader and what is being loaded in the deb

Re: geronimo plan help

2007-05-21 Thread David Jencks
f the deployment wizards in the admin console use DConfigBeans. I think there's supposed to be some kind of generic dconfigbean based plan editor in NetBeans, but I've never tried it. thanks david jencks On May 21, 2007, at 6:04 AM, Sachin Patel wrote: The primary issue is based on pas

Re: Exception when using CORBA in 2.0 M5: "Invalid ORB class"

2007-05-21 Thread David Jencks
/jpa.jar before the -jar hope this helps david jencks On May 21, 2007, at 2:51 PM, Michael Ivanov wrote: I am very new to using Geronimo, and recently switched from 1.1 to 2.0 M5. I deployed my application fine, and most aspects seem to work great except CORBA. When my application initializes

Re: Developing a MessageDrivenBean

2007-05-22 Thread David Jencks
heard this is likely to be significantly slower than non- transactional delivery. thanks david jencks On May 22, 2007, at 4:43 AM, Jochen Zink wrote: Hello, I have a simple MDB which works as a JMSReceiver. The MDB subscribes to a JMS-Topic. Everything works fine. If a new message is pu

Re: Different Exception during deploy this time

2007-05-22 Thread David Jencks
repo and use a dependency to its repo location. ) I would guess that if the war only has stuff to make the ejb web service work on was 6.1 and nothing else you will have better results on geronimo if you remove the war. Hope this helps. david jencks On May 22, 2007, at 6:59 AM, Doug Lo

Re: How important is simplifying Creation/Updation of Geronimo Deployment Plans?

2007-05-23 Thread David Jencks
substitution, etc to allow you to deploy with plans that are not valid as written. This is how we try to provide support for deployment of older plan schemas. You may want to consider using some of that code in any validation or editor code. thanks david jencks On May 23, 2007, at

Re: Different Exception during deploy this time

2007-05-23 Thread David Jencks
scour your geronimo log or command line console tomcat actually does hint at the cause earlier. thanks david jencks On May 23, 2007, at 8:16 AM, Doug Lochart wrote: I looked into the code where the exception is occuring and it seems to be choking (Null Pointer Exception) on the context. Evide

Re: Library problem with Geronimo 2 M5

2007-05-24 Thread David Jencks
oaded that class. Also, are you using the jetty or tomcat geronimo version? You might try the other one to see if there's a difference in behavior. thanks david jencks On May 23, 2007, at 12:11 PM, Christopher Gibbs wrote: Hello all, I'm fairly new to Geronimo but I'm trying t

Re: AJP Issues

2007-05-27 Thread David Jencks
We haven't hooked up ajp in jetty6 yet, so if you need ajp you could supply a patch :-) or you will need to use tomcat until someone else fixes it. thanks david jencks On May 27, 2007, at 4:13 AM, Giulio Ferro wrote: Scenario: freebsd 6.2 stable + java native (diablo) diabl

Re: How do I put Resource Reference in openejb-jar.xml?

2007-05-27 Thread David Jencks
in the geronimo plan. That is, jdbc/MyFooDataSource jdbc/MyFooDataSource can be omitted. thanks david jencks Thanks Peter Aaron Mulder wrote: The resource-ref element needs to go inside the session, entity, or message-driven element for t

Re: Resource Refs in an ejb-jar inside an EAR on Geronimo 2-0-M5

2007-05-27 Thread David Jencks
jb stuff since the conversion code will continue to be maintained but the 3.x schema is subject to change without any backward compatibility -- you would have to update your plans yourself. What is actually not working with the 2.x plans? thanks david jencks Thanks Peter -- View this

Re: method to check for existence of a module?

2007-05-29 Thread David Jencks
dinality of the collection to see if the other configuration is running. thanks david jencks On May 29, 2007, at 9:42 AM, pgrey wrote: Is there a way to ask the Geronimo container whether or not a specific module (by name) is deployed. I'd like to do something like String moduleId =

Re: Safe shutdown

2007-05-29 Thread David Jencks
I'm aware of to finish processing in flight requests before turning off a gbean. thanks david jencks Mark Aufdencamp [EMAIL PROTECTED] Original Message Subject: Safe shutdown From: Joel Spotts <[EMAIL PROTECTED]> Date: Tue, May 29, 2007 5:05 pm To: user@geronim

Re: Safe shutdown

2007-05-30 Thread David Jencks
I don't immediately see why this is happening but also don't see a likely way out. One approach might be to write a couple classes that are basically scripts that start the appropriate jar in a new vm. thanks david jencks On May 30, 2007, at 5:03 AM, Joel Spotts wrote: I shoul

Re: Login Module not found

2007-05-31 Thread David Jencks
it can use classes from that war and the ejb jars and wars and manifest classpaths, but not other wars. Hope this helps david jencks Regards, Sascha -- View this message in context: http://www.nabble.com/Login-Module- not-found-tf3846639s134.html#a10894283 Sent from the Apache Geronimo - U

Re: Sun Jsf and Geronimo

2007-05-31 Thread David Jencks
? thanks david jencks Don On 4/24/07, Donald Woods <[EMAIL PROTECTED]> wrote: You can also download and try one of the daily builds that Prasad posts to the [EMAIL PROTECTED] mailing list - Original Message Subject: [BUILD] TRUNK: Successful for Revision: 532103 Date:

Re: Library problem with Geronimo 2 M5

2007-05-31 Thread David Jencks
ement. david jencks Don On 5/24/07, David Jencks <[EMAIL PROTECTED]> wrote: NCDFE generally means that the class that depends on the missing class is present in a parent classloader that doesn't have access to the needed class. Can you figure out which class is trying to load the dom4j c

Re: Sun Jsf and Geronimo

2007-06-01 Thread David Jencks
inion? thanks david jencks Don On 5/31/07, David Jencks <[EMAIL PROTECTED]> wrote: On May 31, 2007, at 3:37 PM, Don Hill wrote: Hi, I have actually written the JSF-RI modules for geronimo, I am still testing them. I have successfully tested some sample apps and they seem to w

Re: Login Module not found

2007-06-04 Thread David Jencks
ional questions will let us see where the problem lies. thanks david jencks Thanks a lot so far, Sascha djencks wrote:

Re: Security Manager

2007-06-04 Thread David Jencks
I get an "access denied" error, even if the file is just being opened for reading purposes during the deployment process. Was there a security manager that was added into Geronimo 2.0 that could be causing these errors? Not by us... could you show a stack trace? thanks david

Re: Maven build error - sourceSchema

2007-06-06 Thread David Jencks
From prasad's build failure it looks like you might have a new xmlbeans-maven-plugin-2.0.1-20070605.204758-11.jar I have xmlbeans-maven-plugin-2.0.1-20070122.162531-10.jar which works. I haven't really looked at what changed yet. thanks david jencks On Jun 5, 2007, at 7:52 PM, A

Re: Passing application server commands

2007-06-07 Thread David Jencks
onfigure it in var/config/config.xml something like this: confluence.disable.peopledirectory.anonymous=true Hope this helps thanks david jencks Thanks! - Chris

Re: 1.2 Bug ClassCastException with Properties

2007-06-07 Thread David Jencks
a geronimo SystemProperties gbean, there's one called ServerSystemProperties in j2ee-server. It would be great if you can open a geronimo jira for this problem and even better if you could test out using the ServerSystemProperties gbean to fix it. thanks david jencks On Jun 7, 2007, at 1

Re: Passing application server commands

2007-06-07 Thread David Jencks
e it's possible that this approach would not set the system property before it's read by confluence. If you try this please let us know how it works, it should be pretty easy to fix the timing problem at least in 1.2 and 2.0. hope this helps david jencks - Chris On 6/7/07, David

Re: Problems in configuring dependency on EAR

2007-06-08 Thread David Jencks
he jars in the manifest classpath. You could also open a jira requesting the ability to depend on wars inside ears. thanks david jencks -- View this message in context: http://www.nabble.com/Problems-in- configuring-dependency-on-EAR-tf3889208s134.html#a11024722 Sent from the Apache

Re: Data source problems while deploying EAR

2007-06-08 Thread David Jencks
velDB just a guess... Personally I usually set up a database pool with the same name as in the resource-ref itself so I don't have to do the mapping since it is such a pain to set up. thanks david jencks I've tried to do as it recommends, with adding a resource-ref mapping, bu

Re: Data source problems while deploying EAR

2007-06-08 Thread David Jencks
st. There is no relationship between this and (1) or (2) Hope this answers your question... david jencks On 6/8/07, David Jencks <[EMAIL PROTECTED]> wrote: On Jun 8, 2007, at 8:12 AM, Erik B. Craig wrote: I'm having a good amount of troubles trying to get an EAR deployed fr

Re: MessageDriven Bean in EE5

2007-06-11 Thread David Jencks
rk in some other app servers but it doesn't work in geronimo. On the other hand if you are using an @Resource annotation then geronimo should figure out what it is for you. thanks david jencks On Jun 11, 2007, at 1:43 PM, ptriller wrote: Hello ! Is there anywhere a small simple de

Re: MessageDriven Bean in EE5

2007-06-11 Thread David Jencks
Queueobject-link> ScheduledTopic ScheduledTopic should also work. thanks david jencks On Jun 11, 2007, at 2:16 PM, ptriller wrote: Addendun: using an env-ref does not change anything at all.This is just a

Re: Virtual host configuration with Tomcat

2007-06-11 Thread David Jencks
-distinct-ports.html. What exactly broke when you tried that? IIUC vhosts would be if you had several names mapped to the same IP address and wanted to distinguish them. This is a lot easier than different IP addresses. IIRC there's a simpler way with jetty... thanks david jencks On J

Re: JAR in Geronimo overrides JAR in WAR

2007-06-13 Thread David Jencks
up to date jaxp implementations and apis. In any case you can certainly replace or install xml libraries in lib/endorsed to what you need. thanks david jencks On Jun 13, 2007, at 8:37 AM, [EMAIL PROTECTED] wrote: [I started this as a response to David Jencks' 20070608 post about clas

Re: Help needed in creating enterprise application deployment plan

2007-06-13 Thread David Jencks
some way to get the one you want, where you want it. But its often better to try to eliminate the problem by having only one version of each class. thanks david jencks solprovider

Re: MDB trouble with references

2007-06-13 Thread David Jencks
same e.g. naming the connection factory "jms/CommonConnectionFactory" There's some support for automatically mapping "common prefixes" but I don't think I got to jms yet :-) hope this helps david jencks On Jun 13, 2007, at 10:21 AM, Viet Hung Nguyen wrote: I am

Re: Unable to resolve resource reference on 3.0 with annotations

2007-06-13 Thread David Jencks
jms module plan. Hope this helps david jencks On Jun 13, 2007, at 8:27 PM, Avorcor wrote: Okay, I tried to find a similar situation as this on this forum and on the web, but have not had any luck. I am using Geroimo 2.0M5 I have deployed a new ActiveMQ Resource Adapter with 2 queues and

Re: MDB trouble with references

2007-06-13 Thread David Jencks
Also I noticed you are using mappedName which we ignore, try using name instead. thanks david jencks On Jun 13, 2007, at 8:31 PM, David Jencks wrote: You need to include the resource plan as a parent of your web-app in the geronimo-web environment element. If this doesn't help p

Re: Unable to resolve resource reference on 3.0 with annotations

2007-06-14 Thread David Jencks
vide a wsdl file or if it can be generated from the interface, nor how to specify the wsdl file location. Hopefully someone who knows will tell you more. thanks david jencks Thank you again. JP djencks wrote: You need a geronimo plan for your (ejb? ear? app) that includes the jms modu

Re: How to configure a datasource to use OracleDataSource for Datasource pooling

2007-06-14 Thread David Jencks
nto our jndi lookup mechanism. Is there publicly available documentation on how to use RAC in a java enterprise environment, e.g. javadoc or some indication of what classes are available and for what purposes? thanks david jencks Thanks and regards Piers Lin Sun-2 wrote: Hi, I tried

Re: How to configure a datasource to use OracleDataSource for Datasource pooling

2007-06-14 Thread David Jencks
nectionFactorySource" and "JCAManagedConnectionFactory" which is also available as NameFactory.JCA_MANAGED_CONNECTION_FACTORY Hope this helps david jencks Regards Piers djencks wrote: On Jun 14, 2007, at 7:29 AM, Piers Geyman wrote: Hi, I can get a connection runni

Re: Web app with jpa -- configuration help needed

2007-06-15 Thread David Jencks
x27;ve found the jpa sample under testsuite/.? It uses derby but does show a (usually) working configuration. Hope this helps david jencks On Jun 15, 2007, at 12:20 PM, Jay D. McHugh wrote: Peter, I just realized - if you are doing resource_local access, you don't actual

Re: ejb 3.0--connecting to a DB

2007-06-19 Thread David Jencks
ugh I think geronimo won't object to this) All this being said I'd expect a lot of exceptions in the geronimo log from trying to deploy or run this. I don't see anything that I think would make this fail, so please check the logs. You are using 2.0-M6 or trunk, right? thanks

Re: ejb 3.0--connecting to a DB

2007-06-19 Thread David Jencks
ncies so it depends on system-database and change the db names. How are you deploying the db pool? Hope this helps david jencks I have the following: --BankPool.xml-- http://geronimo.apache.org/xml/ns/j2ee/ connector-1.1"> http://geronimo.apache.org/xml/ns/ deplo

Re: Problems with AMQ RA under Geronimo MDB container

2007-06-20 Thread David Jencks
What happens if the thread pool is say 3 X larger than the number of message endpoints/sessions? The code looks a little bit like it needs twice as many threads as message endpoints (???) Do any messages get through? just guessing... thanks david jencks On Jun 20, 2007, at 1:49 PM

Re: Problems with AMQ RA under Geronimo MDB container

2007-06-20 Thread David Jencks
x27;s entirely possible we have misunderstood the effect of the amq settings and it really needs 900 X 2 or 900 X 29 X 2 threads If you make the settings lower do messages start flowing? I'm just guessing :-( thanks david jencks Just curious to know. Will get back with the re

Re: Secured connection

2007-06-21 Thread David Jencks
. thanks david jencks Tero Mäntyvaara

Re: Don't find a place to set the class path

2007-06-22 Thread David Jencks
.geronimo.system.sharedlib.SharedLib"> /absolute/path/to/the/ resources ServerInfo Both of these methods get the resources into the classloader of your app without forcing them into every application running in geronimo. hope this helps david

Re: Secured connection

2007-06-24 Thread David Jencks
On Jun 24, 2007, at 12:13 PM, Tero Mäntyvaara wrote: David Jencks wrote: Please send to only one list at a time, this is more appropriate for the user list. I am really sorry, I will not do that again. :-/ On Jun 21, 2007, at 7:45 AM, Tero Mäntyvaara wrote: Does latest G support secured

Re: How to read and write a bundle properties in a war?

2007-07-05 Thread David Jencks
t up something like: ServerInfo serverInfo = (ServerInfo) new InitialContext().lookup ("java:comp/env/ServerInfo"); File myConfig = serverInfo.resolveServer("var/myappconfig/ myConfig.properties"); Note I'm using resolveServer which will still work even if you'v

Re: annoying embedded Derby exception

2007-07-06 Thread David Jencks
ed to create the database? Have you tried name="CreateDatabase">true ? thanks david jencks - Original Message - From: Xh To: User Geronimo Sent: Friday, July 06, 2007 1:21 PM Subject: annoying embedded Derby exception Hi All! I have very annoying embedd

Re: Unable to resolve dependency

2007-07-09 Thread David Jencks
Hope this is relevant :-) david jencks On Jul 9, 2007, at 3:27 AM, Xiao-fei Song wrote: Hi, I just made an application by referencing the sample app at http://cwiki.apache.org/GMOxDOC20/jms-and-mdb-sample- application.html. After I deploy the ear I got: Error: Unable to distr

Re: ClassCastException when using a self written TypeConverter

2007-07-09 Thread David Jencks
hen you tried to debug geronimo 2.0 in eclipse? I haven't had any problems using Intellij IDEA. thanks david jencks MoleSon wrote: I managed to deploy my application now by adding the tranql jar to my ear file, but this threw up a bunch of new errors now, so i'll follow y

Re: allocating Connection using ConnectionRequestInfo: failure testing

2007-07-09 Thread David Jencks
isting connection. The idea behind multiple pools is that you can divide the connections up by the match criteria so that matches will always succeed and you only need to supply one MC to match. Otherwise match is likely to fail with distinct CRIs and the pool will start killing connections f

Re: Missing JAR when depolying EAR

2007-07-12 Thread David Jencks
ed about (2) because its so easy to miss warnings no matter how large the type size they are presented in :-). On the other hand if you include 3rd party jars in your ear they may have bizarre and incomprehensibly wrong manifest classpaths that you don't want to fix :-) thanks davi

Re: Derby DB in Geronimo

2007-07-12 Thread David Jencks
e with the db jar and war and the plan in the jar. Hope this helps ask more questions if it's not clear how to proceed. thanks david jencks Thanks, Glen -- View this message in context: http://www.nabble.com/Derby-DB-in- Geronimo-tf4068958s134.html#a11562877 Sent from the Ap

Re: general questions about geronimo application server capabilities?

2007-07-12 Thread David Jencks
igital certification manipulation? I have been unable to figure out what certDB is from some googling. If it's a file based pkcs-11 based certificate store I think we support it only to the extent that the jvm you are using supports pkcs-11. thanks david jencks Th

Re: where to find information about pkcs-11 certificate store manipulation in geronimo, for example for mutual authentication

2007-07-13 Thread David Jencks
at https:// issues.apache.org/jira/browse/GERONIMO-2015. thanks david jencks thanks -- View this message in context: http://www.nabble.com/where-to-find- information-about-pkcs-11-certificate-store-manipulation-in-geronimo %2C-for-example-for-mutual-authentication-tf4075148s134.html#a115

Re: G2.0 deployment problem: Unable to resolve reference "JtaDataSourceWrapper" in gbean

2007-07-13 Thread David Jencks
you also supply a nonJtaDataSourceWrapper. daytrader jpa is now working so you might want to compare that setup if you have further problems. You might want to avoid pasting xml into nabble unless you can figure out a way to escape it. thanks david jencks On Jul 13, 2007, at 2:21 PM, Adam O

Re: Derby DB in Geronimo

2007-07-13 Thread David Jencks
the uddi app. applications/geronimo-uddi-db constructs the db and packs it in a jar applications/geronimo-uddi-server constructs the war file configs/uddi-jetty6 (and uddi-tomcat) "predeploy" uddi into the jetty or tomcat server, constructing what is basically a geronimo plugin. Thanks. I&

Re: Ear deploys as an EJB JAR?

2007-07-13 Thread David Jencks
I've never seen that before! I think that seeing a list of what's in your ear, the application.xml file (if its there), the geronimo plan(s), and exactly how you are deploying would be most helpful to start with. thanks david jencks On Jul 13, 2007, at 8:11 PM, Adam OGo

Re: problem with changing the DB through an ejb

2007-07-17 Thread David Jencks
try NoTxDataSource DefaultDatasource is transactional, not non-jta :-) I think in the latest g source you can leave both these out and we will fill them in for you... although I'm not sure I'd recommend that level of "lack of control" thanks david jencks On Jul

<    1   2   3   4   5   6   7   8   9   10   >