1. Is it possible for me to define my own Application Usage which is
specific to my IMS service? I could only find application usages
pertaining to presence. Can i configure a new app usage in the app
usage cache RA?
In presence......
2. It would be helpful if someone can elaborate on the dynamic user
provisioning property. What exactly is done as part of user
provisioning by the XDM ? It is not clear to me.
3. Can i make use of the element selector and attribute selector APIs,
if my custom application usage is not defined currently?
aayush.
Eduardo
On Mon, Sep 29, 2008 at 3:47 PM, aayush bhatnagar
The comments in the XSD were not being parsed properly. Once the
commenting was removed..the error is no longer there.
It seems that this might be a xerces bug. What do u think?
thanks.
Aayush.
>>>>>>> in this directory *
>>>>>>> appusages\IMS\server\sbb\src\main\java\org\openxdm\xcap\server\slee\appusage\IMS
>>>>>>> *.
>>>>>>>
>>>>>>> and also put xsd file resources folder and updated sbb-jar.xml file
>>>>>>>
>>>>>>> then tried to build XDM then i am getting error like " Could not find
>>>>>>> the model file ...IMS/Client."
>>>>>>>
>>>>>>> so my question is, would i need to add client folder with jaxb and
>>>>>>> key
>>>>>>> packages like this omapresrules appusage
>>>>>>> "*org.openxdm.xcap.client.appusage.omapresrules.jaxb*" and
>>>>>>> "org.openxdm.xcap.client.appusage.omapresrules.key".
>>>>>>>
>>>>>>> and also what would be in files under these packages specific to
>>>>>>> custom-defined AppUsuage.
>>>>>>>
>>>>>>> One more doubt that, would i be able to build this custom defined
>>>>>>> *appusage
>>>>>>> *after changing in corresponding maven pom files.
Much appreciated.
Thanks in advance
Aayush
>>>>>>>>> in this directory *
>>>>>>>>> appusages\IMS\server\sbb\src\main\java\org\openxdm\xcap\server\slee\appusage\IMS
>>>>>>>>> *.
>>>>>>>>>
>>>>>>>>> and also put xsd file resources folder and updated sbb-jar.xml file
>>>>>>>>>
>>>>>>>>> then tried to build XDM then i am getting error like " Could not
>>>>>>>>> find the model file ...IMS/Client."
>>>>>>>>>
>>>>>>>>> so my question is, would i need to add client folder with jaxb and
>>>>>>>>> key packages like this omapresrules appusage
>>>>>>>>> "*org.openxdm.xcap.client.appusage.omapresrules.jaxb*" and
>>>>>>>>> "org.openxdm.xcap.client.appusage.omapresrules.key".
>>>>>>>>>
>>>>>>>>> and also what would be in files under these packages specific to
>>>>>>>>> custom-defined AppUsuage.
>>>>>>>>>
>>>>>>>>> One more doubt that, would i be able to build this custom defined
>>>>>>>>> *appusage
>>>>>>>>> *after changing in corresponding maven pom files.
I have installed maven in my system i was able to run mvn
install on the mobicent project. The install was successful but i did
not get a complete jar of the application. When i navigated to the
folders i found the respective jars for each module being formed in
the target folders. Is there as specific setting needed in the project
pom.xml to get the entire application jar.
--Mobicents
On Nov 7 2008, 7:19 pm, "Eduardo Martins" <emmart...@gmail.com> wrote:
> As the module name predicts it is for client applications. Instead of
> working with DOM or another generic XML API you can work with JAXB pojos.
> The keys are just to abstract the app usage details when using the provided
> XCAP client api.
>
> On Fri, Nov 7, 2008 at 11:40 AM, Nitin Gupta <it.ni...@gmail.com> wrote:
> > Thanks Martins,
> > Now i got success in building new AppUsuage :-)
>
> > but what is the use that client folder ?? i mean where and when it played
> > role
>
> > Regards:-
> > Nitin Gupta.
>
> > On Fri, Nov 7, 2008 at 4:58 PM, Eduardo Martins <emmart...@gmail.com>wrote:
>
> >> Considering you kept the same maven project structure and since you don't
> >> want to build client components, you will have to remove the client
> >> <module/> from the root pom.xml.
>
> >> On Fri, Nov 7, 2008 at 11:07 AM, Nitin Gupta <it.ni...@gmail.com> wrote:
>
> >>> Hi Martins,
> >>> Today i was trying to add new AppUsuage in XDM as per
> >>> ppt instructions.
> >>> but its not worked in my case.
>
> >>> actually what i have done as per instructions is :-
> >>> I have added three java files of IMSAppUsage, IMSAppUsageFactory and
> >>> IMSAppUsageSBB
> >>> in this directory *
> >>> appusages\IMS\server\sbb\src\main\java\org\openxdm\xcap\server\slee\appusage\IMS
> >>> *.
>
> >>> and also put xsd file resources folder and updated sbb-jar.xml file
>
> >>> then tried to build XDM then i am getting error like " Could not find the
> >>> model file ...IMS/Client."
>
> >>> so my question is, would i need to add client folder with jaxb and key
> >>> packages like this omapresrules appusage
> >>> "*org.openxdm.xcap.client.appusage.omapresrules.jaxb*" and
> >>> "org.openxdm.xcap.client.appusage.omapresrules.key".
>
> >>> and also what would be in files under these packages specific to
> >>> custom-defined AppUsuage.
>
> >>> One more doubt that, would i be able to build this custom defined *appusage
> >>> *after changing in corresponding maven pom files.
>
> >>> Thanks,
>
> >>> Regards:-
> >>> Nitin Gupta.
>
> >>> On Wed, Oct 1, 2008 at 4:04 PM, Eduardo Martins <emmart...@gmail.com>wrote:
>
> >>>> Here it goes, a few slides on the matter, let me know if something
> >>>> should be improved/missing
>
> >>>>http://groups.google.com/group/mobicents-public/web/MobicentsSIPPrese...
>
> >>>> Eduardo
>
> >>>> On Mon, Sep 29, 2008 at 3:47 PM, aayush bhatnagar
> >>>> <abhatnagar192...@gmail.com> wrote:
> >>>> > okies :)
>
> >>>> > On Mon, Sep 29, 2008 at 8:16 PM, Eduardo Martins <emmart...@gmail.com
>
> >>>> > wrote:
>
> >>>> >> Be patient, I will reply to you as soon as possible, it's very easy
> >>>> to
> >>>> >> add new app usages.
>
> >>>> >> On Mon, Sep 29, 2008 at 3:14 PM, aayush bhatnagar
> >>>> >> <abhatnagar192...@gmail.com> wrote:
>
> >>>> >> > Hello guys..
> >>>> >> > Some guidance really appreciated..
> >>>> >> > Thanks
> >>>> >> > aayush
>
or
mvn -f integrated/server/installer/pom.xml install
depending if you want just the XDM Server or the full Presence
Service, which includes the Presence Server and Resource List Server.
-- Eduardo
-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-
http://emmartins.blogspot.com
http://www.redhat.com/solutions/telco
Before we start please tell me why are you building the server from source.
Btw do you know that there are daily binary snapshots?
Also it may be good to start with the reading of the user guide, even
if content is not that great at this time:
-- Eduardo
-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-
http://emmartins.blogspot.com
http://www.redhat.com/solutions/telco
Please download latest mobicents distribution. It comes bundled with jboss.
On Aug 25, 2010 9:45 AM, "mobincent developer" <mobice...@gmail.com> wrote:
Hi,
I want to add a new appusage to the xdm server.
So i wanted to first try deploying the current code in my system.
I have set the JBOSS_HOME in the environment variable but i could not find any components installed in the deploy folder.
I have JBOSS 4.0.4.GA . Thanks for the reference and the replies i shall go through them and get back in case i have any queries.
--mobicents
On Tue, Aug 24, 2010 at 6:34 PM, Eduardo Martins <emma...@gmail.com> wrote:
>
> The XDM or Integ...