Re: How do I configure the features-maven-plugin version 2.3.2 to include dependent features?

2014-03-05 Thread Paul Spencer
http cxf-jaxws target/offline-repository 2.3.4 Paul Spencer On Mar 4, 2014, at 10:33 PM

How do I configure the features-maven-plugin version 2.3.2 to include dependent features?

2014-03-04 Thread Paul Spencer
eature Feature has no configuration Feature has no configuration files Feature depends on: cxf-core 2.7.10 http-whiteboard [2,4) Feature contains followed bundles: mvn:org.apache.cxf/cxf-rt-transports-http/2.7.10 start-level=40 Paul Spencer

Why are the standard and enterprise bundles copied twice when adding features to a repository?

2014-03-04 Thread Paul Spencer
-repository 2.3.4 Paul Spencer

Re: Getting a "java.lang.SecurityException: Insufficient credentials.” error when executing various commands in Karaf 3.0.0

2014-02-24 Thread Paul Spencer
I do not see a JIRA entry for this bug. 1) Has this bug been resolved? 2) What is the JIRA Entry? Paul Spencer On Jan 16, 2014, at 8:34 PM, Paul Spencer wrote: > David, > > 1) I see JB will file a bug for this issue. > > 2) The workaround is working for me. > > Paul S

Re: [nodejs] Re: Tidying up callback declarations

2014-01-23 Thread Paul Spencer
You are invoking fileCallback inside the call to fs.readFile, you just want to provide the function referencer instead. var fs = require('fs'); fs.readFile(process.argv[2], fileCallback); function fileCallback(err, file) {   console.log(file.toString().split('\n').leng

Re: Getting a "java.lang.SecurityException: Insufficient credentials.” error when executing various commands in Karaf 3.0.0

2014-01-16 Thread Paul Spencer
David, 1) I see JB will file a bug for this issue. 2) The workaround is working for me. Paul Spencer On Jan 16, 2014, at 3:43 AM, David Bosschaert wrote: > Hi Paul, > > This could be an omission on my part. When I worked on the command > security I didn't really focus at t

Re: Getting a "java.lang.SecurityException: Insufficient credentials.” error when executing various commands in Karaf 3.0.0

2014-01-15 Thread Paul Spencer
JB, I have seen the error with other commands while developing a bundle, although I focused on the bundle:uninstall. In addition to connecting to Karaf with ssh, the use case succeeds when connection with bin/karaf. Paul Spencer On Jan 15, 2014, at 7:15 AM, Jean-Baptiste Onofré wrote

Re: Getting a "java.lang.SecurityException: Insufficient credentials.” error when executing various commands in Karaf 3.0.0

2014-01-15 Thread Paul Spencer
.command.acl.bundle.cfg, you can > see: > > uninstall[/.*[-][f].*/] = admin > uninstall = manager > > If you are manager, you can use uninstall for non system bundle (with start > level greater than 80, so without requiring the -f option). To uninstall > system b

Re: Getting a "java.lang.SecurityException: Insufficient credentials.” error when executing various commands in Karaf 3.0.0

2014-01-14 Thread Paul Spencer
t the “-f” option. karaf@root()> bundle:uninstall 79 Error executing command: Insufficient credentials. karaf@root()> bundle:uninstall -f 79 karaf@root()> So why is the “bundle:uninstall” command failing when the local user has the manager role? Paul Spencer On Jan 14, 2014, at 2:29

Getting a "java.lang.SecurityException: Insufficient credentials.” error when executing various commands in Karaf 3.0.0

2014-01-14 Thread Paul Spencer
e.java:107)[47:org.apache.karaf.shell.console:3.0.0] Paul Spencer

Re: What is the Blueprint syntax to instantiate and initialize object properties when the command is executed?

2014-01-14 Thread Paul Spencer
";> Paul Spencer On Jan 14, 2014, at 12:04 PM, Jean-Baptiste Onofré wrote: > Sorry Paul, > > I missed part of your question. > &

What is the Blueprint syntax to instantiate and initialize object properties when the command is executed?

2014-01-14 Thread Paul Spencer
Karaf 2.3.3 Karaf 2.3.3 What is the Blueprint syntax to instantiate and initialize object properties when the command is executed? The XML below will define the command and contains a reference to the interface of the service the command will use. I would like the syntax to instantiate and i

Re: [nodejs] NodeJS basic Scrappe

2013-12-16 Thread Paul Spencer
27;ve used  https://github.com/sgentle/phantomjs-node to write automated testing scripts. --  Paul Spencer Sent with Airmail From: Gaurang shah Gaurang shah Reply: nodejs@googlegroups.com nodejs@googlegroups.com Date: December 16, 2013 at 10:51:34 AM To: nodejs@googlegroups.com nodejs@googlegroups.c

Re: [nodejs] Looking for help with a runtime failure in a native extension wrapping a C library ...

2013-07-05 Thread Paul Spencer
On 2013-07-05, at 11:30 AM, Ben Noordhuis wrote: > On Fri, Jul 5, 2013 at 5:18 PM, pagameba wrote: > > That assertion you're hitting means there is an empty handle in your > code somewhere, e.g. obj or MSError::constructor. If the backtrace in > gdb points to this line: > >> Handle obj =

Re: [OpenLayers-Dev] MOTION: release 2.13RC7 as final

2013-06-14 Thread Paul Spencer
+1 Great work guys,Paul --Paul SpencerSent with AirmailOn 13 June, 2013 at 13 Jun, 3:46:46 AM, Bart van den Eijnden (bart...@opengeo.org) wrote: Since 2.13RC7 was released last Friday and no new regressions have been reported since then, I'd like the PSC to vote on a motion to release 2.13RC7 as fi

[OpenLayers-Dev] Fwd: Re: MOTION: start OpenLayers 2.13 release process​

2013-04-25 Thread Paul Spencer
Oops — Sent from Mailbox for iPhone -- Forwarded message -- From: "Bart van den Eijnden" Date: Thu, Apr 25, 2013 at 6:36 AM Subject: Re: [OpenLayers-Dev] MOTION: start OpenLayers 2.13 release process To: "Paul Spencer" > Hey Paul, > did you forget

Is the live demo site down?

2012-05-01 Thread Paul Spencer
The live demo site is not responding. Is it down? http://portals.zones.apache.org/jetspeed/ui/ I clicked the link on the Jetspeed-2 Demo page http://portals.apache.org/jetspeed-2/demo.html Paul Spencer - To unsubscribe, e

Re: CordovaLib 1.6.0 iOS problem

2012-04-11 Thread Paul Spencer
RTFM ... thank you, that did the trick. I had downloaded 1.5 framework and 1.6 from git and somehow got the plist from the 1.5 framework version. doh. On Wed, Apr 11, 2012 at 3:23 PM, Shazron wrote: > Guide: > > https://github.com/apache/incubator-cordova-ios/blob/master/guides/Cordova%20Upgra

CordovaLib 1.6.0 iOS problem

2012-04-11 Thread Paul Spencer
Hi. I'm trying to integrate Cordova into an existing iOS application as a tab. Due to conflicts with JSONKit and another library I am using, I am trying to include CordovaLib.xcodeproj into my project rather than using the framework. So far, I have managed to add a tab with a UIViewController co

Re: [OpenLayers-Dev] v3 branch on GitHub for deprecation & API changes

2011-11-07 Thread Paul Spencer
Advanced compilation adds type hinting/checking which can be useful as a smoke test when compiling. It is laborious to implement the required comments to indicate types to the compiler, but once its in place it is pretty easy to continue using. It also adds some very complex rules for code opt

Re: [OpenLayers-Users] Introduction of usage limits to the Google Maps API

2011-10-28 Thread Paul Spencer
OpenLayers use of the Google Maps API is the same as any other use, you are subject to the same terms, fees etc. On 2011-10-28, at 2:51 AM, Dipl. Inf. Carsten Eider wrote: > Hi list, > > look at > http://googlegeodevelopers.blogspot.com/2011/10/introduction-of-usage-limits-to-maps.html > http:/

Re: [mapserver-users] map rotation, extent & a border

2011-10-24 Thread Paul Spencer
David, you might be able to set up your map border layer with transform false, units pixels and use the size of your map image as the rectangle to draw. Cheers Paul On 2011-10-20, at 9:07 AM, Shorthouse, David wrote: > Folks, > > Been trying to solve this one and cannot figure it out. Attach

Re: [OpenLayers-Dev] issue tracker (Was: The SVN repository is outdated after moving trunck to GitHub)

2011-10-13 Thread Paul Spencer
+1 github. The only thing that is really missing for me in Issues is the ability to cc people on tickets. Paul Sent from my iPhone On 2011-10-13, at 8:56 AM, Bruno Binet wrote: > +1 for the github issue tracker. > > On 13 October 2011 09:14, Antoine Abt wrote: >> I’m +1. I'd prefer use th

Re: [OpenLayers-Dev] MOTION: delete old branches

2011-10-11 Thread Paul Spencer
I am +1 for rethinking how we use branches. I think the branch model works well for MapServer where they tend to release multiple times from the same branch (http://trac.osgeo.org/mapserver/browser/branches ... 11 branches but that goes back a long time). I think we should have branches groupi

Re: [Dev] [MOTION] grant commit rights to François Van Der Biest

2011-10-10 Thread Paul Spencer
+1 Paul Sent from my iPhone On 2011-10-10, at 1:33 PM, Tim Schaub wrote: > +1 > > Tim > > On Sat, Oct 8, 2011 at 2:58 AM, Eric Lemoine > wrote: >> Hi >> >> I'm proposing to give François Van Der Biest commit rights to GeoExt core. >> >> François has been hacking into GeoExt almost since th

Re: [mapguide-users] Re: Fusion

2011-10-06 Thread Paul Spencer
You can find information about openlayers at http://openlayers.org/ Cheers Paul On 2011-10-06, at 12:53 PM, jocup wrote: > for the third time (i don't now what dowing wrong) > thanks for the information and it works perfect > but i have still questions are where can i have information about op

Re: [OpenLayers-Dev] OL build: Why put in the code compressed code deprecated?

2011-09-27 Thread Paul Spencer
I like this proposal! On 2011-09-27, at 12:42 AM, Eric Lemoine wrote: > > > On Sunday, September 25, 2011, Xavier Mamano (jorix) > wrote: > > Hi, > > > > In OL exists code labeled as *Deprecated* but it is not possible to > > exclude deprecated code in compressed code, examples: "Util.js", >

Re: [mapguide-users] Re: fusion viewer performance vs basic viewer

2011-09-26 Thread Paul Spencer
there wouldn't be an official version yet, you will need to checkout from svn to get the latest changes from Jackie. I'm not sure when the next proposed release is supposed to be, but Jackie's code is substantial enough to warrant a new version I think :) Cheers Paul On 2011-09-26, at 1:36

Re: [OpenLayers-Dev] MOTION: move to GitHub

2011-09-16 Thread Paul Spencer
I think this is a good move for the project, +1. Github will reduce friction on the whole sandbox thing. One thing that should be considered is drafting up some best practices for developers using git. Cheers Paul On 2011-09-16, at 4:48 PM, Tim Schaub wrote: > I'd like to propose we move t

Re: [OpenLayers-Dev] MOTION: Add Andreas Hocevar to PSC

2011-09-07 Thread Paul Spencer
I fully support adding Andreas, his work on openlayers and in the community has been outstanding and he will make an excellent addition to the PSC. +1 Paul On 2011-09-07, at 11:57 AM, Tim Schaub wrote: > I'd like to propose the addition of Andreas Hocevar as a member of the > OpenLayers PSC. >

Re: [OpenLayers-Dev] OL 2.11 Final?

2011-09-06 Thread Paul Spencer
+1 Paul On 2011-09-06, at 8:02 PM, wrote: > Hi, > > OL 2.11 RC4 was released with just the GoogleNG changes; > there are a couple issues open in 2.11 milestone, but none > of them look showstopper; two are just misuse of an internal > non-API property, and the last one isn't a regression. > >

[Google Maps API v3] Is it permissible to use Google tiles obtained via the API in other mapping libraries?

2011-08-29 Thread Paul Spencer
The Google Maps v3 API provides a getTile method which returns a DOM element containing a tile for a specific geographic point and zoom level. Is it permitted by the Terms of Use to use a different library to display/manage these tiles, i.e. OpenLayers, as long at the tiles are obtained via the

spam report

2011-08-16 Thread Paul Spencer
user: http://code.google.com/u/@UxJeQlBQBxFEXgF7/, check updates: http://code.google.com/u/@UxJeQlBQBxFEXgF7/updates for spam -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to google-code-hos

Re: [OpenLayers-Dev] OpenLayers API doc

2011-08-09 Thread Paul Spencer
__ > Dev mailing list > d...@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/openlayers-dev __ Paul Spencer Chief Technology Officer DM Solutions Group Inc http://research.dmsolutions.ca/ ___ Dev mailing list d...@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/openlayers-dev

Re: MyFaces Trinidad examples

2011-06-03 Thread Paul Spencer
seex23vkh7+state:results Paul Spencer On Jun 3, 2011, at 4:35 AM, Iratxe Lejarreta wrote: > Hi, > > > > I have downloaded Trinidad examples but I can't deploy the war files with > tomcat. > > > > I tried with the following versions: > > > > -

Re: [TRINIDAD] CoreTable.setValueExpression(CoreTable.VAR_KEY,...) is not working as expected.

2011-06-02 Thread Paul Spencer
he VAR_KEY property matches the EL in the column value, #{row.column_0}. Paul Spencer On Jun 1, 2011, at 8:42 PM, Paul Spencer wrote: > Trinidad v2.0.0 > > I am creating a table in Java and saving as the managed bean #{dynamicTable}. > Setting the "Value" property is working

[TRINIDAD] CoreTable.setValueExpression(CoreTable.VAR_KEY,...) is not working as expected.

2011-06-01 Thread Paul Spencer
)); > Below is how I dynamically set the column value. > > ValueExpression columnValue = ef.createValueExpression(elContext, > "#{row.column_" + i + "}", > Object.class); > outputText.setValueExpression(VALUE_KEY.getName(), columnValue); > Am I setting the correct property for the row variable? Paul Spencer

Re: [OpenLayers-Dev] MOTION: bronze level sponsorship

2011-05-24 Thread Paul Spencer
@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/openlayers-dev __ Paul Spencer Chief Technology Officer DM Solutions Group Inc http://research.dmsolutions.ca/ ___ Dev mailing list d...@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/openlayers-dev

Re: [OpenLayers-Dev] MOTION: donation button

2011-05-13 Thread Paul Spencer
rmail/openlayers-dev/2008-October/003586.html > >> >> SDE > > > -- > Tim Schaub > OpenGeo - http://opengeo.org > Expert service straight from the developers. > _______ > Dev mailing list > d...@lists.osgeo.org >

Re: [OpenLayers-Dev] MOTION: simplified license

2011-05-10 Thread Paul Spencer
27;m +1 on changing to the 2-clause BSD. > > Tim > > -- > Tim Schaub > OpenGeo http://opengeo.org/ > Expert service straight from the developers. > _______ > Dev mailing list > d...@lists.osgeo.org > http://lists.osgeo.org/m

[OpenLayers-Dev] Re: pink Canadian overlay

2011-04-22 Thread Paul Spencer
great, sorry for the inconvenience On 2011-04-22, at 12:52 PM, Tim Schaub wrote: > Thanks Paul. > > Looks like it's back up today. > > Tim > > On 4/21/11 7:41 PM, Paul Spencer wrote: >> Hi Tim, >> >> the server that is served from is hosted in Ama

[OpenLayers-Dev] Re: pink Canadian overlay

2011-04-21 Thread Paul Spencer
yers=B0T > > Let us know if we should switch to something else. > > Thanks, > Tim > > -- > Tim Schaub > OpenGeo - http://opengeo.org > Expert service straight from the developers. __ Paul Spencer Chief Tec

Re: [OSGeo-Discuss] open-source project site construction

2011-03-07 Thread Paul Spencer
gt; this would be most attractive to the GITA audience I'll > be speaking to if it as close as possible to being a > one-button operation. > > Thanks, > Robert H. > _______ > Discuss mailing list > Discuss@lists.osgeo.org > h

Re: [OpenLayers-Dev] Motion: Commit Access for Bruno Binet

2011-02-26 Thread Paul Spencer
Great work Bruno +1 Paul Sent from my iPhone On 2011-02-26, at 2:59 AM, wrote: > Hi, > > I would like to propose that we extend commit access to > Bruno Binet. Bruno has done a number of patches over the > 18 months for OpenLayers, and both from his diligent work > on various aspects of O

Re: [OpenLayers-Dev] Motion: Commit Access for Antoine Abt

2011-02-26 Thread Paul Spencer
Great work Antoine +1 Paul Sent from my iPhone On 2011-02-26, at 3:03 AM, wrote: > Hi, > > I would like to request that we extend commit access to > OpenLayers for Antoine Abt. Antoine has put together a number > of solid patches for OpenLayers, and after spending time with > him this week in

Re: [OpenLayers-Dev] Motion: Commit Access for Marc Jansen

2011-02-26 Thread Paul Spencer
Great work Marc +1 Paul Sent from my iPhone On 2011-02-26, at 3:14 AM, wrote: > Hi, > > Marc Jansen has been steadily helping to improve various > aspects of the OpenLayers library. He's even the author of a > (good!) book on OpenLayers (with Till Adams): > > http://openlayers-buch.de/ > >

Re: [OpenLayers-Dev] Motion: Commit Access for Stéphane Brunner

2011-02-26 Thread Paul Spencer
Great work Stéphane +1 Paul Sent from my iPhone On 2011-02-26, at 3:08 AM, wrote: > Hi, > > I'd like to make a motion that we extend commit access to Stéphane Brunner. > > Stéphane has put together a number of solid patches extending the > functionality of OpenLayers, and has been consiste

[OpenLayers-Dev] cluster strategy deactivation question

2011-02-17 Thread Paul Spencer
eers Paul __ Paul Spencer Chief Technology Officer DM Solutions Group Inc http://research.dmsolutions.ca/ ___ Dev mailing list d...@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/openlayers-dev

Re: [OpenLayers-Users] cluster strategy

2011-02-16 Thread Paul Spencer
.attributes = { >>strokeColor: "yellow", >>fillColor: "yellow", >>importance: 5 >>} >> >>var point_5 = new OpenLayers.Geometry.Point(263, 202); >>var point_5_Feature = new OpenLayers.Feature.Vector(point_5); >>

Re: [OpenLayers-Users] cluster strategy

2011-02-16 Thread Paul Spencer
isplay the map, you must set a center and zoom level. > In order to zoom to fit the map into the window, you can use the > zoomToMaxExtent function, which will zoom as close as possible while still > fitting the full extents within the window. */ > map.addLayers([basicMapLayer, monuments]); >

Re: [OpenLayers-Users] cluster strategy

2011-02-16 Thread Paul Spencer
and zoom level. > In order to zoom to fit the map into the window, you can use the > zoomToMaxExtent function, which will zoom as close as possible while still > fitting the full extents within the window. */ > map.addLayers([basicMapLayer, monuments]); > map.zoomToMaxExtent(); > >

Re: [OpenLayers-Users] cluster strategy

2011-02-16 Thread Paul Spencer
> Thanks Paul, > > I already read the documentation and all tutorial and user discusions I could > found. > > But I'm a week at javascript, so I could use some examples or tutorials I > could transform > > -Original Message- From: Paul Spencer > S

Re: [OpenLayers-Dev] ClusterMaker ala GoogleMaps API

2011-02-15 Thread Paul Spencer
ttp://osgeo-org.1803224.n2.nabble.com/ClusterMaker-ala-GoogleMaps-API-tp6027143p6027143.html > Sent from the OpenLayers Dev mailing list archive at Nabble.com. > ___ > Dev mailing list > d...@lists.osgeo.org > http://lists.osgeo.org/mailman/l

Re: [mapserver-users] Mapserver Storage

2011-01-28 Thread Paul Spencer
hared storage via glusterfs is a non-starter for that kind of volume of data if you want any kind of reasonable render time. On 2011-01-28, at 10:57 AM, tigana.flu...@gmail.com wrote: > What do you exactly mean by pathetic I/O on S3/EBS? ______ Paul

Re: [mapserver-users] Mapserver Storage

2011-01-28 Thread Paul Spencer
get awesome advice on this storage issue, basically what the > considered best practice is for the mapserver people :P Thanks > ___ > mapserver-users mailing list > mapserver-users@lists.osgeo.org > http://lists.osgeo.org/mailman/listinf

Re: [OpenLayers-Dev] Re: "allow pan while drawing" patch

2011-01-18 Thread Paul Spencer
t; > Tel : 00 33 4 79 44 44 96 > Mail : eric.lemo...@camptocamp.com > http://www.camptocamp.com > _______ > Dev mailing list > d...@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/openlayers-dev

Re: [OpenLayers-Dev] Advanced Closure Compiler for OpenLayers: lite.cfg = 46 kb

2011-01-17 Thread Paul Spencer
penLayers-lite-cfg-46-kb-tp5931700p5931700.html > Sent from the OpenLayers Dev mailing list archive at Nabble.com. > ___ > Dev mailing list > d...@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/openlayers-dev ___

Re: Equivalent methods in Apache POI

2011-01-07 Thread Paul Spencer
Shankar, I suggest you review the Excel Component API part of the POI website, http://poi.apache.org/spreadsheet/index.html. The Quick Guide and HOWTO pages will answer many of your question. Paul Spencer On Jan 7, 2011, at 9:58 AM, shankarrao wrote: > > Hi, > > We have used j

Re: [mapserver-users] CGI wrapper scripts

2010-11-17 Thread Paul Spencer
er the environment before printing this > email. > > > ___ > mapserver-users mailing list > mapserver-users@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/mapserver-user

Re: [mapserver-users] Amazon EC2 vs. Collocation/Dedicated servers

2010-11-03 Thread Paul Spencer
__ > mapserver-users mailing list > mapserver-users@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/mapserver-users __ Paul Spencer Chief Technology Officer DM Solutions Group Inc http://research.d

[Moo] Request.Queue documentation issues

2010-10-08 Thread Paul Spencer
Hi, the Request.Queue example in the docs is slightly incorrect, the use of r1 and r2 as variables r1.send(); r2.send(); r1.send(); won't work as written because they are not declared as variables. Also, I initially misunderstood that the 'name' parameter to request should be unique for each

Re: [OpenLayers-Users] Mix tilesizes

2010-09-24 Thread Paul Spencer
yes it is possible, you just need to change the tile size you are using on your overlay layer. The google layer will take care of itself. add something like this to your layer options: tileSize: new OpenLayers.Size(512,512) Cheers Paul On 2010-09-24, at 10:49 AM, Tyler Durden wrote: > Hi, >

[OpenLayers-Dev] Re: [OpenLayers 3] code sprint summary, and request for comments

2010-09-23 Thread Paul Spencer
Hi Eric, On 2010-09-23, at 1:22 AM, Eric Lemoine wrote: > On Thursday, September 23, 2010, Paul Spencer wrote: >> Hi Eric and others, > > Hi Paul > >> I'm just catching up on this thread and I have some comments that I would >> like to add. >> >&

Re: [OpenLayers-Dev] Re: [OpenLayers 3] code sprint summary, and request for comments

2010-09-22 Thread Paul Spencer
be >> of use for this. > > I fully agree with this. If you care enough about it then feel free to > create a ticket with OpenLayers 3.0 for the milestone. > > > -- > Eric Lemoine > > Camptocamp France SAS > Savoie Technolac, BP 352 > 73377 Le Bourget du

Re: [Moo] Direct Element Reference

2010-09-21 Thread Paul Spencer
I believe this behaviour is independent of MooTools and the $ function, just create a simple html page with an element with an id and type the id into your console in Chrome or IE, it will reference it to the DOM element. This wonderful behaviour causes lovely problems if you have a global vari

Database backed resource bundle for internationalization?

2010-09-10 Thread Paul Spencer
I would like to use a database instead of properties files as the source of the resource bundle used for displaying text on a web page. So instead of a properties file for each locale, the locale, key, and values would be stored in a database. What is the best way to implement this? Paul

Re: [OpenLayers-Users] IE (IE7 & IE8 in compatible mode) support for OpenLayers

2010-08-27 Thread Paul Spencer
http://trac.openlayers.org/wiki/Browsers OpenLayers functions identically in all major browsers, including IE. Some things occasionally slip through the cracks and end up not working correctly in some browsers even though all new development requires automated tests. Anything that comes up sh

[Moo] how can I prevent 'delete' on mac from navigating backwards in browser history?

2010-07-13 Thread Paul Spencer
I have an application that allows users to delete nodes in a vector line by pressing 'delete', which works great on normal keyboards but Mac keyboards have a 'delete' key that actually does a 'backspace' unless you press fn-delete. I'd like to still enable the delete behaviour when pressing thi

Re: [Moo] Slick looking popup window support?

2010-07-07 Thread Paul Spencer
you could also try jxlib at jxlib.org to see if it meets your needs Cheers Paul On 2010-07-07, at 6:12 PM, Jeff Dunlap wrote: > Dear Members: > > I'm new here and would like to know if there is slick looking modal > popup window support built into MooTools. > > I have experience creating trad

Re: [mapguide-users] MapToSelection on Fusion

2010-07-05 Thread Paul Spencer
did you try zoomToSelection? the method names are case sensitive. Cheers Paul On 2010-07-05, at 7:26 AM, Jose Cerrejon wrote: > > I'll trying this code: > > var map = Fusion.getWidgetById('Map'); > map.query(options); > map.ZoomToSelection(); > > But firebug show me: > > map.ZoomToSelec

Re: Dependency on Java 6

2010-06-03 Thread Paul Spencer
I am using POI in many application that do not have Java 1.6. Adding a 1.6 dependency would not allow the use of POI 3.7 in my environment. Please the older getBytes(String) ! Paul Spencer On Jun 3, 2010, at 10:18 AM, Will Coleda wrote: > The web site (http://poi.apache.org/howtobuild.h

Re: XSSF samples

2010-06-01 Thread Paul Spencer
Coke, Look at the quick guides http://poi.apache.org/spreadsheet/quick-guide.html Also I try to use the SS Usermodel whenever practical since I work with many version of Excel files. Paul Spencer On Jun 1, 2010, at 12:36 PM, Will Coleda wrote: > Hello. > > Trying to evaluat

Re: DO NOT REPLY [Bug 49020] "org.xml.sax.SAXParseException: does not close tag ." when opening some Excel 2007 files

2010-05-06 Thread Paul Spencer
Nick, Thank you for the fix. I will test with my files this week. Paul Spencer On May 5, 2010, at 1:52 PM, Nick Burch wrote: > On Wed, 31 Mar 2010, Paul Spencer wrote: >>> For the long term, you should report a bug to Microsoft about this. They >>> either need to saniti

Re: [OpenLayers-Dev] Motion: 2.9.1 release

2010-05-04 Thread Paul Spencer
Bart > > ___ > Dev mailing list > Dev@openlayers.org > http://openlayers.org/mailman/listinfo/dev __ Paul Spencer Chief Technology Officer DM Solutions Group Inc http://research.dmsolut

Re: [OpenLayers-Users] How to print map area with openlayers

2010-04-26 Thread Paul Spencer
We get vector layers into print by using WFST via tinyows and then adding layers to a mapserver map file which draw the features from the same postgis database that tinyows uses. Cheers Paul On 2010-04-26, at 5:07 PM, Robert Sanson wrote: > What we have done in our system (OpenLayers + Mapser

Re: [OpenLayers-Dev] XMLHttpRequest.js license

2010-04-21 Thread Paul Spencer
On 2010-04-21, at 9:23 AM, wrote: > On Apr 21, 2010, at 9:16 AM, ext Paul Spencer wrote: > > (We do not use an 'appropriate shared library mechanism for linking with the > library' -- we build it into our app. If we did require that users linked to > an external site via

Re: [OpenLayers-Dev] XMLHttpRequest.js license

2010-04-21 Thread Paul Spencer
ext Paul Spencer wrote: > >> Bart, >> >> based on my experience in other projects, it should be sufficient to include >> this in a comment at the top of XMLHttpRequest.js with a brief explanation >> of the issue and then we should be good to go. >> >

Re: [OpenLayers-Dev] XMLHttpRequest.js license

2010-04-21 Thread Paul Spencer
gt;> >>> Sergey/ >>> >>> >>> >>> On 21 April 2010 07:29, wrote: >>> >>>> Hi Sergey, >>>> >>>> the OpenLayers project (http://www.openlayers.org) uses your >>>> XMLHttpRequest.js library, but

Re: [OpenLayers-Dev] XMLHttpRequest.js license

2010-04-21 Thread Paul Spencer
>> TIA. >> >> Btw, I see you are also based in The Netherlands? >> >> Best regards, >> Bart >> >> > ___ > Dev mailing list > Dev@openlayers.org > http://openlayers.org/mailman/listinfo/dev __ Paul Spencer Chief Technology Officer DM Solutions Group Inc http://research.dmsolutions.ca/ ___ Dev mailing list Dev@openlayers.org http://openlayers.org/mailman/listinfo/dev

Re: [OpenLayers-Dev] vote on OpenLayers 2.9 (once again)

2010-04-20 Thread Paul Spencer
Thanks in advance. > > Best regards, > Bart > ___ > Dev mailing list > Dev@openlayers.org > http://openlayers.org/mailman/listinfo/dev ______ Paul Spencer Chief Technology Of

Re: [OpenLayers-Dev] GitHub straw poll

2010-04-19 Thread Paul Spencer
gt; ___ > Dev mailing list > Dev@openlayers.org > http://openlayers.org/mailman/listinfo/dev __ Paul Spencer Chief Technology Officer DM Solutions Group Inc http://research.dmsolutions.ca/ ___ Dev mailing list Dev@openlayers.org http://openlayers.org/mailman/listinfo/dev

Re: How to check for valid excel files using POI without checking the file extension

2010-04-19 Thread Paul Spencer
James, You can open the file using SS Usermode. See http://poi.markmail.org/message/ejihftiztkrifcvq?q=from:%22Paul+Spencer%22 Paul Spencer On Apr 19, 2010, at 7:49 AM, James Geroge wrote: > > Hi Friends, > Is there a way to know the file is an excel file without manipulating t

Re: Finally able to read .xls and .xlsx files, hope it will be useful to somebody

2010-04-14 Thread Paul Spencer
/apidocs/org/apache/poi/hssf/usermodel/package-summary.html and http://poi.apache.org/spreadsheet/converting.html Paul Spencer On Apr 14, 2010, at 11:25 AM, James Geroge wrote: > > Hi Friends, > I was trying to read .xls and .xlsx into one java class file and able to do > it :jumping:,

Re: [OpenLayers-Dev] please vote on OpenLayers 2.9 final

2010-04-14 Thread Paul Spencer
nn off-list and he has confirmed that > the two issues he had raised have been fixed by 2.9RC2. > ___ > Dev mailing list > Dev@openlayers.org > http://openlayers.org/mailman/listinfo/dev __ Paul Sp

Re: [OpenLayers-Dev] call for vote on 2.9 RC2

2010-04-08 Thread Paul Spencer
E6 and FF 3.6.2, so all is in good shape. > > Best regards, > Bart > > ___ > Dev mailing list > Dev@openlayers.org > http://openlayers.org/mailman/listinfo/dev ______ Paul Spencer

Re: Getting strikethrough info from cells

2010-04-07 Thread Paul Spencer
getFontIndex()); > if (cellFont.getStrikeout()) { > return; > } Paul Spencer On Apr 7, 2010, at 9:25 AM, Jan Stette wrote: > Hi all, > > is there a way to get details about whether a cell has a "strikethrough" > style appl

How to implement in SelectBuilder?

2010-03-31 Thread Paul Spencer
I am use the SelectBuilder to generate query statement. I have a need to generate an IN clause. If I where to do this using sql-map.xml, I would use a . WHERE ID in #{item} < /foreach> What is the equivalent in SqlBuilder? Paul S

Re: DO NOT REPLY [Bug 49020] "org.xml.sax.SAXParseException: does not close tag ." when opening some Excel 2007 files

2010-03-31 Thread Paul Spencer
nasty, though it's possible some other project > out > there has already done it, and we can just re-use what they do. > I like this as a solution. > Paul Spencer - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Re: "org.xml.sax.SAXParseException: does not close tag ." when opening some .xlsm files

2010-03-30 Thread Paul Spencer
Nick, Can the parsing of the drawing files be disabled in 3.6? Paul Spencer On Mar 30, 2010, at 5:22 AM, Nick Burch wrote: > On Mon, 29 Mar 2010, MSB wrote: >> Good work Paul and it is equally interesting to know that version 3.5 does >> not throw the exception as tha

Re: "org.xml.sax.SAXParseException: does not close tag ." when opening some .xlsm files

2010-03-29 Thread Paul Spencer
Center FYI: I downgrades POI to 3.5-FINAL and the workbook loaded without errors. Paul Spencer On Mar 29, 2010, at 2:53 PM, MSB wrote: > > At least it is gratifying to know that the casue of the problem can be > identified - well it's source anyway - and equally good to

Re: "org.xml.sax.SAXParseException: does not close tag ." when opening some .xlsm files

2010-03-29 Thread Paul Spencer
used to determine what in the file is causing the error. Paul Spencer On Mar 27, 2010, at 4:09 AM, MSB wrote: > > Morning Paul, > > It sounds from that error message that the xml is malformed in some way; a > way that POI will not tolerate but Excel and OO will and one which

"org.xml.sax.SAXParseException: does not close tag ." when opening some .xlsm files

2010-03-26 Thread Paul Spencer
what is causing the " does not close tag " error? Paul Spencer > Caused by: org.apache.poi.POIXMLException: > java.lang.reflect.InvocationTargetException > at > org.apache.poi.xssf.usermodel.XSSFFactory.createDocumentPart(XSSFFacto

Re: [OpenLayers-Dev] start release procedure

2010-03-24 Thread Paul Spencer
lease vote. As always everyone is invited to > give opinion. > > Thanks, > Bart > > [*] <http://trac.openlayers.org/wiki/Release/Procedure> > ___ > Dev mailing list > Dev@openlayers.org > http://openlayers.org/mailman/listi

Re: [mapguide-users] MapGuide with Openlayers (Searching for Detailed yet Simple Development Examples)

2010-03-18 Thread Paul Spencer
Chris, the simplest MapGuide + OpenLayers example is the one that comes with OpenLayers in the examples (http://dev.openlayers.org/releases/OpenLayers-2.8/examples/mapguide.html). The problems start when you want to do anything more complicated than showing a MapDefinition as a layer in this w

Name error not detected in 3.6

2010-03-08 Thread Paul Spencer
y show one cell in error. Call FormulagetErrorValue -- -- =SUM(BADNAME) 15 =BADNAME 0 Is this a bug? Paul Spencer - To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For

Are time functions HOUR(), MINUTE(), and SECOND() implemented in 3.6?

2010-03-08 Thread Paul Spencer
This was originally posted to the user list on February 28, but no one replied so I am posing to the dev list. It appears the time functions HOUR(), MINUTE(), and SECOND() are not implemented in 3.6. Is this true? Should I add a bug? Paul Spencer

Is their a default @Case in @TypeDiscriminator ?

2010-03-02 Thread Paul Spencer
@Case(defaultType = AccountSummaryDefaultImpl.class) }, > column = "accountType") > List selectAccountSummaries( Map > queryParameters); } * I am open to other solutions. Paul Spencer - To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org For additional commands, e-mail: user-java-h...@ibatis.apache.org

Name error not detected in 3.6

2010-02-28 Thread Paul Spencer
ME) 15 =BADNAME 0 Is this a bug? Paul Spencer - To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional commands, e-mail: user-h...@poi.apache.org

Are time functions HOUR(), MINUTE(), and SECOND() implemented in 3.6?

2010-02-28 Thread Paul Spencer
It appears the time functions HOUR(), MINUTE(), and SECOND() are not implemented in 3.6. Is this true? Should I add a bug? Paul Spencer - To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional commands, e

How to throw an exception when a property from a parameter map is null or missing?

2010-02-03 Thread Paul Spencer
e property "col2Value" is null or not in the parameter map. select column_1 from foo where column_2 = #{col2Value} Paul Spencer - To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apach

<    1   2   3   4   5   6   7   8   9   10   >