API hash Invitation

2018-03-21 Thread Shamsundar Bairagi
Hello,

I have a problem with Room hash invitation in 
RoomWebService.
Given Service  :
@Path(value="/hash")
public ServiceResult 
hash(@QueryParam(value="sid")
  String sid,
  
@QueryParam(value="invite")
  InvitationDTO invite,
  
@QueryParam(value="sendmail")
  boolean sendmail)
I can generate following URL :
URL : 
/room/hash?sid=94bc68fa-a946-4b0d-a845-e959deeab317={"firstname":"Mark","lastname":"Steven","email":"a...@gmail.com","password":"Sys@123!","passwordProtected":true,"subject":"Health
 Meeting","roomId":"2","message":"Meeting","validFrom":"2018-03-19 
02:25:12","validTo":"2018-04-20 02:25:12"}=true

 parameter as bellow,
sid = 94bc68fa-a946-4b0d-a845-e959deeab317
invite = 
{"firstname":"Mark","lastname":"Steven","email":"a...@gmail.com","password":"Sys@123!","passwordProtected":true,"subject":"Health
 Meeting","roomId":"2","message":"Meeting","validFrom":"2018-03-19 
02:25:12","validTo":"2018-04-20 02:25:12"}
sendmail = true

 On Restlet it will give me 500 Error :
Parameter Class 
org.apache.openmeetings.db.dto.room.InvitationDTO has no constructor with 
single String parameter, static valueOf(String) or fromString(String) methods

 So please suggest how to pass parameter in 
room hash webservice, Specifically  @QueryParam(value="invite")InvitationDTO 
invite. And How to genarate URL for this RoomWebService.

Thanks & Regards,
Shamsundar K. Bairagi
Software Engineer | TRIARQ Health
Mobile: +91.82750.23265
Office: +91.253.2344395/96 x 525
www.TRIARQhealth.com

[cid:image001.png@01D34CD7.690A7910]

[cid:image002.png@01D34CD7.690A7910]  
[Image result for instagram logo] 

[cid:image004.png@01D34CD7.690A7910]  
   [Image result for linkedin logo]  
   [youtube_social_icon_red] 


This e-mail message and any documents attached to it are confidential and may 
contain information that is protected from disclosure by various federal and 
state laws, including the HIPAA privacy rule (45 C.F.R., Part 164). This 
information is intended to be used solely by the entity or individual to whom 
this message is addressed. If you are not the intended recipient, be advised 
that any use, dissemination, forwarding, printing, or copying of this message 
without the sender's written permission is strictly prohibited and may be 
unlawful. Accordingly, if you have received this message in error, please 
notify the sender immediately by phone at 1.877.456.3671, 
and then delete this message.



RE: Video not working in iframe

2018-03-20 Thread Shamsundar Bairagi
Thanks,
It worked.

From: Maxim Solodovnik [mailto:solomax...@gmail.com]
Sent: Tuesday, March 20, 2018 11:07 AM
To: Openmeetings user-list
Subject: Re: Video not working in iframe

https://dev.chromium.org/Home/chromium-security/deprecating-permissions-in-cross-origin-iframes#TOC-To-continue-to-use-permissions-from-iframes-on-your-website...

On Tue, Mar 20, 2018 at 12:33 PM, Shamsundar Bairagi 
<sbair...@triarqhealth.com<mailto:sbair...@triarqhealth.com>> wrote:
Hello Sir,
Video working in new window but when we integrate that url into iframe then 
video in not working.

Thanks & Regards,
Shamsundar K. Bairagi
Software Engineer | TRIARQ Health
Mobile: +91.82750.23265
Office: +91.253.2344395/96 x 525
www.TRIARQhealth.com<http://www.triarqhealth.com/>

[cid:image001.png@01D34CD7.690A7910]

[cid:image002.png@01D34CD7.690A7910]<https://www.facebook.com/TriarqHealth/>  
[Image result for instagram logo] 
<https://www.instagram.com/triarqhealth/?hl=en>
[cid:image004.png@01D34CD7.690A7910] <https://twitter.com/triarqhealth?lang=en> 
   [Image result for linkedin logo] <https://www.linkedin.com/company/9246337/> 
   [youtube_social_icon_red] 
<https://www.youtube.com/channel/UCuvgSm3gg1wY9hxjm2ZdMhQ/featured>

This e-mail message and any documents attached to it are confidential and may 
contain information that is protected from disclosure by various federal and 
state laws, including the HIPAA privacy rule (45 C.F.R., Part 164). This 
information is intended to be used solely by the entity or individual to whom 
this message is addressed. If you are not the intended recipient, be advised 
that any use, dissemination, forwarding, printing, or copying of this message 
without the sender's written permission is strictly prohibited and may be 
unlawful. Accordingly, if you have received this message in error, please 
notify the sender immediately by phone at 1.877.456.3671<tel:(877)%20456-3671>, 
and then delete this message.




--
WBR
Maxim aka solomax


Video not working in iframe

2018-03-19 Thread Shamsundar Bairagi
Hello Sir,
Video working in new window but when we integrate that url into iframe then 
video in not working.

Thanks & Regards,
Shamsundar K. Bairagi
Software Engineer | TRIARQ Health
Mobile: +91.82750.23265
Office: +91.253.2344395/96 x 525
www.TRIARQhealth.com

[cid:image001.png@01D34CD7.690A7910]

[cid:image002.png@01D34CD7.690A7910]  
[Image result for instagram logo] 

[cid:image004.png@01D34CD7.690A7910]  
   [Image result for linkedin logo]  
   [youtube_social_icon_red] 


This e-mail message and any documents attached to it are confidential and may 
contain information that is protected from disclosure by various federal and 
state laws, including the HIPAA privacy rule (45 C.F.R., Part 164). This 
information is intended to be used solely by the entity or individual to whom 
this message is addressed. If you are not the intended recipient, be advised 
that any use, dissemination, forwarding, printing, or copying of this message 
without the sender's written permission is strictly prohibited and may be 
unlawful. Accordingly, if you have received this message in error, please 
notify the sender immediately by phone at 1.877.456.3671, 
and then delete this message.



OM Eclipse build error

2018-03-13 Thread Shamsundar Bairagi
mvn clean install -P allModules

[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO]
[INFO] Openmeetings
[INFO] Openmeetings Util
[INFO] Openmeetings DB
[INFO] Openmeetings Core
[INFO] Openmeetings Install
[INFO] Openmeetings Service
[INFO] Openmeetings Webservices
[INFO] Openmeetings Web
[INFO] Openmeetings Flash
[INFO] Openmeetings Screen Sharing applet
[INFO] Openmeetings Server
[INFO]
[INFO] 
[INFO] Building Openmeetings 4.0.3-SNAPSHOT
[INFO] 
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ openmeetings-parent 
---
[INFO] Deleting C:\Users\sham.bairagi\git\openmeetings\target
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
openmeetings-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ openmeetings-parent 
---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=7 HEAD"
[INFO] Working directory: C:\Users\sham.bairagi\git\openmeetings
[INFO] Storing buildNumber: 3003c71 at timestamp: 1520938120884
[INFO] Storing buildScmBranch: 4.0.x
[INFO]
[INFO] --- apache-rat-plugin:0.12:check (default) @ openmeetings-parent ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from C:\Users\sham.bairagi\git\openmeetings\.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 76 implicit excludes (use -debug for more details).
[INFO] Exclude: **/*.mp3
[INFO] 8 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 3 licenses.
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (prepare-agent) @ 
openmeetings-parent ---
[INFO] argLine set to 
-javaagent:C:\\Users\\sham.bairagi\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.7.9\\org.jacoco.agent-0.7.9-runtime.jar=destfile=C:\\Users\\sham.bairagi\\git\\openmeetings\\..\\target\\jacoco.exec,append=true
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ openmeetings-parent ---
[INFO]
[INFO] --- maven-site-plugin:3.7:site (generate-site) @ openmeetings-parent ---
[INFO] configuring report plugin 
org.apache.maven.plugins:maven-project-info-reports-plugin:2.9
[INFO] 14 reports configured for maven-project-info-reports-plugin:2.9: index, 
cim, dependencies, dependency-convergence, dependency-management, 
distribution-management, issue-tracking, license, mailing-list, 
plugin-management, plugins, project-team, scm, summary
[INFO] configuring report plugin 
org.apache.maven.plugins:maven-surefire-report-plugin:2.20.1
[INFO] 1 report configured for maven-surefire-report-plugin:2.20.1: report-only
[INFO] configuring report plugin org.apache.rat:apache-rat-plugin:0.12
[INFO] 1 report configured for apache-rat-plugin:0.12: rat
[INFO] Relativizing decoration links with respect to localized project URL: 
http://openmeetings.apache.org
[INFO] Rendering site with 
io.github.devacfr.maven.skins:reflow-maven-skin:jar:1.3.6 skin.
[INFO] Generating "About" report--- 
maven-project-info-reports-plugin:2.9:index
[INFO] Generating "CI Management" report--- 
maven-project-info-reports-plugin:2.9:cim
[INFO] Generating "Dependencies" report --- 
maven-project-info-reports-plugin:2.9:dependencies
[INFO] Generating "Dependency Convergence" report --- 
maven-project-info-reports-plugin:2.9:dependency-convergence
[INFO] Generating "Dependency Management" report --- 
maven-project-info-reports-plugin:2.9:dependency-management
[INFO] Generating "Distribution Management" report --- 
maven-project-info-reports-plugin:2.9:distribution-management
[INFO] Generating "Issue Management" report --- 
maven-project-info-reports-plugin:2.9:issue-tracking
[INFO] Generating "Licenses" report --- 
maven-project-info-reports-plugin:2.9:license
[INFO] Generating "Mailing Lists" report--- 
maven-project-info-reports-plugin:2.9:mailing-list
[INFO] Generating "Plugin Management" report--- 
maven-project-info-reports-plugin:2.9:plugin-management
[INFO] Generating "Plugins" report  --- 
maven-project-info-reports-plugin:2.9:plugins
[INFO] Generating "Team" report --- 
maven-project-info-reports-plugin:2.9:project-team
[INFO] Generating "Source Code Management" report --- 
maven-project-info-reports-plugin:2.9:scm
[INFO] Generating "Summary" report  --- 
maven-project-info-reports-plugin:2.9:summary
[INFO] Generating "Surefire Report" report  --- 
maven-surefire-report-plugin:2.20.1:report-only
[WARNING] Unable to locate Test Source XRef to link