I corrected the patch for the ftp polling component
(The check for "." and ".." was in the wrong place - sorry).
--
Allan
abrighton wrote:
>
>
> Here is a (corrected) patch for the recursion problem:
> http://www.nabble.com/file/3917/FtpPollingEndpoint.patch
> FtpPollingEndpoint.patch
>
Hello Toby,
You can download the jar manually if you want (the latest artifact is
the latest SNAPSHOT version that has been published). Personally, I
will try to rebuild the failing module online. If it fails, then I
will try to remove the relevant directory in my m2 repo and rebuild
once
On Oct 30, 2006, at 10:07 PM, Jacek Laskowski wrote:
On 10/31/06, Dain Sundstrom <[EMAIL PROTECTED]> wrote:
In a typical Geronimo release we tend to spend a significant amount
of time in what I'll call the "Fit and Finish" phase. This involves
tying up loose ends such as log levels, tools L&F,
On 10/31/06, David Blevins <[EMAIL PROTECTED]> wrote:
Done. It's now ASM-based and you can lookup any of the following
annotated things:
- Packages
- Classes
- Constructors
- Methods
- Fields
Reflection does not occur till you ask for a set of classes that have
the annotation y
On 10/31/06, Dain Sundstrom <[EMAIL PROTECTED]> wrote:
In a typical Geronimo release we tend to spend a significant amount
of time in what I'll call the "Fit and Finish" phase. This involves
tying up loose ends such as log levels, tools L&F, startup times,
licenses and so on. Basically, the pha
On Oct 30, 2006, at 7:51 AM, Prasad Kashyap wrote:
Thanx. Please see comments inline -
Cheers
Prasad
On 10/27/06, David Blevins <[EMAIL PROTECTED]> wrote:
Ok, I took look through where you're going and here's a slightly
altered proposal.
We group the tests with the beans as such:
openejb
On Oct 27, 2006, at 12:13 PM, David Blevins wrote:
So added a finder for searching for classes that have a specific
annotation, etc. It's there it works and is better than some of
the code i've seen that does the same, but... I still hate it as
like all the approaches I've seen it loads t
In a typical Geronimo release we tend to spend a significant amount
of time in what I'll call the "Fit and Finish" phase. This involves
tying up loose ends such as log levels, tools L&F, startup times,
licenses and so on. Basically, the phase includes fixing all the
nits that cause people
+1
Regards,
Jonas
Hiram Chirino wrote:
Some last minute NOTICE issues were still present in the 5th release
candidate of the
4.0.2 build. We have also received confirmation from Apache legal
discuss that it's ok to include work covered by the "Creative Commons
Attribution" license. I have cut
David...Read through your notes late last week concerning the JPA mode additions and figured I would add my comments here. We definitely need to add support for JPA and EJB 3.0 into Daytrader; however, we also need to maintain the existing JDBC and EJB
2.1 operating modes in some way shape of form
Hernan Cunico wrote:
> It would be cool if we would only had to tell VH and port in the
> deployment plan (easier for migration), then G should know how to apply
> that conf to the specific Jetty or Tomcat containers used. This goes
> along with the hope of not making the config.xml more complex
On 10/30/06, Jason Dillon <[EMAIL PROTECTED]> wrote:
config.xml contains about 1% of the configuration of the server. 99%
is in the compiled CAR file's config.ser.
But the beauty is, you can add more... Whatever you want... If you
wanted config.xml to contain all the attributes for all the G
config.xml contains about 1% of the configuration of the server. 99%
is in the compiled CAR file's config.ser.
--jason
On Oct 30, 2006, at 2:24 PM, Aaron Mulder wrote:
On 10/30/06, Jason Dillon <[EMAIL PROTECTED]> wrote:
Geronimo is, IMO, fundamentally flawed in how it is configured.
Beca
Having the documentation available for download from the website has been spinning on my head for quite some time but not having access to the file system where those files are server from has proven to be a major pain.
I like the HTML version better that the PDF because most of the articles are
On 10/30/06, Jason Dillon <[EMAIL PROTECTED]> wrote:
Geronimo is, IMO, fundamentally flawed in how it is configured.
Because of this we can not even easily use Geronimo from a dist
archive to run components for the gbuild.org hosts. We need to be
able to easily change the configuration that it c
[ http://issues.apache.org/jira/browse/DAYTRADER-16?page=all ]
David Jencks closed DAYTRADER-16.
-
Resolution: Fixed
Added in rev 469284. Don't know if direct or ejb mode still work.
> JPA mode
>
>
> Key: DAYTRADER-16
>
On Oct 29, 2006, at 11:26 PM, David Jencks wrote:
It's easy to tell you're not happy :-)
No... I'm not really happy. I'm frustrated with Maven and all its
little bugs and problems and I am really getting burt out on all of
he other build muck... which appears to have no end in sight probl
A PDF or zip of html would be way cool.
Thanks for clarifying Jeff.
yup, although looks simpler in Jetty, in Tomcat looks more robust.
It would be cool if we would only had to tell VH and port in the deployment
plan (easier for migration), then G should know how to apply that conf to the
specific Jetty or Tomcat containers used. This
What is the best way to deal with files that are not XML in the ftp and file
polling components?
Send them as attachments? Are you working on anything in that direction? I
suppose it could
be a property of the endpoint class, configured in xbean.xml:
wrapFiles="true"...
The other issue is how to
Can we make the doc a separate download? I think it would still be a
great thing for people to have locally.
Jeff
Hernan Cunico wrote:
> We decided to remove the docs from the dist because of the size. The
> Geronimo v1.0 doc was (still is) over 30 Mb.
>
> In addition, most of the doc is devel
Here is a patch for the recursion problem:
http://www.nabble.com/file/3916/FtpPollingEndpoint.patch
FtpPollingEndpoint.patch
Here is the changed method:
protected void pollFileOrDirectory(FTPClient ftp, String
fileOrDirectory, boolean processDir) throws Exception {
FTPFile[] files
Thanks for checking in the changes.
I tried out the ftp component and noticed a few minor issues so far:
* The oro jar is missing (the version isn't specified in the top level
servicemix pom.xml and it is not
found at runtime. (What is the best way to deal with this? I just copied
it to servi
I have just checked in a simple servicemix war distribution
based on the console. There is plenty of room for enhancements,
as in the web console, but it should work.
The code is available at
http://svn.apache.org/repos/asf/incubator/servicemix/trunk/apache-servicemix-web/
and you first need to
Tomcat and Jetty architectures are completely different.
For Jetty an app can have multiple hosts, but in Tomcat the opposite is
true, where a host can have multiple apps. Their web app --> host
mappings are the exact opposite.
They each have their advantages and disadvantages. If you are looki
Here is the input from the community for the board report.
Geronimo Project - Board Report
JUGs and Conferences
- JUGs
* Atlanta – Matt Hogstrom
* Virginia – Paul McMahan
* RTP Trangle User’s Group – Kevan Miller
* Gainesville, FL – Joe Bohn
* Orlando, FL - Aaron Mulder
* NJ - Aaron
[ http://issues.apache.org/jira/browse/GERONIMO-2515?page=all ]
K Wesley updated GERONIMO-2515:
---
Priority: Blocker (was: Major)
> load of geronimo/rmi-naming/1.1.1/car failed on Solaris 10
> --
>
>
Hi All,
here is an update to the doc, I just found out how easy is to configure a
Virtual Host in Geronimo-Jetty. Here is the link to the doc
http://cwiki.apache.org/GMOxDOC11/configuring-virtual-hosts-in-geronimo-jetty.html
Am I missing something in the conf? this just look too simple compared
[
http://issues.apache.org/jira/browse/GERONIMO-2532?page=comments#action_12445685
]
Kevan Miller commented on GERONIMO-2532:
Jay, thanks for the patch. I've applied to trunk.
> Unable to start the server using the startup scripts
> ---
[ http://issues.apache.org/jira/browse/GERONIMO-2521?page=all ]
Paul McMahan resolved GERONIMO-2521.
Resolution: Fixed
> add snapshot support to plugin installer gbean
> --
>
> Key: GERONIMO
Server started fine after a clean build.
VamsiOn 10/30/06, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote:
I have built the server from trunk (rev 469165). I am observing
startup failures. The following is the console output upon
starting the server from tomcat distribution:
Booting Geronimo Ker
Also, as Joe mentioned, JUGs in NJ and Orlando.
Thanks,
Aaron
On 10/30/06, Matt Hogstrom <[EMAIL PROTECTED]> wrote:
This incorporates all input so far.
Here is the input from the community for the board report.
Geronimo Project - Board Report
JUGs and Conferences
- JUGs
* Atlanta – M
What's the problem ? ServiceMix is completely agnostic about
the content of binary attachments. Do you have an exception ?
On 10/30/06, JUANI <[EMAIL PROTECTED]> wrote:
I have got that. FINALLY!!! Now I am in another deal. I can send txt files
from my web application to Service Mix, but when I
I have just committed why work, sorry about that.
Feel free to take a look at it and add any features you need.
One remaining problem is that ftp / file operations are
not atomic. It means that if you use a FTP writer and a
FTP poller on the same dir, the poller may want to process
the file befo
I made a (tutorial) presentation at ApacheCon Asia 2006 held in Colombo in Aug.
VamsiOn 10/30/06, Matt Hogstrom <[EMAIL PROTECTED]> wrote:
This incorporates all input so far.Here is the input from the community for the board report.Geronimo Project - Board ReportJUGs and Conferences- JUGs * Atla
I have got that. FINALLY!!! Now I am in another deal. I can send txt files
from my web application to Service Mix, but when I try to do exactly the
same but with .DOC files I can not do that. So I am having a new question:
How can I send a DOC file as an attachment in a SOAP request?
Thanks.
JU
This incorporates all input so far.
Here is the input from the community for the board report.
Geronimo Project - Board Report
JUGs and Conferences
- JUGs
* Atlanta – Matt Hogstrom
* Virginia – Paul McMahan
* RTP Trangle User’s Group – Kevan Miller
* Gainesville, FL – Joe Bohn
- JAOO
Well, I've nearly finished it ...
I will commit soon, and you should be able to give feedback.
On 10/30/06, abrighton <[EMAIL PROTECTED]> wrote:
I tried out the new servicemix-ftp component in the 3.1 snapshot. The current
version supports sending files to
an ftp server, but not yet polling an
I have built the server from trunk (rev 469165). I am observing
startup failures. The following is the console output upon
starting the server from tomcat distribution:
Booting Geronimo Kernel (in Java 1.4.2_12)...
Starting Geronimo Application Server v1.2-SNAPSHOT
22:34:54,385 INFO [BrokerSer
We recently noticed this problem also and have removed all the sun
schemas from our distributions and active svn branches. Earlier
releases (up through 1.1) included the j2ee 1.4 schemas, and we
haven't made any attempt to stop distributing them or modify the svn
tags for the releases to r
Matt,
Sorry to be late with these.
Releases
1.1.1 was released
JUGS and Conferences
I gave a Geronimo talk at the Open Source Conference (OSC) in Tokyo.
I gave a Geronimo talk to the Triangle WebSphere Users Group
Project
The community voted to move from RTC to CTR.
Hmmm. I'm having some seri
I tried out the new servicemix-ftp component in the 3.1 snapshot. The current
version supports sending files to
an ftp server, but not yet polling an ftp server for files to download. I
started working on a FtpPollingEndpoint
class, similar to the FilePollingEndpoint class in servicemix-file.
For Geronimo (apart from initial setup) it is most often run in a
background environment through scripts so there isn't a person their
to accept the license. We could probably create some kind of
acceptance file that a user would have to manually update but that's
kind of clunky.
On Oct
Geronimo - Monday, October 30, 2006
5 Patches in RTC
[GERONIMO-2485] PersistenceUnitGBean needs a NamespaceDrivenDeployer
- Assignee: David Jencks
- Reporter: David Jencks
- Created: Wed Oct 11 21:23:29 GMT 2006
- Updated: Tue Oct 24 21:12:24 GMT 2006
- Votes
>No part of this document may be reproduced in any form by any
>means without prior written authorization of Sun and its
>licensors, if any.
In Eclipse-land, when these files are needed by the WTP framework,
it actually pops up a dialog box with the license and you have to
click yes to carry
Hi Folks,
I updated my local copy of the trunk code this morning and the build
failed with:
> [INFO] Failed to resolve artifact.
>
> Missing:
> --
> 1) org.tranql:tranql:jar:1.4-SNAPSHOT
>
> Try downloading the file manually from the project website.
>
> Then, install it using the
Thanx. Please see comments inline -
Cheers
Prasad
On 10/27/06, David Blevins <[EMAIL PROTECTED]> wrote:
Ok, I took look through where you're going and here's a slightly
altered proposal.
We group the tests with the beans as such:
openejb-footests/src/main/# this is where the beans will
[ http://issues.apache.org/jira/browse/GERONIMO-2532?page=all ]
Jay D. McHugh updated GERONIMO-2532:
Attachment: geronimo-2532.patch
> Unable to start the server using the startup scripts
>
>
>
[
http://issues.apache.org/jira/browse/GERONIMO-2532?page=comments#action_12445622
]
Jay D. McHugh commented on GERONIMO-2532:
-
It looks like the problem is an issue with the creation of the default JRE_HOME
setting.
In setjavaenv.sh,
I also spoke at a JUG in Gainesville, FL.
I believe Aaron spoke at JUGs in Orlando and NJ (just saw a comment on
that one).
There was also the webcast that was made available by Matt, Jim
Jagielski and myself.
Joe
Matt Hogstrom wrote:
Ken,
Here is the input from the community for the boa
Still missing Apachecon and speakers there. I spoke, as well as Aaron
and Bruce.
Matt Hogstrom wrote:
> Ken,
>
> Here is the input from the community for the board report.
>
>
> Geronimo Project - Board Report
>
> JUGs and Conferences
> JUGs at Atlanta, Virginia,
> Jacek Laskowski, Bill Dudne
Ken,
Here is the input from the community for the board report.
Geronimo Project - Board Report
JUGs and Conferences
JUGs at Atlanta, Virginia,
Jacek Laskowski, Bill Dudney and Matt Hogstrom were at JAOO and
presented on Geronimo.
Certifications
Passed J2EE 1.4 Certification on Azul Networ
[ http://issues.apache.org/jira/browse/DAYTRADER-17?page=all ]
Christopher James Blythe updated DAYTRADER-17:
--
Attachment: daytrader-17.zip
Attached is the latest revision of my code which includes the 0.4.0 version of
the Dojo toolkit (rel
Schemas has been removed from the latest Geronimo distributions.
They are only used at build time to generate xmlbeans classes to
parse the deployment descriptors and are no longer distributed afaik.
On 10/30/06, Dan Diephouse <[EMAIL PROTECTED]> wrote:
CC'ing cxf-dev and apache legal, as it per
Dojo-based interface for Daytrader
--
Key: DAYTRADER-17
URL: http://issues.apache.org/jira/browse/DAYTRADER-17
Project: DayTrader
Issue Type: New Feature
Components: Web Tier
Affects Versions: 1.
Handle clustering of inbound endpoints (using a locking mechanism)
--
Key: SM-725
URL: https://issues.apache.org/activemq/browse/SM-725
Project: ServiceMix
Issue Type: New Featu
CC'ing cxf-dev and apache legal, as it pertains to Geronimo, but I think
it would be good for us (CXF) to hear from legal The part of the
license that concerns me is this:
No part of this document may be reproduced in any form by any means
without prior written authorization of Sun and its li
[ http://issues.apache.org/jira/browse/GERONIMO-2532?page=all ]
Kevan Miller reassigned GERONIMO-2532:
--
Assignee: Kevan Miller
> Unable to start the server using the startup scripts
>
>
>
[
http://issues.apache.org/jira/browse/GERONIMO-2532?page=comments#action_12445611
]
Kevan Miller commented on GERONIMO-2532:
Either 1) your JAVA_HOME/JRE_HOME is incorrect, or 2) the layout of your JRE is
not matching the expectations
It's easy to tell you're not happy :-)
On Oct 29, 2006, at 12:40 PM, Jason Dillon wrote:
On Oct 29, 2006, at 5:11 AM, Aaron Mulder wrote:
Just for the record, I like having a "post-processed" module format.
I wouldn't mind if it had XML data instead of serialized objects, but
I am not really in
On 10/29/06, Kevan Miller <[EMAIL PROTECTED]> wrote:
The reason why the exception is occurring is that an implementation
of HmacSHA1 can not be loaded. The failure to load HmacSHA1 is the
root cause of the problem. You aren't seeing this because an
exception is being caught. The exception proces
This seems to be a known problem:http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/catalina/core/StandardContext.html#findMappingObject()public Context findMappingObject()FIXME: Fooling introspection ...I would like to put a workaround this problem. Any help will be appre
[ http://issues.apache.org/jira/browse/GERONIMO-2535?page=all ]
Joe Bohn updated GERONIMO-2535:
---
Component/s: specs
> Support Java EE 5 Common Annotation Spec in Geronimo (JSR 250)
> ---
>
>
Support Java EE 5 JavaServerPages Standard Tag Library in Geronimo (JSTL, JSR
52)
-
Key: GERONIMO-2536
URL: http://issues.apache.org/jira/browse/GERONIMO-2536
Project: Ge
Support Java EE 5 Common Annotation Spec in Geronimo (JSR 250)
---
Key: GERONIMO-2535
URL: http://issues.apache.org/jira/browse/GERONIMO-2535
Project: Geronimo
Issue Type: New Feat
Could someone please help me understand this? I have made some (trivial) modifications to geronimo-tomcat classes to set J2EEApplication and J2EEServer. During the startup of server I get this trace for each config containing a webapp. The serverotherwise starts fine. The console and the apps are
On Oct 27, 2006, at 2:50 PM, Jay D. McHugh wrote:
Hello all.
I just finished rebuilding a fresh checkout of trunk and built it
starting with a blank m2 repo.
When I try to start the server, I get the following error (both on
tomcat and jetty):
Using GERONIMO_BASE: /opt/geronimo-jetty-
Security realms portlet should validate the realm-name for duplicate name
-
Key: GERONIMO-2534
URL: http://issues.apache.org/jira/browse/GERONIMO-2534
Project: Geronimo
Password setup forms should use a confirmation field
Key: GERONIMO-2533
URL: http://issues.apache.org/jira/browse/GERONIMO-2533
Project: Geronimo
Issue Type: Bug
Security Level: publ
69 matches
Mail list logo