Apache Geronimo > Discussion Forums  User List | Dev List | Wiki | Issue Tracker  

xmlns 404!!

View: New views
8 Messages — Rating Filter:   Alert me  

xmlns 404!!

by appel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

<web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.1"> as provided as default returns me a 404, not found! :)

My guess is that it shouldn't be like that.

What is the correct URL if I have the wrong one?

Re: xmlns 404!!

by Jason Warner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm not quite sure what you're trying to do, but it seems you want to view the web-1.1.xsd file.  If that's the case, it can be found at the following url http://geronimo.apache.org/xml-schemas.html .

Hope this helps,

Jason Warner

On 7/10/07, appel <arniag@...> wrote:

<web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.1"> as provided
as default returns me a 404, not found! :)

My guess is that it shouldn't be like that.

What is the correct URL if I have the wrong one?
--
View this message in context: http://www.nabble.com/xmlns-404%21%21-tf4056018s134.html#a11521475
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.



Re: xmlns 404!!

by Matt Hogstrom :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Appel,

Jason's link should get you what your looking for but we should look into fixing this.


On Jul 10, 2007, at 10:02 AM, Jason Warner wrote:

I'm not quite sure what you're trying to do, but it seems you want to view the web-1.1.xsd file.  If that's the case, it can be found at the following url http://geronimo.apache.org/xml-schemas.html .

Hope this helps,

Jason Warner

On 7/10/07, appel <arniag@...> wrote:

<web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.1"> as provided
as default returns me a 404, not found! :)

My guess is that it shouldn't be like that.

What is the correct URL if I have the wrong one?
--
View this message in context: http://www.nabble.com/xmlns-404%21%21-tf4056018s134.html#a11521475
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.




Re: xmlns 404!!

by kevan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Aug 25, 2007, at 10:06 PM, Matt Hogstrom wrote:

> Appel,
>
> Jason's link should get you what your looking for but we should  
> look into fixing this.

Agreed. FYI, we have a jira for this -- https://issues.apache.org/ 
jira/browse/GERONIMO-3425

--kevan




[ANN]VTD-XML 2.2

by anon_anon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

XimpleWare is proud to announce the the release of version 2.2 of VTD-XML, the next generation XML parsers/indexer/slicer/editor. This release significantly expands VTD-XML's ability to slice, split, edit and incrementally update the XML documents. To this end, we introduce the concept of namespace-compensated element fragment. This release also adds VTD+XML index writing capability to the VTD Navigator class. Other enhancements in this release include index size pre-computation, support for HTTP get, and some bug fixes.

 

To download the latest release, please go to http://sourceforge.net/project/showfiles.php?group_id=110612.


[ANN]VTD-XML tutorials by code examples posted

by anon_anon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
 
 
 

Also some latest articles:
 
Schemaless Java-XML databinding with VTD-XML
http://www.onjava.com/pub/a/onjava/2007/09/07/schema-less-java-xml-da...
 
Index XML documents with VTD-XML
http://webservices.sys-con.com/read/453082.htm
 
Improve XPath Efficiency with VTD-XML
http://www.devx.com/xml/Article/34045

Re: [ANN]VTD-XML tutorials by code examples posted

by Jacek Laskowski :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Dec 10, 2007 10:26 PM, jimmy Zhang <crackeur@...> wrote:

> Also some latest articles:
>
> Schemaless Java-XML databinding with VTD-XML
> http://www.onjava.com/pub/a/onjava/2007/09/07/schema-less-java-xml-da...
>
> Index XML documents with VTD-XML
> http://webservices.sys-con.com/read/453082.htm
>
> Improve XPath Efficiency with VTD-XML
> http://www.devx.com/xml/Article/34045

Hi,

How does it relate to Geronimo?

Jacek

--
Jacek Laskowski
http://www.JacekLaskowski.pl

[ANN] VTD-XML 2.7

by anon_anon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
VTD-XML 2.7 is released and can be downloaded at
http://sourceforge.net/projects/vtd-xml/files/

Below is a summary of what are the new features and enhancements.

Expanded VTD-XML's Core API

* VTDNav: toStringUpperCase, toStringLowerCase, contains(), endsWith(),
startsWith()
* Extended VTD added in-memory buffer support

Improved Xpath

* added the following XPath 2.0 functions: abs(), ends-with(), upper-case(),
lower-case()
* added support for variable reference
* significantly enhanced XPath syntax, checking error reporting (Special
thanks to Mark Swanson)
* Internal performance tuning

Bug fixes and Code Enhancement

* C version significantly removed warning message, fix memory leak during
Xpath expression parsing,
* Various bug fies (Special thanks to Jon Roberts, John Zhu, Matej Spiller,
Steve Polson, and Romain La Tellier)