The profiles tag has no wiki summary.
23
votes
3answers
8k views
Default profile in Spring 3.1
In my application I have beans annotated with @Profile("prod") and @Profile("demo").
The first one, as you can guess :), is used on beans that connect to production DB and second one annotates beans ...
13
votes
1answer
7k views
Maven Change a value in a file based on profile
I have a properties file called ApplicationResources.properties in my application with a property that changes depending on the environment. Let us say the property is:
...
12
votes
3answers
14k views
How to set active spring 3.1 environment profile via a properites file and not via an env variable or system property
We use the new environment profiles feature of spring 3.1. We currently set the active profile by setting the environment variable spring.profiles.active=xxxxx on the server to which we deploy the ...
8
votes
4answers
2k views
Django registration and multiple profiles
I'm using django-registration in my application. I want to create different kinds of users with different profiles.
For example, one user is a teacher and another user is a student.
How can I modify ...
6
votes
2answers
3k views
maven profile dependency
I have a maven module with 2 profile profile-a and profile-b
profile-a can be used independent but profile-b should be run with profile-a
mvn install -P profile-a // valid
mvn ...
6
votes
1answer
1k views
ASP.Net profiles: difficulty setting up and using profile fields
I'm currently trying to use ASP.Net Profiles to store additional user information about users that register on our site.
Relevant sample code:
UserProfile.cs
public class UserProfile: ...
5
votes
1answer
503 views
Skinning Android app with Maven build profiles
I've got mavenized Android application and customer wants support for the skinning at build time.
For example:
mvn clean install -P Developer,
mvn clean install -P Customer1,
mvn clean install -P ...
5
votes
3answers
801 views
Place to store user settings in Sharepoint besides profiles
Is user profiles an appropriate place to store things like number of items per page in a custom grid user selected? (I you can store it in the view, but it won't be per user this way).
My first ...
4
votes
2answers
770 views
Maven Profile - Activate Profile depending on packaging
I have a POM which declares web application stuff that is common to my projects. I use this as the parent for all web applications.
Is it possible to activate a profile only when the packaging is ...
4
votes
1answer
680 views
RoR: Devise and Profiles
I'm a complete Rails noob and I'm working on my first rails app.
I'd like each user to have a profile, separate from the users table, but linked by id. I did this alright in PHP before, but rails ...
4
votes
1answer
6k views
Maven Build multiple profiles in one go
It is our policy to only build 1 deployable jar. all environment-specific configurations are kept separate, and we build them all together at once. so under our current Ant process, we have a ...
3
votes
4answers
1k views
Django - how to write users and profiles handling in best way?
I am writing simple site that requires users and profiles to be handled. The first initial thought is to use django's build in user handling, but then the user model is too narrow and does not contain ...
3
votes
5answers
743 views
Profiles installed by MDM service are showing as “Not Verified” after upgrading the device to iOS 6
Profiles installed by MDM service are showing as "Not Verified" after upgrading the device to iOS 6. These profiles were signed by a InCommon cert issued by AddTrust before being pushed to the ...
3
votes
1answer
417 views
Maven build for different profiles
We're trying to migrate from current Ant build to Maven. In the current project, we've different properites files for each of the env say
qa.properties, prod.properties & dev.properties.
The ...
3
votes
2answers
1k views
Managing Multiple Chrome Profiles - OSX
I'm running this shell script as an app in OSX to initiate multiple instances of Chrome with a fresh personal folder:
do shell script "/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome ...
3
votes
2answers
2k views
iPhone App IDs and Provisioning… Does App ID get used instead of provisioning ID if I decide to use Push?
This is a question that has been bugging me for a while. I started my app (now submitted -- not yet approved) not wishing to get into the mess that is APNS (Push).
I did the following:
iPhone ...
3
votes
4answers
938 views
Maven: Depending on inheriting artifact causes build error
Given three POM files:
C depends on B.
B inherits from A.
I can build A and B
C fails to build because of its dependency on B.
The full source-code and build output is included below for your ...
2
votes
3answers
1k views
Builds for different platforms the Maven way
I have a project with a submodule a:jar which needs a different set of dependencies, depending for which platform it is compiled. The code is the same for all platforms. E.g. on Android the ...
2
votes
2answers
623 views
How to show content only made by user in user profile? PHP / MySQL
I'm new in programming. I hope somebody will help me out with this one.
I have a website with user profiles. Users can simply write articles.
Currently all articles from every user are displayed in ...
2
votes
2answers
214 views
Required fields in user profiles in Django
I'm following Beginning Django E-Commerce but I found a part regarding user profiles a bit perplexing. Basically, I have an abstract class like this:
class BaseOrderInfo(models.Model):
class Meta:
...
2
votes
3answers
459 views
Which Django/Pinax app should I use? There are so many, and I just want the simplest one
I want a "settings" page where the
user can submit his
hometown/biography/email settings and upload his avatar
We will be building a mobile app that uses HTTP Rest API to update the user's profile, ...
2
votes
1answer
351 views
Confused that order matters when defining conditional profiles in maven
I have a configurable property line.ending that I used during the assembly phase of the building of my project to specify the line ending type of my application property files. For that I have created ...
2
votes
1answer
70 views
I'm having difficulty working out how to do permissions for my Django models? (not admin)
I have a range of models for my Django project. Everyone with a login has a Profile. A Profile will have certain permission access to the different parts of the website... Be able to view or edit ...
2
votes
1answer
934 views
How to build multiple configurations of an artifact (e.g. WAR etc.) with Maven?
due to the modular nature of some of our current applications, we have a need to understand how to setup Maven to produces mutliple configurations of the same artifact (in our case a WAR file), ...
2
votes
2answers
6k views
Maven server authentication as profile properties
I am trying to setup a shared authentication system on a build server.
We have several maven projects that declares how the deployment should be done regarding the different teams that we have (each ...
2
votes
0answers
134 views
Change icon actionbar depending on the profile selected
I am trying to implement a ProfilesActivity in my app. So, imagine, we are in the home activity/layout: UsersActivity, where we have done addActions to init the actionbar like:
Intent ...
2
votes
0answers
25 views
Unable to use different certificates in a single firefox profile
I have two certificates to open two different websites. I have two firefox profiles to access them. Why is it not possible to access them together in a single firefox profile by importing both the ...
2
votes
1answer
1k views
Generating custom WAR archives with Maven profiles
I need to produce different WARs from a Maven project, according to values that vary between profiles.
For some files, I have default values that may be overwritten by configuration. For example, I ...
2
votes
1answer
316 views
Mixing .NET assemblies (.NET 3.5 and .NET 4.0 Client profile)
We would like to deploy our application targeting the .NET 4.0 Client profile because I believe it is now deployed on most Windows 7 PCs. Some of the components we use do require .NET 4.0 so its not ...
2
votes
2answers
2k views
How to create a profile php code?
I just started with PHP and my SQL databases, I have learned how to create databases, and create register forms that store the information on the databases, but I do not know how to keep people from ...
2
votes
1answer
215 views
How to create different asp.net User Profiles
Is possible define different profiles a the same time?
I have two type of users in my web site and they have different properties.
Using asp.net profile is possible to define two or more profiles with ...
1
vote
2answers
492 views
Storing user profile data in the users table or separate profile table?
I'm developing a quick side project that needs a users table, and I want them to be able to store profile data. I was already reaching for the ASP.NET profile provider when I realized that users will ...
1
vote
2answers
6k views
'System.Web.Security.SqlMembershipProvider' requires a database schema compatible with schema version '1'
I want to use profiles and was able to use aspent_regsql -A p to install the tables. I can see them throughout SQL management studio.
I'm actually using SQLExpress 2005, and my ...
1
vote
1answer
601 views
ASP.NET Profiles - Add a profile to an existing user
How do you add a profile entry (consisting of a guid, two strings, and an integer) to an existing user in the default SQL profile and membership providers? I can do this either via a sql query or C# ...
1
vote
2answers
947 views
Configure Outlook Mail Settings Programmatically?
Was wondering if there was a simple way to add and configure a POP3 server to Outlook's mail server settings programmatically?
Searching Google seems to yield results that tell me I have to ...
1
vote
2answers
87 views
RoR : Nested forms with devise
I am new to RoR and I thought I could ask you some help. I didn't find the specific answer I am looking for.
I have a problem with a modelisation I want to make using Devise. Devise sets up a Member ...
1
vote
5answers
357 views
Maven: Selecting Parent Project Based On Profile
I have a maven project - it is a plugin for jenkins. It's parent should be a:
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
...
1
vote
1answer
2k views
Maven - Calling a module from Parent POM based on the profile
I have a module which is supposed to produce two artifacts (war's). The only difference between the two WAR's is the web.xml being used.
I did this with the help of Maven Profiles...
<parent>
...
1
vote
1answer
1k views
how to handle multiple profiles per user?
I'm doing something that doesn't feel very efficient. From my code below, you can probably see that I'm trying to allow for multiple profiles of different types attached to my custom user object ...
1
vote
1answer
164 views
How can I retrieve the Windows profiles directory path remotely?
I'm trying to retrieve the path of the profiles directory across various versions of Windows. In older versions that might be [drive]:\Documents and Settings, on newer ones it's [drive]:\Users. There ...
1
vote
1answer
2k views
getString from a few SharedPreferences file and create listView
First - sorry for my english;) I'am writing profile manager for Android and i want getString from a few SharedPreferences file and create listView. It's part of my code:
private static final String ...
1
vote
1answer
173 views
Using DataContext Type in Web.Config Profile Properties
Hoping someone has an idea on how to use a type from my linq-to-sql datacontext as the type attribute in my web.config providers property.
<profile enabled="true">
...
1
vote
1answer
1k views
PHP User Profile System
I am looking for some suggestions for creating a User Profile System. I have just finished a user management application with the usual controls like Login, Registration, Password Reset, Admin section ...
1
vote
2answers
2k views
SharePoint User Profile Search
Is there a way to search profiles in MOSS from the object model? I need to search for profiles that have a certain value set on their profile and then perform some action for them.
I need to write ...
1
vote
2answers
543 views
ASP.Net MVC & Memberships
I would really appreciate some feedback on what I am trying to achieve:
The problem:
I would like to authorize a user of my application to a single action on the controller. For e.g.: a user can ...
1
vote
0answers
42 views
Remove AD users from SharePoint 2010
I'm trying to remove all users from one specific OU in AD from our SharePoint 2010 farm.
I have change the Synchronization Connections, so it does not include the specific OU any more.
First I tried ...
1
vote
0answers
54 views
profile picture upload stops the widget(php) to show up
I'm new to php and and trying to improve my HTML, so I decided to build a social network site. I've used tutorials online and I've had my problems along the way, but I've always been able to figure ...
1
vote
0answers
260 views
Spring - PropertyPlaceholderConfigurer
I am trying to implement an application for different profiles using Spring 3 but i am not sure how it develop using Spring 3. I have couple of confusions
When you develop application using ...
1
vote
1answer
86 views
Multiple provisioning profiles
We have an enterprise app that is installed on approximately 2500 devices. We are in the final stages of producing a version 2 upgrade. Our enterprise distribution certificate is expiring soon so we ...
1
vote
0answers
74 views
How To Remove “Roles” Option in Orchard User Registration Page
I installed Profiles Module and then Extended Registration module. And I am collecting various information from users on the Orchard Registration page. However, the last part of that page asks users ...


