Re: Daytrader Deploying Error

2007-05-25 Thread Lasantha Ranaweera
Finally found a hack to resolve the issue (looks like there is a problem in mvn idea:idea). Just replace dependency version ranges with one dependency version in the main pom.xml and build the project with mvn idea:idea. Thanks, Lasantha Lasantha Ranaweera wrote: David Jencks wrote: you migh

[jira] Resolved: (GERONIMO-2773) cannot create a new jetty http connector from console

2007-05-25 Thread Anita Kulshreshtha (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anita Kulshreshtha resolved GERONIMO-2773. -- Resolution: Fixed Fix Version/s: 2.0-M6 Patch applied, rev 541850 >

Hey, my net connection has been hosed

2007-05-25 Thread Jason Dillon
Just a little note, while its up... my net connection has been really messed up this past week. So its been hard to make progress on, well, anything that needs a net connection. I hope to get this fixed really soon, else I will be living at the coffee shop. --jason

Re: servicemix-bean, BeanInfo, how to set operations

2007-05-25 Thread Guillaume Nodet
Why not implementing MessageExhcangeListener ? I know it does not solve the operation problem, but it is the easiest work around at the moment. On 5/25/07, Eduardo Burgos <[EMAIL PROTECTED]> wrote: Ok, that's exactly my point. Now look at this, same class, lines 68-76 public void introspect()

Re: servicemix-bean, BeanInfo, how to set operations

2007-05-25 Thread Eduardo Burgos
Ok, that's exactly my point. Now look at this, same class, lines 68-76 public void introspect() { introspect(getType()); if (operations.size() == 1) { Collection methodInfos = operations.values(); for (MethodInfo methodInfo : methodInfos) { defau

Re: servicemix-bean, BeanInfo, how to set operations

2007-05-25 Thread Guillaume Nodet
Yeah. It sounds like there is no way to hide methods, so all public methods are exposed as operations :-( On 5/25/07, Eduardo Burgos <[EMAIL PROTECTED]> wrote: Hi, I've been looking at servicemix-bean and I noticed this in org.apache.servicemix.bean.support.BeanInfo line 103 in the following m

servicemix-bean, BeanInfo, how to set operations

2007-05-25 Thread Eduardo Burgos
Hi, I've been looking at servicemix-bean and I noticed this in org.apache.servicemix.bean.support.BeanInfo line 103 in the following method "protected void introspect(Class clazz, Method method)" I'm quoting lines 121-130 121- // now lets add the method to the repository String

[jira] Commented: (GERONIMO-3190) ports 6882 & 2001 never change with portOffset

2007-05-25 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499179 ] Donald Woods commented on GERONIMO-3190: The last time I tried running multiple server instances and it wo

Re: svn commit: r541510 - in /geronimo/server/trunk/applications/geronimo-examples: geronimo-jsp-examples/src/main/webapp/WEB-INF/geronimo-web.xml geronimo-servlet-examples/src/main/webapp/WEB-INF/ger

2007-05-25 Thread Donald Woods
Some users may want to deploy these as WAR files instead of Plugins/CARs, in which case the WAR could not be deployed due to the missing security mapping... The JSP war still generates some xml parsing errors, which I'll open a JIRA for later. I thought the whole idea of these Tomcat JSP/Serv

Re: [VOTE] Release XBean 3.0.1

2007-05-25 Thread Dain Sundstrom
+1 -dain On May 25, 2007, at 12:56 AM, Guillaume Nodet wrote: I have tagged an XBean 3.0.1 version at http://svn.apache.org/repos/asf/geronimo/xbean/tags/xbean-3.0.1/ Compared to 3.0, the only change is a fix in the main pom where the version property has been left to 3.0-SNAPSHOT, thus caus

Re: svn commit: r541510 - in /geronimo/server/trunk/applications/geronimo-examples: geronimo-jsp-examples/src/main/webapp/WEB-INF/geronimo-web.xml geronimo-servlet-examples/src/main/webapp/WEB-INF/ger

2007-05-25 Thread Paul McMahan
I was also wondering why the added security. Best wishes, Paul On May 25, 2007, at 12:10 PM, David Jencks wrote: Why is this a good idea? Don't we build configs for these in configs and install them in the ee servers? thanks david jencks On May 24, 2007, at 6:59 PM, [EMAIL PROTECTED] wr

Re: svn commit: r541510 - in /geronimo/server/trunk/applications/geronimo-examples: geronimo-jsp-examples/src/main/webapp/WEB-INF/geronimo-web.xml geronimo-servlet-examples/src/main/webapp/WEB-INF/ger

2007-05-25 Thread David Jencks
Why is this a good idea? Don't we build configs for these in configs and install them in the ee servers? thanks david jencks On May 24, 2007, at 6:59 PM, [EMAIL PROTECTED] wrote: Author: dwoods Date: Thu May 24 18:59:13 2007 New Revision: 541510 URL: http://svn.apache.org/viewvc?view=rev&r

Re: SwA and JAXB in CXF [was Re: svn commit: r541462....]

2007-05-25 Thread Jeff Genender
No worries...I bumped us up to 2.0.5. We should be good. Jeff Dan Diephouse wrote: > I was just talking to Dan Kulp and he mentioned that my latest commit > broke things for Geronimo because G is using JAXB 2.0.2 yet and this > commit depends on an API in JAXB 2.0.5. We're using this JAXB 2.0.5

SwA and JAXB in CXF [was Re: svn commit: r541462....]

2007-05-25 Thread Dan Diephouse
I was just talking to Dan Kulp and he mentioned that my latest commit broke things for Geronimo because G is using JAXB 2.0.2 yet and this commit depends on an API in JAXB 2.0.5. We're using this JAXB 2.0.5 feature because we need a way to detect that there might be an attachment being written. Th

[jira] Commented: (GERONIMO-3190) ports 6882 & 2001 never change with portOffset

2007-05-25 Thread Anita Kulshreshtha (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499109 ] Anita Kulshreshtha commented on GERONIMO-3190: -- This issue was fixed recently. Which rev. are you usi

[jira] Updated: (GERONIMO-2773) cannot create a new jetty http connector from console

2007-05-25 Thread Viet Hung Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viet Hung Nguyen updated GERONIMO-2773: --- Attachment: geronimo-2773.patch Here is the updated patch. I disabled the 'Add new

RE: [VOTE] Release XBean 3.0.1

2007-05-25 Thread Alan Cabrera
+1 Regards, Alan -Original Message- From: "Guillaume Nodet" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Sent: 5/25/2007 12:56 AM Subject: [VOTE] Release XBean 3.0.1 I have tagged an XBean 3.0.1 version at http://svn.apache.org/repos/asf/geronimo/xbean/tags/xbean-3

[jira] Commented: (GERONIMO-2773) cannot create a new jetty http connector from console

2007-05-25 Thread Anita Kulshreshtha (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499092 ] Anita Kulshreshtha commented on GERONIMO-2773: -- Viet, Thanks for the patch! AJP Connector is not yet

[jira] Assigned: (GERONIMO-2773) cannot create a new jetty http connector from console

2007-05-25 Thread Anita Kulshreshtha (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anita Kulshreshtha reassigned GERONIMO-2773: Assignee: Anita Kulshreshtha > cannot create a new jetty http connector

[jira] Updated: (GERONIMO-2773) cannot create a new jetty http connector from console

2007-05-25 Thread Viet Hung Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viet Hung Nguyen updated GERONIMO-2773: --- Attachment: geronimo-2773.patch We can now add AJP ,HTTP, and HTTPS connectors. I

[jira] Assigned: (GERONIMO-3190) ports 6882 & 2001 never change with portOffset

2007-05-25 Thread Anita Kulshreshtha (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anita Kulshreshtha reassigned GERONIMO-3190: Assignee: Anita Kulshreshtha > ports 6882 & 2001 never change with portO

Re: Running multiple instances of geronimo

2007-05-25 Thread Anita Kulshreshtha
Wiki can be edited by any registered user... Please feel free to edit this and - http://cwiki.apache.org/confluence/display/GMOxDOC20/Running+Multiple+Instances+of+Geronimo Thanks Anita --- FranK G <[EMAIL PROTECTED]> wrote: > I think this is a small mistake on page > http://cwiki.apache.or

[jira] Closed: (GERONIMO-3163) Class-Path in MANIFEST.MF causes DayTrader deployment failed

2007-05-25 Thread YunFeng Ma (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YunFeng Ma closed GERONIMO-3163. Resolution: Cannot Reproduce Can not reproduce with the trunk build. > Class-Path in MANIFEST.M

Error when deplying MDB in Geronimo 1.1

2007-05-25 Thread Jabran
Hi, I am trying to deploy a simple MDB to Geronimo 1.1, and am getting following error: >>org.apache.geronimo.common.DeploymentException: No openejb deployment descriptor for mdb: >>Bounce. Known beans: [Ljava.lang.Object;@e3ff04 "Bounce" is the name of bean. I am using Eclipse 3.2, WTP, XDocle

Re: Running multiple instances of geronimo

2007-05-25 Thread FranK G
I think this is a small mistake on page http://cwiki.apache.org/confluence/display/GMOxDOC20/Multiple+Repositories. For the following line: "Use org.apache.geronimo.server.name to specify an absolute path, which need not be relative to . For example, /ag20/servers/bar would put the server's var di

[jira] Created: (GERONIMO-3191) Can not login the remote Geronimo server on Linux

2007-05-25 Thread YunFeng Ma (JIRA)
Can not login the remote Geronimo server on Linux - Key: GERONIMO-3191 URL: https://issues.apache.org/jira/browse/GERONIMO-3191 Project: Geronimo Issue Type: Bug Security Level: public (R