Re: [basedb-devel] MageTab export plugin

2011-11-22 Thread Pawel Sztromwasser
I think 3 will be the best. That way I could submit changes easily, and everyone could get access to versioned code Pawel On 22/11/11 14:44, Nicklas Nordborg wrote: > On 2011-11-22 13:50, Pawel Sztromwasser wrote: >> Hi Nicklas, >> >> I guess the MageTab export plugin is re

[basedb-devel] MageTab export plugin

2011-11-22 Thread Pawel Sztromwasser
Hi Nicklas, I guess the MageTab export plugin is ready for submission. I followed instructions for plugin developers (http://baseplugins.thep.lu.se/wiki/PluginSubmitReq), so all the documentation bits should be in place. How could I send you the bundle? Would you provide a repository dir to pa

Re: [basedb-devel] Mage-Tab export plugin

2011-09-14 Thread Pawel Sztromwasser
pooling of samples (or extracts) and the possibility to have several "Files[raw]" per RawBioAssay (ex : one cy3 and one cy5) because we used nimblegen multi-color arrays. Are you plan to manage that feature ? Gildas Le 01/09/2011 14:43, Pawel Sztromwasser a écrit : Hallo, I haven

Re: [basedb-devel] Mage-Tab export plugin

2011-09-01 Thread Pawel Sztromwasser
Hallo, I haven't been to the milestones page for a while, and I didn't know that work on BASE 3 was in such an advanced state. Great job guys! Support for sequencing data is excellent news for us. Anyway, before it is released and before we are ready to migrate, we will certainly have experime

[basedb-devel] Mage-Tab export plugin

2011-08-31 Thread Pawel Sztromwasser
was wondering if anyone else is developing or planning to develop a plugin that would support Mage-Tab? Regards, Pawel Sztromwasser <>-- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-cla

Re: [basedb-devel] Truncated files

2011-08-17 Thread Pawel Sztromwasser
Sorry, wrong mailing list:) Pawel Sztromwasser wrote: In BASE it was a Tomcat problem. Hope it helps: http://www.mail-archive.com/basedb-users@lists.sourceforge.net/msg01838.html Pawel <>-- Get a FREE DO

[basedb-devel] Truncated files

2011-08-17 Thread Pawel Sztromwasser
In BASE it was a Tomcat problem. Hope it helps: http://www.mail-archive.com/basedb-users@lists.sourceforge.net/msg01838.html Pawel <>-- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration c

Re: [basedb-devel] Programmatic login using a token

2011-08-01 Thread Pawel Sztromwasser
See my short replies inline. Nicklas Nordborg wrote: On 2011-08-01 10:51, Pawel Sztromwasser wrote: Hi Nicklas, Thanks for the suggestions. Maybe I am missing something but wouldn't it be possible to send the username and password to the STS as part of the BASE login? Or, u

Re: [basedb-devel] Programmatic login using a token

2011-08-01 Thread Pawel Sztromwasser
yed within BASE), so an environment that a BASE administrator should have full control over. The same as external authentication plugins. Pawel Nicklas Nordborg wrote: On 2011-07-26 22:47, Pawel Sztromwasser wrote: Hello BASE team! Extending a little on our recent developments reg

[basedb-devel] Programmatic login using a token

2011-07-26 Thread Pawel Sztromwasser
, but it is little and would provide additional way of programmatic interaction with BASE. If they pass the tests, could you consider including the changes to the BASE codebase? Best wishes, Pawel Sztromwasser [1] http://www.mail-archive.com/basedb-devel@lists.sourceforge.net/msg00433.html

Re: [basedb-devel] External authentication

2011-03-01 Thread Pawel Sztromwasser
Hi Nicklas, I changed the Application.getAuthenticator() to use a separate classloader for external login plugin (attached a diff to the ticket #1575) and I was able to verify user's credentials using an STS service. I got a bit unexpected behavior of BASE that tried to create a new account fo

Re: [basedb-devel] External authentication

2011-02-01 Thread Pawel Sztromwasser
Sorry, just noticed that you mentioned the ...basedb.util.JarClassLoader, not a regular Java class loader as I initially thought. On 01/02/11 13:17, Pawel Sztromwasser wrote: > Thanks for a quick reply. I really wanted to avoid selecting jars and so > on since BASE has over 50 of the

Re: [basedb-devel] External authentication

2011-02-01 Thread Pawel Sztromwasser
On 2011-02-01 11:29, Pawel Sztromwasser wrote:s >> Hi, >> >> I am working on an external authentication plugin for BASE that will use >> an STS Web service to authenticate users. The plugin uses a bunch of >> external jars for WS communication, but with different versio

[basedb-devel] External authentication

2011-02-01 Thread Pawel Sztromwasser
Hi, I am working on an external authentication plugin for BASE that will use an STS Web service to authenticate users. The plugin uses a bunch of external jars for WS communication, but with different versions then BASE. I was hoping for the same classloading mechanism as for regular plugins (

Re: [basedb-devel] External id for protocol

2009-05-19 Thread Pawel Sztromwasser
Nicklas Nordborg wrote: > Pawel Sztromwasser wrote: >> Hi Nicklas, >> >> That was much quicker then I expected. Patch is attached here: >> http://base.thep.lu.se/ticket/1310 >> >> I just hope that I haven't missed too much lines while copy-pasting your

Re: [basedb-devel] External id for protocol

2009-05-18 Thread Pawel Sztromwasser
Hi Nicklas, That was much quicker then I expected. Patch is attached here: http://base.thep.lu.se/ticket/1310 I just hope that I haven't missed too much lines while copy-pasting your code;) All the best, Pawel Nicklas Nordborg wrote: > Pawel Sztromwasser wrote: > >>> I

Re: [basedb-devel] External id for protocol

2009-05-12 Thread Pawel Sztromwasser
Nicklas Nordborg wrote: > Pawel Sztromwasser wrote: >> Hello, >> >> We have been exporting some experiments lately to ArrayExpress and >> noticed that protocols need to have their own ArrayExpress IDs. >> Currently we have to add them manually

[basedb-devel] External id for protocol

2009-05-11 Thread Pawel Sztromwasser
Hello, We have been exporting some experiments lately to ArrayExpress and noticed that protocols need to have their own ArrayExpress IDs. Currently we have to add them manually to export file generated in BASE (Tab2MageExporter), but it would be fairly easy to have it done automatically by the

Re: [basedb-devel] Batch scan importer

2009-03-12 Thread Pawel Sztromwasser
should at least check if there is already an image with the > specified file. > > Is there a need for setting the other image properties (preview, format, > description)? > If so, it might be better to have a specific importer for images. > > /Nicklas > > Pawel Sztr

Re: [basedb-devel] Batch scan importer

2009-03-11 Thread Pawel Sztromwasser
I have just noticed that the filename I sent has different name then the class inside. I used ScanImporterNMC name to distinguish from the original plugin and then renamed the file before sending. Just rename it back and all will work. Pawel Pawel Sztromwasser wrote: > Hello BASE t

[basedb-devel] Batch scan importer

2009-03-11 Thread Pawel Sztromwasser
Hello BASE team, We really enjoy the set of batch uploading plugins and were doing a little training for our users in Bergen. Everything seemed great except that they couldn't link freshly created scans with image files. I read in the example spreadsheet that it is not supported and was very

Re: [basedb-devel] Illumina Bead Summary Files

2009-03-09 Thread Pawel Sztromwasser
We experienced that as well. I believe that I have checked these probes and they were controls, so they can be ignored. Pawel Nicklas Nordborg wrote: > David Waring wrote: >> I have recently installed the Illumina Plugins and have imported >> features for several Array Designs. We modified our

[basedb-devel] Performance/delete issues on Postgres

2008-10-16 Thread Pawel Sztromwasser
Hello, I found something interesting regarding BASE2 performance on Postgres (we have 8.3 but I suppose it is valid for previous versions as well). Recently I was unable to delete ArrayDesign (Illumina Human 8Ref, no items connected to it, features imported), because database query was endless

Re: [basedb-devel] Webservices transport error: 411 Error: Length Required

2008-08-21 Thread Pawel Sztromwasser
Nicklas Nordborg wrote: > Pawel Sztromwasser wrote: >> Totally agree. That makes it much more flexible. Please, feel free to >> change the code. > > > I have now implemented this feature in the trunk. There are several > possibilities to specify which 'ServiceF

Re: [basedb-devel] Webservices transport error: 411 Error: Length Required

2008-08-04 Thread Pawel Sztromwasser
the constructor? > > Eg. > > protected AbstractRPCClient( >String url, String service, > RPCServiceClientCreator serviceCreator) > { > ... > } > > /Nicklas > > Pawel Sztromwasser wrote: >> Hi Nicklas, >> >> I had some time and implement

Re: [basedb-devel] Webservices transport error: 411 Error: Length Required

2008-07-30 Thread Pawel Sztromwasser
ers for my version and 2.7.1. Just thought, it might be helpful. I hope the code will be useful. Best wishes, Pawel Nicklas Nordborg wrote: Pawel Sztromwasser wrote: Hello BASE developers, We have been recently trying to enable retrieving some data from BASE2 installation directly into our

[basedb-devel] Webservices transport error: 411 Error: Length Required

2008-06-16 Thread Pawel Sztromwasser
Hello BASE developers, We have been recently trying to enable retrieving some data from BASE2 installation directly into our 'home made' analysis tool. We use webservices for that and have to say that you are doing a great job. We are really looking forward to use them more extensively. Recent

Re: [basedb-devel] Migration transfers deleted items

2008-03-17 Thread Pawel Sztromwasser
best and have a nice Easter, Pawel Nicklas Nordborg wrote: > Pawel Sztromwasser wrote: >> Hi, >> >> While testing migration I found out that items deleted in BASE1 are >> migrated to BASE2. As I understand from documentation, BASE1 doesn't >> delete items

[basedb-devel] Migration transfers deleted items

2008-03-14 Thread Pawel Sztromwasser
Hi, While testing migration I found out that items deleted in BASE1 are migrated to BASE2. As I understand from documentation, BASE1 doesn't delete items from the database unless purgeDatabase.php script is executed. They are just flagged as deleted by setting remove value=2 (or > 1 maybe). T

[basedb-devel] Jobagents view doesn't show jobs

2008-03-12 Thread Pawel Sztromwasser
27;s page. I checked .jsp sources for these pages and it seems like list-agents.jsp uses deprecated method to get information about jobs (view-agent.jsp uses new method introduced in 2.6). I couldn't add a ticket so I am posting it on the mailing list. B

Re: [basedb-devel] DynamicResultIterator.hasNext method

2008-02-21 Thread Pawel Sztromwasser
Nicklas Nordborg wrote: > Pawel Sztromwasser wrote: >> Hi all, >> >> I have been trying to optimize the performance of LowessNormalization >> plugin a little bit lately. It is extremely slow on our Postgres >> database when using small 'block groups'.

[basedb-devel] DynamicResultIterator.hasNext method

2008-02-20 Thread Pawel Sztromwasser
Hi all, I have been trying to optimize the performance of LowessNormalization plugin a little bit lately. It is extremely slow on our Postgres database when using small 'block groups'. Anyway, I came across something that surprised me. When using DynamicResultIterator I noticed that hasNext()

[basedb-devel] isMIAMErequired in AnnotationType

2007-12-05 Thread Pawel Sztromwasser
Hi, We are migrating Base1.2.17+ to 2.4.6. The + stands for our local changes made to satisfy the needs of MAGE-ML exporter. When writing code to move additional annotations I noticed that information whether annotation type is required for MIAME is kept in AnnotationType class/table. This res

Re: [basedb-devel] Index dropping fails with Postgres 7.3.19

2007-11-05 Thread Pawel Sztromwasser
why an exception is thrown. > I didn't find anything about adding dynamic schema to users search_path > in PostgreSql in Base2 requirements. Some of the code in the same > 'problem causing' method adds schema prefix when dropping constraints, > so I consider this issue as

[basedb-devel] Index dropping fails with Postgres 7.3.19

2007-11-05 Thread Pawel Sztromwasser
in Base2 requirements. Some of the code in the same 'problem causing' method adds schema prefix when dropping constraints, so I consider this issue as a bug. We are looking now for some work-around, like postgres search-path setting and will post everything useful we find. Pawel

Re: [basedb-devel] JobAgents on multi-processor machine

2007-11-02 Thread Pawel Sztromwasser
ny more. Thanks once again for your help. > > Pawel Sztromwasser > > > Nicklas Nordborg wrote: > >> Nicklas Nordborg wrote: >> >> >>> I am taking this back to the mailing list in the hope that there is some >>> Postgres expert th

Re: [basedb-devel] JobAgents on multi-processor machine

2007-11-01 Thread Pawel Sztromwasser
Thank you very much. I thought about altering database schema somehow to set the constraints 'initially deferred' and check if that works (in small examples it worked fine), but if a new version makes no trouble it doesn't make sense any more. Thanks once again for yo