Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

mtcbrian
mtcbrian
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by mtcbrian
Customize the badges you want to showcase on your profile
Re: Changing user roles in java server api - Adobe LiveCycle 01-11-2010
Nigel,Different users will have different roles in the same room. Some guest users will be just viewers, others publishers. I have an application where 'users' keep track of a list of their 'contacts'. We want the ability for a 'user' to send an invitation to these contacts with a url to meet in a 'room' . So in general, the 'contacts' will be viewers and the 'users' will be publishers. I found out about lccs and thought it looked like a nice solution. So I'm new to this. We already use flex wit...

Views

183

Likes

0

Replies

0
Re: Changing user roles in java server api - Adobe LiveCycle 01-11-2010
What I have is a simple mxml file here: With an associated actionscript file: import edu.byu.mtc.referral.mccp.presentation.model.AppModel;import edu.byu.mtc.referral.mccp.presentation.view.ChatRoom.ChatRoom;private function init() : void{ auth.userName = AppModel.getInstance().user.firstName; AppModel.getInstance().user.createChatRoom(); cSession.roomURL="https://connectnow.acrobat.com/smithbd99/" + AppModel.getInstance().user.username; }private function setRole() : void{ AppMo...

Views

180

Likes

0

Replies

0
Re: server to server "bad-instance" error while registerHook - Adobe LiveCycle 01-11-2010
How do you set the debug flag in the java api?

Views

116

Likes

0

Replies

0
Changing user roles in java server api - Adobe LiveCycle 01-11-2010
I'm trying to change the role of a user using the java server libraries. Here is the code I am running:AccountManager am = new AccountManager();am.login(,);am.setUserRole(roomID,am.getSession(roomID).getUserID(), UserRoles.PUBLISHER);Nothing seems to happen when I run this, not even an error.I have also tried running the setUserRole method like this:am.setUserRole(roomID,, UserRoles.PUBLISHER);I know I am connecting to the lccs service because I am able to create rooms just fine using:am.createR...

Views

1.1K

Likes

0

Replies

7