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 as

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 Th

Re: [uportal-dev] uPortal database connection pool size

2014-12-02 Thread Eric Dalquist
That should be right. The raw events DB pool likely never gets above 2 concurrent connections, one for writing raw events and one for reading. The aggregate pool needs 1 connection for aggregation and then one per concurrent query that is run which is likely very low since the reporting tools are g

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 wrote: > Tim, > > Done. > > Again, not my preferred resolution to committer inactivi

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 modula

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 contrib

Re: [uportal-dev] Rendering Pipeline components for branching and redirecting

2014-10-08 Thread Eric Dalquist
+1 the rendering pipeline is supposed to be flexible enough to do whatever you need to do for making the portal render, escaping with a redirect seems perfectly fine to me. On Fri, Oct 3, 2014 at 1:30 PM, Andrew Petro wrote: > uPortal developers, > > I think MyUW has a local need to conditional

Re: [uportal-dev] PortletExecutionManager and extendedTimeoutExecutions

2014-08-26 Thread Eric Dalquist
ead. > > > Perhaps that helps. > > > Kind regards, > > > Andrew > > > -- > *From:* bounce-35984534-81063...@lists.wisc.edu < > bounce-35984534-81063...@lists.wisc.edu> on behalf of James Wennmacher < > jwennmac...@

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

2014-07-25 Thread Eric Dalquist
nt.xml files it describes, and I'd love to see an > automated convention-adherence-check included in the product test suite and > executed by travis-ci so as to avoid forgetting about the convention and > regressing in the product. > > PS: This reminds me of conventions about Apple

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 wrote: > Inspired by https://github.c

Re: [uportal-dev] Coveralls for test coverage monitoring

2014-06-20 Thread Eric Dalquist
Very cool! On Fri, Jun 20, 2014 at 2:20 PM, Andrew Petro wrote: > uPortal developers, > > I'd like to add Coveralls test coverage monitoring to the Travis-CI > continuous build triggered off of master commits and pull requests. > > https://github.com/Jasig/uPortal/pull/352 > > This would provid

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

2014-06-13 Thread Eric Dalquist
oo" version "1.1". At the time of my >>> using it, it is in central, so I don't think anything more of it. >>> >>> I do not notice, but Foo version 1.1, uses "bar" 2.0. >>> >>> Bar 2.0 uses crud 3.0. >>> >>>

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 wrote: > This is probably

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 giv

Re: [uportal-dev] maven dependency failure (was Re: [uportal-user] Another day... another dependency build failure)

2014-04-02 Thread Eric Dalquist
FYI these repos are places deps get pulled from, the distributionManagement block defines where stuff gets pushed to. That said released code versions of uPortal should never depend on -SNAPSHOTs and so should never hit those repos. Non-snapshot repositories should be avoided at all costs in favor

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

2014-03-04 Thread Eric Dalquist
till figure saveLayout() should be invalidating 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

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 wrote: > uPortal developers, > > Do you suppose that DLM saveUserLayout() > > http://goo.gl/kRxyqz > > ought to be invalidati

Re: [uportal-dev] EhCache and jgroups question

2014-02-07 Thread Eric Dalquist
to receives the service ticket response from CAS. > > I hope all this makes sense. If anyone sees a problem with setting > replicateAsynchronously=false let me know. > > Thanks! > > James Wennmacher - Unicon480.558.2420 > > On 02/07/2014 11:00 AM, Eric Dalquist wr

Re: [uportal-dev] EhCache and jgroups question

2014-02-07 Thread Eric Dalquist
able, PHYSICAL_ADDRESS column - holds a value 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 mu

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 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 recently added t

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 wrote: > uPortal developers, > > I'm experimenting with implementing Travis-CI continuous integration of > the uPortal build. > > It's got some default notification email triggers. > > http://docs.travis-ci.com/user/no

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 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 i

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

2014-01-24 Thread Eric Dalquist
Wills wrote: > >> Thanks for chiming in. >> >> On 01/24/2014 09:44 AM, Eric Dalquist wrote: >> >>> 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 p

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 wrote: > Hey fo

Re: [uportal-dev] Potential JDK Upgrade Breakage

2014-01-21 Thread Eric Dalquist
n't 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, 20

[uportal-dev] Potential JDK Upgrade Breakage

2014-01-20 Thread Eric Dalquist
Someone might want to try uPortal out on the latest JDK and make sure the use of Guava doesn't trigger this bug: https://code.google.com/p/guava-libraries/issues/detail?id=1635 -- You are currently subscribed to uportal-dev@lists.ja-sig.org as: arch...@mail-archive.com To unsubscribe, change set

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

2013-11-26 Thread Eric Dalquist
rc/main/resources/properties/contexts/portletContainerContext.xml#L96 On Tue, Nov 26, 2013 at 1:49 PM, James Wennmacher wrote: > 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, Er

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

2013-10-30 Thread Eric Dalquist
Oct 30, 2013 at 3:44 PM, Steve Swinsburg wrote: > 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" wrote: > >> Note that

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

2013-10-30 Thread Eric Dalquist
e > > sent from mobile device > On 31/10/2013 4:54 AM, "James Wennmacher" wrote: > >> I just happened to run across this again. Did Apereo get someone >> involved? >> https://java.net/projects/portletspec3/members >> >> James Wennmacher - Unic

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

2013-10-30 Thread Eric Dalquist
ortletspec3/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 involve

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 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 8:31 AM, Ji

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 kno

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 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. > >- https://issues.jasig.org/browse/UP-3776

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

2013-07-16 Thread Eric Dalquist
removed from uPortal at some point? > > I cannot 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

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 bad

[uportal-dev] Off to the Next Adventure

2013-07-11 Thread Eric Dalquist
Thank you all for being 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 > wo

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

2013-06-10 Thread Eric Dalquist
concern that I can think of in terms of upgrading. > > Thanks, > Matt > > > > - Original Message - > From: "Eric Dalquist" > To: "Matt Polizzotti" , "uportal-dev" > > Sent: Friday, June 7, 2013 9:17:45 AM > Subject: Backbo

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

2013-06-10 Thread Eric Dalquist
using Backbone to render its >> views. Off the top of my head, I am not sure which version the >> portlet is using but it may be looking toward the portal first to see >> if the backbone library exists. This would be the only concern that I >> can think of in terms of upgr

[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] [VOTE] Tim Levett for uPortal Committer

2013-06-06 Thread Eric Dalquist
+1 On 6/6/13 8:08 AM, Eric Dalquist wrote: I'd like propose Tim Levett for a uPortal committer, he has been working on uPortal and portlets at UW for 6 months now and will just continue to get more involved in the project. This vote needs 3 +1 votes and no -1 votes in the next 72 hou

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

2013-06-06 Thread Eric Dalquist
I'd like propose Tim Levett for a uPortal committer, he has been working on uPortal and portlets at UW for 6 months now and will just continue to get more involved in the project. This vote needs 3 +1 votes and no -1 votes in the next 72 hours to pass. All existing uPortal committers can cast

[uportal-dev] uPortal 4.0.12 release

2013-05-24 Thread Eric Dalquist
I'm going to try an get a 4.0.12 release cut early next week, probably Tuesday. Keep that in mind if you have pending changes/fixes you'd like to see make it into the release. -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 acti

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 SingleTabUrlNodeSyntaxHelp

[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 Si

[uportal-dev] uPortal 4.0.11 Released

2013-03-21 Thread Eric Dalquist
tester that 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 Calen

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] 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.

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 > fi

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 s

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] 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 I

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 Mc

[uportal-dev] uPortal 4.0.10 Released

2013-02-07 Thread Eric Dalquist
[UP-3652] - 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
e-26932826-20145...@lists.wisc.edu > [mailto:bounce-26932826-20145...@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 > >

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

2013-02-06 Thread Eric Dalquist
//pastie.org/6079763 > > On Feb 6, 2013, at 9:47 AM, Eric Dalquist wrote: > >> Just to double check: >> >> 1. You're using jQuery in extreme noconflict mode >> 2. You're using the portlet namespace in your selectors to find >> elements within th

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

2013-02-06 Thread Eric Dalquist
onfig 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

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': > >

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

2013-02-05 Thread Eric Dalquist
Take a look over https://wiki.jasig.org/display/PLT/JavaScript+Best+Practices and see if that helps. If not let us know and we'll help get it figured out :) -Eric On 02/05/2013 10:02 AM, Brad Morse wrote: > I created a calendar portlet, using the web proxy portlet. It uses jQuery to > fire off

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

2013-01-30 Thread Eric Dalquist
2013, 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 lo

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 GET

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
is still an error. Thanks again. Bill Brown 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...@do

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

2013-01-17 Thread Eric Dalquist
ces, The University of Chicago From: bounce-26662712-50353...@lists.wisc.edu [bounce-26662712-50353...@lists.wisc.edu] on behalf of Eric Dalquist [eric.dalqu...@doit.wisc.edu] Sent: Wednesday, January 16, 2013 10:09 AM To: uportal-dev@lists.ja-sig.org Su

Re: [uportal-dev] CMS SearchResult titles in search

2013-01-17 Thread Eric Dalquist
I'd love to see the changes. -Eric On 1/17/13 6:16 AM, Viktors Jengovatovs wrote: Hi! Now I making better search for our portal, and have question about CMS. When user calls search in portal and have some results in CMS, these results have title "cms". SearchContentController.java in CMS 1.0.2

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

2013-01-17 Thread Eric Dalquist
ortal Steering Committee: the esteemed Drew Wills. Just to make it official, would committers please respond with a "+1" if you agree that Drew should join the uPSC (along with the other current developer representative, Eric Dalquist)? We'll give it an extra day and close the votin

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 *To

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

2013-01-16 Thread Eric Dalquist
t problems 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

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 y

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

2013-01-16 Thread Eric Dalquist
again for your help Bill Brown From: bounce-26628435-50353...@lists.wisc.edu [bounce-26628435-50353...@lists.wisc.edu] on behalf of Eric Dalquist [eric.dalqu...@doit.wisc.edu] Sent: Saturday, January 12, 2013 1:43 PM To: uportal-dev@lists.ja-sig.org Subject: Re: [upo

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, Bi

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

2013-01-11 Thread Eric Dalquist
-26616313-58214...@lists.wisc.edu] *On Behalf Of *Eric Dalquist *Sent:* Friday, January 11, 2013 5:01 PM *To:* uportal-dev@lists.ja-sig.org *Subject:* Re: [uportal-dev] Hibernate 4.1.9 & the jTDS (SQL Server) driver uPortal 4.0.9 should run on JDK7, I'm not sure about build time issues

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 see

Re:[uportal-dev] uPortal 4.0.9 Released

2013-01-03 Thread Eric Dalquist
13 4:15 PM, 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 w

Re:[uportal-dev] uPortal 4.0.9 Released

2013-01-03 Thread Eric Dalquist
u 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 re

[uportal-dev] uPortal 4.0.9 Released

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

Re: [uportal-dev] 4.0.9 Release Plans

2013-01-01 Thread Eric Dalquist
meanwhile, if the dev team do 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: u

[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 prope

[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: S/

[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 S

[uportal-dev] uPortal 4.0.8 GA Release Announcement

2012-11-16 Thread Eric Dalquist
w Feature [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] 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) When

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
548] - Update bundled email-preview 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
actly 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 <mailto:eric.dalqu...@doit.wisc.edu>&g

Re: [uportal-dev] 4.0.7 Release Plans

2012-10-08 Thread Eric Dalquist
the last moment, but I hope that you 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 <mailto:eric.dalqu...@doit.wisc.edu>> I'm back getting actual work done and will p

[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

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 pret

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

[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] 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 f

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 f

Re: [uportal-dev] 4.0.7 Release Plans

2012-09-21 Thread Eric Dalquist
st is here https://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 Des

[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

  1   2   3   4   5   6   7   8   9   10   >