Re: Retrieve results in PostgreSQL stored procedure allowing query parallelism

2023-11-21 Thread Joan Pujol
Thanks, David. If I try to do something like: EXECUTE SELECT INTO ARRAY_AGG(t.*) INTO result_records Would internally use cursors too and have the same restrictions? Cheers, On Tue, 21 Nov 2023 at 19:22, David G. Johnston wrote: > > On Tue, Nov 21, 2023, 11:10 Joan Pujol wrote: >&g

Retrieve results in PostgreSQL stored procedure allowing query parallelism

2023-11-21 Thread Joan Pujol
to execute the query, retrieve all results in memory, and process them inside the stored procedure? -- Joan Pujol

Re: Call an operation on all deployed remote services

2022-10-20 Thread Joan Pujol
; I don't recommend this though - not a right thing to do, and perf would not > be good. > > Pavel > > > > On Thu, Oct 20, 2022 at 5:12 PM Joan Pujol wrote: >> >> Hi, >> >> Is there a way that I can call a remote service method in all of the >> nod

Call an operation on all deployed remote services

2022-10-20 Thread Joan Pujol
Hi, Is there a way that I can call a remote service method in all of the nodes where the service is deployed? A lot of thanks in advance. -- Joan Jesús Pujol Espinar http://www.joanpujol.cat

Re: Blocked system-critical due to a listener?

2022-04-03 Thread Joan Pujol
t; Hi, >> >> Could you, please, attach logs from failed nodes? >> >> ср, 23 мар. 2022 г. в 14:07, Joan Pujol : >> >>> Hi, >>> >>> We had a cluster problem while two of the four server nodes left the >>> cluster and started again in a c

Blocked system-critical due to a listener?

2022-03-23 Thread Joan Pujol
Hi, We had a cluster problem while two of the four server nodes left the cluster and started again in a cluster running Ignite 2.10 The problem seems to be that Partition Exchange didn't finish In particular, the problem seems to be in one of the remaining nodes that has a Blocked

Daemon threads

2022-03-04 Thread Joan Pujol
Hi, Is there any way to configure the threads used by service operations or compute to be daemon threads to shutdown a node in time? Cheers, -- Joan Jesús Pujol Espinar http://www.joanpujol.cat

Re: Ignite JDK 17 runtime support

2022-03-02 Thread Joan Pujol
at 17:42, Семён Данилов wrote: > Hi! I have a pending pull request ( > https://github.com/apache/ignite/pull/9849) that solves all the issues I > was able to find. You can see the list of issues in the pull request. > > > Cheers, Sam > 2 марта 2022 г., 19:37 +0300, Joan

Ignite JDK 17 runtime support

2022-03-02 Thread Joan Pujol
Hi, Although I know that it's not officially supported, I've been able to run it using parameters in this PR: https://github.com/apache/ignite/pull/9442/commits/89c84fa86c4994f0773d8a7fb1bfc372ce92ebea Does anybody run it successfully in production without issues? Are there any know issues? For

Probles with custom serializer and node disconnections

2021-08-13 Thread Joan Pujol
We have a cluster of several embedded nodes and from time to time we have problems with "corrupted" caches. Usually when some of the nodes disconnect for a long pause or similar reasons. In the cache, we store domain entities using a custom serializer that basically serializes de object to json

Server stuck while joining cluster

2021-07-01 Thread Joan Pujol
Hi, I've three servers running tomcat with Ignite 2.10 embedded. If I start all the nodes from a cold start (all servers stopped) it works well. But if I stop one of the server nodes and restart it again it gets stuck joining to the cluster and retrying infinitely with WARN [main]

Re: BinaryInvalidTypeException: Requesting mapping from grid failed for error reading cache

2021-05-20 Thread Joan Pujol
A lot of thanks for your response Alex. And if we are not using persistence, any idea of what can be the origin of the problem or where to look? About the upgrade, it's something we have pending for some time, but sure, I will try also. Cheers, On Thu, 20 May 2021 at 14:23, akorensh wrote: > >

BinaryInvalidTypeException: Requesting mapping from grid failed for error reading cache

2021-05-19 Thread Joan Pujol
Hi, In a client node that runs in a two server nodes cluster I get that error at first value that is read from an Ignite cache: org.apache.ignite.binary.BinaryInvalidTypeException: Requesting mapping from grid failed for [platformId=0, typeId=-1293425677] at

Re: Message group and broker redelivery

2020-06-02 Thread Joan Pujol
ies > on shared queues. > > > Justin > > On Tue, Jun 2, 2020 at 10:04 AM Joan Pujol wrote: > > > ActiveMQ Artemis > > > > On Tue, 2 Jun 2020 at 16:22, Justin Bertram wrote: > > > > > > Are you asking about ActiveMQ 5.x or Acti

Re: Message group and broker redelivery

2020-06-02 Thread Joan Pujol
ActiveMQ Artemis. On Tue, 2 Jun 2020 at 16:22, Justin Bertram wrote: > > Are you asking about ActiveMQ 5.x or ActiveMQ Artemis? > > > Justin > > On Tue, Jun 2, 2020 at 9:19 AM Joan Pujol wrote: > > > Hi, > > > > Searching in mailing list archives fo

Re: Message group and broker redelivery

2020-06-02 Thread Joan Pujol
ActiveMQ Artemis On Tue, 2 Jun 2020 at 16:22, Justin Bertram wrote: > > Are you asking about ActiveMQ 5.x or ActiveMQ Artemis? > > > Justin > > On Tue, Jun 2, 2020 at 9:19 AM Joan Pujol wrote: > > > Hi, > > > > Searching in mailing list archives for mes

Message group and broker redelivery

2020-06-02 Thread Joan Pujol
Hi, Searching in mailing list archives for message group and message redelivery I've seen different responses and it's not clear to me the supposed way to work. If I had a queue with message groups is ordered guaranteed if broker redeliveries are present? That is if I have: m1,m2, and m3 queued

Re: Validating ActiveMQ

2020-05-30 Thread Joan Pujol
processing. Cheers, On Fri, 29 May 2020 at 17:14, Clebert Suconic wrote: > > On Fri, May 29, 2020 at 5:35 AM Joan Pujol wrote: > > > > I evaluating to use Artemis for a project and I'm reading documentation to > > check if we can manage our use cases well and in

Validating ActiveMQ

2020-05-29 Thread Joan Pujol
I evaluating to use Artemis for a project and I'm reading documentation to check if we can manage our use cases well and investigating the best way to implement them. I write the present mail to expose the use cases and receive opinions about if Artemis is a good match and the approach I've in

Re: list comprehension

2019-02-21 Thread Joan Pujol Tarrés
>> >> Example 1: {l for l in L} >> >> Example 2: {(k, x) for k in K for x in X if P(x)} >> >> >> >> This is another example in Python: >> >> >> >> s = {v for v in 'ABCDABCD' if v not in 'CB'} >> >> >> >> https://

Re: list comprehension

2019-02-21 Thread Joan Pujol Tarrés
>> >> Example 1: {l for l in L} >> >> Example 2: {(k, x) for k in K for x in X if P(x)} >> >> >> >> This is another example in Python: >> >> >> >> s = {v for v in 'ABCDABCD' if v not in 'CB'} >> >> >> >> https://

Re: Using HashBags

2018-04-08 Thread Joan Pujol
, ["JP", 2], ["JP", 2], ["JF", 4]] my %docents; for @rows -> @row { %docents{ @row[0] } += @row[1]; } dd %docents; Output: Hash %docents = {:FE(4), :FV(8), :JF(9), :JP(8), :MM(8), :MPu(8)} --- As I understand it, this would better be achieved with the

Re: Using HashBags

2018-04-08 Thread Joan Pujol
, ["JP", 2], ["JP", 2], ["JF", 4]] my %docents; for @rows -> @row { %docents{ @row[0] } += @row[1]; } dd %docents; Output: Hash %docents = {:FE(4), :FV(8), :JF(9), :JP(8), :MM(8), :MPu(8)} --- As I understand it, this would better be achieved with the

Re: Sorting Multidimentional Arrays

2016-10-01 Thread Joan Pujol
've had the same experience a few times :-) Cheers, Moritz -- Moritz Lenz https://deploybook.com/ -- https://perlgeek.de/ -- https://perl6.org/ -- Joan Pujol Tarrés Departament de Psicologia Social Facultat de Psicologia, Universitat Autònoma de Barcelona Despatx: B5-036 (Passadís Departam

Re: Sorting Multidimentional Arrays

2016-10-01 Thread Joan Pujol
've had the same experience a few times :-) Cheers, Moritz -- Moritz Lenz https://deploybook.com/ -- https://perlgeek.de/ -- https://perl6.org/ -- Joan Pujol Tarrés Departament de Psicologia Social Facultat de Psicologia, Universitat Autònoma de Barcelona Despatx: B5-036 (Passadís Departam

[sage-support] simplify trigonomtric problem

2016-09-25 Thread Joan Pujol
hello, i was trying to simplify a trigonometric expression and it didn’t work, can you help me please? my computer uses the last IOS version A=cos(x)^5+sin(x)^4+2*cos(x)^2-2*sin(x)^2-cos(2*x) A.simplify_full() Traceback (click to the left of this block for traceback) ... RuntimeError:

[android-developers] Problem with tax data migration to Wallet

2013-09-29 Thread Joan Pujol
Hi, Has someone had problem with the migration from financial data from the last system to wallet? For me the bank data and tax data was corrupted and I had to enter it again. I was able to enter another time the bank data but I haven't been able to enter the tax data because the form doesn't

[android-developers] IllegalStateException on dispatchKeyEvent on support library

2012-10-02 Thread Joan Pujol
Hi, I've some tens of errors reports from different users catched from Crittercism that I can't reproduce. But as there are several and from several devices I've to thing that they are true ones. I've no idea of what can be happening. Someone can give me any clue with that Stacktrace? The

[android-developers] Test project using external libraries in ADT17

2012-04-06 Thread Joan Pujol
to make it more clear: *(It's an snapshot from main project libraries. Blue marked ones are correctly inherited and red ones not).* * * http://i.stack.imgur.com/Veybh.png *---* *Joan Pujol Espinar* *http://www.joanpujol.cat* -- You received this message because you are subscribed

[android-developers] Ads on new Honeycomb's PreferenceActivity with headers

2011-10-29 Thread Joan Pujol
Hi, It's possible to add ads for new PreferenceActivities? I tried solution on http://stackoverflow.com/questions/5443491/adding-a-header-to-a-preferenceactivity but it doesn't work. Or at least is there the code for Honeycomb's PreferenceActivity browseable someplace? Becaus I'm not able

[android-developers] Prevent StackView from animating automatically

2011-10-28 Thread Joan Pujol
Hi, I've a StackView android widget and I want it to don't animate automatically leaving always at the top the same item unless the user change it manually. Cheers, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Floating Honeycomb window

2011-10-25 Thread Joan Pujol
an image of what I want to say with floating window: http://i.stack.imgur.com/IiIsu.jpg PD: This question has also asked on Stack Overflowhttp://stackoverflow.com/questions/7881713/floating-honeycomb-window Joan Pujol Espinar www.joanpujol.cat Twitter: @lujop -- You received this message

[android-developers] Problem with ADT14

2011-10-19 Thread Joan Pujol
Hi, After updating to ADT14 resources aren't generated anymore for my existing projects. Someone has had that problem? Any easy way to repair possibly broken configuration without deleting all the workspace? (I tried repair project on Android menu) Cheers, -- You received this message

[android-developers] Re: multiple cancelled orders with in-app billing?

2011-09-14 Thread Joan Pujol
I've also the same issue from yesterday nigth. Where do you reported your problems? I've been looking but I don't found any direct way to report that. Cheers, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Acces to assetfile from a ContentProvider

2011-08-14 Thread Joan Pujol
Hi, I've a widget with several images that can be skinned. My original idea was to have the base skin in the assets folder and skins in SD. That way I was able to convert easily to Bitmaps to pass to RemoteViews and I had the code homogenized. The problem is that as images can be big I get the

[android-developers] Refunds in App-Billing

2011-07-31 Thread Joan Pujol
reinstalls? A lot of thanks in advance, --- Joan Pujol Espinar www.joanpujol.cat -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: Memory leaks nigthmare in MapView

2011-07-26 Thread Joan Pujol
No one having the problem? No one using mapview has leaks? Or no know solution? I'm very surprised as frustrated about that, because after some hours I really don't know how to find a workaround and I don't know what more to try... I don't know how using a MapView without problems can be so

[android-developers] Re: Google Map retains the reference to the context of the enclosing activity?

2011-07-25 Thread Joan Pujol
Hi Katsiaryna. I've exatcly the same problem than you. I also have an application with tabs, and mapview in one of this tabs and have also exactly the same leak. Did you found any solution? A lot of thanks in advance. -- You received this message because you are subscribed to the Google

[android-developers] Invalidate only one map overlay

2011-07-09 Thread Joan Pujol
also invalidate all the other overlays. Is there an efficient way if only I want to change color and other overlays don't need redraw? A lot of thanks in advance, PD: Is avaiable the current code of MyLocationOverlay? --- Joan Pujol Espinar www.joanpujol.cat -- You received this message

[android-developers] InApp Billing problems

2011-07-09 Thread Joan Pujol
and seem to be solved. But for the ones that are using InApp billing, do you have problems yet? Or is working correctly by now? If there are still open issues, there are some to track? Cheers, --- Joan Pujol Espinar www.joanpujol.cat -- You received this message because you are subscribed

[android-developers] MyLocationOverlay very slow

2011-07-05 Thread Joan Pujol
because Latitude is working in the background. Is the code available in some place to look what it's doing? Cheers, --- Joan Pujol Espinar www.joanpujol.cat -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: One of my apps no longer appears in searches, or under my apps public page?

2011-06-12 Thread Joan Pujol
Today it isn't working yet. And my application is not listed in the market from the phone (from web version is correctly listed). I think that this is a very important issue and at least someone from Google should make a note or give some explanations. -- You received this message because you

[android-developers] Re: One of my apps no longer appears in searches, or under my apps public page?

2011-06-11 Thread Joan Pujol
I have the same problem with one of my apps. I agree with all in that these problems should have been notified to publishers. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Animated map overlay refresh interval

2011-06-11 Thread Joan Pujol
. But at what interval rate is called the draw method if I return always true? If its called every few milliseconds it's a lot of innecesary draw. Can I limit or control that? A lot of thanks in advance, -- Joan Pujol Espinar www.joanpujol.cat -- You received this message because you are subscribed

[android-developers] Parse ISO8601 date (XML Schema Date)

2011-06-04 Thread Joan Pujol
Hi, What's the best way to parse a ISO8601 date (Xml schema date) from Android. Is there any class in the api? PD: I need to be compatible at least with API7. I saw XMLCalendar in API but it's in API8. --- Joan Pujol Espinar http://www.joanpujol.cat -- You received this message because you

[android-developers] Re: aapt crashes with -v

2011-05-17 Thread Joan Pujol
It also happened to me after changing debug level to -v There is any bug report for that? Or can I open one? Cheers, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Change color of listview in custom dialog

2011-05-14 Thread Joan Pujol
Hi, I created a custom dialog with a ListView to be able to use fastScroll and I want it to look like the dialog created with AlertDialog.Builder. I've tried to put ListView style to Widget.ListView.White, Theme.Light but none works and the listview is always displayed in black. ListView

[android-developers] Imageview doesn't increase size inside ScrollView

2011-05-07 Thread Joan Pujol
Hi, I've an ImageView inside a ScrollView that has the image and several other controls. The problem is that when I create the view I don't know the size of the image, and when I know it and I put the image inside the ImageView it doesn't scale. I've tried all the ScaleType modes and also

[android-developers] Syntax to reference a drawable from a library project

2011-04-28 Thread Joan Pujol
Hi, What's the syntax to reference a drawable from a library project? My library project package name is: cat.joanpujol.eltemps.android.base And I tried to reference that way: ImageButton android:src=@cat.joanpujol.eltemps.android.base:drawable/minus But it doesn't works. Is t'hat the way? A

[android-developers] Nesting activities

2011-04-26 Thread Joan Pujol
I've read in that messagehttps://groups.google.com/d/topic/android-developers/3-GvDgnV6zk/discussion that it was not possible to nest more than one activity. It's still true? And if it's true what is the recommended workarround? In my app I've a main TabView and I also need to have a flow

Re: [android-developers] Nesting activities

2011-04-26 Thread Joan Pujol
On Tuesday, April 26, 2011 9:53:10 PM UTC+2, Mark Murphy (a Commons Guy) wrote: Thanks Mark, You are welcome to not have a flow inside the tab child activities. For that matter, you are welcome to get rid of the child activities and replace them with views. But then I've to organize all my

Re: [android-developers] Nesting activities

2011-04-26 Thread Joan Pujol
A lot of thanks Mark, On Tuesday, April 26, 2011 10:21:55 PM UTC+2, Mark Murphy (a Commons Guy) wrote: merely saying that the contents of your tabs do not need to be activities and will not be activities once you start working with Android 3.0. But if my main activity/view it's a tab then I

Re: [android-developers] Nesting activities

2011-04-26 Thread Joan Pujol
On Tuesday, April 26, 2011 10:47:37 PM UTC+2, Mark Murphy (a Commons Guy) wrote: On Tue, Apr 26, 2011 at 4:43 PM, Joan Pujol joan...@gmail.com wrote: But if my main activity/view it's a tab then I have to organize all without activities. Or I'm missing something? It is impossible

Re: [android-developers] Nesting activities

2011-04-26 Thread Joan Pujol
Thanks Dianne, On Tuesday, April 26, 2011 11:01:20 PM UTC+2, Dianne Hackborn wrote: On Tue, Apr 26, 2011 at 8:21 PM, Mark Murphy mmu...@commonsware.comwrote: I don't have a recipe for using fragments with TabActivity, sorry. There isn't a recipe, because it doesn't make sense. TabActivity

Re: [android-developers] Nesting activities

2011-04-26 Thread Joan Pujol
Thanks Dianne, One of the many? Is there another simple alternative without using the compatibility kit and haven't to manage the lifecycle by hand ? Because if it were possible I would want to leave the application as similar as if it was possible to nest the activity groups. Cheers, On

[android-developers] Re: Widgets in SD installed application

2011-03-21 Thread Joan Pujol
Then I think that at least there's a bug in the documentation that didn't say that. Cheers, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Widgets in SD installed application

2011-03-20 Thread Joan Pujol
Did widgets work in a SD installed application? According Android javadoc it seems that can work: App Widgets Your A file:///C:/java/android/docs/guide/topics/appwidgets/index.htmlpp Widgets will be removed from the home screen. When external storage is remounted, your App Widget will *not* be

[android-developers] Problem releasing activities

2011-01-27 Thread Joan Pujol
I've an application that has a service that updates some widgets and also has some normal foreground activities to let the user view some data. My problem is that I discovered [1] that my application consumes a lot of memory. That memory is mainly consumed by the activities, and the big problem is

[android-developers] Re: High memory usage reported in running services activity

2011-01-24 Thread Joan Pujol
.  Unfortunately bitmap memory is not currently part of the Dalvik heap, so it can be a little hard to track down. On Sun, Jan 23, 2011 at 2:19 PM, Joan Pujol joanpu...@gmail.com wrote: Thanks Dianne, I've tried with the dumpsys memoryinfo and it says I have the same that is reported in running

[android-developers] High memory usage reported in running services activity

2011-01-23 Thread Joan Pujol
I've seen that my background service is allocating 25Mbs according to the Running Services android window. As it is a lot of memory that I think I don't use I looked to ddms and also made a head dump of my process and then the memory usage is only 2.9Mb What's is the real memory usage? If it is

[android-developers] Re: High memory usage reported in running services activity

2011-01-23 Thread Joan Pujol
, Joan Pujol joanpu...@gmail.com wrote: I've seen that my background service is allocating 25Mbs according to the Running Services android window. As it is a lot of memory that I think I don't use I looked to ddms and also made a head dump of my process and then the memory usage is only 2.9Mb

[jboss-user] [EJB3] - Re: Why does Thread.getContextClassLoader in an stateless bean r

2011-01-14 Thread Joan Pujol Espinar
Joan Pujol Espinar [http://community.jboss.org/people/lujop] created the discussion Re: Why does Thread.getContextClassLoader in an stateless bean r To view the discussion, visit: http://community.jboss.org/message/580885#580885

[android-developers] Purpose of AsyncTask.get()

2011-01-02 Thread Joan Pujol
I learned the hard way that in android dialogs are modal in the interface but completely asynchronous in program workflow. I think that this will be nice to be more clear in the documentation because if not is easy to make confusion and expect dialogs to work as usually (for example in Swing).

[android-developers] AnimationDrawable scaling

2010-12-06 Thread Joan Pujol
I have an ImageView that initially has a Bitmap Image: ImageView android:layout_width=fill_parent android:layout_height=wrap_content / By default that imageview scales the bitmap to fill the width that is what I want. But the problem is that when I change the source of the

[android-developers] Problem running tests

2010-11-29 Thread Joan Pujol
Hi, I've tried to run Junit Tests and I always get NoClassDefFoundErrors for org.junit.Test. (I've tried with a AndroidTestCase) I've created my base project and test one using Eclipse ADT defaults and try to run tests using the Android Test Runner but I always get no class found errors. Thats

[mojo-dev] [jira] Created: (MNBMODULE-77) Describe the lifecycle of the module better

2010-03-10 Thread Joan Pujol Espinar (JIRA)
Reporter: Joan Pujol Espinar Assignee: Milos Kleint Priority: Minor It will be nice to describe the lifecycle of the module better. For a maven newbie it's hard to discover where to find documentation about declaring public packages. It's documented in the manifest goal but you

[il-antlr-interest: 26209] [antlr-interest] I can't understand lexer behaivour. Lexers are LL(*)?

2009-10-12 Thread Joan Pujol
Hi, I've a problem with the lexer. Given that grammar: TEXT: (~'$' | '$' ~'{')+; OTHER :.; program : (TEXT|OTHER)+; If I try with input 'Hola ${ ' it does'nt works. And I can't understand why. If I look at generated code of rule TEXT it doesn't use a lookahead of

[il-antlr-interest: 26214] Re: [antlr-interest] I can't understand lexer behaivour. Lexers are LL(*)?

2009-10-12 Thread Joan Pujol
the token. Cheers, On Tue, Oct 13, 2009 at 1:02 AM, Kirby Bohling kirby.bohl...@gmail.com wrote: On Mon, Oct 12, 2009 at 4:19 PM, Joan Pujol joanpu...@gmail.com wrote: Hi, I've a problem with the lexer. Given that grammar: TEXT    :       (~'$' | '$' ~'{')+; OTHER   :        .; program

[il-antlr-interest: 26188] [antlr-interest] Lexer for a grammar similar to a template engine

2009-10-11 Thread Joan Pujol
Hi , I'm trying to do a grammar to parse expressions in a document in a template engine basis. The expressions are enclosed in ${} (for example ${name}) and can be in an enclosed in arbitrary document content. Ideally what I need from the parser for input: Hello ${name}. Would be similar to:

[il-antlr-interest: 26192] Re: [antlr-interest] Lexer for a grammar similar to a template engine

2009-10-11 Thread Joan Pujol
, 2009 at 10:48 PM, Joan Pujol j...@joanpujol.cat wrote: Thanks Gavin and Graham, Gavin: But when you say that you can further evaluate at parser level what do you mean? What do you say is use another lexer+parser to parse the STRINGs tokens, doesn't you? Because the expressions will be a lot

Concurrency in Lucene

2004-08-26 Thread Joan Pujol Espinar
Hi, I'm new in Lucene and I want to use in a website to manage some documentation: Bacally users can add or modify existing documents and users can search the documents. And I have some questions about concurrency, I have been reading the FAQ and searching the mailing list. But I still have some

[navegador] avisos sonors del mozilla

2003-12-09 Thread Joan Pujol
A veure si algú sap dir-me'n alguna cosa... El missatger del Mozilla té l'opció de poder comprovar automàticament la presència de missatges nous als comptes de correu. Així quan detecta un nou missatge llença un avís. Mostra una icona al costat del rellotge i (en principi), reprodueix un so.

Re: [navegador] Qüestió sobre els paquets d'idioma

2003-11-11 Thread Joan Pujol
En/na Miquel Cubells i Gonzalvo ha escrit: Hola, tinc instal·lat el mozilla 1.5 amb el paquet d'idioma que està pensat per ser el definitiu (en català). Els bookmarks, però, no han canviat i en comptes de sortir-me la galera típica del navegador em surt la M de Mozilla. El paquet d'idioma,

Re: [navegador] Nova versió de la beta 3

2003-11-04 Thread Joan Pujol
Jo també estava just ara intentant instal·lar el mozilla-ca-15.exe - Win, amb idèntics problemes als descrits. Intentava arrencar el programa, i res de res. Anava ja a dormir i he vist aquest e-mail!, demà baixarè i provare aquesta nova versió corretgida. En/na Jordi Mas ha escrit: Ep

[navegador] una d'ortografia

2003-10-25 Thread Joan Pujol
on diu: avise'm quan es tanquin pestanyes múltiples hauria de dir: avisa'm quan es tanquin pestanyes múltiples avisa'm va amb la A inline: 0001.jpg

Runtime Error adding documents

2002-06-07 Thread Joan Pujol
Hello, I have a program that recive messages (XML documents), and save them to XIndice. I have been running this program for more than a week and it save well the documents, but randomly aproximatly 5% of operations give me an error: Java Runtime Error org.xmldb.api.base.XMLDBException: Java

Parsing DOM

2002-05-03 Thread Joan Pujol Espinar
/ D atri=test/ /B /A For example, if I know the format, and I want to get the atri element of D. What's the better way to get it? Bye, I knowThe format of the document is --- Joan Pujol Espinar PTS Sistemes Departament IMA Universitat de Girona

Using schema validation against a DOMDocument

2002-04-16 Thread Joan Pujol
Some days ago I asked how to use a specific schema to verify a Document with Xerces,(ignoring the schemaLocation attribute on the xmlfile). And Rahul answered that I must use the external-schemaLocation or external-noNamespaceSchemaLocation, thats good for me. But I have another problem,

Problems with entities

2002-04-16 Thread Joan Pujol
Hello, I have 2 problems with entities: -1- I create a XML DOMDocument that at the end I serialize to HTML with Xerces HTMLSerializer. The problem is that I want to insert nbsp is the document. And when I serialize, the nbsp convert to amp;nbsp. How can I avoid this? -2- I have a xml document,

Using schema validation against a DOMDocument

2002-04-12 Thread Joan Pujol
Some days ago I asked how to use a specific schema to verify a Document, (ignoring the schemaLocation attribute on the xmlfile). And Rahul answered that I must use the external-schemaLocation or external-noNamespaceSchemaLocation, thats good for me. But I have another problem, sometimes I want

Specify XML Schema Manually

2002-04-08 Thread Joan Pujol
Hello, How can I verify a document against a schema manually (ignoring the SchemaLocations attributes, and specify the schema file in the program code). Cheers, PD: I use Xerces 2.0.1 -- --- Joan Jesús Pujol Espinar PTS Sistemes Departament IMA

Schema Validation with SAX

2001-11-23 Thread Joan Pujol
Hi, I use XercesJ 1.4.4 and I use this code to turn on Schema validation and parse a file: SAXParserFactory factory = SAXParserFactoryImpl.newInstance(); try { factory.setFeature(http://xml.org/sax/features/validation,true);

Re: validation error with Xerces131... bug??.

2001-10-29 Thread Joan Pujol Espinar
] --- Joan Pujol Espinar PTS Sistemes Departament IMA Universitat de Girona - - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Xerces XML Schema Identity Constraing bug?

2001-10-26 Thread Joan Pujol
Hi, If I validate this files with Xerces 1.4.3 it returns OK, ignoring the Identity Constrain. ?xml version=1.0 encoding=UTF-8? Root xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:noNamespaceSchemaLocation=testfile.xsd Element name=NAME1/ Element name=NAME1/ /Root

Re: [xerces-j-user] Schema Tutorials....

2001-10-26 Thread Joan Pujol
P.S. Questions about Does the schema language have a way to do X? are best answered by first a) studying the specs, the books coming out on schema, and the various online tutorials Please can You post the URLs of some Schema Tutorials? Bye, -- --- Joan Jesús Pujol Espinar PTS Sistemes

Schemas Identity Constraint

2001-10-25 Thread Joan Pujol
Hi, I have problems with Schema's Identity Contraints. I can't understand the behaivor of some Xpath expressions on selectors. For example, if I use .//* as the selector, the constraint aparently don't apply. And if I use the * that is a subcase of .//* the contraint is applied. I readed a