-- Eduardo
Btw, still using custom xcap-root or the default one "mobicents"?
-- Eduardo
The error log is juts the exception 1 line message ?
Btw, still using custom xcap-root or the default one "mobicents"?
-- Eduardo
-- Eduardo
-- Eduardo
-- Eduardo
The issue here is the resource list absolute uri, the flat list maker
doesn't support it since it has no way to get "external" resource
lists. Now I don't see a reason to not support absolute uris pointing
to the local xdm, so can you please open an issue while I work on the
solution?
-- Eduardo
I guess you are using the integrated release, so here is a shortcut ->
http://hudson.jboss.org/hudson/view/Mobicents/job/MobicentsSipPresenceRelease/lastSuccessfulBuild/artifact/mobicents-sip-presence-integrated-1.0.0.BETA5-SNAPSHOT-20090623-1250.zip
Thanks in advance.
-- Eduardo
On Wed, Jun 24, 2009 at 9:01 AM, Eric PTAK<eric.p...@gmail.com> wrote:
> Hi Eduardo,
>
> I appreciate your mail and I'm happy to learn you've done that improvement,
> congratulations !.
> Of course, you can count on me for testing it, and I'll give you all traces
> I'll be able to capture and also scenarii and tools used.
> So, I suppose I can download changes by updating my trunk working copy ?
>
> Eric.
>
>
> 2009/6/23 emmartins <EMMa...@gmail.com>
>>
>> Hi Erik, I finished the changes to support the service uri template,
>> which will be out in BETA5, I would really be happy to count with your
>> help on testing it, and if not asking too much, a very valuable
>> contribution would be the network traces of all xcap and sip messages,
>> so we could make some scripts for testing this msgs exchange scenario.
>>
>> -- Eduardo
>>
>> On Apr 2, 9:23 am, Eric PTAK <eric.ptak...@gmail.com> wrote:
>> > I'm glad to learn that you are still working on OMA compliancy.
>> > Let me know if I can help in any way.
>> > I stay connected on mobicents-public.
>> >
>> > Eric.
>> >
>> > 2009/3/31 Eduardo Martins <emmart...@gmail.com>
>> >
>> > > Patch committed, I opened new issue regarding support of OMA's
>> > > service uri
>> > > template -http://code.google.com/p/mobicents/issues/detail?id=644. I
>> > > will keep you updated.
>> >
>> > > -- Eduardo
>> >
>> > > On Fri, Mar 27, 2009 at 3:07 PM, Eric PTAK <eric.ptak...@gmail.com>
>> > > wrote:
>> >
>> > >> I forgot one things : thanks you again ;)
>> >
>> > >> Eric.
>> >
>> > >> 2009/3/27 Eric PTAK <eric.ptak...@gmail.com>
>> >
>> > >> I've just tested without the pres-list param and the PS now well
>> > >> expands
>> > >>> subscription to the referenced resource-lists within rls-services
>> > >>> document.
>> > >>> When I subscribe, I well receive a first NOTIFY with a pending
>> > >>> state,
>> > >>> then a NOTIFY with active global state containing a resource doc
>> > >>> with a
>> > >>> pending state for each friends of the resource-lists.
>> > >>> So I guess it's OK for the patch.
>> >
>> > >>> Eric.
>> > >>> 2009/3/26 Eric PTAK <eric.ptak...@gmail.com>
>> >
>> > >>> may be latter this afternoon, or tomorrow.
>> >
>> > >>>> Eric.
>> >
>> > >>>> 2009/3/26 Eduardo Martins <emmart...@gmail.com>
>> >
>> > >>>> ok, that will be another issue, would it be possible for you to
>> > >>>> test it
>> > >>>>> without the uri pres-list param?
>> >
>> > >>>>> -- Eduardo
>> >
>> > >>>>> On Thu, Mar 26, 2009 at 10:33 AM, Eric PTAK
>> > >>>>> <eric.ptak...@gmail.com>wrote:
>> > >>>>>> 2009/3/25 Eduardo Martins <emmart...@gmail.com>
>> >
>> > >>>>>>> Eric, did you made more checks and confirmed it works?
>> >
>> > >>>>>>> -- Eduardo
>> >
>> > >>>>>>> On Wed, Mar 18, 2009 at 5:07 PM, Eric PTAK
>> > >>>>>>> <eric.ptak...@gmail.com>wrote:
>> >
>> > >>>>>>>> This patch seems to be working, I just tried to subscribe and
>> > >>>>>>>> it
>> > >>>>>>>> responds with a 202 Accepted as expected, then Notify me with a
>> > >>>>>>>> pending
>> > >>>>>>>> state.
>> > >>>>>>>> I'll do more checks tomorrow then post again here to confirm.
>> > >>>>>>>> Thanks you Eduardo,
>> >
>> > >>>>>>>> Regards,
>> > >>>>>>>> Eric.
>> >
>> > >>>>>>>> 2009/3/18 Eduardo Martins <emmart...@gmail.com>
-- Eduardo
On Thu, Jun 25, 2009 at 2:54 PM, Eric PTAK<eric.p...@gmail.com> wrote:
> Hi Eduardo,
>
> I'm doing some tests since this morning, and I succes, I don't know how, to
> get my two Mercuro clients with presence exchange working with rls and
> pres-rules during few seconds.
> I have a lot of error, counting somes db errors.
> So I was wondering which db do you use. I usualy use the hsqldb for doing
> some tests, so I tried to use MySQL but I can't get it working as I am a
> noob with jboss even if I followed all guides I found...
>
> Eric.
>
> 2009/6/24 Eric PTAK <eric.p...@gmail.com>
>>
>> Eduardo,
>>
>> I've just made some quick tries with Mercuro IMS Client (Bronze, with a
>> registry tweak to use XCAP Directory).
>> About the latest error from my mail of march 25th, the PS now subscribes
>> to the well pres-rules files when subscribing presence to a "templatized"
>> uri.
>> But it seams there is something missing, cause I still can't get presence
>> notifications.
>> I'll made more checks tomorrow but it looks like the RLS isn't expanded.
>>
>> Eric.
>>
>> 2009/6/24 Eduardo Martins <emma...@gmail.com>
Someone, I think Aayush, already did that work to make it work with
mysql, so maybe you can get some help there. Anyway, I would really
prefer you to use the standard binary, which works with jboss default
datasource, hsqldb.
-- Eduardo
> I'm doing some tests since this morning, and I succes, I don't know how, to
> get my two Mercuro clients with presence exchange working with rls and
> pres-rules during few seconds.
> I have a lot of error, counting somes db errors.
> So I was wondering which db do you use. I usualy use the hsqldb for doing
> some tests, so I tried to use MySQL but I can't get it working as I am a
> noob with jboss even if I followed all guides I found...
>
> Eric.
>
-- Eduardo
On Mon, Jun 29, 2009 at 4:54 PM, aayush
bhatnagar<abhatnag...@gmail.com> wrote:
> 1. Remove the hibernate property "hibernate.hbm2ddl.auto" from
> persistence.xml files to get rid of the JDBC StateStateExceptions.
> 2. SQL Autocommit exceptions are harmless, but if you dont want them to be
> seen on the console, you can specify <no-tx-datasource> for hsql-ds.xml
> instead of <local-tx-datasource>. I have heard that they are not present in
> JBOSS 5 releases.
> 3. For the publication refresh error (CompositionPolicy), I thought it was
> fixed in trunk !! Eduardo will be able to tell better. I tried the patch
> given here: http://code.google.com/p/mobicents/issues/detail?id=625 long
> back and it had worked well for me.
> aayush
>
As aayush said, the db autocommit exceptions are harmless, ignore
those, and his error analysis is also correct, it is the publication
composition algorithm, which is supposed to be fixed, I will check
that and report back to you.
-- Eduardo
On Mon, Jun 29, 2009 at 4:54 PM, aayush
bhatnagar<abhatnag...@gmail.com> wrote:
> 1. Remove the hibernate property "hibernate.hbm2ddl.auto" from
> persistence.xml files to get rid of the JDBC StateStateExceptions.
> 2. SQL Autocommit exceptions are harmless, but if you dont want them to be
> seen on the console, you can specify <no-tx-datasource> for hsql-ds.xml
> instead of <local-tx-datasource>. I have heard that they are not present in
> JBOSS 5 releases.
> 3. For the publication refresh error (CompositionPolicy), I thought it was
> fixed in trunk !! Eduardo will be able to tell better. I tried the patch
> given here: http://code.google.com/p/mobicents/issues/detail?id=625 long
> back and it had worked well for me.
> aayush
>
-- Eduardo
On Wed, Jul 1, 2009 at 9:56 AM, Eric PTAK<eric.p...@gmail.com> wrote:
> Hi all,
>
> I tried again by building PS from trunk and JSLEE from 1.2.5.GA tag, but
> I've got the same behavior as with daily snapshot.
>
> I had also got somes PersitenceXmlLoader error like " property tag must end
> with a '>' with somes PS sbb whereas I didn't change anything.
> To solve it, I just removed my jboss directory and redone build again,
> again, and again, and it finally started fine...
>
> Eric.
>
> 2009/6/30 Eric PTAK <eric.p...@gmail.com>
>>
>> thank you very much, I'll try this today.
>> Eric.
>>
>> 2009/6/29 aayush bhatnagar <abhatnag...@gmail.com>
>>>
>>> 1. Remove the hibernate property "hibernate.hbm2ddl.auto" from
>>> persistence.xml files to get rid of the JDBC StateStateExceptions.
>>> 2. SQL Autocommit exceptions are harmless, but if you dont want them to
>>> be seen on the console, you can specify <no-tx-datasource> for hsql-ds.xml
>>> instead of <local-tx-datasource>. I have heard that they are not present in
>>> JBOSS 5 releases.
>>> 3. For the publication refresh error (CompositionPolicy), I thought it
>>> was fixed in trunk !! Eduardo will be able to tell better. I tried the patch
>>> given here: http://code.google.com/p/mobicents/issues/detail?id=625 long
>>> back and it had worked well for me.
>>> aayush
>>>
What are the specs of the environment: CPU, OS, JDK, Maven?
-- Eduardo
On Wed, Jul 1, 2009 at 9:56 AM, Eric PTAK<eric.ptak.fr@gmail.com> wrote:
> Hi all,
>
> I tried again by building PS from trunk and JSLEE from 1.2.5.GA tag, but
> I've got the same behavior as with daily snapshot.
>
> I had also got somes PersitenceXmlLoader error like " property tag must end
> with a '>' with somes PS sbb whereas I didn't change anything.
> To solve it, I just removed my jboss directory and redone build again,
> again, and again, and it finally started fine...
>
> Eric.
>
You may not know this yet, since it is not in docs and beta5 is not
out yet, but now authentication in the XDM will be mandatory, so you
need to add the public identity (sip:username@domain) to the user
profile mbean slee:userprofile=UserProfileControl
if you have any trouble feel free to add me to your gtalk buddy list
or come to #mobicents irc channel
-- Eduardo
On Wed, Jul 8, 2009 at 10:03 AM, Eric PTAK<eric.p...@gmail.com> wrote:
> Hi all,
> I tried with latests svn update and with mobicents jains slee 1.2.6.GA but
> nothing has changed, I still got an exception when doing a second publish.
> Also tried on a Windows XP SP3 with JDK 1.5.0_16 and got the same result.
> Even tried to patch wih the fix from issue 625 but it said it has already
> been applied. Looking again that issue, it's about a IllegalStateException
> whereas I've got a ConcurrentModificationException.
> As the service-template uri support looks correct, we may close this one and
> open another thread for the composition policy error ?
> Regards,
> Eric.
> 2009/7/1 Eric PTAK <eric.p...@gmail.com>
>>
>> Intel P4
>> Ubuntu 9.04
>> Kernel 2.6.28-13-generic #44-Ubuntu SMP Tue Jun 2 07:57:31 UTC 2009 i686
>> GNU/Linux
>> JDK 1.5.0_18 (ubuntu package)
>> Maven 2.0.9 (ubuntu package)
>> JBOSS 4.2.3.GA (jboss package)
>>
>>
>> 2009/7/1 Eduardo Martins <emma...@gmail.com>
>>>
>>> What are the specs of the environment: CPU, OS, JDK, Maven?
>>>
>>> -- Eduardo
>>>
>>> On Wed, Jul 1, 2009 at 9:56 AM, Eric PTAK<eric.p...@gmail.com> wrote:
>>> > Hi all,
>>> >
>>> > I tried again by building PS from trunk and JSLEE from 1.2.5.GA tag,
>>> > but
>>> > I've got the same behavior as with daily snapshot.
>>> >
>>> > I had also got somes PersitenceXmlLoader error like " property tag must
>>> > end
>>> > with a '>' with somes PS sbb whereas I didn't change anything.
>>> > To solve it, I just removed my jboss directory and redone build again,
>>> > again, and again, and it finally started fine...
>>> >
>>> > Eric.
>>> >
>>> > 2009/6/30 Eric PTAK <eric.p...@gmail.com>
>>> >>
>>> >> thank you very much, I'll try this today.
>>> >> Eric.
>>> >>
>>> >> 2009/6/29 aayush bhatnagar <abhatnag...@gmail.com>
>>> >>>
>>> >>> 1. Remove the hibernate property "hibernate.hbm2ddl.auto" from
>>> >>> persistence.xml files to get rid of the JDBC StateStateExceptions.
>>> >>> 2. SQL Autocommit exceptions are harmless, but if you dont want them
>>> >>> to
>>> >>> be seen on the console, you can specify <no-tx-datasource> for
>>> >>> hsql-ds.xml
>>> >>> instead of <local-tx-datasource>. I have heard that they are not
>>> >>> present in
>>> >>> JBOSS 5 releases.
>>> >>> 3. For the publication refresh error (CompositionPolicy), I thought
>>> >>> it
>>> >>> was fixed in trunk !! Eduardo will be able to tell better. I tried
>>> >>> the patch
>>> >>> given
>>> >>> here: http://code.google.com/p/mobicents/issues/detail?id=625 long
>>> >>> back and it had worked well for me.
>>> >>> aayush
>>> >>>
>>> >>> On Mon, Jun 29, 2009 at 21:08, Eric PTAK <eric.p...@gmail.com>