Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 36 Next »

[06:47:06 EDT(-0400)] * EiNZTEiN_ (n=einztein@65.172.10.9) has joined ##uportal
[09:47:05 EDT(-0400)] * EiNZTEiN_ (n=einztein@205.241.143.4) has joined ##uportal
[09:48:02 EDT(-0400)] * EiNZTEiN (n=einztein@205.241.143.4) has joined ##uportal
[09:57:07 EDT(-0400)] * athena7 (n=athena7@lumina.its.yale.edu) has joined ##uportal
[09:59:39 EDT(-0400)] * EricDalquist (n=dalquist@bohemia.doit.wisc.edu) has joined ##uportal
[11:00:48 EDT(-0400)] * michelled (n=team@142.150.154.199) has joined ##uportal
[11:05:33 EDT(-0400)] * anastasiac (n=team@142.150.154.149) has joined ##uportal
[11:41:24 EDT(-0400)] * EiNZTEiN (n=einztein@205.241.143.4) has joined ##uportal
[11:43:16 EDT(-0400)] * theclown (n=theclown@142.150.154.101) has joined ##uportal
[11:52:16 EDT(-0400)] <dstn> grrr, just realized that gmail has been spamming some of the list messages
[11:52:28 EDT(-0400)] <EricDalquist> :/
[11:52:41 EDT(-0400)] <dstn> Ya, I don't know why...just all the sudden
[11:53:00 EDT(-0400)] <dstn> I realized after seeing part of messages and couldn't figure out why I hadn't received the first of the message
[11:53:03 EDT(-0400)] <athena7> yeah i've had a lot caught lately too
[11:53:29 EDT(-0400)] <dstn> hopefully marking it "Not Spam" helps
[11:53:51 EDT(-0400)] <athena7> dunno
[14:30:39 EDT(-0400)] * theclown (n=theclown@142.150.154.101) has joined ##uportal
[15:16:32 EDT(-0400)] * jayshao (n=jayshao@pool-72-79-114-2.nwrknj.east.verizon.net) has joined ##uportal
[17:31:23 EDT(-0400)] * awills (n=awills@12.164.136.183) has joined ##uportal
[17:31:38 EDT(-0400)] <awills> 'afternoon everyone
[17:31:48 EDT(-0400)] <EricDalquist> hey there
[17:32:03 EDT(-0400)] <awills> i replied to your email btw
[17:32:13 EDT(-0400)] <EricDalquist> great!
[17:32:42 EDT(-0400)] <EricDalquist> I'm working on getting the export -> import working and am running into a few issues. I'm guessing it is because the data.xml dump includes the seq table
[17:32:54 EDT(-0400)] <EricDalquist> so many imported entities don't have the expected id :/
[17:34:16 EDT(-0400)] <EricDalquist> ah, great answer
[17:34:37 EDT(-0400)] <EricDalquist> ok, so I checked in a fix to RDBMUserLayoutStore that fixes the 'system' user issue
[17:34:59 EDT(-0400)] <EricDalquist> it now does a select for the user named 'system' on init and uses that ID
[17:36:26 EDT(-0400)] <EricDalquist> I'll add the other tables I thought could be trimmed from the data.xml export script back in and see how that goes
[17:37:05 EDT(-0400)] <awills> ok cool
[17:37:34 EDT(-0400)] <awills> if there's a part of this you can offload, I could muster a couple hours tonight
[17:37:40 EDT(-0400)] <EricDalquist> ok
[17:37:56 EDT(-0400)] <EricDalquist> I'm heading home in about 10 minutes so I'll make sure I can commit my changes and let you know where I am
[17:38:04 EDT(-0400)] <EricDalquist> my goal is that you should be able to do 'ant initportal'
[17:38:08 EDT(-0400)] <EricDalquist> then an export
[17:38:14 EDT(-0400)] <EricDalquist> then an import from the export
[17:38:20 EDT(-0400)] <EricDalquist> and everything still works as expected
[17:38:40 EDT(-0400)] <awills> it's an important goal (wink)
[17:39:01 EDT(-0400)] <awills> and actually i've done that many times... usually before committing stuff
[17:39:08 EDT(-0400)] <EricDalquist> once that is working I'm planning on thinning out the included data.xml even further by replacing the existing entities and data.xml with the export results
[17:39:20 EDT(-0400)] <EricDalquist> since there are a bunch of entity types that the export creates that are currently in the data.xml
[17:39:49 EDT(-0400)] <awills> themes/structures/entity types/channel types
[17:40:17 EDT(-0400)] <awills> yeah Jen did all those, after the make-data-xml task was already created
[17:40:42 EDT(-0400)] <EricDalquist> so when I include UP_GROUPS in the dbunload.crn I get the entire groups table, not just the 'special' users
[17:40:55 EDT(-0400)] <awills> weird... just a sec
[17:41:43 EDT(-0400)] <EricDalquist> btw: http://www.ja-sig.org/issues/browse/UP-1988 the issue for this work
[17:42:07 EDT(-0400)]

<awills> <with-attribute key="DEFAULT_DATA_FILE" value="${file(build/WEB-INF/classes/org/jasig/portal/tools/dbloader/$

Unknown macro: {req(TABLE_NAME)}

.default-data.xml)}">


[17:42:31 EDT(-0400)] <awills> the build/WEB-INF/... path is only for uP2 i think
[17:42:38 EDT(-0400)] <EricDalquist> ah yeah
[17:42:46 EDT(-0400)] <awills> it would be something like target/...
[17:43:29 EDT(-0400)] <EricDalquist> any way something like
[17:43:30 EDT(-0400)] <EricDalquist> classpath://org/jasig/portal/io/import-channel-type_v2-6.crn
[17:43:31 EDT(-0400)] <EricDalquist> would work?
[17:44:22 EDT(-0400)] <awills> we can make something like that work, i'm sure...
[17:44:38 EDT(-0400)] <EricDalquist> perhaps we could add a ClasspathResourcePhrase
[17:44:40 EDT(-0400)] <awills> the current approach wants to invoke File.exists()
[17:45:07 EDT(-0400)] <EricDalquist> Class.getResource() which returns the URL?
[17:45:35 EDT(-0400)] <awills> yeah that's great i think, one sec
[17:45:39 EDT(-0400)] <EricDalquist> ok
[17:45:59 EDT(-0400)] <EricDalquist> I'm going to commit my changes related to this stuff ... think you could look into loading that file from the classpath this evening?
[17:47:52 EDT(-0400)] <EricDalquist> I also added a SafeFileNamePhrase to the uPortal code which all the tasks now use to generate more human friendly file names for the entity files.
[17:49:34 EDT(-0400)] <awills> cool cool
[17:49:56 EDT(-0400)] <awills> this looks like it will work in this spot...
[17:49:57 EDT(-0400)]

<awills> <with-attribute key="DEFAULT_DATA_FILE" value="${groovy(new File(org.jasig.portal.tools.dbloader.DbLoader.class.getResource($

Unknown macro: {req(TABLE_NAME)}

.default-data.xml).toURI()))}">


[17:50:14 EDT(-0400)] <EricDalquist> that works too (smile)
[17:50:32 EDT(-0400)] <awills> i'll spin it if you're done committing
[17:50:40 EDT(-0400)] <EricDalquist> yup
[17:50:45 EDT(-0400)] <awills> alright
[17:50:50 EDT(-0400)] <EricDalquist> great, thanks!
[17:51:07 EDT(-0400)] <EricDalquist> oh and the torque* files in that same directory ... do you use those?
[17:51:34 EDT(-0400)] <EricDalquist> the look like legacy files from the svn history and I can't find any reference to them in the framework
[17:52:23 EDT(-0400)] <awills> yeah i think those were there before I got there (wink)
[17:52:35 EDT(-0400)] <EricDalquist> ok, I'll look at deleting them later
[17:52:42 EDT(-0400)] <awills> cool
[17:52:50 EDT(-0400)] <EricDalquist> well I need to go grab the bus, thanks for the help and I'll look at that outline tonight too
[17:52:57 EDT(-0400)] <awills> great
[17:53:13 EDT(-0400)] <EricDalquist> night
[18:13:35 EDT(-0400)] * michelled (n=team@142.150.154.199) has left ##uportal
[19:02:14 EDT(-0400)] * EricDalquist (n=EricDalq@adsl-76-204-102-88.dsl.mdsnwi.sbcglobal.net) has joined ##uportal
[19:32:10 EDT(-0400)] * EiNZTEiN_ (n=einztein@205.241.143.4) has joined ##uportal
[19:48:05 EDT(-0400)] * EricDalquist (n=EricDalq@adsl-76-204-102-88.dsl.mdsnwi.sbcglobal.net) has joined ##uportal
[20:03:56 EDT(-0400)] * awills (n=awills@12.164.136.183) has left ##uportal
[23:16:40 EDT(-0400)] * jayshao (n=jayshao@pool-72-79-114-2.nwrknj.east.verizon.net) has joined ##uportal

  • No labels