Re: [uportal-dev] Help with @Autowired

2015-05-21 Thread Eric Dalquist
Spring app contexts in a web/portlet application form a tree, contexts further down in the tree can look directly up the tree to resolve dependencies. There is usually a listener in web.xml that defines the root application context Then each servlet/portlet has its own app context with the root

Re: [uportal-dev] PersonDir: v2: status and goals?

2014-12-17 Thread Eric Dalquist
Andrew is pretty spot on in his assessment of things. The code that does exist lives here: https://github.com/Jasig/person-directory/tree/pd-2-dev There is something that might pass for a design (well more like a brain dump) in https://github.com/Jasig/person-directory/blob/pd-2-dev/notes.txt

Re: [uportal-dev] Inactive committers

2014-11-07 Thread Eric Dalquist
You can remove mine as well, as much as I'd like to contribute code the realities of the world are that list participation is about as much as I can swing right now. On Fri Nov 07 2014 at 7:53:20 AM Andrew Petro apetro.li...@gmail.com wrote: Tim, Done. Again, not my preferred resolution to

Re: [uportal-dev] Adopting Google Style for next major release

2014-11-06 Thread Eric Dalquist
+1 to what Andrew said. I've contributed to a lot of different OSS projects pretty much every big project (Spring, Hibernate, Jackson, Ehcache) have strictly enforced style guides. Did I agree with all the rules of each of these style guides? No, of course not. Did that make it harder to

Re: [uportal-dev] Adopting Google Style for next major release

2014-11-06 Thread Eric Dalquist
The line length limit really isn't too terribly bad to get used to, and really if you consistently have lines longer than 100 characters in Java your code could probably use some refactoring to become more readable. The history part is an issue but if the refactoring was done as part of the

Re: [uportal-dev] PortletExecutionManager and extendedTimeoutExecutions

2014-08-26 Thread Eric Dalquist
regards, Andrew -- *From:* bounce-35984534-81063...@lists.wisc.edu bounce-35984534-81063...@lists.wisc.edu on behalf of James Wennmacher jwennmac...@unicon.net *Sent:* Tuesday, August 26, 2014 11:00 AM *To:* uportal-dev@lists.ja-sig.org *Cc:* Eric Dalquist

Re: [uportal-dev] sequential IDs in layout-fragment.xml files contributing to commit noise

2014-07-25 Thread Eric Dalquist
I'd go even further and start at 100 instead of 10 to give you more space since most layouts only have 3 levels - 1 - 100 - 110 - 120 - 200 - 210 - 220 On Fri, Jul 25, 2014 at 10:00 AM, James Wennmacher jwennmac...@unicon.net wrote:

Re: [uportal-dev] Trouble with net.sf.ehcache:ehcache-web-parent dependency

2014-06-13 Thread Eric Dalquist
This highlights the very real danger of adding extra repositories. It may be more work up front to get all the deps you need into central but it is very much worth it long term to avoid this sort of dependency hell pain. On Fri, Jun 13, 2014 at 9:49 AM, Cris J Holdorph holdo...@unicon.net wrote:

Re: [uportal-dev] Trouble with net.sf.ehcache:ehcache-web-parent dependency

2014-06-13 Thread Eric Dalquist
. Bar 2.0 uses crud 3.0. crud 3.0 specifies a respository in it's pom.xml file to go get blah version 1.2.3 from some weird repo. Final result, my project is now dependent on some weird repo for version 1.2.3 of blah. Cris J H On 06/13/2014 09:57 AM, Eric Dalquist wrote

Re: [uportal-dev] NaturalIdCache annotation

2014-05-23 Thread Eric Dalquist
So this was a partially realized feature in Hibernate that I helped them complete a few years ago. To really understand it you need to first have a decent grasp of the multi-layer caching system that hibernate uses. I'll like a bunch of blogs that I would HIGHLY recommend you read but I'll also

Re: [uportal-dev] DLM saveUserLayout() cache invalidation?

2014-03-04 Thread Eric Dalquist
That should be invalidating the cache but the layout should also be removed from the cache at both login and logout as well. On Tue, Mar 4, 2014 at 5:17 AM, Andrew Petro ape...@wisc.edu wrote: uPortal developers, Do you suppose that DLM saveUserLayout() http://goo.gl/kRxyqz ought to be

Re: [uportal-dev] DLM saveUserLayout() cache invalidation?

2014-03-04 Thread Eric Dalquist
the cache, even though that's not my particular ghost in the machine? Andrew On 3/4/14, 8:57 AM, Eric Dalquist wrote: That should be invalidating the cache but the layout should also be removed from the cache at both login and logout as well. On Tue, Mar 4, 2014 at 5:17 AM, Andrew Petro

Re: [uportal-dev] proposed: Tim Vertein for uPortal committership

2014-02-07 Thread Eric Dalquist
+1 On Fri, Feb 7, 2014 at 9:21 AM, Timothy Vertein vert...@wisc.edu wrote: Thanks Andrew, As mentioned, I joined the UW team a while ago. I've been quite active in Madison's private uPortal fork, with the marketplace feature we talked about at camp, being my most recent project. I've

Re: [uportal-dev] EhCache and jgroups question

2014-02-07 Thread Eric Dalquist
like fe80:0:0:0:a288:b4ff:febe:ed0%3:43362). Thanks, James Wennmacher - Unicon480.558.2420 On 02/05/2014 06:30 PM, Eric Dalquist wrote: +uportal-dev so everyone sees the background on this. UDP multicast is great ... in theory. In practice across the complex networks in most data

Re: [uportal-dev] EhCache and jgroups question

2014-02-07 Thread Eric Dalquist
! James Wennmacher - Unicon480.558.2420 On 02/07/2014 11:00 AM, Eric Dalquist wrote: That is correct. You can set those ports if you need to, I believe we do at UW to deal with TCP firewalls but they are not required in most cases. One thing to note is the important data in that table is stored

Re:[uportal-dev] EhCache and jgroups question

2014-02-05 Thread Eric Dalquist
+uportal-dev so everyone sees the background on this. UDP multicast is great ... in theory. In practice across the complex networks in most data centers it is a nightmare. At UW and other places I tested we had constant problems with peer discovery, message routing and other issues. As you said

Re: [uportal-dev] Travis-CI noise?

2014-02-03 Thread Eric Dalquist
+1 thanks for doing this Andrew On Mon, Feb 3, 2014 at 1:05 PM, Andrew Petro ape...@wisc.edu wrote: uPortal developers, I'm experimenting with implementing Travis-CI continuous integration of the uPortal build. It's got some default notification email triggers.

Re: [uportal-dev] Entering CONFIG mode outside the Portlet Manager?

2014-01-24 Thread Eric Dalquist
Normal users can never use CONFIG. It is only usable by portal admins and requires specific permissions to even work for a user. Beyond that, a portlet might be able to just set CONFIG as the mode on a URL. I never actually tried that. On Fri, Jan 24, 2014 at 8:34 AM, Drew Wills

Re: [uportal-dev] Entering CONFIG mode outside the Portlet Manager?

2014-01-24 Thread Eric Dalquist
/configMode.jsp?source=cc#L53 On Fri, Jan 24, 2014 at 9:09 AM, Drew Wills awi...@unicon.net wrote: That's a great answer! It sounds like it was done originally in a sound, future-proof way. drew On 01/24/2014 10:06 AM, Eric Dalquist wrote: So CONFIG is baked into various framework bits so

Re: [uportal-dev] Potential JDK Upgrade Breakage

2014-01-21 Thread Eric Dalquist
seeing any apparent issues yet, we upgraded last Wednesday. java-1.7.0-openjdk.x86_64 1:1.7.0.51-2.4.4.1.el6_5 @rhel-x86_64-server-6 java-1.7.0-openjdk-devel.x86_64 1:1.7.0.51-2.4.4.1.el6_5 @rhel-x86_64-server-6 Aaron On Mon, Jan 20, 2014 at 10:57 PM, Eric Dalquist eric.ape

[uportal-dev] Fwd: [jira] [Created] (PLUTO-624) Pluto does not support Runtime option javax.portlet.actionScopedRequestAttributes

2013-11-26 Thread Eric Dalquist
/properties/contexts/portletContainerContext.xml#L96 On Tue, Nov 26, 2013 at 1:49 PM, James Wennmacher jwennmac...@unicon.netwrote: Oh. I didn't realize that. Sure a few pointers would be great. Thanks! James Wennmacher - Unicon480.558.2420 On 11/26/2013 12:37 PM, Eric Dalquist wrote

Re: [uportal-dev] JSR 362: Portlet Specification 3.0

2013-10-30 Thread Eric Dalquist
/portletspec3/members James Wennmacher - Unicon480.558.2420 On 08/23/2013 10:02 AM, Eric Dalquist wrote: If someone wants to be involved I can nominate them for pluto committer access. The JSR EG is getting created right now and Apereo could still get someone involved. -Eric On Fri, Aug 23

Re: [uportal-dev] JSR 362: Portlet Specification 3.0

2013-10-30 Thread Eric Dalquist
sent from mobile device On 31/10/2013 4:54 AM, James Wennmacher jwennmac...@unicon.net wrote: I just happened to run across this again. Did Apereo get someone involved? https://java.net/projects/portletspec3/members James Wennmacher - Unicon480.558.2420 On 08/23/2013 10:02 AM, Eric

Re: [uportal-dev] JSR 362: Portlet Specification 3.0

2013-10-30 Thread Eric Dalquist
at 3:44 PM, Steve Swinsburg steve.swinsb...@gmail.comwrote: Eric do you know what's involved/expected? I can put this to the Apereo Board. Cheers Steve sent from mobile device On 31/10/2013 9:43 AM, Eric Dalquist eric.ape...@dalquist.org wrote: Note that list isn't final and people can

Re: [uportal-dev] Vote: uPortal Steering Committee Representative

2013-09-18 Thread Eric Dalquist
+1 On Wed, Sep 18, 2013 at 7:19 AM, Andrew Petro ape...@unicon.net wrote: +1 I agree emphatically that Anthony will make an excellent uPortal Steering Committee member. He's already a leader and I look forward to his further leadership in this additional role. On Wed, Sep 18, 2013 at

Re: [uportal-dev] JSR 362: Portlet Specification 3.0

2013-08-23 Thread Eric Dalquist
If someone wants to be involved I can nominate them for pluto committer access. The JSR EG is getting created right now and Apereo could still get someone involved. -Eric On Fri, Aug 23, 2013 at 9:08 AM, Anthony Colebourne anthony.colebou...@manchester.ac.uk wrote: Hi, Does anybody know

Re: [uportal-dev] Respondr -- Further progress on the Responsive Design theme for uPortal 4.1

2013-08-07 Thread Eric Dalquist
Awesome work Drew, it looks great! On Wed, Aug 7, 2013 at 7:56 PM, Drew Wills awi...@unicon.net wrote: Hey folks, I had a chance today to go a bit further with the work on the new Respondr theme based on Twitter Bootstrap and Responsive Design principals. -

Re: [uportal-dev] UP-3408 Work around spring exception handling bug

2013-07-16 Thread Eric Dalquist
Take a look at: https://issues.jasig.org/browse/UP-3408 Perhaps this needs to be a toggle for exceptions during actions but we were seeing issues where portlets were failing but the portal didn't correctly respond to the failure due to spring swallowing the exception. This was particularly

Re: [uportal-dev] UP-3408 Work around spring exception handling bug

2013-07-16 Thread Eric Dalquist
get my head around whether the workaround is needed to accommodate the version of spring in uPortal or the version of spring in portlets? -- Anthony. On 16/07/13 16:05, Eric Dalquist wrote: Take a look at: https://issues.jasig.org/browse/UP-3408 Perhaps this needs to be a toggle

[uportal-dev] Off to the Next Adventure

2013-07-11 Thread Eric Dalquist
a part of this wonderful community. I'm looking forward to see what cool new things uPortal and the rest of the Apereo projects will be getting up to. -Eric Dalquist smime.p7s Description: S/MIME Cryptographic Signature

Re: [uportal-dev] [VOTE] Tim Levett for uPortal Committer

2013-06-11 Thread Eric Dalquist
The vote result is: 4 - +1 0 - 0 0 - -1 So welcome Tim, I'll be working with you to setup commit access and make sure all the ICLA paperwork is in order. -Eric On 06/06/2013 10:08 AM, Eric Dalquist wrote: I'd like propose Tim Levett for a uPortal committer, he has been working on uPortal

Re: [uportal-dev] Backbone version in uPortal 4.0

2013-06-10 Thread Eric Dalquist
be the only concern that I can think of in terms of upgrading. Thanks, Matt - Original Message - From: Eric Dalquist eric.dalqu...@doit.wisc.edu To: Matt Polizzotti mpolizzo...@unicon.net, uportal-dev uportal-dev@lists.ja-sig.org Sent: Friday, June 7, 2013 9:17:45 AM Subject: Backbone

[uportal-dev] Backbone version in uPortal 4.0

2013-06-07 Thread Eric Dalquist
I see that uPortal 4.0 is pulling in backbone 0.9.2 but I don't see any where that we are actually using it in the core framework. Do you see any problems with my upgrading to the latest version of backbone? -Eric smime.p7s Description: S/MIME Cryptographic Signature

[uportal-dev] Jasig Services Outages

2013-06-06 Thread Eric Dalquist
Jira, Confluence and Crowd will be down for upgrade at various times between 7pm and 12am CDT on Friday June 7th. -Eric smime.p7s Description: S/MIME Cryptographic Signature

Re: [uportal-dev] James Wennmacher for uPortal committer

2013-05-07 Thread Eric Dalquist
+1 On 05/06/2013 12:39 PM, Drew Wills wrote: Hey folks, We have a very seasoned and capable Java developer here at Unicon who has recently become quite involved with uPortal -- and whom we expect to be even more involved going forward -- named James Wennmacher. He's also been very active

Re:[uportal-dev] Question on folder names

2013-04-24 Thread Eric Dalquist
It could be amended. That entire folderName section is delegated to the IUrlNodeSyntaxHelper that is configured for the current structure transform. The syntax of each path element (there can be 0..N) in the folder section is dictated by that class. In the case of the

[uportal-dev] Logging Documentation

2013-03-27 Thread Eric Dalquist
We've put together some project setup documentation to try and get logging configurations consistent across uPortal and portlets: https://wiki.jasig.org/display/PLT/Logging+Best+Practices Let me know if you have any questions/comments/tweaks! -Eric smime.p7s Description: S/MIME Cryptographic

Re: [uportal-dev] can missing elements be purged from the db?

2013-03-21 Thread Eric Dalquist
Can you share a full stack trace so we can see what the portal is trying to do? -Eric On 03/21/2013 11:57 AM, Bill Brown wrote: hello uPortal devs. We're using uportal 4.0.5 and see flurries of this error every couple of days or so. org.springframework.web.util.NestedServletException:

[uportal-dev] uPortal 4.0.11 Released

2013-03-21 Thread Eric Dalquist
hat does not require a match on the whole region [UP-3671] - Create a new Portal Activity framework portlet that shows some basic info about current users, logins, and searches Task [UP-3673] - Add logging config for bundled Calendar portlet

[uportal-dev] 4.0.11 Release Planning

2013-03-18 Thread Eric Dalquist
I'm going to plan on cutting 4.0.11 on Thursday. Just keep that in mind as you're looking at issues/bugs/etc this week. -Eric smime.p7s Description: S/MIME Cryptographic Signature

Re: [uportal-dev] USD Portal Statistics Portlet

2013-03-05 Thread Eric Dalquist
Looks awesome, +1 from me On 03/05/2013 10:23 AM, Drew Wills wrote: Hey folks, University of South Dakota has this really cool Portal Statistics portlet that they show on their guest page. It shows how many users logged in recently, as well as the most popular search terms recently. They

Re: [uportal-dev] turning off uMobile

2013-02-18 Thread Eric Dalquist
-1 just make sure the manual has enough details to go and tweak the browser mapping. -Eric On 02/18/2013 01:09 PM, Misagh Moayyed wrote: Team, How do we feel about adding a boolean setting to the build process so profile mappings for the mobile view can be toggled at build time? I figure

Re: [uportal-dev] uPortal-4.0.10 with Oracle 11g Database Exadata

2013-02-15 Thread Eric Dalquist
Replied on uportal-user email list. -Eric On 2/14/13 4:42 PM, Laura McCord wrote: We are running uP 4.0.6 with a database schema. Though, I am not sure what the sessions per user limit is set to. Laura On 2/14/13 11:20 AM, Xin Feng wrote: Thanks a lot. It did fix my problem. I only need

Re: [uportal-dev] IE8 Enable Protected Mode

2013-02-13 Thread Eric Dalquist
This would probably get more traction on the uportal-user email list. Thanks, -Eric On 02/13/2013 09:02 AM, Brad Morse wrote: This is a shot in the dark, but we use BEIS to handle our Single Sign on from uPortal 3.2 to Ellucian Banner (formerly Sungard). The SSO process does not work in

Re: [uportal-dev] 302 moved temporarily

2013-02-13 Thread Eric Dalquist
This is also a better question for the uportal-user list. uportal-dev is intended for people working on the internals of uPortal framework development. Thank you, -Eric On 02/13/2013 10:55 AM, Brad Morse wrote: I am receiving 302 Moved Temporarily on AJAX get requests, then I get the 200 OK,

Re:[uportal-dev] Fwd: Push Rights for Tony Arland

2013-02-12 Thread Eric Dalquist
Done. On 02/11/2013 06:33 PM, Anthony Arland wrote: Hey Eric, I was wondering if you could grant me the push rights for the branches specified below. I'm a unicon dev checking in code for SSP. Thanks very much for your help. -Tony Begin forwarded message: *From: *Daniel McCallum

[uportal-dev] uPortal 4.0.10 Released

2013-02-07 Thread Eric Dalquist
] - Person Lookup max results configurable Add scrollbar -Eric Dalquist smime.p7s Description: S/MIME Cryptographic Signature

Re: [uportal-dev] query functions firing and not firing

2013-02-06 Thread Eric Dalquist
, something with the portlet URL's with exclusive/normal. When I get this resolved, I'll report back the fix - in the meantime I welcome anything you recommend me to look into why this is happening. Thanks! On Feb 5, 2013, at 12:36 PM, Eric Dalquist wrote: Take a look over https

Re: [uportal-dev] query functions firing and not firing

2013-02-06 Thread Eric Dalquist
portlet settings, something with the portlet URL's with exclusive/normal. When I get this resolved, I'll report back the fix - in the meantime I welcome anything you recommend me to look into why this is happening. Thanks! On Feb 5, 2013, at 12:36 PM, Eric Dalquist wrote: Take a look over

Re: [uportal-dev] query functions firing and not firing

2013-02-06 Thread Eric Dalquist
...@lists.wisc.edu] *On Behalf Of *Eric Dalquist *Sent:* Wednesday, February 06, 2013 7:33 AM *To:* uportal-dev@lists.ja-sig.org *Subject:* Re: [uportal-dev] query functions firing and not firing So I just realized that best practices page isn't completely right. I've updated https

Re: [uportal-dev] Error while initializing database - event-aggregation.xml

2013-02-05 Thread Eric Dalquist
I'm not seeing that, you have no local mods and git diff upstream/master doesn't show any changes? On 02/01/2013 06:17 AM, Misagh Moayyed wrote: Team, Running the latest uPortal source from master, I keep getting the following exception stack when I run the command 'ant initdb': FAIL:

Re: [uportal-dev] ajax calls in web proxy firing twice

2013-01-30 Thread Eric Dalquist
Is the first request a HTTP HEAD? The proxy portlet needs to determine the content type to figure out how to handle the content and so if it can't determine the content type by how the url is used in the proxied page it does a HTTP HEAD first looks at the content type and then does the HTTP

Re: [uportal-dev] ajax calls in web proxy firing twice

2013-01-30 Thread Eric Dalquist
, at 10:46 AM, Eric Dalquist wrote: Is the first request a HTTP HEAD? The proxy portlet needs to determine the content type to figure out how to handle the content and so if it can't determine the content type by how the url is used in the proxied page it does a HTTP HEAD first looks

Re: [uportal-dev] Stats reports issue reporting

2013-01-22 Thread Eric Dalquist
Use the UP project, don't worry about components. On 1/22/13 12:55 PM, Jim Helwig wrote: Hi folks, What Jira project and component should I use for reporting enhancement requests regarding the new statistical reports? Thanks, JimH smime.p7s Description: S/MIME Cryptographic Signature

Re: [uportal-dev] Issue with user layout not loading

2013-01-17 Thread Eric Dalquist
Web Application Developer, Web Services IT Services, The University of Chicago From: bounce-26677930-50353...@lists.wisc.edu [bounce-26677930-50353...@lists.wisc.edu] on behalf of Eric Dalquist [eric.dalqu...@doit.wisc.edu] Sent: Thursday, January 17, 2013

Re: [uportal-dev] Issues due to possible spring 3.1.3 bug

2013-01-16 Thread Eric Dalquist
Honestly uportal-war isn't meant to be used as a dependency by other code. I'd be interested in what exactly you're using out of uportal-war and see if we can get a better solution on our roadmap for you. Lots of things beyond just this are likely going to break or act in undefined ways when

Re: [uportal-dev] Issues due to possible spring 3.1.3 bug

2013-01-16 Thread Eric Dalquist
in uP3. Paul *From:*bounce-26662737-5712...@lists.wisc.edu [mailto:bounce-26662737-5712...@lists.wisc.edu] *On Behalf Of *Eric Dalquist *Sent:* Wednesday, January 16, 2013 9:12 AM *To:* uportal-dev@lists.ja-sig.org *Subject:* Re: [uportal-dev] Issues due to possible spring 3.1.3 bug Honestly

Re: [uportal-dev] Issues due to possible spring 3.1.3 bug

2013-01-16 Thread Eric Dalquist
-war pom.xml. In uP3 it is a dependency in uportal-impl pom.xml and ends up in the uPortal/WEB-INF/lib directory. Paul *From:*bounce-2283-5712...@lists.wisc.edu [mailto:bounce-2283-5712...@lists.wisc.edu] *On Behalf Of *Eric Dalquist *Sent:* Wednesday, January 16, 2013 4:29 PM

Re: [uportal-dev] Issue with user layout not loading

2013-01-12 Thread Eric Dalquist
Looks like IGroupMember.getContainingGroups() returned an Iterator that contains 1 or more null elements. This is not OK in the groups API. Considering the log message about Grouper I'd take a look at that group store impl to see if it can exhibit this behavior. -Eric On 1/12/13 11:12 AM,

Re: [uportal-dev] Hibernate 4.1.9 the jTDS (SQL Server) driver

2013-01-11 Thread Eric Dalquist
uPortal 4.0.9 should run on JDK7, I'm not sure about build time issues but they should be easy to resolved and it would be nice if 4.0.10 could build and run on both 6 and 7. I already did work so that 4.0.10 will run on Tomcat 6 and 7. While I realize we need to get a real solution out it

[uportal-dev] uPortal 4.0.9 Released

2013-01-03 Thread Eric Dalquist
ss to User Administration can impersonate any user regardless of "IMPERSONATE" permission settings -Eric Dalquist smime.p7s Description: S/MIME Cryptographic Signature

Re:[uportal-dev] uPortal 4.0.9 Released

2013-01-03 Thread Eric Dalquist
are upgrading from an earlier version it will have no effect. -Eric On 01/03/2013 03:47 PM, Eric Dalquist wrote: Apereo is proud to announce uPortal 4.0.9, continuing in our regular patch releases of uPortal 4.0. This release

Re:[uportal-dev] uPortal 4.0.9 Released

2013-01-03 Thread Eric Dalquist
, Eric Dalquist wrote: I just realized there is a minor bug in the 4.0.9 release. The three 4.0.8 values here in applicationContext.xml should actually be 4.0.9. I'll cut a 4.0.9.1 release tomorrow morning to fix this. This will only affect

Re: [uportal-dev] 4.0.9 Release Plans

2013-01-01 Thread Eric Dalquist
get a chance to review this, it'd great help. Regards, -Misagh -Original Message- From: bounce-26511269-57692...@lists.wisc.edu [mailto:bounce-26511269- 57692...@lists.wisc.edu] On Behalf Of Eric Dalquist Sent: Sunday, December 30, 2012 3:54 PM To: uportal-dev@lists.ja-sig.org Subject

[uportal-dev] 4.0.9 Release Plans

2012-12-30 Thread Eric Dalquist
I'm planning on cutting 4.0.9 on the 3rd. Get your changes in or let me know if there is a sore issue you'd like looked at before then! -Eric smime.p7s Description: S/MIME Cryptographic Signature

[uportal-dev] spring-portlet-contrib release

2012-12-18 Thread Eric Dalquist
Version 1.0.0 of the https://github.com/Jasig/spring-portlet-contrib library has been released. This library is a collection of additions to the Spring and Spring Security frameworks for portlet support. We are planning on eventually getting all of the features provided here moved into Spring

[uportal-dev] Tomcat 7 for master

2012-11-21 Thread Eric Dalquist
I just pulled in a merge that switches master to use tomcat 7. I did a very simple little test and the portal mostly works on tomcat 6.5 but JSPs seem to fail based on the complexity of the JSTL and if it references servlet 3.0 classes that are not in servlet 2.5 -Eric smime.p7s Description:

[uportal-dev] uPortal 4.0.8 GA Release Announcement

2012-11-16 Thread Eric Dalquist
[UP-3609] - Automatically run db-update tasks on startup for patch and local changes -Eric Dalquist smime.p7s Description: S/MIME Cryptographic Signature

[uportal-dev] GitHub Contributing Doc

2012-11-16 Thread Eric Dalquist
I added: https://github.com/Jasig/uPortal/blob/master/CONTRIBUTING.md I believe people should see a link to to this when making pull requests. It is generic enough that it should be easy to copy and tweak very slightly for other projects. -Eric smime.p7s Description: S/MIME Cryptographic

[uportal-dev] Jasig Services Outage

2012-11-01 Thread Eric Dalquist
Confluence, Jira and Crowd will be down for patching between 3PM to 6PM CDT on Nov 3. Bamboo will be down from 4PM to 5PM CST. In all likelihood each service will only be down for 15-20 minutes during the outage windows but there is always the possibility that the outages will go longer. -Eric

Re: [uportal-dev] Since Shibboleth, admin etc doesn't work

2012-10-23 Thread Eric Dalquist
Can you please send this to the uportal-user list? Thanks, -Eric On 10/23/12 11:05 AM, Sylvia White wrote: Hi All: Early last summer we moved from LDAP to Shibboleth. What I didn't notice right away was that ... 1) I can no longer login as any default user: admin, developer, etc. 2)

Re: [uportal-dev] Attribute Collection from College Database intermittently fails

2012-10-22 Thread Eric Dalquist
I replied on the uportal-user email list. Thanks, -Eric On 10/22/2012 01:09 PM, Sylvia White wrote: Hi Everyone: We are having a problem currently with the attributes we pull in from our college database, Banner. It is from these user attributes that we determine what tabs a user gets

[uportal-dev] uPortal 4.0.7 Released

2012-10-09 Thread Eric Dalquist
portlet to version 2.0.1 [UP-3579] - Update the bundled NewsReaderPortlet to version 3.0.3 [UP-3592] - Remove old/broken ant targets -Eric Dalquist smime.p7s Description: S/MIME Cryptographic Signature

Re: [uportal-dev] 4.0.7 Release Plans

2012-10-08 Thread Eric Dalquist
could review this https://github.com/Jasig/uPortal/pull/78 pull request and apply it to trunk and 4.1.patches. -- Arvīds 2012/10/6 Eric Dalquist eric.dalqu...@doit.wisc.edu mailto:eric.dalqu...@doit.wisc.edu I'm back getting actual work done and will plan on cutting 4.0.7 monday. I

Re: [uportal-dev] 4.0.7 Release Plans

2012-10-08 Thread Eric Dalquist
why I wanted someone to confirm the patch. Both portlet spec and API docs are a bit vague regarding this point, but your explanation seems reasonable. Thank you for your time, this was very important to us. -- Arvīds 2012/10/8 Eric Dalquist eric.dalqu...@doit.wisc.edu mailto:eric.dalqu

[uportal-dev] 4.0.7 Release Plans

2012-10-05 Thread Eric Dalquist
I'm back getting actual work done and will plan on cutting 4.0.7 monday. I reviewed all changes on master and merged what I thought applied back to 4.0-patches. I'll be going through Jira tonight to see if there is any low-hanging fruit and then plan on cutting the release Monday. I'll also be

[uportal-dev] Merging Pull Requests

2012-10-04 Thread Eric Dalquist
I've added some instructions around merging pull requests in the wiki: https://wiki.jasig.org/display/UPC/Git+Workflow+for+Committers#GitWorkflowforCommitters-MergingPullRequests -Eric smime.p7s Description: S/MIME Cryptographic Signature

Re: [uportal-dev] Issue searching on the 'username' attribute

2012-10-04 Thread Eric Dalquist
I'll see if I can get a chance to review this in the next few days. We're on day 4 of just cleaning up the basement so it might not be until Monday. -Eric On 10/4/12 4:33 PM, Drew Wills wrote: Hey folks, I developed a patch for the JIRA: - https://github.com/Jasig/person-directory/pull/2

Re: [uportal-dev] delighted to see new reporting portlet

2012-10-04 Thread Eric Dalquist
It will get merged for 4.0.7 Please test it out though if you have time! -Eric On 10/4/12 7:02 PM, Drew Wills wrote: https://github.com/Jasig/uPortal/commit/1cb41e946b062be799eff8b3a27f992175df79b7 Is it something we can merge into rel-4-0-patches? I'm getting asked about this feature

Re: [uportal-dev] 4.0.7 Release Plans

2012-10-02 Thread Eric Dalquist
Another few days ... basement flooded with a sewer backup. Another delay in getting the release out. Sorry folks, -Eric On 9/24/12 8:39 AM, Eric Dalquist wrote: I'm going to have to push this back a few days, I got sick over the weekend and didn't get anything done on the last few changes

Re: [uportal-dev] 4.0.7 Release Plans

2012-09-24 Thread Eric Dalquist
I'm going to have to push this back a few days, I got sick over the weekend and didn't get anything done on the last few changes. -Eric On 9/20/12 10:38 PM, Eric Dalquist wrote: I'm planning on cutting and announcing 4.0.7 on Monday, please let me know if there are pending fixes or changes

Re: [uportal-dev] 4.0.7 Release Plans

2012-09-21 Thread Eric Dalquist
://github.com/Jasig/uPortal/pull/65 -- Anthony. On 21/09/12 04:38, Eric Dalquist wrote: I'm planning on cutting and announcing 4.0.7 on Monday, please let me know if there are pending fixes or changes you'd like to get in before then. -Eric smime.p7s Description: S/MIME Cryptographic

[uportal-dev] 4.0.7 Release Plans

2012-09-20 Thread Eric Dalquist
I'm planning on cutting and announcing 4.0.7 on Monday, please let me know if there are pending fixes or changes you'd like to get in before then. -Eric smime.p7s Description: S/MIME Cryptographic Signature

Re: [uportal-dev] 4.1 Plans

2012-08-17 Thread Eric Dalquist
: What is going to be the main focus in 4.1? I recall that there was a discussion about authorization/authentication and layout API changes. -- Arvīds 2012/8/16 Eric Dalquist eric.dalqu...@doit.wisc.edu mailto:eric.dalqu...@doit.wisc.edu Here are the step-by-step instructions for applying

[uportal-dev] 4.1, 4.0-patches nightly builds

2012-08-15 Thread Eric Dalquist
Just an FYI for everyone: * The master branch in GitHub is now uPortal 4.1.0-SNAPSHOT and will start diverging from 4.0 as we work on 4.1 features * A rel-4-0-patches branch has been created where ongoing 4.0.X work will go * The nightly build site is back up and now has a nightly build

Re: [uportal-dev] 4.1 Plans

2012-08-14 Thread Eric Dalquist
Yes it will be a 4.0-patches branch On 08/14/2012 09:34 AM, Cris Holdorph wrote: Do you mean a '4.0.x' branch? Cris J H Eric Dalquist eric.dalqu...@doit.wisc.edu wrote: Once 4.0.6 is out (Monday) I'm going to move master to be 4.1 and create a 4.0.6 branch. There are a few changes

Re: [uportal-dev] Switching to SLF4j logback for 4.1

2012-08-13 Thread Eric Dalquist
AM, Jen Bourey wrote: Should we start switching our portlets over as well? On Aug 12, 2012, at 9:16 PM, Eric Dalquist eric.dalqu...@doit.wisc.edu wrote: I'd like to switch from commons-logging + log4j to slf4j + logback in 4.1. SLF4j has bridge APIs so no code needs to change just our pom

[uportal-dev] Switching to SLF4j logback for 4.1

2012-08-12 Thread Eric Dalquist
I'd like to switch from commons-logging + log4j to slf4j + logback in 4.1. SLF4j has bridge APIs so no code needs to change just our pom and logging config. Logback is easier to configure and includes a java.util.logging bridge which is handy for a few libraries we use. I have the work done in

[uportal-dev] 4.1 Plans

2012-08-12 Thread Eric Dalquist
Once 4.0.6 is out (Monday) I'm going to move master to be 4.1 and create a 4.0.6 branch. There are a few changes waiting on branches which are for 4.1 and it is probably time to have a mainline for that work. I'll post a reminder here once that branch is complete. -Eric smime.p7s

Re: [uportal-dev] Upgrade uportal from version 3.1 to version 4.0.5

2012-08-10 Thread Eric Dalquist
Can you please ask this on the uportal-user list. Thanks, -Eric On 08/09/2012 07:59 PM, Harsh wrote: Hi All, We are planning to upgrade uportal from version 3.1 to version 4.0.5. Database need to be migrated to latest data model. Can anyone help to know how we migrated our database.

[uportal-dev] Nightly Live-Build back up

2012-08-10 Thread Eric Dalquist
https://up40-nightly.jasig.org smime.p7s Description: S/MIME Cryptographic Signature

Re: [uportal-dev] updating CAS

2012-08-08 Thread Eric Dalquist
I'm interested in moving to CAS 3.5 but I'm also working on getting 4.0.6 out today or tomorrow. So CAS 3.5 is fine IF it can be done by none tomorrow and won't break things for existing 4.0 deployers. If that isn't the case we should first fix the overlay and then talk about when going

[uportal-dev] 4.0.6 release plans

2012-08-07 Thread Eric Dalquist
I'm planning on working on the release of 4.0.6 tomorrow. Let me know if there are any concerns/objections. -Eric smime.p7s Description: S/MIME Cryptographic Signature

Re: [uportal-dev] uPortal 4.0.5 performance problems with transaction annotations

2012-07-02 Thread Eric Dalquist
Simply remove those annotations. I'm hoping to do some work this week to figure out how to get those removed, they are only actually needed on PostGres and we didn't realize that they would cause problems on other DBs. -Eric On 07/02/2012 09:24 AM, Arvīds Grabovskis wrote: I assume that

[uportal-dev] Remove CAS NEw User Link

2012-07-01 Thread Eric Dalquist
Does someone with more familiarity on the Add New User link want to comment on this: https://github.com/Jasig/uPortal/pull/51/files smime.p7s Description: S/MIME Cryptographic Signature

[uportal-dev] uPortal Deployment Survey

2012-06-04 Thread Eric Dalquist
A quick unscientific survey wondering what version of uPortal you're on and what version you're looking at upgrading to: https://docs.google.com/spreadsheet/viewform?formkey=dDVubldnQUIxYkxWYTRsVS14VG9xYkE6MQ smime.p7s Description: S/MIME Cryptographic Signature

[uportal-dev] Updated Git Workflow Docs

2012-05-29 Thread Eric Dalquist
Based on the last few months of using git and lots of conversations in IRC helping folks out I've updated the Git Workflow documentation on the wiki: https://wiki.jasig.org/display/UPC/Git+Workflow The most important change is breaking it into three seperate workflows: * I am a project

Re: [uportal-dev] Fragment Editor UI

2012-05-21 Thread Eric Dalquist
It will be retained. Essentially any data stored in the uPortal database is accessible via the data import/export utilities. We won't ever be taking that feature away and this xml import/export feature set will be a continuing point of development and enhancement. -Eric On 05/21/2012 10:38

[uportal-dev] m2e apt plugin

2012-05-21 Thread Eric Dalquist
There is finally a plugin for M2E that handles source generation from annotation processing. I'm going to remove the bit in the uportal-war pom.xml that ignores the maven-processor-plugin. You'll need to install this plugin in eclipse to avoid the resulting errors.

Re: [uportal-dev] Fragment Editor UI

2012-05-18 Thread Eric Dalquist
+1 looks great Peter! -Eric On 05/18/2012 11:56 AM, Peter Hart wrote: What if we lived in a day where an administrator could create, edit or remove fragments in uPortal4 without writing a single line of XML? That day may be upon us, and this is what it might look like:

  1   2   3   4   5   6   7   8   >