Non-persistent expired msg problem

2006-10-12 Thread Christopher_Ong
Hi, may I know is there a configuration at the activemq.xml to remove the msg which has been expired from it's specific queue permanently (mean auto remove when the non-persistent msg has been expired)? thanks in advance -- View this message in context:

Re: Build fails with SVN checkout

2006-10-12 Thread Rob Davies
try changing directory to activemq/activemq-openwire-generator - and do mvn install from there - then the build should work from the top directory. Please note - there's some failing test cases at the moment - just fixing ... cheers, Rob On 12 Oct 2006, at 09:28, ngcutura wrote: Hi,

[jira] Updated: (AMQ-972) NMS Client does not set NMSTimestamp

2006-10-12 Thread Rob Lugt (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-972?page=all ] Rob Lugt updated AMQ-972: - Attachment: DateUtils.cs DateUtils class to contain methods for converting dates between various platforms. NMS Client does not set NMSTimestamp

[jira] Updated: (AMQ-973) .Net client sends message acknowledgements as synchronous requests instead of asynchronous oneWay packets

2006-10-12 Thread Rob Lugt (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-973?page=all ] Rob Lugt updated AMQ-973: - Attachment: amq973-patch.txt Patch to change MessageAck from synchronous to oneway to mirror Java client .Net client sends message acknowledgements as synchronous

ActiveMQ 4.0.2 problem on destinations

2006-10-12 Thread Christopher_Ong
So far I had tried few distribution from 4.0.1, 4.0.1 snapshot, 4.0.1 SNAPSHOT_27_09 and it seem tat only 4.0.1 snapshot_27_09 works wif d setting of startup broker where we hav to set it at d activemq.xml whereas the other distributions can't recognise destinations. Quite surprising that even

Re: [jira] Created: (GERONIMO-2486) All plans should use 1.2 namespace

2006-10-12 Thread Jacek Laskowski
On 10/12/06, Anita Kulshreshtha (JIRA) dev@geronimo.apache.org wrote: All plans should use 1.2 namespace I've got an idea of using M2 filtering resources feature to achieve it, but am not quite sure it would work with all XML stuff (XSDs, etc.). Just a thought. If anyone could explain the

Re: Geronimo integration steps

2006-10-12 Thread Jacek Laskowski
On 10/12/06, Tim McConnell [EMAIL PROTECTED] wrote: 1. Implement a GBean to represent the deployed component with appropriate: a. Constructor b. Attributes c. References d. Operations e. Interfaces

[jira] Created: (SM-705) Static Parameter map injected into XsltComponent

2006-10-12 Thread Ramon Buckland (JIRA)
Static Parameter map injected into XsltComponent Key: SM-705 URL: https://issues.apache.org/activemq/browse/SM-705 Project: ServiceMix Issue Type: New Feature Components:

Re: svn commit: r463024 - in /geronimo/plugins/spring: branches/ tags/ trunk/ trunk/modules/ trunk/modules/spring-deployer-service/ trunk/modules/spring-deployer-service/src/ trunk/modules/spring-depl

2006-10-12 Thread Jason Dillon
GShell is one example: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/ So is Plexus: http://svn.codehaus.org/plexus/trunk/ The main idea is to organize by functionality... not by type. Putting components under modules/* is not what I would recommend with m2. I

Re: Build fails with SVN checkout

2006-10-12 Thread ngcutura
Hi, Here are the errors Maven reports. I have direct access to the Internet, no proxy. Where can I find the missing files for manual download? Regards, NGC ... 12.10.06. 08.59.54 CEST: Missing: -- 1) com.sun:tools:jar:1.4.2 Try downloading the file manually from the project

[jira] Commented: (AMQ-968) Store and Forward reconnect failures

2006-10-12 Thread Qiang-Kevin-Wang (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-968?page=comments#action_37172 ] Qiang-Kevin-Wang commented on AMQ-968: -- Good news, the Scenario #4 has been succeeded in Domain Log as well, now restarting the AS will automatically

Re: [jira] Created: (GERONIMO-2486) All plans should use 1.2 namespace

2006-10-12 Thread anita kulshreshtha
It is an excellent idea. The plans could define the namespace as follows:module xmlns="http://geronimo.apache.org/xml/ns/deployment-${schemaVersion}" The filtering will be done by PlanProcessorMojo. ThanksAnitaJacek Laskowski [EMAIL PROTECTED] wrote: On 10/12/06, Anita Kulshreshtha (JIRA)

[jira] Created: (AMQ-974) .Net client needs centralised trace facility

2006-10-12 Thread Rob Lugt (JIRA)
.Net client needs centralised trace facility Key: AMQ-974 URL: https://issues.apache.org/activemq/browse/AMQ-974 Project: ActiveMQ Issue Type: New Feature Components: NMS (C# client)

Re: DayTrader with an AJAX based Web interface

2006-10-12 Thread Christopher Blythe
All...I have posted a new revision of the Dojo UI for Daytrader at the following site...http://packattack.dyndns.org:8080/dojo_trader/daytrader.html Seems to be working without any major issues now on Firefox and IE; however, it does require the Flash plugin (may do some additional work to remove

Re: DayTrader with an AJAX based Web interface

2006-10-12 Thread Matt Hogstrom
Hi Chris,Thanks for the update.I tried it with Safari (on Mac) and its a little confused :(  I'm sure it should be fairly simple to get fixed for that environment too.I like what your doing and was wondering when you thought you might have a patch to start layering this into DayTrader?  Remember,

Re: DayTrader with an AJAX based Web interface

2006-10-12 Thread Christopher Blythe
Actually, I think it is in a fairly decent shape to start layering onto DayTrader... I have been working with a custom copy of the DayTrader code base and simply add the dojo interface along with the proxy in a separate ear (which I provided a link to in my previous email). Let me perform a base

Re: DayTrader with an AJAX based Web interface

2006-10-12 Thread Paul McMahan
Hey Chris this looks very impressive - great work! FYI the next version of Geronimo has a shared version of the Dojo library (kitchen sink variety) deployed at /dojo. The admin console uses this shared library, see GERONIMO-2333 for details. Using this shared version of the library would allow

Re: svn commit: r463024 - in /geronimo/plugins/spring: branches/ tags/ trunk/ trunk/modules/ trunk/modules/spring-deployer-service/ trunk/modules/spring-deployer-service/src/ trunk/modules/spring-depl

2006-10-12 Thread Jacek Laskowski
On 10/12/06, Jason Dillon [EMAIL PROTECTED] wrote: GShell is one example: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/ So is Plexus: http://svn.codehaus.org/plexus/trunk/ The main idea is to organize by functionality... not by type. Putting components under modules/*

Re: Geronimo integration steps

2006-10-12 Thread Tim McConnell
Hi Jacek, one I better understand the entire end-to-end process I'll certainly document it fully on the wiki. Thanks for the suggestion... Tim Jacek Laskowski wrote: On 10/12/06, Tim McConnell [EMAIL PROTECTED] wrote: 1. Implement a GBean to represent the deployed component with

Re: Geronimo integration steps

2006-10-12 Thread Aaron Mulder
One option would be to distribute the service as a plugin. The initial process is the same in any case: - Implement the GBean - Create the plan (geronimo-service.xml) with any necessary dependencies - Package the GBean class(es) and optionally the plan into a JAR - Deploy the JAR to Geronimo as

[jira] Created: (SM-706) FilePoller needs to add check for delete file before removing the file from workingset

2006-10-12 Thread Los Morales (JIRA)
FilePoller needs to add check for delete file before removing the file from workingset -- Key: SM-706 URL: https://issues.apache.org/activemq/browse/SM-706 Project:

Re: DayTrader with an AJAX based Web interface

2006-10-12 Thread Paul McMahan
On 10/12/06, Christopher Blythe [EMAIL PROTECTED] wrote: Paul... Just read through the chain and the idea is sound... I like the idea of having a base dojo library accessible within the server, thus removing the burden on the developer of maintaining the dojo libraries within their code. Yes

[jira] Created: (GERONIMO-2488) Improve Install New Applications portlet so you can choose the Network Listener

2006-10-12 Thread Hernan Cunico (JIRA)
Improve Install New Applications portlet so you can choose the Network Listener - Key: GERONIMO-2488 URL: http://issues.apache.org/jira/browse/GERONIMO-2488 Project:

[jira] Updated: (GERONIMO-2404) Edit HTTPS Connector page does not display the connector name

2006-10-12 Thread Donald Woods (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2404?page=all ] Donald Woods updated GERONIMO-2404: --- Patch looks good to me. Edit HTTPS Connector page does not display the connector name -

Fixing javamail (again)

2006-10-12 Thread Rick McGuire
There have been 3 javamail questions on the user list in recent weeks about how to resolve a NoSuchProviderException trying to use SMTP. These problems all had the same root cause, having the javax.mail and the provider implementations in separate jar files. It's not obvious to most people

[jira] Updated: (GERONIMO-2486) All plans should use 1.2 namespace

2006-10-12 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2486?page=all ] Anita Kulshreshtha updated GERONIMO-2486: - Attachment: pom.patch configs.patch A property geronimoSchemaVersion is used and the plans are filtered by

[ANNOUNCE] Geronimo 1.1.1 Certified on Azul Compute Appliances

2006-10-12 Thread Kevan Miller
The Apache Geronimo Project is pleased to announce the J2EE 1.4 Certification of Apache Geronimo 1.1.1 running on an Azul Compute Appliance. The testing was performed on an Azul Compute Appliance Model 1920B (8 chip / 192 cores, 64GB memory) coupled with Azul VM release 2.3.1.2 (HotSpot™ Java™

Re: Fixing javamail (again)

2006-10-12 Thread Jay D. McHugh
Rick McGuire wrote: This problem can be easily corrected if we just switched the references to the javamail spec file to the geronimo-javamail_1.3_mail uber jar that contains the merged spec and provider classes. More and more users are tripping over this problem, which can be very easily

Re: Spring in Geronimo 1.1.1

2006-10-12 Thread Kevan Miller
On Oct 11, 2006, at 10:20 PM, Aaron Mulder wrote: Let's say we were going to release a 1.1.2 and we were going to drop WADI, Spring, and ActiveCluster from the Jetty module in that release... Would that break anybody's heart? I can't see why that would cause any heart-breakage, at all...

Re: Fixing javamail (again)

2006-10-12 Thread Rick McGuire
Jay D. McHugh wrote: Rick McGuire wrote: This problem can be easily corrected if we just switched the references to the javamail spec file to the geronimo-javamail_1.3_mail uber jar that contains the merged spec and provider classes. More and more users are tripping over this problem,

Re: DayTrader with an AJAX based Web interface

2006-10-12 Thread J. Stan Cox
When I first loaded the initial page, it didn't look right in FireFox (text jumbled up a bit, etc.). However, I clicked refresh and it resolved the problem. After that, everything works perfectly. The interface is really cool. I'd like to see that patch get in soon, so the Geronimo world

[jira] Updated: (GERONIMO-2377) deploying a new datasource with the same name does not indicate any problem in the console

2006-10-12 Thread Donald Woods (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2377?page=all ] Donald Woods updated GERONIMO-2377: --- Patch Info: [Patch Available] Fix Version/s: 1.2 Verified that the patch works. deploying a new datasource with the same name does not

[jira] Created: (GERONIMO-2489) Client builder bug is blocking usage of Daytrader AppClient

2006-10-12 Thread Donald Woods (JIRA)
Client builder bug is blocking usage of Daytrader AppClient --- Key: GERONIMO-2489 URL: http://issues.apache.org/jira/browse/GERONIMO-2489 Project: Geronimo Issue Type: Bug

[jira] Updated: (GERONIMO-2489) Client builder bug is blocking usage of Daytrader AppClient

2006-10-12 Thread Donald Woods (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2489?page=all ] Donald Woods updated GERONIMO-2489: --- Attachment: G2489-1.1.1.patch Patch created against the modules/ directory of 1.1.1. Client builder bug is blocking usage of Daytrader AppClient

[jira] Created: (GERONIMO-2490) Include Java enviroment info in Server and Client logfiles

2006-10-12 Thread Donald Woods (JIRA)
Include Java enviroment info in Server and Client logfiles -- Key: GERONIMO-2490 URL: http://issues.apache.org/jira/browse/GERONIMO-2490 Project: Geronimo Issue Type: Improvement

[jira] Updated: (GERONIMO-2448) Add ServiceModules group in the JMX tree of the JMX portlet

2006-10-12 Thread Christopher M. Cardona (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2448?page=all ] Christopher M. Cardona updated GERONIMO-2448: - Attachment: GERONIMO-2448_2471_2472-trunk.patch GERONIMO-2448.jpg The attached patch includes the fixes for

[jira] Updated: (GERONIMO-2490) Include Java enviroment info in Server and Client logfiles

2006-10-12 Thread Donald Woods (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2490?page=all ] Donald Woods updated GERONIMO-2490: --- Attachment: G2490-1.1.x.patch Patch created against modules directory of 1.1.1 release. Include Java enviroment info in Server and Client logfiles

[jira] Commented: (GERONIMO-2413) Add a Certification Authority (CA) portlet to Geronimo console

2006-10-12 Thread Hernan Cunico (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2413?page=comments#action_12441843 ] Hernan Cunico commented on GERONIMO-2413: - I am almost done testing with Tomcat on trunk (1.2). How do you remove/edit CA info once configured? Add

Re: Info needed: migrating openejb-itests to testsuite framework

2006-10-12 Thread David Jencks
On Oct 12, 2006, at 1:27 PM, Prasad Kashyap wrote: My efforts in deploying the openejb-itests.jar with the attached plan is failing b'coz of some errors in the plan. The errors in the plan are being introduced at some stage in the deploy process. My plan uses the pkgen ns for key-generator

[jira] Created: (GERONIMO-2491) Hibernate passes connections between servlets which we don't support

2006-10-12 Thread David Jencks (JIRA)
Hibernate passes connections between servlets which we don't support Key: GERONIMO-2491 URL: http://issues.apache.org/jira/browse/GERONIMO-2491 Project: Geronimo Issue

Re: Priorities for 1.2

2006-10-12 Thread Sachin Patel
Sorry to be completely late on this thread but I'd like to add one more to the list... - Improved Tooling/Runtime integration.  Abstract out use of JarFile in deployers so J2EE deployment can occur in-place within IDE project structures.On Oct 2, 2006, at 3:40 PM, Dain Sundstrom wrote:We have

[jira] Created: (GERONIMO-2492) Integrate CXF webservices

2006-10-12 Thread David Jencks (JIRA)
Integrate CXF webservices - Key: GERONIMO-2492 URL: http://issues.apache.org/jira/browse/GERONIMO-2492 Project: Geronimo Issue Type: New Feature Security Level: public (Regular issues) Components:

[jira] Created: (GERONIMO-2493) Integrate Axis2 webservices

2006-10-12 Thread David Jencks (JIRA)
Integrate Axis2 webservices --- Key: GERONIMO-2493 URL: http://issues.apache.org/jira/browse/GERONIMO-2493 Project: Geronimo Issue Type: New Feature Security Level: public (Regular issues) Components:

Re: Info needed: migrating openejb-itests to testsuite framework

2006-10-12 Thread Prasad Kashyap
OK. This is what is happening. I built the server from scratch, clean repo and fresh checkout. When I deploy the openejb-itests.jar in this server, I get a deployment exception that it needs a plan at META-INF/openejb-jar.xml. The plan is embedded inside the jar. I get the same error even when