vegard nygaard wrote:
>  
> When working with my BASE1 plug-in in BASE2 the Transformation page was
> suddenly broken. I think this happened when upgrading to 2.4 but I am not
> sure. After some investigation I found the reason to be that the stdin.txt
> file was missing in the database. It was not in the "files" table but a row
> in the "anytoany" table had it as a foreign key(non-existing), causing an
> error. My quick fix was to remove:
> dc.deleteItem(stdin); 
> At line 685 in Base1PluginExecuter.
> Then "stdin.txt" got into the database and the transformation page showed
> nicely with link to the files.
> 
> I have altered the Base1PluginExecuter my self and could accidentally caused
> this bug. 

The bug(s) existed before your changes. The file import seems to happen 
at too many places, and that is why it doesn't work properly. It may 
also affect other files, such as stdout.txt for example.

 > Is it possible to get full root (or admin) privileges on the
> newest BASE2 test-installation in Lund to recreate bugs?

No.

> Also I found another bug/feature: the "leaveStdin"/"leaveStdout"-flags did
> not seem to have any effect. The files were stored anyway. For my part this
> is ok.

I think you are correct. I can't find any place in the code where the 
parameters are used.

/Nicklas


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
basedb-devel mailing list
basedb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/basedb-devel

Reply via email to