STOMP C prefetchSize question

2006-09-26 Thread Dhawan, Vikram \(LNG-DAY\)
Hi,

 

On STOMP webpage where it says ActiveMQ extensions to STOMP. It says
activemq.prefetchSize expects a int type value. But from my earlier
question we can only set string value to a header property using STOMP C
client. Will prefetchSize still work if I set it as a string form
number? Some thing like as follows

 

apr_hash_set(frame.headers, activemq.prefetchSize,
APR_HASH_KEY_STRING, 1);

 

Thanks!

 

Vik

 



Problem on setting destination queue at startup

2006-09-26 Thread Christopher_Ong

Hello everyone, after I put the below xml codes inside my activemq.xml, it
shown the error that I attached. Please guide me on how to solve the
problem. Thanks.


  ?xml version=1.0 encoding=UTF-8 ? 

!--  START SNIPPET: xbean 
  -- 
beans
  bean
class=org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
/ 
broker xmlns=http://activemq.org/config/1.0;
destinations
  queue physicalName=FOO.BAR / 
  topic physicalName=SOME.TOPIC / 
  /destinations
  /broker
  /beans
!--  END SNIPPET: xbean 
  -- 

http://www.nabble.com/file/189/error.txt error.txt 
-- 
View this message in context: 
http://www.nabble.com/Problem-on-setting-destination-queue-at-startup-tf2342201.html#a6519094
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.



Openwire Generator Changes

2006-09-26 Thread Hiram Chirino

For all you who are interested in openwire...

I have just checked in some changes for the openwire generators.  They
are now 100% java based.  This should make them easier to grok and
maintain / refactor.

I have also updated the pom.xml files for all the modules that use
openwire generated marshalers so that the marshaller code is generated
when you run:
mvn antrun:run

Since the generators use the java sources of the activemq-core module
when generating the marshallers, the default location configured in
the pom.xml may not work for you.  You may need to set the
activemq-core-dir property to the directory location where it is
checked out to.  For example:
mvn antrun:run -Dactivemq-core-dir=../../../activemq/activemq-core

--
Regards,
Hiram

Blog: http://hiramchirino.com


Re: Wiki page for building Geronimo with m2

2006-09-26 Thread Eduardo de Vera
I have been trying to build geronimo with the complete bootstrap and it has been impossible. The step by step way worked but when I tryed to do a mvn clean install, it always failed. I am going crazy about this issue since I haven't even been able to start working on anything. I would appreciate it very much if someone could take a look about this issue since its too big for a new comer like me.
Thanks in advance!Eduardo2006/9/25, Joe Bohn [EMAIL PROTECTED]:
Jay D. McHugh wrote: Hello all, Am I correct in thinking that since the specs were changed, trunk can no longer be built with a simple 'bootstrap' and must now actually be built step by step following the 'bootstrap without a full bootstrap'
 directions?I believe that this is correct (or at least that's the procedure I nowfollow building the specs only with jdk 1.5). If that is true I could try to modify the wiki page to remove the simple
 directions and lead everyone to the step-by-step directions right away (I would need to have someone take a look when I was done though - I don't trust myself to change anything without review).
Go for it!Joe


[jira] Assigned: (AMQ-935) Port the JmsLogAppender API from ActiveMQ 3.2.4 to ActiveMQ 4.1

2006-09-26 Thread Adrian Co (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-935?page=all ]

Adrian Co reassigned AMQ-935:
-

Assignee: Adrian Co  (was: Hiram Chirino)

 Port the JmsLogAppender API from ActiveMQ 3.2.4 to ActiveMQ 4.1
 ---

 Key: AMQ-935
 URL: https://issues.apache.org/activemq/browse/AMQ-935
 Project: ActiveMQ
  Issue Type: New Feature
Affects Versions: 4.1
Reporter: Bruce Snyder
 Assigned To: Adrian Co
 Attachments: JmsLogAppenderSupport.diff.txt


 Porting the following classes from ACTIVEMQ_3_2_4: 
 {code}
 modules/core/src/test/org/activemq/util/test-log4j.properties
 modules/core/src/java/org/activemq/util/JmsLogAppender.java
 modules/core/src/java/org/activemq/util/JmsLogAppenderSupport.java
 modules/core/src/java/org/activemq/util/JndiJmsLogAppender.java
 modules/core/src/test/org/activemq/util/JmsLogAppenderTest.java
 {code}
 to ActiveMQ 4.1: 
 {code}
 activemq-optional/src/test/java/org/apache/activemq/util
 activemq-optional/src/test/java/org/apache/activemq/util/JmsLogAppenderTest.java
 activemq-optional/src/test/resources/test-log4j.properties
 activemq-optional/src/main/java/org/apache/activemq/util
 activemq-optional/src/main/java/org/apache/activemq/util/JndiJmsLogAppender.java
 activemq-optional/src/main/java/org/apache/activemq/util/JmsLogAppenderSupport.java
 activemq-optional/src/main/java/org/apache/activemq/util/JmsLogAppender.java
 {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (AMQ-935) Port the JmsLogAppender API from ActiveMQ 3.2.4 to ActiveMQ 4.1

2006-09-26 Thread Adrian Co (JIRA)
[ 
https://issues.apache.org/activemq/browse/AMQ-935?page=comments#action_37018 ] 

Adrian Co commented on AMQ-935:
---

Patch applied. Just need to update the test case to properly test the 
functionality.

 Port the JmsLogAppender API from ActiveMQ 3.2.4 to ActiveMQ 4.1
 ---

 Key: AMQ-935
 URL: https://issues.apache.org/activemq/browse/AMQ-935
 Project: ActiveMQ
  Issue Type: New Feature
Affects Versions: 4.1
Reporter: Bruce Snyder
 Assigned To: Adrian Co
 Attachments: JmsLogAppenderSupport.diff.txt


 Porting the following classes from ACTIVEMQ_3_2_4: 
 {code}
 modules/core/src/test/org/activemq/util/test-log4j.properties
 modules/core/src/java/org/activemq/util/JmsLogAppender.java
 modules/core/src/java/org/activemq/util/JmsLogAppenderSupport.java
 modules/core/src/java/org/activemq/util/JndiJmsLogAppender.java
 modules/core/src/test/org/activemq/util/JmsLogAppenderTest.java
 {code}
 to ActiveMQ 4.1: 
 {code}
 activemq-optional/src/test/java/org/apache/activemq/util
 activemq-optional/src/test/java/org/apache/activemq/util/JmsLogAppenderTest.java
 activemq-optional/src/test/resources/test-log4j.properties
 activemq-optional/src/main/java/org/apache/activemq/util
 activemq-optional/src/main/java/org/apache/activemq/util/JndiJmsLogAppender.java
 activemq-optional/src/main/java/org/apache/activemq/util/JmsLogAppenderSupport.java
 activemq-optional/src/main/java/org/apache/activemq/util/JmsLogAppender.java
 {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: sm hangs

2006-09-26 Thread Guillaume Nodet

Sorry, the sm:executorFactory / element is meant
to be inside the sm:container / tag.
It points to the setExecutorFactory method on the JBI
container.  So it should look like:

 sm:container ...
   sm:executorFactory
 ...
   /sm:executorFactory
   ...
 /sm:container

On 9/26/06, Charles Souillard [EMAIL PROTECTED] wrote:

Guillaume,

thanks for your help.
As I am using sm as a webapp, I have added these lines into
WEB-INF/applicationContext.xml file.
Now, when my webapp is being deployed, I get a ClassNotFoundException
(see under).
I tried to add geronimo-j2ee-connector_1.5_spec-1.0.1.jar into my webapp
lib dir but this does not change anything. I tied to search a class with
this name and I found one in servicemix-services. This jar was already
in my webapp.
Perhaps there is a jar file to add of spring ?
Can you help me ?

Thanks
Charles

java.lang.ClassNotFoundException: executorFactory; nested exception is
java.lang.ClassNotFoundException: executorFactory
at
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:423)
at
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:360)
at
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:335)
at
org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:126)
at
org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:142)
at
org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:123)
at
org.apache.xbean.spring.context.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:71)
at
org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:94)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:294)
at
org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:156)
at
org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
... 5 more
Caused by:
org.springframework.beans.factory.BeanDefinitionStoreException: Failed
to load type: executorFactory. Reason: java.lang.ClassNotFoundException:
executorFactory; nested exception is java.lang.ClassNotFoundException:
executorFactory
at
org.apache.xbean.spring.context.v2.XBeanQNameHelper.getBeanInfo(XBeanQNameHelper.java:75)
at
org.apache.xbean.spring.context.v2.XBeanQNameHelper.coerceNamespaceAwarePropertyValues(XBeanQNameHelper.java:54)
at
org.apache.xbean.spring.context.v2b.XBeanBeanDefinitionParserDelegate.parseBeanDefinitionElement(XBeanBeanDefinitionParserDelegate.java:62)
at
org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseBeanDefinitionElement(BeanDefinitionParserDelegate.java:398)
at
org.apache.xbean.spring.context.v2b.XBeanNamespaceHandler.parseBeanFromExtensionElement(XBeanNamespaceHandler.java:205)
at
org.apache.xbean.spring.context.v2b.XBeanNamespaceHandler.parseBeanFromExtensionElement(XBeanNamespaceHandler.java:253)
at
org.apache.xbean.spring.context.v2b.XBeanNamespaceHandler.parse(XBeanNamespaceHandler.java:153)
at
org.apache.xbean.spring.context.v2.XBeanNamespaceHandler.parse(XBeanNamespaceHandler.java:49)
at
org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1118)
at
org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.parseBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:141)
at
org.apache.xbean.spring.context.v2.XBeanBeanDefinitionDocumentReader.parseBeanDefinitions(XBeanBeanDefinitionDocumentReader.java:39)
at
org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:93)
at
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:496)
at
org.apache.xbean.spring.context.v2.XBeanXmlBeanDefinitionReader.registerBeanDefinitions(XBeanXmlBeanDefinitionReader.java:79)
at
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:406)
... 17 more
Caused by: java.lang.ClassNotFoundException: executorFactory
at

Re: Status of OpenWire C Client

2006-09-26 Thread James Strachan

On 9/22/06, Dhawan, Vikram (LNG-DAY) [EMAIL PROTECTED] wrote:

Hi Hiram,

I don't see STOMP C client that complete either. It may be something at
the AMQ server side also. Message selectors are not working for me when
I am using STOMP C client.


FWIW if you try another Stomp client you'll see selectors work fine


Another issue I noticed yesterday is I have to actually disconnect (send
disconnect command to AMQ server) after sending every message to my
queue. I don't think this efficient.


Why do you have to disconnect?

--

James
---
http://radio.weblogs.com/0112098/


[jira] Resolved: (SM-600) Compilation error in Geronimo ServiceMixGBean

2006-09-26 Thread Guillaume Nodet (JIRA)
 [ https://issues.apache.org/activemq/browse/SM-600?page=all ]

Guillaume Nodet resolved SM-600.


Fix Version/s: 3.1
   Resolution: Fixed
 Assignee: Guillaume Nodet

Author: gnodet
Date: Tue Sep 26 04:25:09 2006
New Revision: 449990

URL: http://svn.apache.org/viewvc?view=revrev=449990
Log:
SM-600: Compilation error in Geronimo ServiceMixGBean

Modified:
   
incubator/servicemix/trunk/geronimo/servicemix-service/src/main/java/org/apache/servicemix/geronimo/ServiceMixGBean.java
   incubator/servicemix/trunk/geronimo/servicemix/src/plan/geronimo-service.xml


 Compilation error in Geronimo ServiceMixGBean
 -

 Key: SM-600
 URL: https://issues.apache.org/activemq/browse/SM-600
 Project: ServiceMix
  Issue Type: Bug
  Components: geronimo
Affects Versions: 3.1
 Environment: All
Reporter: Robin Byrne
 Assigned To: Guillaume Nodet
 Fix For: 3.1


 Seems to have been introduced by SM-594
 Compiling 5 source files to 
 C:\servicemix\src\trunk\geronimo\servicemix-service\target\classes
 [INFO] 
 
 [ERROR] BUILD FAILURE
 [INFO] 
 
 [INFO] Compilation failure
 C:\servicemix\src\trunk\geronimo\servicemix-service\src\main\java\org\apache\servicemix\geronimo\ServiceMixGBean.java:[1
 65,17] cannot find symbol
 symbol  : method setWorkManager(javax.resource.spi.work.WorkManager)
 location: class org.apache.servicemix.jbi.container.JBIContainer

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Resolved: (AMQ-851) move the XPath filtering components out of the activemq-core module into activemq-optional to reduce the dependencies of the activemq-core POM to only minimal stuff

2006-09-26 Thread Jonas Lim (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-851?page=all ]

Jonas Lim resolved AMQ-851.
---

Fix Version/s: 4.1
   Resolution: Fixed

fixed on trunk : r449965

 move the XPath filtering components out of the activemq-core module into 
 activemq-optional to reduce the dependencies of the activemq-core POM to only 
 minimal stuff
 

 Key: AMQ-851
 URL: https://issues.apache.org/activemq/browse/AMQ-851
 Project: ActiveMQ
  Issue Type: Improvement
Reporter: james strachan
 Assigned To: Jonas Lim
Priority: Minor
 Fix For: 4.1


 to remove dependencies on things like JAXP1.3, jaxen,  xmlbeans etc

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Assigned: (AMQ-812) add the ability to find all active and inactive queues topics in the system as MBeans

2006-09-26 Thread Jonas Lim (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-812?page=all ]

Jonas Lim reassigned AMQ-812:
-

Assignee: Jonas Lim

 add the ability to find all active and inactive queues  topics in the system 
 as MBeans
 ---

 Key: AMQ-812
 URL: https://issues.apache.org/activemq/browse/AMQ-812
 Project: ActiveMQ
  Issue Type: Improvement
  Components: Broker
Reporter: james strachan
 Assigned To: Jonas Lim
 Fix For: 4.1


 Currently we only show active destinations in JMX. We need a way to show all 
 of them, including inactive ones

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Micro-G

2006-09-26 Thread Joe Bohn
You're absolutely right Jacek. Actually, I think the name is one of the 
things still open for debate.  However, once it is settled we need to 
use it consistently.


I've been using micro-G as a nickname just as we used little-G to refer 
to the geronimo-jetty/tomcat-minimal assemblies.   But I think that it's 
really not necessary to have a nickname and even confusing to our users.


Thanks,
Joe


Jacek Laskowski wrote:

On 9/26/06, Joe Bohn [EMAIL PROTECTED] wrote:


The initial commit is out there with rev. 449892.



Thanks Joe for your work. The only thing I'm not happy with is that we
call it - Micro-G - whereas it's geronimo-framework in repository. I
think that it may confuse our users and confused they won't be so
willing to play with it. Therefore, we need to be more consistent how
we call the latest newborn and call it geronimo-framework as it is
named in the repository or rename geronimo-framework to
geronimo-micro. Even though the names could not be the final ones -
we'd be better off calling it in a uniform way, even temporarily.

Jacek



Re: Wiki page for building Geronimo with m2

2006-09-26 Thread Joe Bohn

Eduardo,

Hang in there ... there's still hope. :-)

First, if you followed the step by step directions for bootstrap and it 
was successful then you're ready to go.  The final step (bootstrap 
assemble) creates the complete assemblies so there's no need to run mvn 
clean install or anything else at that point.


Later on, if you've made some changes (or picked them up) that are only 
in the Geronimo itself (no co-req changes in openejb or specs) then you 
should be able to run mvn clean install to pick up the changes.  I'm 
not sure why that isn't working for you, but If you provide some more 
information on the failure then somebody on the list might be able to 
help.


Don't forget that working from trunk is the cutting edge development for 
Geronimo so things are always changing (and unfortunately often breaking).


Joe


Eduardo de Vera wrote:
I have been trying to build geronimo with the complete bootstrap and it 
has been impossible. The step by step way worked but when I tryed to 
do a mvn clean install, it always failed. I am going crazy about this 
issue since I haven't even been able to start working on anything. I 
would appreciate it very much if someone could take a look about this 
issue since its too big for a new comer like me.

Thanks in advance!

Eduardo

2006/9/25, Joe Bohn [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]:


Jay D. McHugh wrote:
  Hello all,
 
  Am I correct in thinking that since the specs were changed, trunk
can no
  longer be built with a simple 'bootstrap' and must now actually
be built
  step by step following the 'bootstrap without a full bootstrap'
  directions?

I believe that this is correct (or at least that's the procedure I now
follow building the specs only with jdk 1.5).

 
  If that is true I could try to modify the wiki page to remove the
simple
  directions and lead everyone to the step-by-step directions right
away
  (I would need to have someone take a look when I was done though - I
  don't trust myself to change anything without review).

Go for it!

Joe



[jira] Resolved: (SM-576) XBeanProcessor does not skip comments

2006-09-26 Thread Guillaume Nodet (JIRA)
 [ https://issues.apache.org/activemq/browse/SM-576?page=all ]

Guillaume Nodet resolved SM-576.


Fix Version/s: 3.1
   Resolution: Fixed
 Assignee: Guillaume Nodet

Author: gnodet
Date: Tue Sep 26 04:39:29 2006
New Revision: 45

URL: http://svn.apache.org/viewvc?view=revrev=45
Log:
SM-576: XBeanProcessor does not skip comments

Modified:
   
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/config/spring/XBeanProcessor.java


 XBeanProcessor does not skip comments
 -

 Key: SM-576
 URL: https://issues.apache.org/activemq/browse/SM-576
 Project: ServiceMix
  Issue Type: Bug
  Components: servicemix-core
Affects Versions: 3.0
 Environment: Windows 2000, JBoss AS 4.0.3
Reporter: Andreas Held
 Assigned To: Guillaume Nodet
 Fix For: 3.1

 Attachments: XBeanProcessor.patch


 On deploying Servicemix WAR to JBoss I noticed that XBeanProcessor throws an 
 exception ClassNotFound: #
 I tracked this to XBeanProcessor::findElementProcessor not ignoring comment 
 lines.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: QuartzComponent - running stateful jobs

2006-09-26 Thread Guillaume Nodet

Sounds good.

Btw, I'd like to create a full JBI SE for scheduling, which would be
based on Quartz, but would allow deployments of SUs
containing jobs and schedules, but also allow creating
new jobs by sending a JBI exchange on a known endpoint
that the component would activate when starting.
It should support transactions and persistence.

Thoughts ?

On 9/26/06, Michal [EMAIL PROTECTED] wrote:


It would be good to run stateful jobs - I need functionality where jobs
cannot run concurrently.

I think it requires following changes:
- QuartzComponent would need to have flag sync and if true then onJobExecute
fires sendSync - instead of send
- We will need a class that  extends ServiceMixJob and implements
StatefulJob - it would be a default jobClass if quartzComponent has flag
sync equal to true


cheers
Michal
--
View this message in context: 
http://www.nabble.com/QuartzComponent---running-stateful-jobs-tf2338413.html#a6506885
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.





--
Cheers,
Guillaume Nodet


Re: [VOTE] Release Apache ActiveMQ 4.0.2 (RC 4)

2006-09-26 Thread Rob Davies

+1

On 26 Sep 2006, at 14:30, Hiram Chirino wrote:

Some copyright header file issues were found in the 3rd release  
candidate of the

4.0.2 build.  I have cut and RC 4 of the 4.0.2 build with the fixes
and it's available here:

http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC4/ 
maven1/incubator-activemq/distributions/


Maven 1 and Maven 2 repos for this release can be found at:
http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC4

Here's the wiki page for the release notes (they should soon get
mirrored to the activemq static website) :
http://goopen.org/confluence/display/ACTIVEMQ/ActiveMQ+4.0.2+Release

Please vote to approve this release binary

[ ] +1 Release the binary as Apache ActiveMQ  4.0.2
[ ] -1 Veto the release (provide specific comments)

If this vote passes, then we will then ask the Incubator PMC for their
blessing to ship this release officially.

Here's my +1

--
Regards,
Hiram

Blog: http://hiramchirino.com




sm hangs

2006-09-26 Thread Charles Souillard

Hi all,

I have a factorial service example which was running well with a nightly 
build from last thursday (2006/09/21) and it is not working at all since 
yesterday (nightly build 2006/09/25).

Between these two dates, I have seen that a thread pool has been added.
Is it possible that there is a problem with that ?
My example is as follow :

client - sm-http - BPEL SE - BPEL Engine - BPEL-SE - sm-http - 
client


You can find hereafter the traces I get. In fact, in a normal execution, 
the following calls are performed :


DeliveryChannelImpl.processInBound : Processing inbound exchange
DeliveryChannelImpl.processInBound : Received
DeliveryChannelImpl.sendSync : SendSync 
ID:frec445363-48671-1159271817545-7:0 in DeliveryChannel{Orchestra}

DeliveryChannelImpl.doSend : Sent:
DefaultBroker.resolveAddress : Routing exchange
AbstractFlow.send : Called Flow send
DeliveryChannelImpl.waitForExchange : Waiting for exchange
SedaQueue$1.run : 
[EMAIL PROTECTED] dequeued 
exchange


When the problem occurs, it seems that the last message never appears as 
if the exchange was never dequeued..


Thanks for your help
Regards,
Charles

2006-09-26 14:08:15,379 : DeliveryChannelImpl.send : Send 
ID:frec445363-48671-1159271817545-3:0 in DeliveryChannel{servicemix-http}

2006-09-26 14:08:15,431 : DeliveryChannelImpl.doSend : Sent: InOut[
 id: ID:frec445363-48671-1159271817545-3:0
 status: Active
 role: consumer
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
 in: ?xml version=1.0 encoding=UTF-8?tns:process 
xmlns:env=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:tns=urn:factorialService:bpel:bsoapvalue10.0/value/tns:process

]
2006-09-26 14:08:15,443 : DefaultBroker.resolveAddress : Routing 
exchange InOut[

 id: ID:frec445363-48671-1159271817545-3:0
 status: Active
 role: provider
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
 in: ?xml version=1.0 encoding=UTF-8?tns:process 
xmlns:env=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:tns=urn:factorialService:bpel:bsoapvalue10.0/value/tns:process
] to: 
ServiceEndpoint[service={urn:factorialService:bpel:bsoap}FactorialServiceServiceBP,endpoint=FactorialServicePT]

2006-09-26 14:08:15,444 : AbstractFlow.send : Called Flow send
2006-09-26 14:08:15,469 : SedaQueue$1.run : 
[EMAIL PROTECTED] dequeued 
exchange: InOut[

 id: ID:frec445363-48671-1159271817545-3:0
 status: Active
 role: provider
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
 in: ?xml version=1.0 encoding=UTF-8?tns:process 
xmlns:env=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:tns=urn:factorialService:bpel:bsoapvalue10.0/value/tns:process

]
2006-09-26 14:08:15,471 : DeliveryChannelImpl.processInBound : 
Processing inbound exchange: InOut[

 id: ID:frec445363-48671-1159271817545-3:0
 status: Active
 role: provider
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
 in: ?xml version=1.0 encoding=UTF-8?tns:process 
xmlns:env=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:tns=urn:factorialService:bpel:bsoapvalue10.0/value/tns:process

]
2006-09-26 14:08:15,477 : DeliveryChannelImpl.processInBound : Received: 
InOut[

 id: ID:frec445363-48671-1159271817545-3:0
 status: Active
 role: provider
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
 in: ?xml version=1.0 encoding=UTF-8?tns:process 
xmlns:env=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:tns=urn:factorialService:bpel:bsoapvalue10.0/value/tns:process

]
OrchestraExchangeProcessor.process, exchange = InOut[
 id: ID:frec445363-48671-1159271817545-3:0
 status: Active
 role: provider
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
 in: ?xml version=1.0 encoding=UTF-8?tns:process 
xmlns:env=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:tns=urn:factorialService:bpel:bsoapvalue10.0/value/tns:process

]
callOrchestra, endpointURL = 
http://localhost:9000/axis/services/FactorialServicePT
callOrchestra, conFactory = 
[EMAIL PROTECTED]

callOrchestra, connection = [EMAIL PROTECTED]
callOrchestra, messFactory = [EMAIL PROTECTED]
callOrchestra, message = [EMAIL PROTECTED]
callOrchestra, in = [#document: null]
callOrchestra, in = ?xml version=1.0 encoding=UTF-8?tns:process 
xmlns:env=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:tns=urn:factorialService:bpel:bsoapvalue10.0/value/tns:process
callOrchestra, body = soapenv:Body 
xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;tns:process 

[jira] Closed: (SM-543) NPE occurs in onMessage of JmsServiceComponent

2006-09-26 Thread Guillaume Nodet (JIRA)
 [ https://issues.apache.org/activemq/browse/SM-543?page=all ]

Guillaume Nodet closed SM-543.
--

Fix Version/s: 3.0
   Resolution: Fixed

This bug has been fixed in 3.0, as the component can only receive JMS messages 
when started now.

 NPE occurs in onMessage of JmsServiceComponent
 --

 Key: SM-543
 URL: https://issues.apache.org/activemq/browse/SM-543
 Project: ServiceMix
  Issue Type: Bug
  Components: servicemix-components
Affects Versions: 3.0-M2
Reporter: Adrian Co
 Assigned To: Adrian Co
 Fix For: 3.0


 NPE occurs in JmsServiceComponent when it receives messages, but the 
 component has not been actually started, hence the work manager has not been 
 initalized.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Assigned: (AMQ-921) When recovering messages on startup - execution of Store.getMessage is executed as many times as many subscribers to this destination there are

2006-09-26 Thread james strachan (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-921?page=all ]

james strachan reassigned AMQ-921:
--

Assignee: Hiram Chirino

 When recovering messages on startup - execution of Store.getMessage is 
 executed as many times as many subscribers to this destination there are
 ---

 Key: AMQ-921
 URL: https://issues.apache.org/activemq/browse/AMQ-921
 Project: ActiveMQ
  Issue Type: Improvement
  Components: Broker
Affects Versions: 4.1
 Environment: Any
Reporter: Nikolai Penkov
 Assigned To: Hiram Chirino
Priority: Minor

 Fix of issue https://issues.apache.org/activemq/browse/AMQ-878 (when 
 recovering gigantic queues) come to a new performance problem. - When 
 recovering messages on startup - execution of Store.getMessage (from 
 IndirectMessageRefference.incrementReferenceCount)  is executed as many times 
 as many subscribers to this destination there are. E.g.
 1. Start of broker with a queue A with a lot of messages
 2. Queue is recovered from database by creation of IndirectMessageRefferences
 3. 2 Subscribers connect to recovered queue  with two different message 
 selectors.
 4. Messages are loaded from database 
 (IndirectMessageRefference.incrementReferenceCount - 
 destinationStore.getMessage) twice - for 2 subscribers...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




QuartzComponent - running stateful jobs

2006-09-26 Thread Michal

It would be good to run stateful jobs - I need functionality where jobs
cannot run concurrently.

I think it requires following changes:
- QuartzComponent would need to have flag sync and if true then onJobExecute
fires sendSync - instead of send
- We will need a class that  extends ServiceMixJob and implements
StatefulJob - it would be a default jobClass if quartzComponent has flag
sync equal to true


cheers
Michal
-- 
View this message in context: 
http://www.nabble.com/QuartzComponent---running-stateful-jobs-tf2338413.html#a6506885
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.



Re: Bootstrapping Geronimo - fails

2006-09-26 Thread Eduardo de Vera
Hello Alan,
There are some of us aware of this issue. Jay is trying to update the wiki page with the instructions of bootstrapping and I am also having trouble to do my first build. I guess there are more people like us... I am going to try a build as soon as I get home and will send the results from there (hopefully in a couple of hours).
2006/9/26, Alan D. Cabrera [EMAIL PROTECTED]:

I'm still getting this error.Can someone else try the bootstrap?Regards,AlanOn Sep 24, 2006, at 8:12 AM, Alan D. Cabrera wrote: [INFO] --
 -- [INFO] Building Geronimo Configs :: J2EE System [INFO]task-segment: [install] [INFO] -- --
 [INFO] [tools:require-java-version {execution: validate-java-version}] [INFO] [tools:copy-legal-files {execution: install-legal-files}] [INFO] Created dir: /Users/adc/dev/geronimo/server/trunk/configs/
 j2ee-system/target/classes/META-INF [INFO] Copying 2 files to /Users/adc/dev/geronimo/server/trunk/ configs/j2ee-system/target/classes/META-INF [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources.
 [INFO] [car:prepare-plan] [INFO] Generated: /Users/adc/dev/geronimo/server/trunk/configs/j2ee- system/target/plan/plan.xml [INFO] [car:package] [INFO] Packaging module configuration: /Users/adc/dev/geronimo/
 server/trunk/configs/j2ee-system/target/plan/plan.xml [INFO] -- -- [ERROR] BUILD ERROR [INFO] --
 -- [INFO] Unable to resolve reference ServerInfo in gbean org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/car? ServiceModule=org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/
 car,j2eeType=ArtifactResolver,name=ArtifactResolver to a gbean matching the pattern [? j2eeType=ServerInfo,name=ServerInfo#org.apache.geronimo.system.serveri nfo.ServerInfo]
 Regards, Alan-- Eduardo de VeraSun Certified Programmer for the Java 2 Platform 1.4blog - 

http://blogandshare.blogspot.com



Re: sm hangs

2006-09-26 Thread Guillaume Nodet

If you use lots of sendSync, which is your case, you will need
to change the default configuration of your thread pool, so that
you can have an unbounded number of threads, without queuing
the requests (as the queue will only be processed by existing
threads). See http://servicemix.goopen.org/site/thread-pools.html

Try with the following snippet
 sm:executorFactory
   bean class=org.apache.servicemix.executors.impl.ExecutorFactoryImpl
 property name=defaultConfig
 bean class=org.apache.servicemix.executors.impl.ExecutorConfig
   property name=corePoolSize value=4/
   property name=maximumPoolSize value=-1/
   property name=queueSize value=0/
 /bean
 /property
   /bean
 /sm:executorFactory

It changes the default configuration to not use any queues.  It means
that it's not really SEDA anymore, but SEDA is not very effective when
using only sendSync (as there is always a waiting thread).  The above
configuration should allow the thread pool to grow as needed.

On 9/26/06, Charles Souillard [EMAIL PROTECTED] wrote:

Hi all,

I have a factorial service example which was running well with a nightly
build from last thursday (2006/09/21) and it is not working at all since
yesterday (nightly build 2006/09/25).
Between these two dates, I have seen that a thread pool has been added.
Is it possible that there is a problem with that ?
My example is as follow :

client - sm-http - BPEL SE - BPEL Engine - BPEL-SE - sm-http -
client

You can find hereafter the traces I get. In fact, in a normal execution,
the following calls are performed :



Re: Build error - No reference named ResourceEnvironmentSetter in gbean ....configs/openejb-deployer/1.2-SNAPSHOT/car

2006-09-26 Thread Jacek Laskowski

On 9/26/06, anita kulshreshtha [EMAIL PROTECTED] wrote:

   I got this error yesterday. I had to update and rebuild openejb2 to
cure this.


Doh! I knew I had to rebuild OpenEJB 2, but whenever I did svn up I got

[EMAIL PROTECTED] /cygdrive/c/oss/openejb2
$ svn up
At revision 2903.

So nothing to update. Of course, the build kept failing and after a
day I decided to send the question to the dev mailing list.

Then, right after having read your email I realized that OpenEJB moved
to ASF and see what I was using:

[EMAIL PROTECTED] /cygdrive/c/oss/openejb2
$ svn info
Path: .
URL: https://svn.codehaus.org/openejb/trunk/openejb2

Thanks Anita for your answer! Although it seemed obvious at first, I
haven't switched the repo and thus the failure.

I'm so happy now! ;-) Guess who helped me!

Jacek

--
Jacek Laskowski
http://www.laskowski.net.pl


[jira] Resolved: (AMQ-940) JMSXUserId not set when using a JAAS login module

2006-09-26 Thread james strachan (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-940?page=all ]

james strachan resolved AMQ-940.


Resolution: Fixed

Patch applied - many thanks!

 JMSXUserId not set when using a JAAS login module
 -

 Key: AMQ-940
 URL: https://issues.apache.org/activemq/browse/AMQ-940
 Project: ActiveMQ
  Issue Type: Bug
Affects Versions: 4.1
 Environment: Linux, JDK 1.6
Reporter: Kelly Campbell
 Assigned To: james strachan
Priority: Minor
 Fix For: 4.1

 Attachments: JMSXUserID-jaas.patch


 The JMSXUserID field is not set when using a JAAS login module.
 A unit test that fails and a bugfix are attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Building with maven 2 wiki page

2006-09-26 Thread Jay D. McHugh

Hello all,

I just updated the wiki to help new Geronimo builders get past the 
stumbling blocks that showed up when the specs were updated.


If any of you have a chance, please take a look at the updated page to 
see if my changes make the build more straight forward or if they 
confuse things.


Jay


[jira] Resolved: (SM-494) Problems with JMSFlow and sendSync in start() callbacks.

2006-09-26 Thread Guillaume Nodet (JIRA)
 [ https://issues.apache.org/activemq/browse/SM-494?page=all ]

Guillaume Nodet resolved SM-494.


Fix Version/s: 3.1
   Resolution: Fixed
 Assignee: Guillaume Nodet

Author: gnodet
Date: Tue Sep 26 06:07:14 2006
New Revision: 450039

URL: http://svn.apache.org/viewvc?view=revrev=450039
Log:
SM-494: Problems with JMSFlow and sendSync in start() callbacks

Modified:
   
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/jbi/container/JBIContainer.java


 Problems with JMSFlow and sendSync in start() callbacks.
 

 Key: SM-494
 URL: https://issues.apache.org/activemq/browse/SM-494
 Project: ServiceMix
  Issue Type: Bug
  Components: servicemix-core
Affects Versions: 3.0-M1
Reporter: Michael Studman
 Assigned To: Guillaume Nodet
Priority: Critical
 Fix For: 3.1


 I have two simple JBI components A  B; B sends (synchronously) a message to 
 A in its start() method.
 When using ST or SEDA flow there are no problems - the flow completes.
 When I use JMS flow, however, B blocks when sending synchronously. I can see 
 that A is started before B is started - it just seems A never gets the 
 message.
 Reading the code it seems JMSFlow will route a requests even before it is 
 started by creating a queue and placing a message on it. Because it hasn't 
 been started, however, it won't have a queue listener in place to respond for 
 that queue and so a sync message will just timeout without response.
 By simply switching the order of flow.start() and registry.start() in
 Broker.start() I was able to get the desired behaviour for my situation but I 
 think this may actually introduce other bugs (e.g. JMS flow accepting remote 
 messages when some or all components have not yet been started?).
 The behaviour I was expecting was that sending sync to a component already 
 started should not block and sending sync to one not already started should 
 fail. I think the flows and the registry need to work together a bit better.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[VOTE] Release Apache ActiveMQ 4.0.2 (RC 4)

2006-09-26 Thread Hiram Chirino

Some copyright header file issues were found in the 3rd release candidate of the
4.0.2 build.  I have cut and RC 4 of the 4.0.2 build with the fixes
and it's available here:

http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC4/maven1/incubator-activemq/distributions/

Maven 1 and Maven 2 repos for this release can be found at:
http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC4

Here's the wiki page for the release notes (they should soon get
mirrored to the activemq static website) :
http://goopen.org/confluence/display/ACTIVEMQ/ActiveMQ+4.0.2+Release

Please vote to approve this release binary

[ ] +1 Release the binary as Apache ActiveMQ  4.0.2
[ ] -1 Veto the release (provide specific comments)

If this vote passes, then we will then ask the Incubator PMC for their
blessing to ship this release officially.

Here's my +1

--
Regards,
Hiram

Blog: http://hiramchirino.com


Re: Bootstrapping Geronimo - fails

2006-09-26 Thread Alan D. Cabrera

I'm still getting this error.  Can someone else try the bootstrap?


Regards,
Alan

On Sep 24, 2006, at 8:12 AM, Alan D. Cabrera wrote:

[INFO]  
-- 
--

[INFO] Building Geronimo Configs :: J2EE System
[INFO]task-segment: [install]
[INFO]  
-- 
--

[INFO] [tools:require-java-version {execution: validate-java-version}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /Users/adc/dev/geronimo/server/trunk/configs/ 
j2ee-system/target/classes/META-INF
[INFO] Copying 2 files to /Users/adc/dev/geronimo/server/trunk/ 
configs/j2ee-system/target/classes/META-INF

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /Users/adc/dev/geronimo/server/trunk/configs/j2ee- 
system/target/plan/plan.xml

[INFO] [car:package]
[INFO] Packaging module configuration: /Users/adc/dev/geronimo/ 
server/trunk/configs/j2ee-system/target/plan/plan.xml
[INFO]  
-- 
--

[ERROR] BUILD ERROR
[INFO]  
-- 
--
[INFO] Unable to resolve reference ServerInfo in gbean  
org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/car? 
ServiceModule=org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/ 
car,j2eeType=ArtifactResolver,name=ArtifactResolver to a gbean  
matching the pattern [? 
j2eeType=ServerInfo,name=ServerInfo#org.apache.geronimo.system.serveri 
nfo.ServerInfo]




Regards,
Alan





Re: Building with maven 2 wiki page

2006-09-26 Thread Eduardo de Vera
Hello Jay,Can you please attach the url of the updated page? I have just navigated to the http://cwiki.apache.org/GMOxDEV/building-apache-geronimo-with-maven-2.html
 and I haven't seen any changes. I am one of these new builders really interested in getting my first geronimo build. Thanks a lot!2006/9/26, Jay D. McHugh 
[EMAIL PROTECTED]:Hello all,I just updated the wiki to help new Geronimo builders get past the
stumbling blocks that showed up when the specs were updated.If any of you have a chance, please take a look at the updated page tosee if my changes make the build more straight forward or if theyconfuse things.
Jay-- Eduardo de VeraSun Certified Programmer for the Java 2 Platform 1.4blog - http://blogandshare.blogspot.com



Re: Building with maven 2 wiki page

2006-09-26 Thread Eduardo de Vera
Great, today, as soon as i get back home, ill try to build it following your instructions and will post the results that i get on this mailing list... hopefully i will get my own build of geronimo and can start working on it...
2006/9/26, Jay D. McHugh [EMAIL PROTECTED]:
Here is the URL.I'm not sure why it is different than the page Ieditted - maybe it is waiting to be approved?
http://cwiki.apache.org/confluence/display/GMOxDEV/Building+Apache+Geronimo+with+Maven+2Jay-- Eduardo de VeraSun Certified Programmer for the Java 2 Platform 
1.4blog - http://blogandshare.blogspot.com


Re: Build error - No reference named ResourceEnvironmentSetter in gbean ....configs/openejb-deployer/1.2-SNAPSHOT/car

2006-09-26 Thread Jacek Laskowski

On 9/26/06, anita kulshreshtha [EMAIL PROTECTED] wrote:

   I got this error yesterday. I had to update and rebuild openejb2 to
cure this.


After I relocated the local repo to the new location the build went
fine. Thanks Anita.

[EMAIL PROTECTED] /cygdrive/c/oss/geronimo
$ mvn clean install
...
[INFO] 
[INFO] 
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 16 minutes 59 seconds
[INFO] Finished at: Tue Sep 26 16:37:06 CEST 2006
[INFO] Final Memory: 72M/254M
[INFO] 

Jacek

--
Jacek Laskowski
http://www.laskowski.net.pl


[jira] Created: (GERONIMO-2435) Shutdown doesn't require valid credentials

2006-09-26 Thread Jacek Laskowski (JIRA)
Shutdown doesn't require valid credentials
--

 Key: GERONIMO-2435
 URL: http://issues.apache.org/jira/browse/GERONIMO-2435
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: security, startup/shutdown, Tomcat
Affects Versions: 1.2
 Environment: [EMAIL PROTECTED] /cygdrive/c/oss/geronimo
$ svn info
Path: .
URL: https://svn.apache.org/repos/asf/geronimo/server/trunk
Repository Root: https://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 449803
Node Kind: directory
Schedule: normal
Last Changed Author: djencks
Last Changed Rev: 449797
Last Changed Date: 2006-09-25 22:05:13 +0200 (Mon, 25 Sep 2006)
Properties Last Updated: 2006-09-13 16:27:07 +0200 (Wed, 13 Sep 2006)
Reporter: Jacek Laskowski


1/ Run geronimo-tomcat-j2ee with ./bin/startup.sh
2/ Run ./bin/shutdown.sh. When asked about Username and password enter whatever 
comes to your mind, say x/x
3/ Notice that although the credenatials are wrong, the server shutdown 
procedure begins (@see var/log/geronimo.out)

Server shutdown begun
...
Server shutdown completed

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (GERONIMO-2434) Tomcat connector gbean sets wrong attribute: threadPriority

2006-09-26 Thread Jacek Laskowski (JIRA)
Tomcat connector gbean sets wrong attribute: threadPriority
---

 Key: GERONIMO-2434
 URL: http://issues.apache.org/jira/browse/GERONIMO-2434
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: Tomcat
Affects Versions: 1.2
 Environment: [EMAIL PROTECTED] /cygdrive/c/oss/geronimo
$ svn info
Path: .
URL: https://svn.apache.org/repos/asf/geronimo/server/trunk
Repository Root: https://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 449803
Node Kind: directory
Schedule: normal
Last Changed Author: djencks
Last Changed Rev: 449797
Last Changed Date: 2006-09-25 22:05:13 +0200 (Mon, 25 Sep 2006)
Properties Last Updated: 2006-09-13 16:27:07 +0200 (Wed, 13 Sep 2006)
Reporter: Jacek Laskowski


Start the server (/bin/startup.sh) and stop it (./bin/shutdown.sh). After a 
couple of startup/shutdown's the startup script ends with the exception, too.

17:13:06,015 WARN  [ConnectorGBean] AJP connector failed
17:13:06,031 ERROR [GBeanInstanceState] Error while stopping; GBean is now in 
the FAILED state: 
abstractName=org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/car?ServiceModule=org.
apache.geronimo.configs/tomcat/1.2-SNAPSHOT/car,j2eeType=GBean,name=TomcatAJPConnector
java.lang.Exception: Problem while updaing the persistent value of attibute: 
Attribute Name: threadPriority, Type: int, GBeanInstance: Tomcat Connector
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.destroyInstance(GBeanInstance.java:1115)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(GBeanInstanceState.java:337)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:188)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
at 
org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
at 
org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
at 
org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
at 
org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
at 
org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
at 
org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
at 
org.apache.geronimo.kernel.config.KernelConfigurationManager$ShutdownHook.run(KernelConfigurationManager.java:310)
at 
org.apache.geronimo.kernel.basic.BasicKernel.notifyShutdownHooks(BasicKernel.java:668)
at 
org.apache.geronimo.kernel.basic.BasicKernel.shutdown(BasicKernel.java:645)
at org.apache.geronimo.system.main.Daemon$1.run(Daemon.java:245)
Caused by: java.lang.NullPointerException
at 
org.apache.geronimo.tomcat.ConnectorGBean.getThreadPriority(ConnectorGBean.java:553)
at 
org.apache.geronimo.tomcat.ConnectorGBean$$FastClassByCGLIB$$ee72d0d4.invoke(generated)
at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
at 
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
at 
org.apache.geronimo.gbean.runtime.GBeanAttribute.getValue(GBeanAttribute.java:385)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.destroyInstance(GBeanInstance.java:)
... 23 more
java.lang.NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/LinkedNode
at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(Unknown 
Source)
at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(Unknown 
Source)
at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown 
Source)
at java.lang.Thread.run(Thread.java:534)
Server shutdown completed


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 

Re: sm hangs

2006-09-26 Thread Charles Souillard

Guillaume,

thanks for your help.
As I am using sm as a webapp, I have added these lines into 
WEB-INF/applicationContext.xml file.
Now, when my webapp is being deployed, I get a ClassNotFoundException 
(see under).
I tried to add geronimo-j2ee-connector_1.5_spec-1.0.1.jar into my webapp 
lib dir but this does not change anything. I tied to search a class with 
this name and I found one in servicemix-services. This jar was already 
in my webapp.

Perhaps there is a jar file to add of spring ?
Can you help me ?

Thanks
Charles

java.lang.ClassNotFoundException: executorFactory; nested exception is 
java.lang.ClassNotFoundException: executorFactory
   at 
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:423)
   at 
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:360)
   at 
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:335)
   at 
org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:126)
   at 
org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:142)
   at 
org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:123)
   at 
org.apache.xbean.spring.context.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:71)
   at 
org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:94)
   at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:294)
   at 
org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:156)
   at 
org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
   at 
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)
   at 
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)

   ... 5 more
Caused by: 
org.springframework.beans.factory.BeanDefinitionStoreException: Failed 
to load type: executorFactory. Reason: java.lang.ClassNotFoundException: 
executorFactory; nested exception is java.lang.ClassNotFoundException: 
executorFactory
   at 
org.apache.xbean.spring.context.v2.XBeanQNameHelper.getBeanInfo(XBeanQNameHelper.java:75)
   at 
org.apache.xbean.spring.context.v2.XBeanQNameHelper.coerceNamespaceAwarePropertyValues(XBeanQNameHelper.java:54)
   at 
org.apache.xbean.spring.context.v2b.XBeanBeanDefinitionParserDelegate.parseBeanDefinitionElement(XBeanBeanDefinitionParserDelegate.java:62)
   at 
org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseBeanDefinitionElement(BeanDefinitionParserDelegate.java:398)
   at 
org.apache.xbean.spring.context.v2b.XBeanNamespaceHandler.parseBeanFromExtensionElement(XBeanNamespaceHandler.java:205)
   at 
org.apache.xbean.spring.context.v2b.XBeanNamespaceHandler.parseBeanFromExtensionElement(XBeanNamespaceHandler.java:253)
   at 
org.apache.xbean.spring.context.v2b.XBeanNamespaceHandler.parse(XBeanNamespaceHandler.java:153)
   at 
org.apache.xbean.spring.context.v2.XBeanNamespaceHandler.parse(XBeanNamespaceHandler.java:49)
   at 
org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1118)
   at 
org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.parseBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:141)
   at 
org.apache.xbean.spring.context.v2.XBeanBeanDefinitionDocumentReader.parseBeanDefinitions(XBeanBeanDefinitionDocumentReader.java:39)
   at 
org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:93)
   at 
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:496)
   at 
org.apache.xbean.spring.context.v2.XBeanXmlBeanDefinitionReader.registerBeanDefinitions(XBeanXmlBeanDefinitionReader.java:79)
   at 
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:406)

   ... 17 more
Caused by: java.lang.ClassNotFoundException: executorFactory
   at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1352)
   at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1198)
   at 
org.apache.xbean.spring.context.v2.XBeanQNameHelper.loadClass(XBeanQNameHelper.java:107)
   at 

[jira] Closed: (SM-600) Compilation error in Geronimo ServiceMixGBean

2006-09-26 Thread Robin Byrne (JIRA)
 [ https://issues.apache.org/activemq/browse/SM-600?page=all ]

Robin Byrne closed SM-600.
--


 Compilation error in Geronimo ServiceMixGBean
 -

 Key: SM-600
 URL: https://issues.apache.org/activemq/browse/SM-600
 Project: ServiceMix
  Issue Type: Bug
  Components: geronimo
Affects Versions: 3.1
 Environment: All
Reporter: Robin Byrne
 Assigned To: Guillaume Nodet
 Fix For: 3.1


 Seems to have been introduced by SM-594
 Compiling 5 source files to 
 C:\servicemix\src\trunk\geronimo\servicemix-service\target\classes
 [INFO] 
 
 [ERROR] BUILD FAILURE
 [INFO] 
 
 [INFO] Compilation failure
 C:\servicemix\src\trunk\geronimo\servicemix-service\src\main\java\org\apache\servicemix\geronimo\ServiceMixGBean.java:[1
 65,17] cannot find symbol
 symbol  : method setWorkManager(javax.resource.spi.work.WorkManager)
 location: class org.apache.servicemix.jbi.container.JBIContainer

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Building with maven 2 wiki page

2006-09-26 Thread Jay D. McHugh
Here is the URL.  I'm not sure why it is different than the page I 
editted - maybe it is waiting to be approved?


http://cwiki.apache.org/confluence/display/GMOxDEV/Building+Apache+Geronimo+with+Maven+2

Jay


Re: [VOTE] Release Apache ActiveMQ 4.0.2 (RC 4)

2006-09-26 Thread Guillaume Nodet

+1

On 9/26/06, Hiram Chirino [EMAIL PROTECTED] wrote:

Some copyright header file issues were found in the 3rd release candidate of the
4.0.2 build.  I have cut and RC 4 of the 4.0.2 build with the fixes
and it's available here:

http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC4/maven1/incubator-activemq/distributions/

Maven 1 and Maven 2 repos for this release can be found at:
http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC4

Here's the wiki page for the release notes (they should soon get
mirrored to the activemq static website) :
http://goopen.org/confluence/display/ACTIVEMQ/ActiveMQ+4.0.2+Release

Please vote to approve this release binary

[ ] +1 Release the binary as Apache ActiveMQ  4.0.2
[ ] -1 Veto the release (provide specific comments)

If this vote passes, then we will then ask the Incubator PMC for their
blessing to ship this release officially.

Here's my +1

--
Regards,
Hiram

Blog: http://hiramchirino.com




--
Cheers,
Guillaume Nodet


Re: Wiki page for building Geronimo with m2

2006-09-26 Thread Matt Hogstrom

Eduardo,

The Wiki is mostly correct.  The build process has been in a bit of  
flux and I'm not sure its totally settled but we will need to update it.


Do this:

./bootstrap clean

It will fail when trying to build the specs.  At this point change  
your JDK to 1.5.


./bootstrap specs

Change your JDK back to 1.4

./bootstrap modules
./bootstrap openejb2
./bootstrap assemble

I believe that will work.  There may be faster ways.  Let me know if  
this helps.



On Sep 26, 2006, at 2:32 AM, Eduardo de Vera wrote:

I have been trying to build geronimo with the complete bootstrap  
and it has been impossible. The step by step way worked but when  
I tryed to do a mvn clean install, it always failed. I am going  
crazy about this issue since I haven't even been able to start  
working on anything. I would appreciate it very much if someone  
could take a look about this issue since its too big for a new  
comer like me.

Thanks in advance!

Eduardo

2006/9/25, Joe Bohn [EMAIL PROTECTED]: Jay D. McHugh wrote:
 Hello all,

 Am I correct in thinking that since the specs were changed, trunk  
can no
 longer be built with a simple 'bootstrap' and must now actually  
be built

 step by step following the 'bootstrap without a full bootstrap'
 directions?

I believe that this is correct (or at least that's the procedure I now
follow building the specs only with jdk 1.5).


 If that is true I could try to modify the wiki page to remove the  
simple
 directions and lead everyone to the step-by-step directions right  
away

 (I would need to have someone take a look when I was done though - I
 don't trust myself to change anything without review).

Go for it!

Joe


Matt Hogstrom
[EMAIL PROTECTED]





Re: Maven using limited set of download mirrors = errors

2006-09-26 Thread [EMAIL PROTECTED]


gnodet wrote:
 
 I see several solutions:
   * use a file based repository backed by svn
   * once the release is done, upload the used repository which 
  contain all the needed dependencies to the distribution site 
 
Those two IMHO seem to be the easiest -- except there exist some means in
pom.xml to force Maven to try the central repository (where I found
everything when manually searching, see mail starting the thread) for all
subprojects. IMHO the lead developers shall decide about that as they know
most.

Georg
-- 
View this message in context: 
http://www.nabble.com/Maven-using-limited-set-of-download-mirrors-%3D%3E-errors-tf2318528.html#a6505010
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.



[jira] Resolved: (SM-598) MTOM attachments are not output by the jsr181 component

2006-09-26 Thread Guillaume Nodet (JIRA)
 [ https://issues.apache.org/activemq/browse/SM-598?page=all ]

Guillaume Nodet resolved SM-598.


Fix Version/s: 3.0.1
   3.1
   Resolution: Fixed
 Assignee: Guillaume Nodet

Author: gnodet
Date: Tue Sep 26 04:16:12 2006
New Revision: 449980

URL: http://svn.apache.org/viewvc?view=revrev=449980
Log:
SM-598: MTOM attachments are not output by the jsr181 component

Modified:
   
incubator/servicemix/branches/servicemix-3.0/servicemix-jsr181/src/main/java/org/apache/servicemix/jsr181/Jsr181ExchangeProcessor.java
   
incubator/servicemix/branches/servicemix-3.0/servicemix-jsr181/src/test/java/org/apache/servicemix/jsr181/Jsr181MTOMTest.java


Author: gnodet
Date: Tue Sep 26 04:16:18 2006
New Revision: 449981

URL: http://svn.apache.org/viewvc?view=revrev=449981
Log:
SM-598: MTOM attachments are not output by the jsr181 component

Modified:
   
incubator/servicemix/trunk/servicemix-jsr181/src/main/java/org/apache/servicemix/jsr181/Jsr181ExchangeProcessor.java
   
incubator/servicemix/trunk/servicemix-jsr181/src/test/java/org/apache/servicemix/jsr181/Jsr181MTOMTest.java


 MTOM attachments are not output by the jsr181 component
 ---

 Key: SM-598
 URL: https://issues.apache.org/activemq/browse/SM-598
 Project: ServiceMix
  Issue Type: Bug
  Components: servicemix-jsr181
Affects Versions: 3.0
Reporter: Hari Iyer
 Assigned To: Guillaume Nodet
 Fix For: 3.0.1, 3.1


 While sending an MTOM attachment to the component works, retrieving an 
 attachment does not:
 Operation: DataSource getDocumentById(String documentId)
 The request that gets created is: 
 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; 
 xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;soap:BodyGetDocumentById
  
 xmlns=http://webservices.sterling.com;in0abcd/in0/GetDocumentById/soap:Body/soap:Envelope
  
 --=_Part_0_12577309.1158352665757-- 
 The response that comes back is: 
 ?xml version='1.0' encoding='UTF-8'?soap:Envelope 
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:BodyGetDocumentByIdResponse
  xmlns=http://webservices.sterling.com;out 
 xmlns:ns1=http://www.w3.org/2004/11/xmlmime; ns1:mimeType=textInclude 
 xmlns=http://www.w3.org/2004/08/xop/include; 
 href=cid:11583526659604-182379438@http://www.w3.org/2001/XMLSchema; 
 //out/GetDocumentByIdResponse/soap:Body/soap:Envelope 
 The client gives the error: 
 org.codehaus.xfire.fault.XFireFault: Could not find the attachment 
 cid:11583526659604-182379438@http://www.w3.org/2001/XMLSchema 
 at 
 org.codehaus.xfire.aegis.type.mtom.AbstractXOPType.readInclude(AbstractXOPType.java:62)
  
 The attachment is missing from the response. This same request works 
 correctly in a pure XFire deployment. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Assigned: (AMQ-940) JMSXUserId not set when using a JAAS login module

2006-09-26 Thread james strachan (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-940?page=all ]

james strachan reassigned AMQ-940:
--

Assignee: james strachan

 JMSXUserId not set when using a JAAS login module
 -

 Key: AMQ-940
 URL: https://issues.apache.org/activemq/browse/AMQ-940
 Project: ActiveMQ
  Issue Type: Bug
Affects Versions: 4.1
 Environment: Linux, JDK 1.6
Reporter: Kelly Campbell
 Assigned To: james strachan
Priority: Minor
 Fix For: 4.1

 Attachments: JMSXUserID-jaas.patch


 The JMSXUserID field is not set when using a JAAS login module.
 A unit test that fails and a bugfix are attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (SM-576) XBeanProcessor does not skip comments

2006-09-26 Thread Guillaume Nodet (JIRA)
 [ https://issues.apache.org/activemq/browse/SM-576?page=all ]

Guillaume Nodet updated SM-576:
---

Affects Version/s: 3.0
   (was: incubation)

 XBeanProcessor does not skip comments
 -

 Key: SM-576
 URL: https://issues.apache.org/activemq/browse/SM-576
 Project: ServiceMix
  Issue Type: Bug
  Components: servicemix-core
Affects Versions: 3.0
 Environment: Windows 2000, JBoss AS 4.0.3
Reporter: Andreas Held
 Fix For: 3.1

 Attachments: XBeanProcessor.patch


 On deploying Servicemix WAR to JBoss I noticed that XBeanProcessor throws an 
 exception ClassNotFound: #
 I tracked this to XBeanProcessor::findElementProcessor not ignoring comment 
 lines.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (AMQ-916) A doc file explaining some things I learned about the comm system while working on my patch

2006-09-26 Thread james strachan (JIRA)
[ 
https://issues.apache.org/activemq/browse/AMQ-916?page=comments#action_37023 ] 

james strachan commented on AMQ-916:


Great stuff Sepand. I wonder how about adding it directly to the wiki?

e.g. on this page...

http://incubator.apache.org/activemq/code-overview.html

in the developer section...
http://incubator.apache.org/activemq/developers.html

you can edit any content using the 'edit' link at the bottom of the page 
(registration with the wiki required).
http://incubator.apache.org/activemq/how-do-i-edit-the-website.html


 A doc file explaining some things I learned about the comm system while 
 working on my patch
 ---

 Key: AMQ-916
 URL: https://issues.apache.org/activemq/browse/AMQ-916
 Project: ActiveMQ
  Issue Type: Improvement
  Components: Documentation
Reporter: Sepand Mavandadi
Priority: Minor
 Attachments: activemq_comm.html


 Hope it's useful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Build error - No reference named ResourceEnvironmentSetter in gbean ....configs/openejb-deployer/1.2-SNAPSHOT/car

2006-09-26 Thread anita kulshreshtha
   I got this error yesterday. I had to update and rebuild openejb2 to
cure this.

thanks
Anita

--- Jacek Laskowski [EMAIL PROTECTED] wrote:

 Hi,
 
 I'm getting the following build error and can't get around it. Does
 anyone have any clues? I remember DJ's refactored the code recently.
 Is this something that has not been updated?
 
 [INFO] [car:package]
 [INFO] Packaging module configuration:
 c:\oss\geronimo\configs\openejb-deployer\target\plan\plan.xml
 [INFO]


 [ERROR] BUILD ERROR
 [INFO]


 [INFO] No reference named ResourceEnvironmentSetter in gbean

org.apache.geronimo.configs/openejb-deployer/1.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/openejb-deploye
 r/1.2-SNAPSHOT/car,j2eeType=ModuleBuilder,name=EJBBuilder
 
 Jacek
 
 -- 
 Jacek Laskowski
 http://www.laskowski.net.pl
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Re: Bootstrapping Geronimo - fails

2006-09-26 Thread Jay D. McHugh

Alan D. Cabrera wrote:

I'm still getting this error.  Can someone else try the bootstrap?


Regards,
Alan

On Sep 24, 2006, at 8:12 AM, Alan D. Cabrera wrote:

[INFO] 
 


[INFO] Building Geronimo Configs :: J2EE System
[INFO]task-segment: [install]
[INFO] 
 


[INFO] [tools:require-java-version {execution: validate-java-version}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: 
/Users/adc/dev/geronimo/server/trunk/configs/j2ee-system/target/classes/META-INF 

[INFO] Copying 2 files to 
/Users/adc/dev/geronimo/server/trunk/configs/j2ee-system/target/classes/META-INF 


[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: 
/Users/adc/dev/geronimo/server/trunk/configs/j2ee-system/target/plan/plan.xml 


[INFO] [car:package]
[INFO] Packaging module configuration: 
/Users/adc/dev/geronimo/server/trunk/configs/j2ee-system/target/plan/plan.xml 

[INFO] 


[ERROR] BUILD ERROR
[INFO] 

[INFO] Unable to resolve reference ServerInfo in gbean 
org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/car,j2eeType=ArtifactResolver,name=ArtifactResolver 
to a gbean matching the pattern 
[?j2eeType=ServerInfo,name=ServerInfo#org.apache.geronimo.system.serverinfo.ServerInfo] 





Regards,
Alan







I was just able to complete a (step-by-step) bootstrap of trunk.

Jay


[jira] Updated: (GERONIMO-2408) Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)

2006-09-26 Thread Anita Kulshreshtha (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2408?page=all ]

Anita Kulshreshtha updated GERONIMO-2408:
-

Attachment: GERONIMO-2408.akulshreshtha.patch

The problem occurs if raXmlFile attribute is left unspecified or set to the 
default value using
raXmlFile${basedir}/src/main/rar/META-INF/ra.xml. The plugin also adds junit 
jar to the generated rar.
A temporary workaround (HACK) is to rename the main directory to mainx and 
apply the above patch to modules/ge-activemq-rar. 
This problem causes frequent build failure on windows and goes away after 
retrying!

 Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)
 ---

 Key: GERONIMO-2408
 URL: http://issues.apache.org/jira/browse/GERONIMO-2408
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: buildsystem
Affects Versions: 1.2
Reporter: Jason Dillon
 Assigned To: Jason Dillon
Priority: Minor
 Attachments: GERONIMO-2408.akulshreshtha.patch


 The maven-rar-plugin v2.1 does not include the default excludes, so a bunch 
 of .svn and other junk gets in there.
 Need to get Maven peeps to publish a new 2.2-SNAPSHOT or release 2.2.
 See: http://jira.codehaus.org/browse/MRAR-13

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Bootstrapping Step-By-Step = Re: Building with maven 2 wiki page

2006-09-26 Thread Huang
I have try to the new build step in wiki modified by Jay .

It's OK until the step [ bootstrap openejb2 ].It says 15
required artifacts are missing. It seems some jars were
not generated in the former steps.(I'm not sure)

And the error messages instruct me to download them from
following site:
 central (http://repo1.maven.org/maven2),
 codehaus-m1 (http://dist.codehaus.org),
 codehaus (http://repository.codehaus.org),
 codehaus-snapshots
(http://snapshots.repository.codehaus.org),

I ched these site , find no 1.2 SNAPSHOTs there.

Here is the details(from bootstrap.log) :

 [echo] Starting bootstrap build...

openejb2:
 [echo] Building OpenEJB2...
 [exec] Revision 450098 checked out
 [exec] [INFO] Scanning for projects...
 [exec] [INFO] Reactor build order: 
 [exec] [INFO]   OpenEJB
 [exec] [INFO]   OpenEJB :: Modules
 [exec] [INFO]   OpenEJB :: Core
 [exec] [INFO]   OpenEJB :: PK Generation :: Builder
 [exec] [INFO]   OpenEJB :: Builder
 [exec] [INFO]

 [exec] [INFO] Building OpenEJB
 [exec] [INFO]task-segment: [install]
 [exec] [INFO]

 [exec] [INFO] [site:attach-descriptor]
 [exec] [INFO] [install:install]
 [exec] [INFO] Installing
C:\g\server\target\external\openejb2\pom.xml to
C:\Documents and
Settings\huang\.m2\repository\org\openejb\openejb\2.2-SNAPSHOT\openejb-2.2-SNAPSHOT.pom
 [exec] [INFO]

 [exec] [INFO] Building OpenEJB :: Modules
 [exec] [INFO]task-segment: [install]
 [exec] [INFO]

 [exec] [INFO] [site:attach-descriptor]
 [exec] [INFO] [install:install]
 [exec] [INFO] Installing
C:\g\server\target\external\openejb2\modules\pom.xml to
C:\Documents and
Settings\huang\.m2\repository\org\openejb\modules\2.2-SNAPSHOT\modules-2.2-SNAPSHOT.pom
 [exec] [INFO]

 [exec] [INFO] Building OpenEJB :: Core
 [exec] [INFO]task-segment: [install]
 [exec] [INFO]

 [exec] [INFO] [resources:resources]
 [exec] [INFO] Using default encoding to copy filtered
resources.
 [exec] [INFO] snapshot
org.apache.geronimo.modules:geronimo-util:1.2-SNAPSHOT:
checking for updates from local-m1
 [exec] Downloading: file:C:\Documents and
Settings\huang/.maven/repository/org.apache.geronimo.modules/poms/geronimo-util-1.2-SNAPSHOT.pom
 [exec] [WARNING] Unable to get resource from
repository local-m1 (file:C:\Documents and
Settings\huang/.maven/repository)
 [exec] Downloading:
http://snapshots.repository.codehaus.org/org/apache/geronimo/modules/geronimo-util/1.2-SNAPSHOT/geronimo-util-1.2-SNAPSHOT.pom
 [exec] [WARNING] Unable to get resource from
repository codehaus-snapshots
(http://snapshots.repository.codehaus.org)
 [exec] Downloading:
http://dist.codehaus.org/org.apache.geronimo.modules/poms/geronimo-util-1.2-SNAPSHOT.pom
 [exec] [WARNING] Unable to get resource from
repository codehaus-m1 (http://dist.codehaus.org)
 [exec] [INFO] snapshot
org.apache.geronimo.modules:geronimo-transaction:1.2-SNAPSHOT:
checking for updates from local-m1
 [exec] Downloading: file:C:\Documents and
Settings\huang/.maven/repository/org.apache.geronimo.modules/poms/geronimo-transaction-1.2-SNAPSHOT.pom
 [exec] [WARNING] Unable to get resource from
repository local-m1 (file:C:\Documents and
Settings\huang/.maven/repository)
 [exec] Downloading:
http://snapshots.repository.codehaus.org/org/apache/geronimo/modules/geronimo-transaction/1.2-SNAPSHOT/geronimo-transaction-1.2-SNAPSHOT.pom
 [exec] [WARNING] Unable to get resource from
repository codehaus-snapshots
(http://snapshots.repository.codehaus.org)
 [exec] Downloading:
http://dist.codehaus.org/org.apache.geronimo.modules/poms/geronimo-transaction-1.2-SNAPSHOT.pom
 [exec] [WARNING] Unable to get resource from
repository codehaus-m1 (http://dist.codehaus.org)
 [exec] Downloading:
http://repository.codehaus.org/axis/axis-jaxrpc/1.4/axis-jaxrpc-1.4.pom
 [exec] [WARNING] Unable to get resource from
repository codehaus (http://repository.codehaus.org)
 [exec] Downloading:
http://dist.codehaus.org/axis/poms/axis-jaxrpc-1.4.pom
 [exec] [WARNING] Unable to get resource from
repository codehaus-m1 (http://dist.codehaus.org)
 [exec] Downloading:
http://repo1.maven.org/maven2/axis/axis-jaxrpc/1.4/axis-jaxrpc-1.4.pom
 [exec] [WARNING] Unable to get resource from
repository central (http://repo1.maven.org/maven2)
 [exec] Downloading:

Re: Bootstrapping Step-By-Step = Re: Building with maven 2 wiki page

2006-09-26 Thread Jay D. McHugh
Huang wrote:
 I have try to the new build step in wiki modified by Jay .

 It's OK until the step [ bootstrap openejb2 ].It says 15
 required artifacts are missing. It seems some jars were
 not generated in the former steps.(I'm not sure)

 And the error messages instruct me to download them from
 following site:
  central (http://repo1.maven.org/maven2),
  codehaus-m1 (http://dist.codehaus.org),
  codehaus (http://repository.codehaus.org),
  codehaus-snapshots
 (http://snapshots.repository.codehaus.org),

 I ched these site , find no 1.2 SNAPSHOTs there.

 Here is the details(from bootstrap.log) :
 
  [echo] Starting bootstrap build...

 openejb2:
  [echo] Building OpenEJB2...
  [exec] Revision 450098 checked out
  [exec] [INFO] Scanning for projects...
  [exec] [INFO] Reactor build order: 
  [exec] [INFO]   OpenEJB
  [exec] [INFO]   OpenEJB :: Modules
  [exec] [INFO]   OpenEJB :: Core
  [exec] [INFO]   OpenEJB :: PK Generation :: Builder
  [exec] [INFO]   OpenEJB :: Builder
  [exec] [INFO]
 
  [exec] [INFO] Building OpenEJB
  [exec] [INFO]task-segment: [install]
  [exec] [INFO]
 
  [exec] [INFO] [site:attach-descriptor]
  [exec] [INFO] [install:install]
  [exec] [INFO] Installing
 C:\g\server\target\external\openejb2\pom.xml to
 C:\Documents and
 Settings\huang\.m2\repository\org\openejb\openejb\2.2-SNAPSHOT\openejb-2.2-SNAPSHOT.pom
  [exec] [INFO]
 
  [exec] [INFO] Building OpenEJB :: Modules
  [exec] [INFO]task-segment: [install]
  [exec] [INFO]
 
  [exec] [INFO] [site:attach-descriptor]
  [exec] [INFO] [install:install]
  [exec] [INFO] Installing
 C:\g\server\target\external\openejb2\modules\pom.xml to
 C:\Documents and
 Settings\huang\.m2\repository\org\openejb\modules\2.2-SNAPSHOT\modules-2.2-SNAPSHOT.pom
  [exec] [INFO]
 
  [exec] [INFO] Building OpenEJB :: Core
  [exec] [INFO]task-segment: [install]
  [exec] [INFO]
 
  [exec] [INFO] [resources:resources]
  [exec] [INFO] Using default encoding to copy filtered
 resources.
  [exec] [INFO] snapshot
 org.apache.geronimo.modules:geronimo-util:1.2-SNAPSHOT:
 checking for updates from local-m1
  [exec] Downloading: file:C:\Documents and
 Settings\huang/.maven/repository/org.apache.geronimo.modules/poms/geronimo-util-1.2-SNAPSHOT.pom
  [exec] [WARNING] Unable to get resource from
 repository local-m1 (file:C:\Documents and
 Settings\huang/.maven/repository)
  [exec] Downloading:
 http://snapshots.repository.codehaus.org/org/apache/geronimo/modules/geronimo-util/1.2-SNAPSHOT/geronimo-util-1.2-SNAPSHOT.pom
  [exec] [WARNING] Unable to get resource from
 repository codehaus-snapshots
 (http://snapshots.repository.codehaus.org)
  [exec] Downloading:
 http://dist.codehaus.org/org.apache.geronimo.modules/poms/geronimo-util-1.2-SNAPSHOT.pom
  [exec] [WARNING] Unable to get resource from
 repository codehaus-m1 (http://dist.codehaus.org)
  [exec] [INFO] snapshot
 org.apache.geronimo.modules:geronimo-transaction:1.2-SNAPSHOT:
 checking for updates from local-m1
  [exec] Downloading: file:C:\Documents and
 Settings\huang/.maven/repository/org.apache.geronimo.modules/poms/geronimo-transaction-1.2-SNAPSHOT.pom
  [exec] [WARNING] Unable to get resource from
 repository local-m1 (file:C:\Documents and
 Settings\huang/.maven/repository)
  [exec] Downloading:
 http://snapshots.repository.codehaus.org/org/apache/geronimo/modules/geronimo-transaction/1.2-SNAPSHOT/geronimo-transaction-1.2-SNAPSHOT.pom
  [exec] [WARNING] Unable to get resource from
 repository codehaus-snapshots
 (http://snapshots.repository.codehaus.org)
  [exec] Downloading:
 http://dist.codehaus.org/org.apache.geronimo.modules/poms/geronimo-transaction-1.2-SNAPSHOT.pom
  [exec] [WARNING] Unable to get resource from
 repository codehaus-m1 (http://dist.codehaus.org)
  [exec] Downloading:
 http://repository.codehaus.org/axis/axis-jaxrpc/1.4/axis-jaxrpc-1.4.pom
  [exec] [WARNING] Unable to get resource from
 repository codehaus (http://repository.codehaus.org)
  [exec] Downloading:
 http://dist.codehaus.org/axis/poms/axis-jaxrpc-1.4.pom
  [exec] [WARNING] Unable to get resource from
 repository codehaus-m1 (http://dist.codehaus.org)
  [exec] Downloading:
 http://repo1.maven.org/maven2/axis/axis-jaxrpc/1.4/axis-jaxrpc-1.4.pom
  [exec] [WARNING] Unable to get resource from
 

[jira] Updated: (GERONIMO-2419) Log the output of the executions from the geronimo-maven-plugin goals

2006-09-26 Thread Prasad Kashyap (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2419?page=all ]

Prasad Kashyap updated GERONIMO-2419:
-

Attachment: reporters.patch

Patch: reporters.patch

introduces #logOutput and #reporters config option.
introduces an interface IReporter.java which reporters must implement to get 
invoked.
by default output is logged to target/surefire-reports/TEST-goalName.txt

again I'm unsure where to place the XMLReporter.java. Genesis is not the right 
place. Maybe testsupport-common ? maybe testsuite itself ?
For now, it's in testsupport-common. hence reordered the invocation of 
testsupport module in the top level pom.xml.

updated the javadocs and usage site docs.

 Log the output of the executions from the geronimo-maven-plugin goals
 -

 Key: GERONIMO-2419
 URL: http://issues.apache.org/jira/browse/GERONIMO-2419
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: buildsystem
Reporter: Prasad Kashyap
 Assigned To: Jason Dillon
 Fix For: 1.2

 Attachments: log-allGoals-v2.patch, log-allGoals.patch, 
 log-startServer.patch, reporters.patch, xmlReporter.patch


 Log the output of the executions from the geronimo-maven-plugin goals for 
 reporting purposes.
 The output should be logged to target/surefire-reports/goalName.txt file
 Post-processing on this output file should generate the 
 surefire-reports/goalName.xml file that will be useful later for surefire 
 reports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Geronimo Release Roadmap

2006-09-26 Thread Hernan Cunico

Hi All,
I just updated the release roadmap with some doc stuff and put my name on it.

http://cwiki.apache.org/GMOxPMGT/geronimo-release-roadmap.html

Pls chime in and put your name too.

Cheers!
Hernan


Publish the specs and remove it from bootstrap

2006-09-26 Thread Prasad Kashyap

There have been a lot of threads lately about how the bootstrap is
failing. A single bootstrap execution no longer does the trick. We
have to do a step by step execution, switching jdk in the process.
This has become more painful.

We should publish the specs and remove it from the bootstrap process.
We could even let Continuum build the specs nightly and publish it
every day too.

Can this please be done ?

Cheers
Prasad


[jira] Commented: (GERONIMO-2408) Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)

2006-09-26 Thread Jacek Laskowski (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2408?page=comments#action_12437899
 ] 

Jacek Laskowski commented on GERONIMO-2408:
---

I have tested it and it doesn't work for me. Am I doing something wrong?

[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules/ge-activemq-rar
$ patch -p0  GERONIMO-2408.akulshreshtha.patch

[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules/ge-activemq-rar
$ mvn clean install
...
[INFO] [install:install]
[INFO] Installing 
c:\oss\geronimo\modules\ge-activemq-rar\target\ge-activemq-rar-1.2-SNAPSHOT.rar 
to 
C:\.m2\org\apache\geronimo\modules\ge-activemq-rar\1.2-SNAPSHOT\ge-activemq-rar
-1.2-SNAPSHOT.rar
[INFO] 
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 17 seconds
[INFO] Finished at: Tue Sep 26 20:23:42 CEST 2006
[INFO] Final Memory: 8M/254M
[INFO] 

[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules/ge-activemq-rar
$ jar -tf target/ge-activemq-rar-1.2-SNAPSHOT.rar
META-INF/
META-INF/MANIFEST.MF
.svn/
.svn/prop-base/
.svn/props/
...

 Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)
 ---

 Key: GERONIMO-2408
 URL: http://issues.apache.org/jira/browse/GERONIMO-2408
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: buildsystem
Affects Versions: 1.2
Reporter: Jason Dillon
 Assigned To: Jason Dillon
Priority: Minor
 Attachments: GERONIMO-2408.akulshreshtha.patch


 The maven-rar-plugin v2.1 does not include the default excludes, so a bunch 
 of .svn and other junk gets in there.
 Need to get Maven peeps to publish a new 2.2-SNAPSHOT or release 2.2.
 See: http://jira.codehaus.org/browse/MRAR-13

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Publish the specs and remove it from bootstrap

2006-09-26 Thread Jacek Laskowski

On 9/26/06, Prasad Kashyap [EMAIL PROTECTED] wrote:


Can this please be done ?


I think we've already discussed it and AFAIR there was something about
GBuild and different jvms it can't manage in a single instance. I
think Dave B. will have to chime in and explain the details.

Jacek

--
Jacek Laskowski
http://www.laskowski.net.pl


Re: Publish the specs and remove it from bootstrap

2006-09-26 Thread Prasad Kashyap

Thanx Jacek.

We should then manually publish the specs and still remove it from
bootstrap. It is stil a hassle free for a large number of users.

Cheers
Prasad

On 9/26/06, Jacek Laskowski [EMAIL PROTECTED] wrote:

On 9/26/06, Prasad Kashyap [EMAIL PROTECTED] wrote:

 Can this please be done ?

I think we've already discussed it and AFAIR there was something about
GBuild and different jvms it can't manage in a single instance. I
think Dave B. will have to chime in and explain the details.

Jacek

--
Jacek Laskowski
http://www.laskowski.net.pl



Re: Publish the specs and remove it from bootstrap

2006-09-26 Thread Jason Dillon
I agree... BUT we need closure on the versioning of the specs.  Last  
I heard, Dain was going to try an example build using version ranges.


I'm still leaning towards one version for them all... but this needs  
to be resolved before we can release them.


--jason


On Sep 26, 2006, at 11:41 AM, Prasad Kashyap wrote:


Thanx Jacek.

We should then manually publish the specs and still remove it from
bootstrap. It is stil a hassle free for a large number of users.

Cheers
Prasad

On 9/26/06, Jacek Laskowski [EMAIL PROTECTED] wrote:

On 9/26/06, Prasad Kashyap [EMAIL PROTECTED] wrote:

 Can this please be done ?

I think we've already discussed it and AFAIR there was something  
about

GBuild and different jvms it can't manage in a single instance. I
think Dave B. will have to chime in and explain the details.

Jacek

--
Jacek Laskowski
http://www.laskowski.net.pl





Re: Publish the specs and remove it from bootstrap

2006-09-26 Thread Prasad Kashyap

OK.

Another option is to publish openejb2 and pull it out of bootstrap.
Then we move the entire build to JDK 1.5 and back to a single
bootstrap.

Cheers
Prasad

On 9/26/06, Jason Dillon [EMAIL PROTECTED] wrote:

I agree... BUT we need closure on the versioning of the specs.  Last
I heard, Dain was going to try an example build using version ranges.

I'm still leaning towards one version for them all... but this needs
to be resolved before we can release them.

--jason


On Sep 26, 2006, at 11:41 AM, Prasad Kashyap wrote:

 Thanx Jacek.

 We should then manually publish the specs and still remove it from
 bootstrap. It is stil a hassle free for a large number of users.

 Cheers
 Prasad

 On 9/26/06, Jacek Laskowski [EMAIL PROTECTED] wrote:
 On 9/26/06, Prasad Kashyap [EMAIL PROTECTED] wrote:

  Can this please be done ?

 I think we've already discussed it and AFAIR there was something
 about
 GBuild and different jvms it can't manage in a single instance. I
 think Dave B. will have to chime in and explain the details.

 Jacek

 --
 Jacek Laskowski
 http://www.laskowski.net.pl





Getting together at ApacheCon

2006-09-26 Thread Matt Hogstrom
I know Dain is travelling this week and I can't remember if there was  
a note on this.  For those that will be at ApacheCon when will you be  
arriving?  It would be cool to get a community get together during  
the hackathon?


I'm arriving Monday morning.

Matt Hogstrom
[EMAIL PROTECTED]





[jira] Commented: (DAYTRADER-14) Include sql script in the ear and use a gbean to create tables etc

2006-09-26 Thread Christopher James Blythe (JIRA)
[ 
http://issues.apache.org/jira/browse/DAYTRADER-14?page=comments#action_12437908 
] 

Christopher James Blythe commented on DAYTRADER-14:
---

David... this sounds great for use on Geronimo. However, we will still need a 
method for creating the database tables and indexes on other app servers like 
JBoss, WebLogic, WebSphere, etc.

As a side note, the commands needed to create the tables and indexes are SQL 
statements themselves and could be executed within the application as JDBC 
statements. Just brain storming here... we could hook into the buildDB servlet 
action which populates the database or we could provide another link on the 
config page to execute the code to create the tables. Once the database is 
created and we have sufficeint access rights, we should be good to go. The only 
obsticle I can think of would be if there are any specifics that we need to 
account for in the schemas for various database vendors (ie. Derby, Oracle, 
DB2, etc.).

Thoughts???

 Include sql script in the ear and use a gbean to create tables etc
 --

 Key: DAYTRADER-14
 URL: http://issues.apache.org/jira/browse/DAYTRADER-14
 Project: DayTrader
  Issue Type: Improvement
  Components: EJB Tier
Affects Versions: 1.2
Reporter: David Jencks
 Attachments: d-j-plan.xml, DAYTRADER-14.patch


 You can use the DatabaseIntitializationGBean (GERONIMO-2396) in a g. plan and 
 include the sql script in the ejb module so the database will get created if 
 not already present. This is way better than the previous hack of including a 
 pre-built database in the car file.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Getting together at ApacheCon

2006-09-26 Thread Jeff Genender
I am arriving Tue afternoon.

Jeff

Matt Hogstrom wrote:
 I know Dain is travelling this week and I can't remember if there was a
 note on this.  For those that will be at ApacheCon when will you be
 arriving?  It would be cool to get a community get together during the
 hackathon?
 
 I'm arriving Monday morning.
 
 Matt Hogstrom
 [EMAIL PROTECTED]
 
 


[jira] Commented: (DAYTRADER-1) [Daytrader] ejb module should not depend on wsappclient module

2006-09-26 Thread Christopher James Blythe (JIRA)
[ 
http://issues.apache.org/jira/browse/DAYTRADER-1?page=comments#action_12437912 
] 

Christopher James Blythe commented on DAYTRADER-1:
--

Just out of curiousity, is anyone using the web services app client? Was 
wondering if we could simply remove it along with the TradeWebSoapProxy?

These two are actually independent. The web services app client was created to 
test web service invocations of the Daytrader web services from a standalone 
J2EE client. The TradeWebSoapProxy, was added as a means of testing web 
services and driving the transactions via a browser and the basic 
servlets/JSPs. Consequently, a request to the action servlet would coordinate 
with the WebSoapProxy to invoke the target web service.

Given the interest in AJAX, I think the AJAX-based interface that is currently 
in POC would remove the need for these items.

 [Daytrader] ejb module should not depend on wsappclient module
 --

 Key: DAYTRADER-1
 URL: http://issues.apache.org/jira/browse/DAYTRADER-1
 Project: DayTrader
  Issue Type: Bug
  Components: EJB Tier
Reporter: Vincent Massol
 Assigned To: Matt Hogstrom

 There is dependency on the wsappclient jar in the ejb module. That doesn't 
 look right. Does it mean the wsappclient should be split into 2 modules? I 
 haven't investigated more but it smells like a circular depdency somewhere.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: [jira] Commented: (GERONIMO-2408) Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)

2006-09-26 Thread anita kulshreshtha
  did you rename the main directory to mainx? This is the only w

--- Jacek Laskowski (JIRA) dev@geronimo.apache.org wrote:

 [

http://issues.apache.org/jira/browse/GERONIMO-2408?page=comments#action_12437899
 ] 
 
 Jacek Laskowski commented on GERONIMO-2408:
 ---
 
 I have tested it and it doesn't work for me. Am I doing something
 wrong?
 
 [EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules/ge-activemq-rar
 $ patch -p0  GERONIMO-2408.akulshreshtha.patch
 
 [EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules/ge-activemq-rar
 $ mvn clean install
 ...
 [INFO] [install:install]
 [INFO] Installing

c:\oss\geronimo\modules\ge-activemq-rar\target\ge-activemq-rar-1.2-SNAPSHOT.rar
 to

C:\.m2\org\apache\geronimo\modules\ge-activemq-rar\1.2-SNAPSHOT\ge-activemq-rar
 -1.2-SNAPSHOT.rar
 [INFO]


 [INFO] BUILD SUCCESSFUL
 [INFO]


 [INFO] Total time: 17 seconds
 [INFO] Finished at: Tue Sep 26 20:23:42 CEST 2006
 [INFO] Final Memory: 8M/254M
 [INFO]


 
 [EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules/ge-activemq-rar
 $ jar -tf target/ge-activemq-rar-1.2-SNAPSHOT.rar
 META-INF/
 META-INF/MANIFEST.MF
 .svn/
 .svn/prop-base/
 .svn/props/
 ...
 
  Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)
  ---
 
  Key: GERONIMO-2408
  URL:
 http://issues.apache.org/jira/browse/GERONIMO-2408
  Project: Geronimo
   Issue Type: Bug
   Security Level: public(Regular issues) 
   Components: buildsystem
 Affects Versions: 1.2
 Reporter: Jason Dillon
  Assigned To: Jason Dillon
 Priority: Minor
  Attachments: GERONIMO-2408.akulshreshtha.patch
 
 
  The maven-rar-plugin v2.1 does not include the default excludes, so
 a bunch of .svn and other junk gets in there.
  Need to get Maven peeps to publish a new 2.2-SNAPSHOT or release
 2.2.
  See: http://jira.codehaus.org/browse/MRAR-13
 
 -- 
 This message is automatically generated by JIRA.
 -
 If you think it was sent incorrectly contact one of the
 administrators:
 http://issues.apache.org/jira/secure/Administrators.jspa
 -
 For more information on JIRA, see:
 http://www.atlassian.com/software/jira
 
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Re: [jira] Commented: (GERONIMO-2408) Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)

2006-09-26 Thread Jason Dillon

Lets please not go renaming directories... to hack up anything.

The latest 2.2-SNAPSHOT fixes this problem... no need to change  
anything else.


--jason


On Sep 26, 2006, at 12:55 PM, anita kulshreshtha wrote:


  did you rename the main directory to mainx? This is the only w

--- Jacek Laskowski (JIRA) dev@geronimo.apache.org wrote:


[

http://issues.apache.org/jira/browse/GERONIMO-2408? 
page=comments#action_12437899

]

Jacek Laskowski commented on GERONIMO-2408:
---

I have tested it and it doesn't work for me. Am I doing something
wrong?

[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules/ge-activemq-rar
$ patch -p0  GERONIMO-2408.akulshreshtha.patch

[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules/ge-activemq-rar
$ mvn clean install
...
[INFO] [install:install]
[INFO] Installing

c:\oss\geronimo\modules\ge-activemq-rar\target\ge-activemq-rar-1.2- 
SNAPSHOT.rar

to

C:\.m2\org\apache\geronimo\modules\ge-activemq-rar\1.2-SNAPSHOT\ge- 
activemq-rar

-1.2-SNAPSHOT.rar
[INFO]

-- 
--

[INFO] BUILD SUCCESSFUL
[INFO]

-- 
--

[INFO] Total time: 17 seconds
[INFO] Finished at: Tue Sep 26 20:23:42 CEST 2006
[INFO] Final Memory: 8M/254M
[INFO]

-- 
--


[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules/ge-activemq-rar
$ jar -tf target/ge-activemq-rar-1.2-SNAPSHOT.rar
META-INF/
META-INF/MANIFEST.MF
.svn/
.svn/prop-base/
.svn/props/
...


Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)
---

Key: GERONIMO-2408
URL:

http://issues.apache.org/jira/browse/GERONIMO-2408

Project: Geronimo
 Issue Type: Bug
 Security Level: public(Regular issues)
 Components: buildsystem
   Affects Versions: 1.2
   Reporter: Jason Dillon
Assigned To: Jason Dillon
   Priority: Minor
Attachments: GERONIMO-2408.akulshreshtha.patch


The maven-rar-plugin v2.1 does not include the default excludes, so

a bunch of .svn and other junk gets in there.

Need to get Maven peeps to publish a new 2.2-SNAPSHOT or release

2.2.

See: http://jira.codehaus.org/browse/MRAR-13


--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira






__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com




Re: [jira] Commented: (GERONIMO-2408) Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)

2006-09-26 Thread anita kulshreshtha
Why are we not using it?

Thanks
Anita

--- Jason Dillon [EMAIL PROTECTED] wrote:

 Lets please not go renaming directories... to hack up anything.
 
 The latest 2.2-SNAPSHOT fixes this problem... no need to change  
 anything else.
 
 --jason
 
 
 On Sep 26, 2006, at 12:55 PM, anita kulshreshtha wrote:
 
did you rename the main directory to mainx? This is the only w
 
  --- Jacek Laskowski (JIRA) dev@geronimo.apache.org wrote:
 
  [
 
  http://issues.apache.org/jira/browse/GERONIMO-2408? 
  page=comments#action_12437899
  ]
 
  Jacek Laskowski commented on GERONIMO-2408:
  ---
 
  I have tested it and it doesn't work for me. Am I doing something
  wrong?
 
  [EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules/ge-activemq-rar
  $ patch -p0  GERONIMO-2408.akulshreshtha.patch
 
  [EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules/ge-activemq-rar
  $ mvn clean install
  ...
  [INFO] [install:install]
  [INFO] Installing
 
  c:\oss\geronimo\modules\ge-activemq-rar\target\ge-activemq-rar-1.2-
 
  SNAPSHOT.rar
  to
 
  C:\.m2\org\apache\geronimo\modules\ge-activemq-rar\1.2-SNAPSHOT\ge-
 
  activemq-rar
  -1.2-SNAPSHOT.rar
  [INFO]
 
 

--
 
  --
  [INFO] BUILD SUCCESSFUL
  [INFO]
 
 

--
 
  --
  [INFO] Total time: 17 seconds
  [INFO] Finished at: Tue Sep 26 20:23:42 CEST 2006
  [INFO] Final Memory: 8M/254M
  [INFO]
 
 

--
 
  --
 
  [EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules/ge-activemq-rar
  $ jar -tf target/ge-activemq-rar-1.2-SNAPSHOT.rar
  META-INF/
  META-INF/MANIFEST.MF
  .svn/
  .svn/prop-base/
  .svn/props/
  ...
 
  Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)
  ---
 
  Key: GERONIMO-2408
  URL:
  http://issues.apache.org/jira/browse/GERONIMO-2408
  Project: Geronimo
   Issue Type: Bug
   Security Level: public(Regular issues)
   Components: buildsystem
 Affects Versions: 1.2
 Reporter: Jason Dillon
  Assigned To: Jason Dillon
 Priority: Minor
  Attachments: GERONIMO-2408.akulshreshtha.patch
 
 
  The maven-rar-plugin v2.1 does not include the default excludes,
 so
  a bunch of .svn and other junk gets in there.
  Need to get Maven peeps to publish a new 2.2-SNAPSHOT or release
  2.2.
  See: http://jira.codehaus.org/browse/MRAR-13
 
  -- 
  This message is automatically generated by JIRA.
  -
  If you think it was sent incorrectly contact one of the
  administrators:
  http://issues.apache.org/jira/secure/Administrators.jspa
  -
  For more information on JIRA, see:
  http://www.atlassian.com/software/jira
 
 
 
 
 
  __
  Do You Yahoo!?
  Tired of spam?  Yahoo! Mail has the best spam protection around
  http://mail.yahoo.com
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Re: [jira] Commented: (GERONIMO-2408) Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)

2006-09-26 Thread Jacek Laskowski

On 9/26/06, anita kulshreshtha [EMAIL PROTECTED] wrote:

  did you rename the main directory to mainx? This is the only w


No. once I renamed src/main to src/mainx it's worked fine. We should
commit it then, shouldn't we?

[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules/ge-activemq-rar
$ jar -tf target/ge-activemq-rar-1.2-SNAPSHOT.rar
META-INF/
META-INF/MANIFEST.MF
activemq-core-4.1-incubator-SNAPSHOT.jar
activemq-ra-4.1-incubator-SNAPSHOT.jar
META-INF/ra.xml

Jacek

--
Jacek Laskowski
http://www.laskowski.net.pl


Re: [jira] Commented: (GERONIMO-2408) Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)

2006-09-26 Thread Jason Dillon
Because it is not published.  I have been trying to get the maven  
folks to publish this for over a week now... no responses.


--jason


On Sep 26, 2006, at 1:05 PM, anita kulshreshtha wrote:


Why are we not using it?

Thanks
Anita

--- Jason Dillon [EMAIL PROTECTED] wrote:


Lets please not go renaming directories... to hack up anything.

The latest 2.2-SNAPSHOT fixes this problem... no need to change
anything else.

--jason


On Sep 26, 2006, at 12:55 PM, anita kulshreshtha wrote:


  did you rename the main directory to mainx? This is the only w

--- Jacek Laskowski (JIRA) dev@geronimo.apache.org wrote:


[


http://issues.apache.org/jira/browse/GERONIMO-2408?
page=comments#action_12437899

]

Jacek Laskowski commented on GERONIMO-2408:
---

I have tested it and it doesn't work for me. Am I doing something
wrong?

[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules/ge-activemq-rar
$ patch -p0  GERONIMO-2408.akulshreshtha.patch

[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules/ge-activemq-rar
$ mvn clean install
...
[INFO] [install:install]
[INFO] Installing


c:\oss\geronimo\modules\ge-activemq-rar\target\ge-activemq-rar-1.2-



SNAPSHOT.rar

to


C:\.m2\org\apache\geronimo\modules\ge-activemq-rar\1.2-SNAPSHOT\ge-



activemq-rar

-1.2-SNAPSHOT.rar
[INFO]






--



--

[INFO] BUILD SUCCESSFUL
[INFO]






--



--

[INFO] Total time: 17 seconds
[INFO] Finished at: Tue Sep 26 20:23:42 CEST 2006
[INFO] Final Memory: 8M/254M
[INFO]






--



--


[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules/ge-activemq-rar
$ jar -tf target/ge-activemq-rar-1.2-SNAPSHOT.rar
META-INF/
META-INF/MANIFEST.MF
.svn/
.svn/prop-base/
.svn/props/
...


Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)
---

Key: GERONIMO-2408
URL:

http://issues.apache.org/jira/browse/GERONIMO-2408

Project: Geronimo
 Issue Type: Bug
 Security Level: public(Regular issues)
 Components: buildsystem
   Affects Versions: 1.2
   Reporter: Jason Dillon
Assigned To: Jason Dillon
   Priority: Minor
Attachments: GERONIMO-2408.akulshreshtha.patch


The maven-rar-plugin v2.1 does not include the default excludes,

so

a bunch of .svn and other junk gets in there.

Need to get Maven peeps to publish a new 2.2-SNAPSHOT or release

2.2.

See: http://jira.codehaus.org/browse/MRAR-13


--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira






__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com






__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com




Re: [jira] Commented: (GERONIMO-2408) Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)

2006-09-26 Thread Jason Dillon

Please don't.

-1 to this hack.  it is not the appropriate fix for this problem.

--jason


On Sep 26, 2006, at 1:06 PM, Jacek Laskowski wrote:


On 9/26/06, anita kulshreshtha [EMAIL PROTECTED] wrote:

  did you rename the main directory to mainx? This is the only w


No. once I renamed src/main to src/mainx it's worked fine. We should
commit it then, shouldn't we?

[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules/ge-activemq-rar
$ jar -tf target/ge-activemq-rar-1.2-SNAPSHOT.rar
META-INF/
META-INF/MANIFEST.MF
activemq-core-4.1-incubator-SNAPSHOT.jar
activemq-ra-4.1-incubator-SNAPSHOT.jar
META-INF/ra.xml

Jacek

--
Jacek Laskowski
http://www.laskowski.net.pl




Re: [jira] Commented: (GERONIMO-2408) Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)

2006-09-26 Thread Jason Dillon

I just got them to publish the snap...

--jason


On Sep 26, 2006, at 1:19 PM, Jacek Laskowski wrote:


On 9/26/06, Jason Dillon [EMAIL PROTECTED] wrote:

Please don't.

-1 to this hack.  it is not the appropriate fix for this problem.


Ok, agreed. Could we check maven-rar-plugin 2.2-SNAPSHOT in to our
repo and reference the directory as a file repository for M2? When M2
folks get this published we'll remove it.

Jacek

--
Jacek Laskowski
http://www.laskowski.net.pl




[jira] Closed: (GERONIMO-2408) Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)

2006-09-26 Thread Jason Dillon (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2408?page=all ]

Jason Dillon closed GERONIMO-2408.
--

Fix Version/s: 1.2
   Resolution: Fixed

Updated to use 2.2-SNAPSHOT, pending a release of 2.2

 Update maven-rar-plugin config to 2.2-SNAPSHOT (or 2.2)
 ---

 Key: GERONIMO-2408
 URL: http://issues.apache.org/jira/browse/GERONIMO-2408
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: buildsystem
Affects Versions: 1.2
Reporter: Jason Dillon
 Assigned To: Jason Dillon
Priority: Minor
 Fix For: 1.2

 Attachments: GERONIMO-2408.akulshreshtha.patch


 The maven-rar-plugin v2.1 does not include the default excludes, so a bunch 
 of .svn and other junk gets in there.
 Need to get Maven peeps to publish a new 2.2-SNAPSHOT or release 2.2.
 See: http://jira.codehaus.org/browse/MRAR-13

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (GERONIMO-2419) Log the output of the executions from the geronimo-maven-plugin goals

2006-09-26 Thread Prasad Kashyap (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2419?page=comments#action_12437938
 ] 

Prasad Kashyap commented on GERONIMO-2419:
--

Naah, m2 doesn't require it. I just picked a name. Don't care if you want to 
change it.

 Log the output of the executions from the geronimo-maven-plugin goals
 -

 Key: GERONIMO-2419
 URL: http://issues.apache.org/jira/browse/GERONIMO-2419
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: buildsystem
Reporter: Prasad Kashyap
 Assigned To: Jason Dillon
 Fix For: 1.2

 Attachments: log-allGoals-v2.patch, log-allGoals.patch, 
 log-startServer.patch, reporters.patch, xmlReporter.patch


 Log the output of the executions from the geronimo-maven-plugin goals for 
 reporting purposes.
 The output should be logged to target/surefire-reports/goalName.txt file
 Post-processing on this output file should generate the 
 surefire-reports/goalName.xml file that will be useful later for surefire 
 reports.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: JMX Viewer

2006-09-26 Thread Christopher M. Cardona

Anita,

Thanks for spending time on checking out the JMX viewer portlet. Your 
comments are definitely helpful. Please see my comments below...


anita kulshreshtha wrote:

Chris,
Thanks for the great work! I have been comparing jmx viewer with
the jconsole view. I would like to make some comments. I will start
with some features that are personal preferences and I do not have
strong opinion about them. 
1. Is it possible to display 'Geronimo MBeans' (console.doc) sorted

according to the configurations they belong to? I like jconsole's
presentation (jconsole1.doc) and find it more informative. Here is the
link for running jconsole
http://www.nabble.com/Browsing-G-1.1-using-jconsole-p3982569.html
  


I think this is possible but we need to refactor our current design 
which basically groups MBeans using the j2eeType. JConsole groups MBeans 
using the object name keys following its order which IMO sometimes 
doesn’t result to a very organized grouping. I would say this will be a 
major change if we decide to implement this. One thing we can do is to 
add a list of ServiceModules and clicking each node will list its MBeans 
which is almost close to what you want. I’m open to other suggestions…



2. Is it possible to view tomcat MBeans?
  


Yes. Currently there are two ways to do this the fastest. One option is 
to navigate the tree - Geronimo MBeans  GBean. Another option is to do 
an MBean search using a pattern like: “geronimo:j2eeType=GBean,*”. Both 
will give a list of all the GBeans which include the Tomcat MBeans.



3. I like the jconsole's view of the attributes (jconsole2.doc). The
attributes are color coded. Jconsole even allows modification of these
attributes. I am not sure if we want to allow that. Please compare this
with console2.doc
  


I think this is doable. We can set the Attribute value’s color depending 
on its property (readonly, writable, unavailable). Right now modifying 
the attribute values is supported but with limitation. We can only set 
the values for attributes with primitive data types and some commonly 
used classes that can be constructed with a String class. A button 
should display under the Setter column if an attribute is writable. Not 
sure if we want to allow this but my initial implementation allows it.


   The following are minor things that should be easy to fix - 
1. The deploymentDescriptor attribute of the WebModule (see

framework.war) is not right.
  

Can you give more details? What is not right?

2. In 'J2EE MBeans' -- attribute display the Getter and Setter columns
are redundant. And we should color code the value of
readable/writable/manageable attributes (jconsole2.doc). I do not know
how easy this will be.
  

Can you explain more why you think it’s redundant?

3. Jconsole does not display GBeanInfo but JMX Viewer does. The JMX
viewer should display a message 'click here for more info' in the
geronimo.config --'GBeanInfo' row, and display full information only
when the user clicks on it. Jconsole has similar feature for some
values. The current view (console3.doc) is hard to comprehend.
  


A couple of things we can do here. One is to totally remove the display 
of GBeanInfo attribute which I think is redundant data or if we decide 
not to remove it then I can just copy what JConsole is doing which is to 
display ‘Unavailable’ for the GBeanInfo value. Your suggestion of 
clicking and displaying full information needs more work because of the 
way Dojo table widget is designed. What do you think?


  
 I hope you find these comments constructive.


thanks
Anita
  


This helps a lot. Any feedback I can get is always positive. ;)

Best wishes,

Chris


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




[jira] Closed: (GERONIMO-1432) DirectConfigurationEntry should not wrap principals

2006-09-26 Thread Alan Cabrera (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1432?page=all ]

Alan Cabrera closed GERONIMO-1432.
--

Resolution: Fixed

 DirectConfigurationEntry should not wrap principals
 ---

 Key: GERONIMO-1432
 URL: http://issues.apache.org/jira/browse/GERONIMO-1432
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
Affects Versions: 1.0
Reporter: Alan Cabrera
 Assigned To: Alan Cabrera
 Fix For: 1.2


 DirectConfigurationEntry should not wrap principals.  It's meant as a simple 
 login.config equivalent when Geornimo security is installed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (DAYTRADER-1) [Daytrader] ejb module should not depend on wsappclient module

2006-09-26 Thread Matt Hogstrom (JIRA)
[ 
http://issues.apache.org/jira/browse/DAYTRADER-1?page=comments#action_12437972 
] 

Matt Hogstrom commented on DAYTRADER-1:
---

I did not expose it Chris because it required some additional scrubbing and 
wasn't my primary concern.  I think the standalone app could easily disappear.  
I['m not sure about the SoapProxy as there is no good way to test WS that I'm 
aware of.  Personally though, I'm not big on WS anyway.  Perhaps DJencks has 
some opinion here.

 [Daytrader] ejb module should not depend on wsappclient module
 --

 Key: DAYTRADER-1
 URL: http://issues.apache.org/jira/browse/DAYTRADER-1
 Project: DayTrader
  Issue Type: Bug
  Components: EJB Tier
Reporter: Vincent Massol
 Assigned To: Matt Hogstrom

 There is dependency on the wsappclient jar in the ejb module. That doesn't 
 look right. Does it mean the wsappclient should be split into 2 modules? I 
 haven't investigated more but it smells like a circular depdency somewhere.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: [Discussion] Are we done merging from branch/dead-1.2?

2006-09-26 Thread Alan Cabrera


On Sep 11, 2006, at 10:23 AM, Dain Sundstrom wrote:

Alan, Aaron, Hiram, Matt, Jan, Jeff, Jacek, John, James, Jules and  
Kevin,


You all have commits documented in the https://svn.apache.org/repos/ 
asf/geronimo/server/trunk/all_changes.log file as not merged from  
dead-1.2 into trunk.  Please take a moment either let us know which  
commits need to be merged, or edit the file to note the commits  
that don't need a merge.


A summary of your commits follow:


adc
r367046 3 lines PR: GERONIMO-1432 Removed wrapPrincipals attribute.


Merged.


Regards,
Alan




[jira] Closed: (GERONIMO-2279) FileKeyStoreInstance: Does not save keyPasswords after removing an entry

2006-09-26 Thread Alan Cabrera (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2279?page=all ]

Alan Cabrera closed GERONIMO-2279.
--

Fix Version/s: (was: 1.1.2)
   Resolution: Fixed

Thanks!

 FileKeyStoreInstance: Does not save keyPasswords after removing an entry
 

 Key: GERONIMO-2279
 URL: http://issues.apache.org/jira/browse/GERONIMO-2279
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: security
Affects Versions: 1.1
Reporter: Vamsavardhana Reddy
 Assigned To: Alan Cabrera
Priority: Minor
 Fix For: 1.2

 Attachments: GERONIMO-2279.patch


 keyPasswords are not saved after the password of deleted entry is removed 
 from the HashMap.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (DAYTRADER-1) [Daytrader] ejb module should not depend on wsappclient module

2006-09-26 Thread David Jencks (JIRA)
[ 
http://issues.apache.org/jira/browse/DAYTRADER-1?page=comments#action_12437978 
] 

David Jencks commented on DAYTRADER-1:
--

I recently got the ws app client to work against g. trunk and the jee5-jetty6 
integration.  I would strongly prefer that we leave it in place since it works 
and we have really few examples especially non-trivial examples of anything.

If there's a code dependency from the ejb module to the wsappclient module that 
is definitely something we need to fix. Vincents original comments look 
reasonable to me, but I'm not that familiar with daytrader.

 [Daytrader] ejb module should not depend on wsappclient module
 --

 Key: DAYTRADER-1
 URL: http://issues.apache.org/jira/browse/DAYTRADER-1
 Project: DayTrader
  Issue Type: Bug
  Components: EJB Tier
Reporter: Vincent Massol
 Assigned To: Matt Hogstrom

 There is dependency on the wsappclient jar in the ejb module. That doesn't 
 look right. Does it mean the wsappclient should be split into 2 modules? I 
 haven't investigated more but it smells like a circular depdency somewhere.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Closed: (GERONIMO-2266) FileAuditLoginModule: Does not log failed attempts

2006-09-26 Thread Alan Cabrera (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2266?page=all ]

Alan Cabrera closed GERONIMO-2266.
--

Resolution: Duplicate

GERONIMO-2294

 FileAuditLoginModule: Does not log failed attempts
 --

 Key: GERONIMO-2266
 URL: http://issues.apache.org/jira/browse/GERONIMO-2266
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: security
Affects Versions: 1.0
 Environment: WinXP, G 1.1.1-SNAPSHOT
Reporter: Vamsavardhana Reddy
 Assigned To: Alan Cabrera
 Fix For: 1.1.2, 1.2


 I have created an audit enabled security realm.  I notice that only 
 successful login attempts are logged to the file.  Failed attempts are never 
 logged!!!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira