Re: [ANNOUNCE] Availability of Geronimo 2.0.2

2007-10-20 Thread Vamsavardhana Reddy
Congratulations Kevan. ++Vamsi On 10/19/07, Kevan Miller [EMAIL PROTECTED] wrote: All, Wanted to let everyone know that the Geronimo 2.0.2 binaries are available for download -- http://geronimo.apache.org/downloads.html 2.0.2 addresses a number of issues that were found in our 2.0.1

Re: OSGifying org.apache.geronimo.specs

2007-10-20 Thread Alan D. Cabrera
Good point. In this case would we just export org.apache.geronimo.mail.handlers.* in addition to javax.*? Regards, Alan On Oct 19, 2007, at 5:03 PM, Dain Sundstrom wrote: I'm not sure that would work for javamail. Javamail has a strange discovery system where implementation of

Re: OSGifying org.apache.geronimo.specs

2007-10-20 Thread Guillaume Nodet
I need to check, but my assumtion was that these classes from the javamail bundle and not from other bundles. I will try next week and fix the problem if any. On 10/20/07, Dain Sundstrom [EMAIL PROTECTED] wrote: I'm not sure that would work for javamail. Javamail has a strange discovery

Re: OSGifying org.apache.geronimo.specs

2007-10-20 Thread Guillaume Nodet
The bundle plugin may also put classes from dependencies inside the bundle. If you put everything private, it will include all the classes from the first level dependencies iirc. On 10/19/07, Alan D. Cabrera [EMAIL PROTECTED] wrote: Why not just have this in the root pom

[jira] Resolved: (SM-1110) ServiceMix is not sending a response back to the calling Service in an In-Out Message Exchange

2007-10-20 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SM-1110. - Resolution: Fixed Fix Version/s: 3.2 3.1.3 Assignee:

ApacheDS Plugin

2007-10-20 Thread Heinz Drews
I'm trying to locate the plugin for ApacheDS. Will it be available in a repository or is it required to build it? Regards, Heinz

Re: ApacheDS Plugin

2007-10-20 Thread Vamsavardhana Reddy
No Directory plugin has been released for G2.0. You should be able to build from source. SVN URL is http://svn.apache.org/repos/asf/geronimo/plugins/directory/ Vamsi On 10/20/07, Heinz Drews [EMAIL PROTECTED] wrote: I'm trying to locate the plugin for ApacheDS. Will it be available in a

Re: ApacheDS Plugin

2007-10-20 Thread David Jencks
IIRC the branch uses apacheds 1.5.1 and geronimo trunk and the trunk uses apacheds bigbang branch from a couple weeks ago and geronimo trunk. Modifying the branch to work with geronimo 2.0.2 is probably not too hard but will definitely result in a non-forward-compatible plugin. If you

[jira] Created: (GERONIMO-3541) monitoring plugin: collecting agent needs to use a database to store the snapshots instead of xml

2007-10-20 Thread Viet Hung Nguyen (JIRA)
monitoring plugin: collecting agent needs to use a database to store the snapshots instead of xml - Key: GERONIMO-3541 URL:

[jira] Updated: (GERONIMO-3541) monitoring plugin: collecting agent needs to use a database to store the snapshots instead of xml

2007-10-20 Thread Viet Hung Nguyen (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viet Hung Nguyen updated GERONIMO-3541: --- Attachment: geronimo-3541.patch monitoring plugin: collecting agent needs to use

[jira] Created: (GERONIMO-3542) Impossible to deploy EAR with resource of type ConnectionFactory after it's been deployed and undeployed

2007-10-20 Thread Jacek Laskowski (JIRA)
Impossible to deploy EAR with resource of type ConnectionFactory after it's been deployed and undeployed Key: GERONIMO-3542 URL:

[jira] Updated: (GERONIMO-3542) Impossible to deploy EAR with resource of type ConnectionFactory after it's been deployed and undeployed

2007-10-20 Thread Jacek Laskowski (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacek Laskowski updated GERONIMO-3542: -- Attachment: SampleEAR.ear Sample EAR app to reproduce the issue Impossible to

[jira] Updated: (GERONIMO-3542) Impossible to deploy EAR with resource of type ConnectionFactory after it's been deployed and undeployed

2007-10-20 Thread Jacek Laskowski (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacek Laskowski updated GERONIMO-3542: -- Attachment: geronimo-issue3542.txt Stack trace from the console of Geronimo

[jira] Resolved: (GERONIMO-3478) Mulitple URISyntaxException getting plugins from another server

2007-10-20 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor resolved GERONIMO-3478. --- Resolution: Fixed Fix Version/s: 2.1 2.0.x Fixes committed to

data integrator in servicemix?

2007-10-20 Thread cui.hailin
in china,the demand of data integrator is more,but servicemix is weak for the demand. how to solve the question using servicemix better? -- View this message in context: http://www.nabble.com/data-integrator-in-servicemix--tf4658087s12049.html#a13310240 Sent from the ServiceMix - Dev mailing

Re: data integrator in servicemix?

2007-10-20 Thread Guillaume Nodet
What do you mean by data integrator exactly ? ETL ? You may want to look at Camel which may be more suitable for that and is nicely integrated in ServiceMix. On 10/20/07, cui.hailin [EMAIL PROTECTED] wrote: in china,the demand of data integrator is more,but servicemix is weak for the demand.

How to compile without Checkstyle

2007-10-20 Thread Andreas Schaefer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Geeks I tried to change some stuff in the ServiceMix trunk in order to resolve a problem. For now I cannot contribute and so I don't care about the layout of my changes. Sure enough I have a quite different opinion on how good code should

Re: [jira] Commented: (SM-1110) ServiceMix is not sending a response back to the calling Service in an In-Out Message Exchange

2007-10-20 Thread Andreas Schaefer
Hi Guillaume I ran some more tests based on your contribution and all work fine including the two beans in different activation specs and Bean to Script calls. Great job and thank you. Now I just have to go through the code and try to understand why. -Andy On Oct 19, 2007, at 11:32

Re: How to compile without Checkstyle

2007-10-20 Thread Daniel Kulp
Add -Pnochecks to turn off the checkstyle/pmd checks. -Pfastinstall will skip all the checks as well as skip the tests. Dan On Saturday 20 October 2007, Andreas Schaefer wrote: - gpg control packet Hi Geeks I tried to change some stuff in the ServiceMix trunk in order to resolve a

Re: How to compile without Checkstyle

2007-10-20 Thread Andreas Schaefer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There is a problem with -Pfastinstall because it does not prevent all the tests. For example go to the SERVICEMIX_HOME/common/ servicemix-common and run: mvn -Pfastinstall install The test will still run and so do many others. Some

[jira] Created: (SM-1112) Add a way to access the Delivery Channel inside the ScriptExchangeHelper to create new Message Exchanges etc.

2007-10-20 Thread Andreas Schaefer (JIRA)
Add a way to access the Delivery Channel inside the ScriptExchangeHelper to create new Message Exchanges etc. - Key: SM-1112 URL: