[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-12 Thread cpage
hi,

thx for the correction.

unfortunately, i can't build the portal because i'm behind a proxy and the 
thirdparty stuffs are get with cvs. (btw, is it possible that you change it to 
a 100% svn ?)

i see that you modified classes from 2 jars:

portal-core-admin-lib.jar
portal-core-lib.jar

could you send me these 2 jars ? 
[EMAIL PROTECTED]

ty
regards.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4063380#4063380

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063380
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-12 Thread [EMAIL PROTECTED]
If you specify your proxy to ant it should work:
export ANT_OPTS=-Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080

Let me know.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4063391#4063391

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063391
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-12 Thread cpage
hi thomas,

your tip doesnt work for me

Unable to get remote 
file=C:\_PROJETS_GIP\_PORTAIL\_DEV\workspace\JBoss_Portal_2_6_0_src\thirdparty\antlr\component-info.xml
 url=http://repository.jboss.com/antlr/2.7.6.ga/component-info.xml

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4063446#4063446

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063446
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-12 Thread [EMAIL PROTECTED]
Can you try in:
build/build-thirdparty.xml to add:


  | setproxy proxyhost=yourProxy proxyport=yourPort/
  | 

Before the build task for example.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4063492#4063492

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063492
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-12 Thread cpage
i found a way:

i add this line in the build-thirdparty.xml :

?xml version=1.0?





so, i have built the portal with the last updates and now it's working 
perfectly ;)

thank you very much for the job ;)

best regards, 
lionel


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4063505#4063505

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063505
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-12 Thread cpage
oops last message is incomplete, and thomas find the solution too :D

in build-thirdparty.xml :
anonymous wrote : 



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4063507#4063507

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063507
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-12 Thread cpage
last try :

setproxy proxyhost=yourProxy proxyport=yourPort/

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4063508#4063508

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063508
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-12 Thread [EMAIL PROTECTED]
Glad to know it's working. Thanks for the initial report and subsequent work to 
figure out what was going on, that helped quite a bit.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4063597#4063597

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063597
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread cpage
ok, the news:

the bundle version works perfectly with HSQL but i have the same problems with 
an Oracle DB.
(driver: oracle-10.2-classes14.jar)

i look into the table JBP_OBJECT_NODE, and some informations are missing:
i don't have any line about dashboard :

dashboard:myUser . everything is missing.

so, i can't access to the dashboard.
when i click on the link dashboard, i am redirect to the default or admin page.

any idea ?




View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4062879#4062879

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062879
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread [EMAIL PROTECTED]
Oracle driver, what a surprise.

One day they will learn to write a proper jdbc driver and we will all be happy. 

We are all quite busy with other issues, do you have some time to look deeper 
into that problem ? That would help us a lot.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4062886#4062886

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062886
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread cpage
i'm on it.
i will try with the last driver and i'm looking to the generated SQL request.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4062892#4062892

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062892
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread [EMAIL PROTECTED]
Great ! Thanks a lot !

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4062897#4062897

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062897
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread [EMAIL PROTECTED]
Looking into it.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4063253#4063253

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063253
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread [EMAIL PROTECTED]
I think I have solved the issue for the Dashboard objects not being created. 
However, I can replicate the issue with the window position not being persisted 
locally (and without Oracle).

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4063307#4063307

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063307
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread [EMAIL PROTECTED]
Tried it on the demo portal as well: same issue.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4063308#4063308

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063308
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread [EMAIL PROTECTED]
Opened a JIRA for it: http://jira.jboss.org/jira/browse/JBPORTAL-1575

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4063309#4063309

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063309
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread [EMAIL PROTECTED]
For the Dashboard objects not being created: 
http://jira.jboss.com/jira/browse/JBPORTAL-1574. It should be fixed in 
subversion now. Please give it a try and let me know if it works for you.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4063314#4063314

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063314
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread [EMAIL PROTECTED]
i don't see the issue on the portal demo or on local :( (didn't try with Oracle 
yet), Thanks for the fix Chris !

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4063315#4063315

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063315
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread [EMAIL PROTECTED]
Correction, I cannot replicate the DD issue after all. I guess I didn't pay 
attention when I tested earlier. The behavior is correct on the demo portal, 
hsql local et oracle local. If you have the opportunity, build Portal from 
subversion and let us know if you are still experience any issues with 
dashboard.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4063319#4063319

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063319
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-10 Thread [EMAIL PROTECTED]
Interesting indeed :)

What browser do you use ?

I tried again (with the bundled version) and i don't have that issue.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4062512#4062512

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062512
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-10 Thread cpage
i have that issue with IE and firefox



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4062535#4062535

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062535
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-10 Thread [EMAIL PROTECTED]
Can you replicate this on htpp://portal.demo.jboss.com ?

I couldn't but maybe i misunderstood your issue

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4062549#4062549

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062549
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-10 Thread cpage
wow, it works well with your demo portal.

i can move portlet with dnd in the dashboard and the changes are persisted.

i'm so sick, i also have a problem with upload archives and files in the cms 
stuff and it works perfectly with your portal.

so long is the road  :/

i'll try again tomorrow with the bundle versionif it doesnt work, i kill my 
self ^^


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4062577#4062577

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062577
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-10 Thread [EMAIL PROTECTED]
Alright, let us know. Also check your server.log for errors.

The demo box is running the bundle version modified (i added forums and flickr 
portlets (yes i know the latest is displaying errors ;p )) and a bit of 
customization but nothing that would have any incidence on what you are 
experiencing.

It says 2.6.1.CR1 because there are some IE fixes (again nothing that would 
have incidence on your pb)


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4062794#4062794

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062794
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user