Re: [JBoss-dev] Re: FW: jboss-4.0.4 portal-2.2 issue

2006-05-17 Thread Julien Viet

1/ JBoss Cache sucks with hibernate and ehcache works better (so far)

2/ If I use JBoss Cache X with Portal Y and I run in AS version Z in 
config ALL that use JBoss Cache X', then I have an integration issue.


Steve Ebersole wrote:

If I recall correctly, they tried that setup initially but ran into the
locking issues that plagued the earlier Hibernate/JBossCache
integrations.  


Conceivably they could try with the new optimistic-locking-based
provider, but we really need some performance numbers here to see how a
local, optimistic JBossCache configuration performs against EhCache...



Good point - why doesn't Portal ship with Hibernate configured with  
JBoss Cache?


On 12 May 2006, at 19:34, Adrian Brock wrote:

SNIP /


The solutions are:
1) JBoss Portal's session factory is configured to use JBoss Cache
not EhCache


SNIP /




--
Julien Viet
JBoss Portal Project Lead


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: jboss-4.0.4 portal-2.2 issue

2006-05-16 Thread Julien Viet

I have upgraded branch 2.2 with ehcache 1.2 for releasing an SP1.

Dimitris Andreadis wrote:

So we either bundle the new version of ehcache or hibernate needs
fixing?


-Original Message-
From: Scott M Stark 
Sent: 13 May, 2006 17:28

To: Roy Russo; Julien Viet; Ryan Campbell
Cc: Adrian Brock; Steve Ebersole; 
'jboss-development@lists.sourceforge.net'; QA; Rali Genova

Subject: RE: jboss-4.0.4 portal-2.2 issue

I thought if javap showed no ctor this implied a public 
default ctor, but this is not the case. This version of 
ehcache has no public ctor so the 3.2.0.CR2 hibernate is 
simply incompatible with this earlier version of ehcache. 
This is a change introduced between 3.2.0.CR1 and 3.2.0.CR2?


-Original Message-
From: Roy Russo
Sent: Saturday, May 13, 2006 7:11 AM
To: Scott M Stark; Julien Viet; Ryan Campbell
Cc: Adrian Brock; Steve Ebersole; 
'jboss-development@lists.sourceforge.net'; QA; Rali Genova

Subject: RE: jboss-4.0.4 portal-2.2 issue

So why is 2.2.1 deploying fine in 404cr2, and it breaks in 
head. What changed? 



STAY METAL!
Roy Russo
JBoss Portal Developer
o: 404.442.2056
c: 404.661.1760
AIM: geekjava

-Original Message-
From: Scott M Stark
Sent: Saturday, May 13, 2006 8:29 AM
To: Julien Viet; Ryan Campbell
Cc: Adrian Brock; Steve Ebersole; Roy Russo; 
jboss-development@lists.sourceforge.net; QA; Rali Genova

Subject: RE: FW: jboss-4.0.4 portal-2.2 issue

No, jbossas is not bundling ehcache. I don't see why this is 
failing as the default ctor is not explicit and so there 
should be a public default ctor:


[EMAIL PROTECTED] lib]$ javap -classpath ehcache.jar 
net.sf.ehcache.CacheManager Compiled from CacheManager.java
public final class net.sf.ehcache.CacheManager extends 
java.lang.Object{

public static final int STATUS_UNINITIALISED;
public static final int STATUS_ALIVE;
public static final int STATUS_SHUTDOWN;
static java.lang.Class class$net$sf$ehcache$CacheManager;
public static net.sf.ehcache.CacheManager create()   
throws net.sf.ehcache.CacheException;
public static net.sf.ehcache.CacheManager getInstance()   
throws net.sf.ehcache.CacheException;
public static net.sf.ehcache.CacheManager 
create(java.lang.String)   throws net.sf.ehcache.CacheException;
public static net.sf.ehcache.CacheManager 
create(java.net.URL)   throws

net.sf.ehcache.CacheException;
public static net.sf.ehcache.CacheManager 
create(java.io.InputStream) throws net.sf.ehcache.CacheException;
public synchronized net.sf.ehcache.Cache 
getCache(java.lang.String)   throws 
java.lang.IllegalStateException;
public synchronized void addCache(java.lang.String)   
throws java.lang.IllegalStateException, 
net.sf.ehcache.ObjectExistsException, net.sf.ehcache.Cache

Exception;
public synchronized void addCache(net.sf.ehcache.Cache)   
throws java.lang.IllegalStateException, 
net.sf.ehcache.ObjectExistsException, net.sf.ehcache.CacheException;
public synchronized boolean cacheExists(java.lang.String) 
  throws java.lang.IllegalStateException;
public synchronized void removeCache(java.lang.String)
   throws java.lang.IllegalStateException;

public void shutdown();
public synchronized java.lang.String[] getCacheNames()
   throws java.lang.IllegalStateException;
net.sf.ehcache.config.Configuration getConfiguration()
   throws java.lang.IllegalStateException;

public int getStatus();
static java.lang.Class class$(java.lang.String);
static {};
}








--
Julien Viet
JBoss Portal Project Lead


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Re: FW: jboss-4.0.4 portal-2.2 issue

2006-05-16 Thread Julien Viet
the real question is : why JBoss AS does not ship with JBoss Cache in 
the default configuration ?


Manik Surtani wrote:
Good point - why doesn't Portal ship with Hibernate configured with 
JBoss Cache?


On 12 May 2006, at 19:34, Adrian Brock wrote:

SNIP /



The solutions are:
1) JBoss Portal's session factory is configured to use JBoss Cache
not EhCache


SNIP /




--
Julien Viet
JBoss Portal Project Lead


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: jboss-4.0.4 portal-2.2 issue

2006-05-13 Thread Julien Viet

the reason we use cache is performance :-)

the best idea is to issue a 2.2.1 SP 1 with an upgraded cache.

Roy Russo wrote:

Julien can explain that. How is this going to affect people doing
something like we do in portal?

This isnt just a portal issue to me. 



STAY METAL!
Roy Russo
JBoss Portal Developer
o: 404.442.2056
c: 404.661.1760
AIM: geekjava

-Original Message-
From: Scott M Stark 
Sent: Saturday, May 13, 2006 11:14 AM

To: Dimitris Andreadis; Roy Russo; Julien Viet; Ryan Campbell
Cc: Adrian Brock; Steve Ebersole;
'jboss-development@lists.sourceforge.net'; QA; Rali Genova
Subject: RE: jboss-4.0.4 portal-2.2 issue

We need to document the incompatibility in the release notes and either
create an sp release of portal with an updated ehcache, or one that uses
jboss cache. What is the reason for using ehache?

-Original Message-
From: Dimitris Andreadis
Sent: Saturday, May 13, 2006 7:53 AM
To: Scott M Stark; Roy Russo; Julien Viet; Ryan Campbell
Cc: Adrian Brock; Steve Ebersole;
'jboss-development@lists.sourceforge.net'; QA; Rali Genova
Subject: RE: jboss-4.0.4 portal-2.2 issue

So we either bundle the new version of ehcache or hibernate needs
fixing?

 




--
Julien Viet
JBoss Portal Project Lead


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: FW: jboss-4.0.4 portal-2.2 issue

2006-05-13 Thread Julien Viet

is now JBoss AS bundled with ehcache ?

Ryan Campbell wrote:

Yes, ehcache is included in Portal, just a previous version.

We are testing with ehcache 1.2, per Emmanuel's comment.

If it works, we can document the workaround for now, and possibly
release Portal 2.2.1.SP1 shortly after 4.0.4?

-Original Message-
From: Adrian Brock 
Sent: Friday, May 12, 2006 1:42 PM

To: Ryan Campbell
Cc: Steve Ebersole; Julien Viet; Roy Russo;
jboss-development@lists.sourceforge.net; QA
Subject: Re: FW: jboss-4.0.4 portal-2.2 issue

Actually (2) is not an option because it looks like 
Portal/Hibernate in 2.2 is expecting a different/incompatible

version of EhCache?

On Fri, 2006-05-12 at 20:34 +0200, Adrian Brock wrote:

Why isn't portal using JBoss's hibernate-int session factory?

The solutions are:
1) JBoss Portal's session factory is configured to use JBoss Cache 
not EhCache

2) JBossAS's installer should include EhCache as an optional
part of the install
3) JBoss Portal includes EhCache itself (since it is not a part of the
JBossAS install)

On a related issue, why does Portal have its own transaction
demarcation? :-)



org.jboss.portal.common.transaction.Transactions.notSupported(Transactio
ns.java:245)

Looks like too much not invented here in the Portal code
that JBossAS can do nothing about.




On Fri, 2006-05-12 at 13:05 -0500, Ryan Campbell wrote:

Portal 2.2.1 fails to deploy on 4.0.4.  Is this a bug in Hibernate?


   


__

From:[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Of

Rali Genova
Sent: Friday, May 12, 2006 12:00 PM
To: Ryan Campbell
Subject: jboss-4.0.4 portal-2.2 issue


 


Attached is the server log, but here is the relevant exception. I

was

using the Hypersonic DB and then MySQL, repeats with both. The AS is
built from source, I am working on verifying this with the installer
that Scott created as well.

2006-05-12 11:22:16,353 DEBUG

[org.hibernate.impl.SessionFactoryImpl]

instantiating session factory with properties:...(I took those off)
2006-05-12 11:22:16,363 WARN  [org.jboss.system.ServiceController]
Problem starting service portal:service=Hibernate
java.lang.IllegalAccessError: tried to access method
net.sf.ehcache.CacheManager.init()V from class
org.hibernate.cache.EhCacheProvider
at
org.hibernate.cache.EhCacheProvider.start(EhCacheProvider.java:124)
at


org.hibernate.impl.SessionFactoryImpl.init(SessionFactoryImpl.java:180
)

at


org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1
213)

at org.jboss.portal.core.hibernate.SessionFactoryBinder
$3.run(SessionFactoryBinder.java:509)
at


org.jboss.portal.common.transaction.Transactions.apply(Transactions.java
:199)

at


org.jboss.portal.common.transaction.Transactions.notSupported(Transactio
ns.java:245)

at


org.jboss.portal.core.hibernate.SessionFactoryBinder.createSessionFactor
y(SessionFactoryBinder.java:505)

at


org.jboss.portal.core.hibernate.SessionFactoryBinder.startService(Sessio
nFactoryBinder.java:291)

at


org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupp
ort.java:289)

at


org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196)

at


org.jboss.portal.common.system.AbstractJBossService.start(AbstractJBossS
ervice.java:86)

at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
at


sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)
at


org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.
java:155)

at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at


org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.
java:133)

at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at


org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBea
nOperationInterceptor.java:142)

at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at


org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.jav
a:264)

at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController
$ServiceProxy.invoke(ServiceController.java:995)
at $Proxy0.start(Unknown Source)


--
Bug? That's not a bug, that's a feature. 






--
Julien Viet
JBoss Portal Project Lead


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https

[JBoss-dev] Re: wsrp integration

2006-03-25 Thread Julien Viet

we all agree on that.

Thomas Diesler wrote:

[...]/jbpm/bpel and [...]/portal/wsrp seem fine to me


Yes, that's fine.


neither Portal nor jBPM is an integral component of the Appserver.


Whether these components are shipped with the AS binary distribution is
one aspect, whether they have automated integration tests is another.
The latter is a MUST.

Our testsuite has the ability to create specialized jboss
configurations, start/stop these configurations and run tests in those
configurations.

Every component that is expected to work in the AS should have automated
integration tests. An integration test is a test that checks whether
stuff that you depend on works in the way you expect. How you setup
fuctional tests for your component is up to you.

 Cheers
-thomas


-Original Message-
From: Alejandro Guizar
Sent: 24 March 2006 19:56
To: Thomas Diesler; Chris Laprun
Cc: Julien Viet; Dev - JBossWS
Subject: RE: wsrp integration

Thomas,

I saw a WSRP folder under testsuite/src/main/org/jboss/test/webservice

and

testsuite/src/resources/webservice and thought the place for BPEL
integration tests should also be there.

Does your comment imply that both the WSRP and BPEL tests should be

placed

elsewhere? If so, what is your suggestion? [...]/jbpm/bpel and
[...]/portal/wsrp seem fine to me, except that neither Portal nor jBPM

is

an integral component of the Appserver.

-Alejandro


-Original Message-
From: Thomas Diesler
Sent: Friday, March 24, 2006 3:54 AM
To: Chris Laprun
Cc: Julien Viet; Anil Saldhana; Dev - JBossWS
Subject: RE: wsrp integration


The WSRP integration testsuite would probably also have integration

tests

other than for jbossws.

-thomas



-Original Message-
From: Thomas Diesler
Sent: Friday, March 24, 2006 10:52
To: Chris Laprun
Cc: Julien Viet; Anil Saldhana; Dev - JBossWS
Subject: RE: wsrp integration



But these tests would still be located in the webservice testsuite
though, right?

No, WSRP is just another jbossws client and should have its
own integration testsuite.

xxx
Thomas Diesler
Web Service Lead
JBoss Inc.
xxx



-Original Message-
From: Chris Laprun
Sent: Friday, March 24, 2006 10:48
To: Thomas Diesler
Cc: Julien Viet; Anil Saldhana; Dev - JBossWS
Subject: Re: wsrp integration


On Mar 24, 2006, at 4:17 AM, Thomas Diesler wrote:


IMHO, you need to identify the integration requirements and

create for

these aspects in the main test suite. WSRP functional

aspects do not

need to be tested in the main testsuite.

I agree.


A practical approach would be to create tests when issues

actually

occur. i.e. you run your wsrp testsuite with jbossws, for

every issue

you see you create a test in the wsrp integration testsuite.

Makes sense in the shorter term. However, complete coverage would

be

ideal in the long run both for WS and WSRP.


There should be a tests-wsrp target in the testsuite that runs

the

collection of integration tests. wsrp integration tests do

not belong

in the webservice testsuite. i.e. should not run as part of
tests-webservice

But these tests would still be located in the webservice testsuite
though, right?

Best,
Chris

==
JBoss Portal Developer / WSRP Architect









--
Julien Viet
JBoss Portal Project Lead


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: jboss-portal-2.4-testsuite Build Completed With Testsuite Errors

2006-02-22 Thread Julien Viet

We target JBoss Portal 3.0.x to work on JBoss 5.

However as you say it would be a good thing, still I don't know when 
JBoss 5 will be released (alpha was scheduled for 1 month ago).


Ryan Campbell wrote:

Rajesh, can we put jboss-head at the end?

If there is only one failure on jboss-head, perhaps we could raise the
issue for the portal team to fix.  Having Portal 2.4 compatible with
Jboss 5.0 would be a nice thing to have if it's easy.

If it's a big deal to fix, we should remove jboss-head from the matrix
so we can have a clean build.

-Original Message-
From: Julien Viet 
Sent: Wednesday, February 22, 2006 3:38 PM

To: Rajesh Rajasekaran
Cc: QA; Anil Saldhana; [EMAIL PROTECTED]; Chris Laprun;
jboss-development@lists.sourceforge.net; QA; Julien Viet;
[EMAIL PROTECTED]; Thomas Heute
Subject: Re: jboss-portal-2.4-testsuite Build Completed With Testsuite
Errors

jboss-head (JBoss 5) is not today a target for us but we can test it of 
course.


Here is the list that I would like to see :

- Branch_4_0
- 4.0.4RC1 (later 4.0.4)
- 4.0.3SP1 (already done)




--
Julien Viet
JBoss Portal Project Lead


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: jboss-portal-2.4-testsuite Build Completed With Testsuite Errors

2006-02-22 Thread Julien Viet

it looks that the file is truncated, what is the reason of that ?

Rajesh Rajasekaran wrote:

I will put jboss-head to the end and rearrange the list as Julien had
requested.
The portlet tests against jboss-head had failed and the report XML's
were not well-formed, hence the failures not reported by CC.
I have opened a task for this. Here s the link.
http://jira.jboss.com/jira/browse/JBPORTAL-679


Thanks
Rajesh

-Original Message-
From: Ryan Campbell 
Sent: Wednesday, February 22, 2006 3:54 PM

To: Julien Viet; Rajesh Rajasekaran
Cc: QA; jboss-development@lists.sourceforge.net
Subject: RE: jboss-portal-2.4-testsuite Build Completed With Testsuite
Errors

Rajesh, can we put jboss-head at the end?

If there is only one failure on jboss-head, perhaps we could raise the
issue for the portal team to fix.  Having Portal 2.4 compatible with
Jboss 5.0 would be a nice thing to have if it's easy.

If it's a big deal to fix, we should remove jboss-head from the matrix
so we can have a clean build.

-Original Message-
From: Julien Viet 
Sent: Wednesday, February 22, 2006 3:38 PM

To: Rajesh Rajasekaran
Cc: QA; Anil Saldhana; [EMAIL PROTECTED]; Chris Laprun;
jboss-development@lists.sourceforge.net; QA; Julien Viet;
[EMAIL PROTECTED]; Thomas Heute
Subject: Re: jboss-portal-2.4-testsuite Build Completed With Testsuite
Errors

jboss-head (JBoss 5) is not today a target for us but we can test it of 
course.


Here is the list that I would like to see :

- Branch_4_0
- 4.0.4RC1 (later 4.0.4)
- 4.0.3SP1 (already done)




--
Julien Viet
JBoss Portal Project Lead


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: jboss-portal-2.4-testsuite Build Completed With Testsuite Errors

2006-02-20 Thread Julien Viet

how can we do to improve that (i.e fix the wellformedness) ?

Rajesh Rajasekaran wrote:

The junit reports (xml) for the portlet tests are not well formed.

Hence the portlet test results are not accounted in the HTML reports shown.

The common and format tests pass 100%.

Please refer the link below for the portlet test reports.

http://cruisecontrol.jboss.com/cc/artifacts/jboss-portal-2.4-testsuite/20060220170427/jboss-4.0.3SP1-logs/results/testfailures

 


Please let me know if you have the same problem.

 


Thanks

Rajesh

 

 




*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
*Sent:* Monday, February 20, 2006 4:07 PM
*To:* [EMAIL PROTECTED]; jboss-development@lists.sourceforge.net; QA; Julien 
Viet; QA

*Subject:* jboss-portal-2.4-testsuite Build Completed With Testsuite Errors
*Importance:* High

 

View results here - 
http://cruisecontrol.jboss.com/cc/buildresults/jboss-portal-2.4-testsuite?log=log20060220170427


*TESTS FAILED*

*Ant Error 
Message: */services/cruisecontrol/work/scripts/build-jboss-portal.xml:67: 
The following error occurred while executing this line: 
/services/cruisecontrol/work/scripts/build-jboss-portal.xml:93: The 
following error occurred while executing this line: 
/services/cruisecontrol/work/scripts/build-jboss-portal.xml:199: The 
following error occurred while executing this line: 
/services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build 
Successful - Tests completed with errors or failures.


*Date of build: *02/20/2006 17:04:27

*Time to build: *1 minute 58 seconds

*Last changed: *02/20/2006 09:17:02

*Last log entry: *JBPORTAL-608 : Timed content is not serializable and 
raise issues in http session replication


 


 Unit Tests: (84)  Total Errors and Failures: (0)

All Tests Passed



 




 

 




 




 




 

 




 




 




 

 




 




 

 


 Modifications since last build:  (first 50 of 26)

1.4



modified



julien



server/src/main/org/jboss/portal/server/output/cache/SoftTimedContent.java



JBPORTAL-608 : Timed content is not serializable and raise issues in 
http session replication


1.3



modified



julien



server/src/main/org/jboss/portal/server/output/cache/StrongTimedContent.java



JBPORTAL-608 : Timed content is not serializable and raise issues in 
http session replication


1.3



modified



julien



server/src/main/org/jboss/portal/server/output/cache/TimedContent.java



JBPORTAL-608 : Timed content is not serializable and raise issues in 
http session replication


1.2



modified



bdaw



portlet/src/resources/test/test-portletinterface-war/WEB-INF/portlet.xml



- JBPORTAL-672 PLT.5.2.4.4 Exceptions During Request Handling test cases

1.9



modified



bdaw



portlet/src/main/org/jboss/portal/test/portlet/junit/PortletTestCase.java



- JBPORTAL-672 PLT.5.2.4.4 Exceptions During Request Handling test cases

1.2



modified



bdaw



portlet/src/main/org/jboss/portal/test/portlet/portletinterface/PortletInterfaceTestCase.java



- JBPORTAL-672 PLT.5.2.4.4 Exceptions During Request Handling test cases

1.1



added



bdaw



portlet/src/main/org/jboss/portal/test/portlet/portletinterface/spec/ExceptionsDuringRequestHandlingControllerPortlet.java



- JBPORTAL-672 PLT.5.2.4.4 Exceptions During Request Handling test cases

1.1



added



bdaw



portlet/src/main/org/jboss/portal/test/portlet/portletinterface/spec/PortletExceptionDuringRequestHandlingPortlet.java



- JBPORTAL-672 PLT.5.2.4.4 Exceptions During Request Handling test cases

1.1



added



bdaw



portlet/src/main/org/jboss/portal/test/portlet/portletinterface/spec/RuntimeExceptionDuringRequestHandlingPortlet.java



- JBPORTAL-672 PLT.5.2.4.4 Exceptions During Request Handling test cases

1.1



added



bdaw



portlet/src/main/org/jboss/portal/test/portlet/portletinterface/spec/UnavailableExceptionDuringProcessActionPortlet.java



- JBPORTAL-672 PLT.5.2.4.4 Exceptions During Request Handling test cases

1.1



added



bdaw



portlet/src/main/org/jboss/portal/test/portlet/portletinterface/spec/UnavailableExceptionDuringRenderPortlet.java



- JBPORTAL-672 PLT.5.2.4.4 Exceptions During Request Handling test cases

1.4



modified



julien



common/src/main/org/jboss/portal/common/net/file/FileURLNavigationProvider.java



sort files when we list a sub dir to have the behavior independant of 
the platform


1.1



added



bdaw



portlet/src/resources/test/test-portletinterface

[JBoss-dev] Re: jboss-portal-2.4-testsuite Build Completed With Testsuite Errors

2006-02-20 Thread Julien Viet

yes they don't extend TestCase because we only use the

public static Test suite() { }

method as the class itself is not really a test but rather a suite provider.

should we make the portlet test case extends it ?

Ryan Campbell wrote:

I see two things here:

1. The xml reports are empty, causing the XML validation errors.  I
guess no one has even looked at these yet?!

2.  The Portlet test cases don't extend org.junit.TestCase, they extend
java.lang.Object.  That might work in your IDE, but I doubt we should
expect AntRunner to put it up with it.

-Original Message-
From: Rajesh Rajasekaran 
Sent: Monday, February 20, 2006 5:22 PM

To: Julien Viet
Cc: QA; [EMAIL PROTECTED]; jboss-development@lists.sourceforge.net; QA
Subject: RE: jboss-portal-2.4-testsuite Build Completed With Testsuite
Errors

I guess portal uses an old version of junit(from 2001). The newer
version might solve the problem. 
Anyways these are the errors I get.


[junitreport] [Fatal Error] :-1:-1: Premature end of file.
[junitreport] The file
/home/test_cc/work/checkout/jboss-portal-2.4/portlet/TEST-org.jboss.port
al.test.portlet.dispatcher.spec.DispatcherTestCase.xml is not a valid
XML document. It is possibly corrupted.
[junitreport] [Fatal Error] :-1:-1: Premature end of file.
[junitreport] The file
/home/test_cc/work/checkout/jboss-portal-2.4/portlet/TEST-org.jboss.port
al.test.portlet.portletconfig.PortletConfigTestCase.xml is not a valid
XML document. It is possibly corrupted.
[junitreport] [Fatal Error] :-1:-1: Premature end of file.
[junitreport] The file
/home/test_cc/work/checkout/jboss-portal-2.4/portlet/TEST-org.jboss.port
al.test.portlet.portletinterface.PortletInterfaceTestCase.xml is not a
valid XML document. It is possibly corrupted.
[junitreport] [Fatal Error] :-1:-1: Premature end of file.
[junitreport] The file
/home/test_cc/work/checkout/jboss-portal-2.4/portlet/TEST-org.jboss.port
al.test.portlet.portletmode.PortletModeTestCase.xml is not a valid XML
document. It is possibly corrupted.
[junitreport] [Fatal Error] :-1:-1: Premature end of file.
[junitreport] The file
/home/test_cc/work/checkout/jboss-portal-2.4/portlet/TEST-org.jboss.port
al.test.portlet.portletrequest.PortletRequestTestCase.xml is not a valid
XML document. It is possibly corrupted.
[junitreport] [Fatal Error] :-1:-1: Premature end of file.
[junitreport] The file
/home/test_cc/work/checkout/jboss-portal-2.4/portlet/TEST-org.jboss.port
al.test.portlet.portletsession.PortletSessionTestCase.xml is not a valid
XML document. It is possibly corrupted.
[junitreport] [Fatal Error] :-1:-1: Premature end of file.
[junitreport] The file
/home/test_cc/work/checkout/jboss-portal-2.4/portlet/TEST-org.jboss.port
al.test.portlet.preferences.PreferencesTestCase.xml is not a valid XML
document. It is possibly corrupted.
[junitreport] [Fatal Error] :-1:-1: Premature end of file.
[junitreport] The file
/home/test_cc/work/checkout/jboss-portal-2.4/portlet/TEST-org.jboss.port
al.test.portlet.renderresponse.RenderResponseTestCase.xml is not a valid
XML document. It is possibly corrupted.



-Original Message-
From: Julien Viet 
Sent: Monday, February 20, 2006 4:41 PM

To: Rajesh Rajasekaran
Cc: QA; [EMAIL PROTECTED]; jboss-development@lists.sourceforge.net; QA; Julien
Viet
Subject: Re: jboss-portal-2.4-testsuite Build Completed With Testsuite
Errors

how can we do to improve that (i.e fix the wellformedness) ?

Rajesh Rajasekaran wrote:

The junit reports (xml) for the portlet tests are not well formed.

Hence the portlet test results are not accounted in the HTML reports

shown.

The common and format tests pass 100%.

Please refer the link below for the portlet test reports.



http://cruisecontrol.jboss.com/cc/artifacts/jboss-portal-2.4-testsuite/2
0060220170427/jboss-4.0.3SP1-logs/results/testfailures
 


Please let me know if you have the same problem.

 


Thanks

Rajesh

 

 






*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
*Sent:* Monday, February 20, 2006 4:07 PM
*To:* [EMAIL PROTECTED]; jboss-development@lists.sourceforge.net; QA; Julien 
Viet; QA

*Subject:* jboss-portal-2.4-testsuite Build Completed With Testsuite

Errors

*Importance:* High

 

View results here - 


http://cruisecontrol.jboss.com/cc/buildresults/jboss-portal-2.4-testsuit
e?log=log20060220170427

*TESTS FAILED*

*Ant Error 
Message:
*/services/cruisecontrol/work/scripts/build-jboss-portal.xml:67: 
The following error occurred while executing this line: 
/services/cruisecontrol/work/scripts/build-jboss-portal.xml:93: The 
following error occurred while executing this line: 
/services/cruisecontrol/work/scripts/build-jboss-portal.xml:199: The 
following error occurred while executing this line: 
/services/cruisecontrol/work/scripts/build-common-targets.xml:11:
Build 

Successful - Tests completed with errors or failures.

*Date of build: *02/20/2006 17:04:27

*Time to build: *1 minute 58 seconds

[JBoss-dev] Re: jboss-portal-2.4-testsuite Build Completed With Testsuite Errors

2006-02-20 Thread Julien Viet

thanks,

Junit is so lame :-)

Ryan Campbell wrote:

should we make the portlet test case extends it ?
 
Well, as Rajesh pointed out it is the junitreport task which blanks the

XML reports, so I was wrong on my point #2.  Rajesh is trying to narrow
this down and will followup with what he finds.

-Original Message-
From: Julien Viet 
Sent: Monday, February 20, 2006 5:53 PM

To: Ryan Campbell
Cc: Rajesh Rajasekaran; Julien Viet; QA; [EMAIL PROTECTED];
jboss-development@lists.sourceforge.net
Subject: Re: jboss-portal-2.4-testsuite Build Completed With Testsuite
Errors

yes they don't extend TestCase because we only use the

public static Test suite() { }

method as the class itself is not really a test but rather a suite
provider.

should we make the portlet test case extends it ?





--
Julien Viet
JBoss Portal Project Lead


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Re: jboss-portal-2.2-testsuite Build Failed

2006-01-17 Thread Julien Viet

thanks Ryan,

when I ported the file to head, I did :

cvs update -r JBoss_Portal_Branch_2_2 ComponentRequest.java

instead of

cvs update -j JBoss_Portal_Branch_2_2 ComponentRequest.java

which lead to me having another version in my cvs repository which was 
never commited in head


Ryan Campbell wrote:

Portal 2.2 branch build is broken:

 


[execmodules] 
/services/cruisecontrol/work/checkout/jboss-portal-2.2/server/src/main/org/jboss/portal/server/aspects/component/ModesInterceptor.java:71:
 cannot resolve symbol

[execmodules] symbol  : method setMode (org.jboss.portal.Mode)

[execmodules] location: class org.jboss.portal.server.app.ComponentRequest

[execmodules]  req.setMode(mode);

[execmodules] ^

[execmodules] 
/services/cruisecontrol/work/checkout/jboss-portal-2.2/server/src/main/org/jboss/portal/server/aspects/component/ModesInterceptor.java:81:
 cannot resolve symbol

[execmodules] symbol  : method setMode (org.jboss.portal.Mode)

[execmodules] location: class org.jboss.portal.server.app.ComponentRequest

[execmodules]  req.setMode(mode);

 

 

 




*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
*Sent:* Tuesday, January 17, 2006 2:51 PM
*To:* Anil Saldhana; [EMAIL PROTECTED]; 
jboss-development@lists.sourceforge.net; QA; Julien Viet; 
[EMAIL PROTECTED]; QA; [EMAIL PROTECTED]; Thomas Heute

*Subject:* jboss-portal-2.2-testsuite Build Failed
*Importance:* High

 

View results here - 
http://cruisecontrol.jboss.com/cc/buildresults/jboss-portal-2.2-testsuite?log=log20060117155008


*BUILD FAILED*

*Ant Error 
Message: */services/cruisecontrol/work/scripts/build-jboss-portal.xml:56: 
Exit code: 1 See compile.log in Build Artifacts for details.


*Date of build: *01/17/2006 15:50:08

*Time to build: *37 seconds

*Last changed: *12/31/2005 01:43:25

*Last log entry: *- added repository config in DB by default

 


 Unit Tests: (0)  Total Errors and Failures: (0)

 




 




 




 

 




 




 




 

 




 




 

 


 Modifications since last builds:  (first 50 of 3184)

1.2



modified



julien



wsrp/src/main/org/jboss/portal/wsrp/WSRPEngine.java



branches: 1.2.4;removed my obsolete overengineered code

1.3



modified



julien



wsrp/src/main/org/jboss/portal/wsrp/engine/WSRPEngineImpl.java



branches: 1.3.4;removed my obsolete overengineered code

1.2



modified



julien



wsrp/src/main/org/jboss/portal/wsrp/RequestController.java



JBPORTAL-550 : Need to update the lgpl headers

1.3



modified



julien



wsrp/src/main/org/jboss/portal/wsrp/WSRPEngine.java



JBPORTAL-550 : Need to update the lgpl headers

1.2



modified



julien



wsrp/src/main/org/jboss/portal/wsrp/WSRPInterceptor.java



JBPORTAL-550 : Need to update the lgpl headers

1.2



modified



julien



wsrp/src/main/org/jboss/portal/wsrp/WSRPRequest.java



JBPORTAL-550 : Need to update the lgpl headers

1.2



modified



julien



wsrp/src/main/org/jboss/portal/wsrp/WSRPRequestContext.java



JBPORTAL-550 : Need to update the lgpl headers

1.2



modified



julien



wsrp/src/main/org/jboss/portal/wsrp/WSRPResponse.java



JBPORTAL-550 : Need to update the lgpl headers

1.2



modified



julien



wsrp/src/main/org/jboss/portal/wsrp/WSRPResponseContext.java



JBPORTAL-550 : Need to update the lgpl headers

1.2



modified



julien



wsrp/src/main/org/jboss/portal/wsrp/aspects/engine/ControllerInterceptor.java



JBPORTAL-550 : Need to update the lgpl headers

1.2



modified



julien



wsrp/src/main/org/jboss/portal/wsrp/aspects/engine/RegistrationInterceptor.java



JBPORTAL-550 : Need to update the lgpl headers

1.2



modified



julien



wsrp/src/main/org/jboss/portal/wsrp/aspects/engine/UserInterceptor.java



JBPORTAL-550 : Need to update the lgpl headers

1.2



modified



julien



wsrp/src/main/org/jboss/portal/wsrp/endpoints/MarkupServiceEndpoint.java



JBPORTAL-550 : Need to update the lgpl headers

1.2



modified



julien



wsrp/src/main/org/jboss/portal/wsrp/endpoints/ServiceDescriptionEndpoint.java



JBPORTAL-550 : Need to update the lgpl headers

1.4



modified



julien



wsrp/src/main/org/jboss/portal/wsrp/engine/WSRPEngineImpl.java



JBPORTAL-550 : Need to update the lgpl headers

1.2



modified



julien



wsrp/src/main/org/jboss/portal/wsrp/invocation/AxisEngineUtil.java



JBPORTAL-550 : Need

[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-234) JBoss Portal 2.2 Roadmap

2005-04-08 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-234?page=history ]

Julien Viet updated JBPORTAL-234:
-

Description: 
Define JBoss Portal 2.x roadmap :

1 Consider the following requirements (subject to change) as a starting point
1.a wsrp 1.0
1.b wsrp 2.0 features
1.c dashboarding
1.d multiple portal server per application server
1.e abstract web application instrumentation layer
1.f q/a
1.g dynamicity

2 Define the different release (i.e 2.2, 2.4, etc...)
2.a schedule
2.b requirement
2.c resources allocated
2.d runtime platform
2.e relationship to JEMS


  was:
Define JBoss Portal 2.2 Roadmap in order to meet the following requirements 
(subject to change)

- wsrp 1.0
- wsrp 2.0 features
- dashboarding



 JBoss Portal 2.2 Roadmap
 

  Key: JBPORTAL-234
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-234
  Project: JBoss Portal
 Type: Task
   Components: Portal Core
 Reporter: Julien Viet
 Assignee: Julien Viet



 Define JBoss Portal 2.x roadmap :
 1 Consider the following requirements (subject to change) as a starting point
 1.a wsrp 1.0
 1.b wsrp 2.0 features
 1.c dashboarding
 1.d multiple portal server per application server
 1.e abstract web application instrumentation layer
 1.f q/a
 1.g dynamicity
 2 Define the different release (i.e 2.2, 2.4, etc...)
 2.a schedule
 2.b requirement
 2.c resources allocated
 2.d runtime platform
 2.e relationship to JEMS

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-234) JBoss Portal 2.x roadmap

2005-04-08 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-234?page=history ]

Julien Viet updated JBPORTAL-234:
-

Summary: JBoss Portal 2.x roadmap  (was: JBoss Portal 2.2 Roadmap)

 JBoss Portal 2.x roadmap
 

  Key: JBPORTAL-234
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-234
  Project: JBoss Portal
 Type: Task
   Components: Portal Core
 Reporter: Julien Viet
 Assignee: Julien Viet



 Define JBoss Portal 2.x roadmap :
 1 Consider the following requirements (subject to change) as a starting point
 1.a wsrp 1.0
 1.b wsrp 2.0 features
 1.c dashboarding
 1.d multiple portal server per application server
 1.e abstract web application instrumentation layer
 1.f q/a
 1.g dynamicity
 2 Define the different release (i.e 2.2, 2.4, etc...)
 2.a schedule
 2.b requirement
 2.c resources allocated
 2.d runtime platform
 2.e relationship to JEMS

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-234) JBoss Portal 2.x roadmap

2005-04-08 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-234?page=history ]

Julien Viet updated JBPORTAL-234:
-

Description: 
Define JBoss Portal 2.x roadmap :

1 Consider the following requirements (subject to change) as a starting point.
1.a wsrp 1.0
1.b wsrp 2.0 features
1.c dashboarding
1.d multiple portal server per application server
1.e abstract web application instrumentation layer
1.f q/a
1.g dynamicity
1.f CMS

2 Define the content of different releases (i.e 2.2, 2.4, etc...)
2.a schedule in time
2.b requirement referencing 1.x
2.c resources allocated to complete the release
2.d runtime platform
2.e relationship to JEMS


  was:
Define JBoss Portal 2.x roadmap :

1 Consider the following requirements (subject to change) as a starting point
1.a wsrp 1.0
1.b wsrp 2.0 features
1.c dashboarding
1.d multiple portal server per application server
1.e abstract web application instrumentation layer
1.f q/a
1.g dynamicity

2 Define the different release (i.e 2.2, 2.4, etc...)
2.a schedule
2.b requirement
2.c resources allocated
2.d runtime platform
2.e relationship to JEMS



 JBoss Portal 2.x roadmap
 

  Key: JBPORTAL-234
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-234
  Project: JBoss Portal
 Type: Task
   Components: Portal Core
 Reporter: Julien Viet
 Assignee: Julien Viet



 Define JBoss Portal 2.x roadmap :
 1 Consider the following requirements (subject to change) as a starting point.
 1.a wsrp 1.0
 1.b wsrp 2.0 features
 1.c dashboarding
 1.d multiple portal server per application server
 1.e abstract web application instrumentation layer
 1.f q/a
 1.g dynamicity
 1.f CMS
 2 Define the content of different releases (i.e 2.2, 2.4, etc...)
 2.a schedule in time
 2.b requirement referencing 1.x
 2.c resources allocated to complete the release
 2.d runtime platform
 2.e relationship to JEMS

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-234) JBoss Portal 2.2 Roadmap

2005-04-07 Thread Julien Viet (JIRA)
JBoss Portal 2.2 Roadmap


 Key: JBPORTAL-234
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-234
 Project: JBoss Portal
Type: Task
  Components: Portal Core  
Reporter: Julien Viet
 Assigned to: Julien Viet 


Define JBoss Portal 2.2 Roadmap in order to meet the following requirements 
(subject to change)

- wsrp 1.0
- wsrp 2.0 features
- dashboarding


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-217) Reply with quote is not working

2005-04-07 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-217?page=history ]

Julien Viet updated JBPORTAL-217:
-

Fix Version: 2.0 Final

 Reply with quote is not working
 ---

  Key: JBPORTAL-217
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-217
  Project: JBoss Portal
 Type: Bug
   Components: Forums
 Versions: 2.0 RC, 2.0 Final
  Environment: Windows XP
 Reporter: Sudhir Kumar Machetti
 Assignee: Julien Viet
 Priority: Minor
  Fix For: 2.0 RC, 2.0 Final



 I am trying to post reply with previous message in quotes. I clicked on 
 quotes button. I got editor to post my reply. I have submitted me reply. 
 I don't see previous message in quotes in my reply?
 Did I miss anything?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-220) Polls

2005-04-07 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-220?page=history ]

Julien Viet updated JBPORTAL-220:
-

Fix Version: 2.0 RC
 2.0 Final

 Polls
 -

  Key: JBPORTAL-220
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-220
  Project: JBoss Portal
 Type: Task
   Components: Forums
 Versions: 2.0 RC, 2.0 Final
 Reporter: Julien Viet
 Assignee: Roy Russo
  Fix For: 2.0 RC, 2.0 Final





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-221) Post attachments

2005-04-07 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-221?page=history ]

Julien Viet updated JBPORTAL-221:
-

Fix Version: 2.0 RC
 2.0 Final

 Post attachments
 

  Key: JBPORTAL-221
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-221
  Project: JBoss Portal
 Type: Task
   Components: Forums
 Versions: 2.0 RC, 2.0 Final
 Reporter: Julien Viet
 Assignee: Roy Russo
  Fix For: 2.0 RC, 2.0 Final





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-224) Forum user's preferences

2005-04-07 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-224?page=history ]

Julien Viet updated JBPORTAL-224:
-

Fix Version: 2.0 Final

 Forum user's preferences
 

  Key: JBPORTAL-224
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-224
  Project: JBoss Portal
 Type: Task
   Components: Forums
 Versions: 2.0 RC, 2.0 Final
 Reporter: Julien Viet
 Assignee: Roy Russo
  Fix For: 2.0 RC, 2.0 Final





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-173) Misplaced forum postings

2005-04-07 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-173?page=history ]

Julien Viet updated JBPORTAL-173:
-

Fix Version: 2.0 RC
 2.0 Final

 Misplaced forum postings
 

  Key: JBPORTAL-173
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-173
  Project: JBoss Portal
 Type: Bug
   Components: Forums
 Versions: 2.0 RC, 2.0 Final
 Reporter: Ivelin Ivanov
 Assignee: Julien Viet
 Priority: Critical
  Fix For: 2.0 RC, 2.0 Final



 From: Scott Stark
 Subject: RE: [JBoss-user] [Messaging, JMS  JBossMQ] - Re: Question about JMS 
 queue config
 This is a thread that has the first message replaced with some random posting.
  
  
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of wsnyder6
  Sent: Saturday, January 08, 2005 5:15 AM
  To: jboss-user@lists.sourceforge.net
  Subject: [JBoss-user] [Messaging, JMS  JBossMQ] - Re: 
  Question about JMS queue config
  
  Wierd how the original post got lost at the top of the thread...
  
  Anyway, thanks for verifying the config
  
  I didn't realize that debug/trace info goes to the log file rather 
  than the console...whooops :)
  
  My login module was not handling null principals. 
  
  Authentication and authorization works now.
  
  Thanks
  
  --Bill
  
  
  View the original post : 
  http://www.jboss.org/index.html?module=bbop=viewtopicp=38612
  58#3861258
  
  Reply to the post : 
  http://www.jboss.org/index.html?module=bbop=postingmode=repl
  yp=3861258
  
  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-101) URL BB Code tag does not work correctly on several lines

2005-04-07 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-101?page=history ]

Julien Viet updated JBPORTAL-101:
-

Fix Version: 2.0 RC
 2.0 Final

 URL BB Code tag does not work correctly on several lines
 

  Key: JBPORTAL-101
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-101
  Project: JBoss Portal
 Type: Bug
   Components: Forums
 Versions: 2.0 RC, 2.0 Final
  Environment: Nukes 1
 Reporter: Thomas Heute
  Fix For: 2.0 RC, 2.0 Final



 Fix the following bug from Nukes:
 --
 A URL that is not trimmed 
  
 [url] 
 http://www.jboss.org/index.html?module=bbop=viewforumf=163 
 [/url]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-93) Forum posts can become unusable due to width of content

2005-04-07 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-93?page=history ]

Julien Viet updated JBPORTAL-93:


Fix Version: 2.0 RC
 2.0 Final

 Forum posts can become unusable due to width of content
 ---

  Key: JBPORTAL-93
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-93
  Project: JBoss Portal
 Type: Patch
   Components: Forums
 Versions: 2.0 RC, 2.0 Final
 Reporter: Scott M Stark
 Assignee: Julien Viet
  Fix For: 2.0 RC, 2.0 Final



 I'm seeing problems with the size of forum posts using the [code][/code] 
 tags. There needs to be some fixed size to the text fields with scrolling 
 instead of what is seen here:
  
 http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857964
 http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858023

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-221) Post attachments

2005-04-07 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-221?page=history ]

Julien Viet updated JBPORTAL-221:
-

Version: 2.0 Final

 Post attachments
 

  Key: JBPORTAL-221
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-221
  Project: JBoss Portal
 Type: Task
   Components: Forums
 Versions: 2.0 RC, 2.0 Final
 Reporter: Julien Viet
 Assignee: Roy Russo
  Fix For: 2.0 RC, 2.0 Final





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-220) Polls

2005-04-07 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-220?page=history ]

Julien Viet updated JBPORTAL-220:
-

Version: 2.0 Final

 Polls
 -

  Key: JBPORTAL-220
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-220
  Project: JBoss Portal
 Type: Task
   Components: Forums
 Versions: 2.0 RC, 2.0 Final
 Reporter: Julien Viet
 Assignee: Roy Russo
  Fix For: 2.0 RC, 2.0 Final





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-173) Misplaced forum postings

2005-04-07 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-173?page=history ]

Julien Viet updated JBPORTAL-173:
-

Version: 2.0 RC
 2.0 Final
 (was: Nukes 1.1 (support))

 Misplaced forum postings
 

  Key: JBPORTAL-173
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-173
  Project: JBoss Portal
 Type: Bug
   Components: Forums
 Versions: 2.0 RC, 2.0 Final
 Reporter: Ivelin Ivanov
 Assignee: Julien Viet
 Priority: Critical
  Fix For: 2.0 RC, 2.0 Final



 From: Scott Stark
 Subject: RE: [JBoss-user] [Messaging, JMS  JBossMQ] - Re: Question about JMS 
 queue config
 This is a thread that has the first message replaced with some random posting.
  
  
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of wsnyder6
  Sent: Saturday, January 08, 2005 5:15 AM
  To: jboss-user@lists.sourceforge.net
  Subject: [JBoss-user] [Messaging, JMS  JBossMQ] - Re: 
  Question about JMS queue config
  
  Wierd how the original post got lost at the top of the thread...
  
  Anyway, thanks for verifying the config
  
  I didn't realize that debug/trace info goes to the log file rather 
  than the console...whooops :)
  
  My login module was not handling null principals. 
  
  Authentication and authorization works now.
  
  Thanks
  
  --Bill
  
  
  View the original post : 
  http://www.jboss.org/index.html?module=bbop=viewtopicp=38612
  58#3861258
  
  Reply to the post : 
  http://www.jboss.org/index.html?module=bbop=postingmode=repl
  yp=3861258
  
  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-101) URL BB Code tag does not work correctly on several lines

2005-04-07 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-101?page=history ]

Julien Viet updated JBPORTAL-101:
-

Version: 2.0 RC
 2.0 Final
 (was: 2.0 Alpha)

 URL BB Code tag does not work correctly on several lines
 

  Key: JBPORTAL-101
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-101
  Project: JBoss Portal
 Type: Bug
   Components: Forums
 Versions: 2.0 RC, 2.0 Final
  Environment: Nukes 1
 Reporter: Thomas Heute
  Fix For: 2.0 RC, 2.0 Final



 Fix the following bug from Nukes:
 --
 A URL that is not trimmed 
  
 [url] 
 http://www.jboss.org/index.html?module=bbop=viewforumf=163 
 [/url]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-93) Forum posts can become unusable due to width of content

2005-04-07 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-93?page=history ]

Julien Viet updated JBPORTAL-93:


Version: 2.0 RC
 2.0 Final

 Forum posts can become unusable due to width of content
 ---

  Key: JBPORTAL-93
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-93
  Project: JBoss Portal
 Type: Patch
   Components: Forums
 Versions: 2.0 RC, 2.0 Final
 Reporter: Scott M Stark
 Assignee: Julien Viet
  Fix For: 2.0 RC, 2.0 Final



 I'm seeing problems with the size of forum posts using the [code][/code] 
 tags. There needs to be some fixed size to the text fields with scrolling 
 instead of what is seen here:
  
 http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857964
 http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858023

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-235) Forum module port

2005-04-07 Thread Julien Viet (JIRA)
Forum module port
-

 Key: JBPORTAL-235
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-235
 Project: JBoss Portal
Type: Feature Request
  Components: Forums  
Versions: 2.0 RC, 2.0 Final
Reporter: Julien Viet
 Assigned to: Julien Viet 




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-235) Forum module partial port

2005-04-07 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-235?page=history ]

Julien Viet updated JBPORTAL-235:
-

Summary: Forum module partial port  (was: Forum module port)
Fix Version: 2.0 RC
 2.0 Final

 Forum module partial port
 -

  Key: JBPORTAL-235
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-235
  Project: JBoss Portal
 Type: Feature Request
   Components: Forums
 Versions: 2.0 RC, 2.0 Final
 Reporter: Julien Viet
 Assignee: Julien Viet
  Fix For: 2.0 RC, 2.0 Final





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-236) Documentation update

2005-04-07 Thread Julien Viet (JIRA)
Documentation update


 Key: JBPORTAL-236
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-236
 Project: JBoss Portal
Type: Feature Request
Versions: 2.0 RC, 2.0 Final
Reporter: Julien Viet
 Assigned to: Julien Viet 
 Fix For: 2.0 Final


Maintain the documentation regarding the changes that have been introduced 
since 2.0 beta.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-233) User metadata

2005-04-06 Thread Julien Viet (JIRA)
User metadata
-

 Key: JBPORTAL-233
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-233
 Project: JBoss Portal
Type: Task
Reporter: Julien Viet


The portal defines itw own way to manipulate user. The current interface 
definition is capable to manipulate users. In particular it is possible to use 
user properties in a dynamic way. However it is not possible to know what 
properties are supported. Therefore we need to add metadata to the module in 
order to know informations about the properties available and supported by the 
portal.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-71) Last login date

2005-04-06 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-71?page=history ]
 
Julien Viet resolved JBPORTAL-71:
-

Resolution: Done

 Last login date
 ---

  Key: JBPORTAL-71
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-71
  Project: JBoss Portal
 Type: Sub-task
   Components: Portal Core
 Versions: 2.0 Alpha
 Reporter: Thomas Heute
 Assignee: Julien Viet
  Fix For: 2.0 RC





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPTL-34) JSR-168 API javadoc

2005-04-06 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-34?page=history ]
 
Julien Viet resolved JBPTL-34:
--

Resolution: Done

 JSR-168 API javadoc
 ---

  Key: JBPTL-34
  URL: http://jira.jboss.com/jira/browse/JBPTL-34
  Project: JBoss Portal
 Type: Task
 Reporter: Julien Viet
 Assignee: Julien Viet
 Priority: Minor
  Fix For: 2.0 RC



 Add the javadoc to the javax.portlet package

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-232) Slide logging integration

2005-04-05 Thread Julien Viet (JIRA)
Slide logging integration
-

 Key: JBPORTAL-232
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-232
 Project: JBoss Portal
Type: Task
Versions: 2.0 RC, 2.0 Final
Reporter: Julien Viet
 Assigned to: Julien Viet 
 Fix For: 2.0 RC, 2.0 Final


Provide an implementation of org.apache.slide.util.logger.Logger that delegates 
log4J logger

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-232) Slide logging integration

2005-04-05 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-232?page=history ]
 
Julien Viet resolved JBPORTAL-232:
--

Resolution: Done

 Slide logging integration
 -

  Key: JBPORTAL-232
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-232
  Project: JBoss Portal
 Type: Task
 Versions: 2.0 RC, 2.0 Final
 Reporter: Julien Viet
 Assignee: Julien Viet
  Fix For: 2.0 RC, 2.0 Final



 Provide an implementation of org.apache.slide.util.logger.Logger that 
 delegates log4J logger

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-194) When using an IP that isn't localhost, the Admin CMS Portlet is empty due to incorrect portlet.xml entry

2005-04-05 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-194?page=history ]
 
Julien Viet resolved JBPORTAL-194:
--

Resolution: Done

the URL configuration now uses the variable ${jboss.bind.address} to figure out 
its own host. That does not prevent from changing the port whenever the slide 
port changes

 When using an IP that isn't localhost, the Admin CMS Portlet is empty due to 
 incorrect portlet.xml entry
 

  Key: JBPORTAL-194
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-194
  Project: JBoss Portal
 Type: Bug
   Components: Portal Core
 Versions: 2.0 RC, 2.0 Final
  Environment: RedHat 2.4.21-27.0.2.ELsmp , jdk 1.4.2_06, 
 Reporter: Damon Sicore
 Assignee: Julien Viet
  Fix For: 2.0 RC



 Whenever a portal is deployed on an IP that doesn't resolve to localhost, the 
 Admin CMS Portlet is empty.  A Connection Refused will appear in STDOUT as 
 an exception related to WebDAV.  
 It's not exactly clear that one needs to change the 'localhost' in 
 portlets.xml to the IP that you are binding to in your 'run.sh -b whateverip 
 -c standard'.  
 16:30:17,402 INFO  [STDOUT] /portal
 16:30:17,416 INFO  [STDOUT] java.net.ConnectException: Connection refused
 16:30:17,417 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.socketConnect(Native Method)
 16:30:17,417 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
 16:30:17,417 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
 16:30:17,418 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.connect(Socket.java:452)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.connect(Socket.java:402)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.init(Socket.java:309)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.init(Socket.java:124)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:105)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:683)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:661)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:529)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.propfindMethod(WebdavResource.java:3457)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.propfindMethod(WebdavResource.java:3423)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setNamedProp(WebdavResource.java:967)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setBasicProperties(WebdavResource.java:912)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setProperties(WebdavResource.java:1894)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1301)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1320)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1408)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setPath(WebdavResource.java:1469)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.WebDAVUtil.setCurrentPath(WebDAVUtil.java:103)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet$1.perform(AdminCMSPortlet.java:128)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet.perform(AdminCMSPortlet.java:88)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet.doView(AdminCMSPortlet.java:115)
 16:30:17,420 INFO  [STDOUT] at 
 javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:51)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet.render(AdminCMSPortlet.java:851)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.portlet.invocation.DispatcherInterceptor.invokeRequest(DispatcherInterceptor.java:143)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.portlet.invocation.DispatcherInterceptor.invoke(DispatcherInterceptor.java:171)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.server.impl.invocation.InvocationImpl.invokeNext(InvocationImpl.java:214)
 16:30:17,421 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.CMSInterceptor.invoke(CMSInterceptor.java:78)
 16:30:17,421 INFO  [STDOUT] at 
 org.jboss.portal.server.impl.invocation.InvocationImpl.invokeNext(InvocationImpl.java:214)
 16:30:17,421 INFO  [STDOUT

[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-71) Last login date

2005-04-05 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-71?page=history ]

Julien Viet updated JBPORTAL-71:


 Assign To: Julien Viet  (was: Roy Russo)
   Description: 
   Environment: 
Security Level: (was: Public)

 Last login date
 ---

  Key: JBPORTAL-71
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-71
  Project: JBoss Portal
 Type: Sub-task
   Components: Portal Core
 Versions: 2.0 Alpha
 Reporter: Thomas Heute
 Assignee: Julien Viet
  Fix For: 2.0 RC





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Reopened: (JBPORTAL-194) When using an IP that isn't localhost, the Admin CMS Portlet is empty due to incorrect portlet.xml entry

2005-04-05 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-194?page=history ]
 
Julien Viet reopened JBPORTAL-194:
--


 When using an IP that isn't localhost, the Admin CMS Portlet is empty due to 
 incorrect portlet.xml entry
 

  Key: JBPORTAL-194
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-194
  Project: JBoss Portal
 Type: Bug
   Components: Portal Core
 Versions: 2.0 RC, 2.0 Final
  Environment: RedHat 2.4.21-27.0.2.ELsmp , jdk 1.4.2_06, 
 Reporter: Damon Sicore
 Assignee: Julien Viet
  Fix For: 2.0 RC



 Whenever a portal is deployed on an IP that doesn't resolve to localhost, the 
 Admin CMS Portlet is empty.  A Connection Refused will appear in STDOUT as 
 an exception related to WebDAV.  
 It's not exactly clear that one needs to change the 'localhost' in 
 portlets.xml to the IP that you are binding to in your 'run.sh -b whateverip 
 -c standard'.  
 16:30:17,402 INFO  [STDOUT] /portal
 16:30:17,416 INFO  [STDOUT] java.net.ConnectException: Connection refused
 16:30:17,417 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.socketConnect(Native Method)
 16:30:17,417 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
 16:30:17,417 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
 16:30:17,418 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.connect(Socket.java:452)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.connect(Socket.java:402)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.init(Socket.java:309)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.init(Socket.java:124)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:105)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:683)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:661)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:529)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.propfindMethod(WebdavResource.java:3457)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.propfindMethod(WebdavResource.java:3423)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setNamedProp(WebdavResource.java:967)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setBasicProperties(WebdavResource.java:912)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setProperties(WebdavResource.java:1894)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1301)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1320)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1408)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setPath(WebdavResource.java:1469)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.WebDAVUtil.setCurrentPath(WebDAVUtil.java:103)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet$1.perform(AdminCMSPortlet.java:128)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet.perform(AdminCMSPortlet.java:88)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet.doView(AdminCMSPortlet.java:115)
 16:30:17,420 INFO  [STDOUT] at 
 javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:51)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet.render(AdminCMSPortlet.java:851)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.portlet.invocation.DispatcherInterceptor.invokeRequest(DispatcherInterceptor.java:143)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.portlet.invocation.DispatcherInterceptor.invoke(DispatcherInterceptor.java:171)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.server.impl.invocation.InvocationImpl.invokeNext(InvocationImpl.java:214)
 16:30:17,421 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.CMSInterceptor.invoke(CMSInterceptor.java:78)
 16:30:17,421 INFO  [STDOUT] at 
 org.jboss.portal.server.impl.invocation.InvocationImpl.invokeNext(InvocationImpl.java:214)
 16:30:17,421 INFO  [STDOUT] at 
 org.jboss.portal.portlet.invocation.PreferencesInterceptor.invoke(PreferencesInterceptor.java:93)
 16:30:17,421 INFO  [STDOUT

[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-194) When using an IP that isn't localhost, the Admin CMS Portlet is empty due to incorrect portlet.xml entry

2005-04-05 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-194?page=history ]
 
Julien Viet closed JBPORTAL-194:


Resolution: Won't Fix

it is not possible to detect the URL of the webdav server at deploy time, so 
that URL must manually be changed in web.xml

 When using an IP that isn't localhost, the Admin CMS Portlet is empty due to 
 incorrect portlet.xml entry
 

  Key: JBPORTAL-194
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-194
  Project: JBoss Portal
 Type: Bug
   Components: Portal Core
 Versions: 2.0 RC, 2.0 Final
  Environment: RedHat 2.4.21-27.0.2.ELsmp , jdk 1.4.2_06, 
 Reporter: Damon Sicore
 Assignee: Julien Viet
  Fix For: 2.0 RC



 Whenever a portal is deployed on an IP that doesn't resolve to localhost, the 
 Admin CMS Portlet is empty.  A Connection Refused will appear in STDOUT as 
 an exception related to WebDAV.  
 It's not exactly clear that one needs to change the 'localhost' in 
 portlets.xml to the IP that you are binding to in your 'run.sh -b whateverip 
 -c standard'.  
 16:30:17,402 INFO  [STDOUT] /portal
 16:30:17,416 INFO  [STDOUT] java.net.ConnectException: Connection refused
 16:30:17,417 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.socketConnect(Native Method)
 16:30:17,417 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
 16:30:17,417 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
 16:30:17,418 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.connect(Socket.java:452)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.connect(Socket.java:402)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.init(Socket.java:309)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.init(Socket.java:124)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:105)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:683)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:661)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:529)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.propfindMethod(WebdavResource.java:3457)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.propfindMethod(WebdavResource.java:3423)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setNamedProp(WebdavResource.java:967)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setBasicProperties(WebdavResource.java:912)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setProperties(WebdavResource.java:1894)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1301)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1320)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1408)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setPath(WebdavResource.java:1469)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.WebDAVUtil.setCurrentPath(WebDAVUtil.java:103)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet$1.perform(AdminCMSPortlet.java:128)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet.perform(AdminCMSPortlet.java:88)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet.doView(AdminCMSPortlet.java:115)
 16:30:17,420 INFO  [STDOUT] at 
 javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:51)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet.render(AdminCMSPortlet.java:851)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.portlet.invocation.DispatcherInterceptor.invokeRequest(DispatcherInterceptor.java:143)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.portlet.invocation.DispatcherInterceptor.invoke(DispatcherInterceptor.java:171)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.server.impl.invocation.InvocationImpl.invokeNext(InvocationImpl.java:214)
 16:30:17,421 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.CMSInterceptor.invoke(CMSInterceptor.java:78)
 16:30:17,421 INFO  [STDOUT] at 
 org.jboss.portal.server.impl.invocation.InvocationImpl.invokeNext(InvocationImpl.java:214)
 16:30:17,421 INFO  [STDOUT

[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-105) Administrator should be able to edit a user profile

2005-04-04 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-105?page=history ]

Julien Viet updated JBPORTAL-105:
-

  Assign To: Julien Viet
Environment: 

 Administrator should be able to edit a user profile
 ---

  Key: JBPORTAL-105
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-105
  Project: JBoss Portal
 Type: Feature Request
   Components: Portal Core
 Versions: 2.0 RC, 2.0 Final
 Reporter: Thomas Heute
 Assignee: Julien Viet
 Priority: Minor
  Fix For: 2.0 RC



 An administrator should be allowed to change a user profile. The admin could 
 then change the password of someone if needed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPTL-17) Theme API

2005-04-04 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-17?page=history ]

Julien Viet updated JBPTL-17:
-

  Assign To: Martin Holzner  (was: Julien Viet)
Description: 
Define a theme API

The Portal Container will procude during an invocation a result
which is a set of page fragment. These page fragment will all inherit the same 
class
but will have various custom properties (for instance a Portlet window has a 
PortletMode).

We need to find the right architecture for theming here. A fragment should be 
rendered
on screen by a general mechanism and let room for customized renderers.

Also we need a way to package and deploy new theme (ThemeDeployer ?)

  was:
Define a theme API

The Portal Container will procude during an invocation a result
which is a set of page fragment. These page fragment will all inherit the same 
class
but will have various custom properties (for instance a Portlet window has a 
PortletMode).

We need to find the right architecture for theming here. A fragment should be 
rendered
on screen by a general mechanism and let room for customized renderers.

Also we need a way to package and deploy new theme (ThemeDeployer ?)

Environment: 

 Theme API
 -

  Key: JBPTL-17
  URL: http://jira.jboss.com/jira/browse/JBPTL-17
  Project: JBoss Portal
 Type: Feature Request
 Reporter: Julien Viet
 Assignee: Martin Holzner
  Fix For: 2.0 RC



 Define a theme API
 The Portal Container will procude during an invocation a result
 which is a set of page fragment. These page fragment will all inherit the 
 same class
 but will have various custom properties (for instance a Portlet window has a 
 PortletMode).
 We need to find the right architecture for theming here. A fragment should be 
 rendered
 on screen by a general mechanism and let room for customized renderers.
 Also we need a way to package and deploy new theme (ThemeDeployer ?)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-225) Window state strategy pluggable

2005-04-04 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-225?page=history ]

Julien Viet updated JBPORTAL-225:
-

Assign To: Martin Holzner  (was: Julien Viet)

 Window state strategy pluggable
 ---

  Key: JBPORTAL-225
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-225
  Project: JBoss Portal
 Type: Task
   Components: Portal Core
 Versions: 2.0 RC, 2.0 Final
 Reporter: Julien Viet
 Assignee: Martin Holzner
  Fix For: 2.0 RC





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-105) Administrator should be able to edit a user profile

2005-04-04 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-105?page=history ]
 
Julien Viet closed JBPORTAL-105:


Resolution: Duplicate Issue

 Administrator should be able to edit a user profile
 ---

  Key: JBPORTAL-105
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-105
  Project: JBoss Portal
 Type: Feature Request
   Components: Portal Core
 Versions: 2.0 RC, 2.0 Final
 Reporter: Thomas Heute
 Assignee: Julien Viet
 Priority: Minor
  Fix For: 2.0 RC



 An administrator should be allowed to change a user profile. The admin could 
 then change the password of someone if needed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-69) Update profile of someone else

2005-04-04 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-69?page=history ]

Julien Viet updated JBPORTAL-69:


Assign To: Julien Viet  (was: Roy Russo)
  Version: 2.0 RC
   (was: 2.0 Alpha)

 Update profile of someone else
 --

  Key: JBPORTAL-69
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-69
  Project: JBoss Portal
 Type: Sub-task
   Components: Portal Core
 Versions: 2.0 RC
 Reporter: Thomas Heute
 Assignee: Julien Viet
  Fix For: 2.0 RC



 For administrators only

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-187) JBoss Portal setup the database and files on deploy

2005-04-04 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-187?page=history ]

Julien Viet updated JBPORTAL-187:
-

Assign To: Polina Alber

 JBoss Portal setup the database and files on deploy
 ---

  Key: JBPORTAL-187
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-187
  Project: JBoss Portal
 Type: Task
 Versions: 2.0 RC
 Reporter: Julien Viet
 Assignee: Polina Alber
  Fix For: 2.0 RC


 Original Estimate: 4 days
 Remaining: 4 days

 - it is an optional service (setup.sar) that is nested within 
 portal-core.sar, the goal is to put it in the default configuration. But as 
 this config is exploded, it can be easily removed from it. For instance once 
 it is setup, it can be removed. Another example are people that prefer to do 
 a manual installation and thus does not need it.
 - the setup.sar contains all the basic portal state, which means : tables SQL 
 statements, insert SQL statements and also the files for Slide.
 - that setup.sar must be configurable and must not be tied in particular to 
 the module core as it will be used also for other modules (like forums). 
 Therefore it must be done as a separate module in the build (like 
 jboss-portal-2.0/core).
 - the setup of the state must be done on the service startService() phase.
 - the insertion of data must be done only if no data already exists. For 
 instance if the portal data directory already exists, no file must be copied. 
 Or if the tables already exist, the sql insertions must be bypassed
 - the setup.sar must define an XML file format that will describe the data to 
 setup : SQL statements and files to copy. Perhaps it could be possible to 
 execute ANT build files from with the start, since ANT already has a lot of 
 tasks. This is an option to explore imho
 - the test cases must be written

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-69) Update profile of someone else

2005-04-04 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-69?page=history ]
 
Julien Viet resolved JBPORTAL-69:
-

Resolution: Done

 Update profile of someone else
 --

  Key: JBPORTAL-69
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-69
  Project: JBoss Portal
 Type: Sub-task
   Components: Portal Core
 Versions: 2.0 RC
 Reporter: Thomas Heute
 Assignee: Julien Viet
  Fix For: 2.0 RC



 For administrators only

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPTL-11) Parser framework

2005-04-04 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-11?page=history ]
 
Julien Viet resolved JBPTL-11:
--

Resolution: Done

 Parser framework
 

  Key: JBPTL-11
  URL: http://jira.jboss.com/jira/browse/JBPTL-11
  Project: JBoss Portal
 Type: Task
 Reporter: Julien Viet
 Assignee: Julien Viet
  Fix For: 2.0 RC



 Port the parser framework from nukes

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPTL-14) Add new parsers

2005-04-04 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-14?page=history ]

Julien Viet updated JBPTL-14:
-

   Environment: 
Security Level: (was: Public)
   Fix Version: (was: 2.0 RC)

 Add new parsers
 ---

  Key: JBPTL-14
  URL: http://jira.jboss.com/jira/browse/JBPTL-14
  Project: JBoss Portal
 Type: Sub-task
 Reporter: Julien Viet
 Assignee: Julien Viet
 Priority: Optional



 Add new parsers to the stack like full HTML or wiki

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-207) Dynamic deployment and configuration of components

2005-04-04 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-207?page=history ]

Julien Viet updated JBPORTAL-207:
-

Version: (was: 2.0 RC)
Fix Version: (was: 2.0 RC)

 Dynamic deployment and configuration of components
 --

  Key: JBPORTAL-207
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-207
  Project: JBoss Portal
 Type: Feature Request
 Reporter: Julien Viet
 Assignee: Julien Viet


 Original Estimate: 2 weeks
 Remaining: 2 weeks



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-230) Simplified deployment layer

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-230?page=history ]
 
Julien Viet resolved JBPORTAL-230:
--

Resolution: Done

done

 Simplified deployment layer
 ---

  Key: JBPORTAL-230
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-230
  Project: JBoss Portal
 Type: Task
 Versions: 2.0 RC, 2.0 Final
 Reporter: Julien Viet
 Assignee: Julien Viet
  Fix For: 2.0 RC, 2.0 Final


 Original Estimate: 1 week
 Remaining: 1 week



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPTL-35) Clustered search engine

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-35?page=history ]

Julien Viet updated JBPTL-35:
-

Version: (was: 2.0 RC)
Fix Version: (was: 2.0 RC)

 Clustered search engine
 ---

  Key: JBPTL-35
  URL: http://jira.jboss.com/jira/browse/JBPTL-35
  Project: JBoss Portal
 Type: Feature Request
 Reporter: Julien Viet
 Assignee: Julien Viet



 Discussed with bwang at the dev conf, it should be possible to do that by 
 using treecache as a file system implementation for lucene.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBPTL-52) Required and Optional tags

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-52?page=history ]
 
Julien Viet closed JBPTL-52:


Resolution: Done

 Required and Optional tags
 --

  Key: JBPTL-52
  URL: http://jira.jboss.com/jira/browse/JBPTL-52
  Project: JBoss Portal
 Type: Patch
 Reporter: Thomas Heute
 Assignee: Thomas Heute
 Priority: Optional


 Original Estimate: 1 hour
 Remaining: 1 hour

 Make 2 very simple tags to be consistent when displaying required and 
 optional for a form to fill.
 The result of those tags could be internationalized text or images.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBPTL-53) Replace existing optional and required statements by custom tags

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-53?page=history ]
 
Julien Viet closed JBPTL-53:


Resolution: Done

 Replace existing optional and required statements by custom tags
 

  Key: JBPTL-53
  URL: http://jira.jboss.com/jira/browse/JBPTL-53
  Project: JBoss Portal
 Type: Sub-task
 Reporter: Thomas Heute
 Assignee: Thomas Heute
 Priority: Optional


 Original Estimate: 30 minutes
 Remaining: 30 minutes

 Replace Optional and Required texts in existing portlets.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBPTL-54) Create the tags

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-54?page=history ]
 
Julien Viet closed JBPTL-54:


Resolution: Done

 Create the tags
 ---

  Key: JBPTL-54
  URL: http://jira.jboss.com/jira/browse/JBPTL-54
  Project: JBoss Portal
 Type: Sub-task
 Reporter: Thomas Heute
 Assignee: Thomas Heute
 Priority: Optional


 Original Estimate: 30 minutes
 Remaining: 30 minutes

 Create the two tags

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPTL-32) Group module port

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-32?page=history ]

Julien Viet updated JBPTL-32:
-

  Assign To: Roy Russo  (was: Thomas Heute)
Version: 2.0 RC
 2.0 Final
Fix Version: 2.0 RC

 Group module port
 -

  Key: JBPTL-32
  URL: http://jira.jboss.com/jira/browse/JBPTL-32
  Project: JBoss Portal
 Type: Feature Request
   Components: Portal Core
 Versions: 2.0 RC, 2.0 Final
 Reporter: Julien Viet
 Assignee: Roy Russo
  Fix For: 2.0 RC



 The group module allows an administrator (or anyone that has the permission) 
 to:
 - Create a group of users
 - Delete a group of users (without deleting the users)
 - Modify a group (change its name but keeping a unique name, groupId stays 
 fix)
 - Add users to a group
 - Remove users from a group

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-103) xwiki integration

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-103?page=history ]

Julien Viet updated JBPORTAL-103:
-

Fix Version: 2.0 RC

 xwiki integration
 -

  Key: JBPORTAL-103
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-103
  Project: JBoss Portal
 Type: Sub-task
 Versions: 2.0 RC, 2.0 Final
 Reporter: Julien Viet
 Assignee: Julien Viet
  Fix For: 2.0 RC



 proceed to the integration planned in the xwiki integration plan task

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-206) Check that required fields are filled before logging in a user

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-206?page=history ]

Julien Viet updated JBPORTAL-206:
-

Fix Version: 2.0 RC

 Check that required fields are filled before logging in a user
 --

  Key: JBPORTAL-206
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-206
  Project: JBoss Portal
 Type: Feature Request
 Versions: 2.0 RC, 2.0 Final
 Reporter: Thomas Heute
 Assignee: Thomas Heute
  Fix For: 2.0 RC



 Making sure to check that a user filled all required fields before letting 
 him logging-in. Otherwise it should display a form with non-filled entries.
 This is useful when we add a new field in the registration form.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-217) Reply with quote is not working

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-217?page=history ]

Julien Viet updated JBPORTAL-217:
-

Fix Version: 2.0 RC

 Reply with quote is not working
 ---

  Key: JBPORTAL-217
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-217
  Project: JBoss Portal
 Type: Bug
   Components: Forums
 Versions: 2.0 RC, 2.0 Final
  Environment: Windows XP
 Reporter: Sudhir Kumar Machetti
 Assignee: Julien Viet
 Priority: Minor
  Fix For: 2.0 RC



 I am trying to post reply with previous message in quotes. I clicked on 
 quotes button. I got editor to post my reply. I have submitted me reply. 
 I don't see previous message in quotes in my reply?
 Did I miss anything?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-224) Forum user's preferences

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-224?page=history ]

Julien Viet updated JBPORTAL-224:
-

Fix Version: 2.0 RC

 Forum user's preferences
 

  Key: JBPORTAL-224
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-224
  Project: JBoss Portal
 Type: Task
   Components: Forums
 Versions: 2.0 RC, 2.0 Final
 Reporter: Julien Viet
 Assignee: Roy Russo
  Fix For: 2.0 RC





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-105) Administrator should be able to edit a user profile

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-105?page=history ]

Julien Viet updated JBPORTAL-105:
-

Fix Version: 2.0 RC

 Administrator should be able to edit a user profile
 ---

  Key: JBPORTAL-105
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-105
  Project: JBoss Portal
 Type: Feature Request
   Components: Portal Core
 Versions: 2.0 RC, 2.0 Final
 Reporter: Thomas Heute
 Priority: Minor
  Fix For: 2.0 RC



 An administrator should be allowed to change a user profile. The admin could 
 then change the password of someone if needed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-205) Declarative way to define registration parameters

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-205?page=history ]

Julien Viet updated JBPORTAL-205:
-

Fix Version: 2.0 RC

 Declarative way to define registration parameters
 -

  Key: JBPORTAL-205
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-205
  Project: JBoss Portal
 Type: Feature Request
 Versions: 2.0 RC, 2.0 Final
 Reporter: Thomas Heute
 Assignee: Thomas Heute
  Fix For: 2.0 RC



 We could have a declarative way to add or remove fields in the user 
 registration form.
 That would allow someone to modify the content of the form without having to 
 touch any code of the portal.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-217) Reply with quote is not working

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-217?page=history ]

Julien Viet updated JBPORTAL-217:
-

Version: 2.0 RC
 2.0 Final

 Reply with quote is not working
 ---

  Key: JBPORTAL-217
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-217
  Project: JBoss Portal
 Type: Bug
   Components: Forums
 Versions: 2.0 RC, 2.0 Final
  Environment: Windows XP
 Reporter: Sudhir Kumar Machetti
 Assignee: Julien Viet
 Priority: Minor
  Fix For: 2.0 RC



 I am trying to post reply with previous message in quotes. I clicked on 
 quotes button. I got editor to post my reply. I have submitted me reply. 
 I don't see previous message in quotes in my reply?
 Did I miss anything?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-225) Window state strategy pluggable

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-225?page=history ]

Julien Viet updated JBPORTAL-225:
-

Fix Version: 2.0 RC

 Window state strategy pluggable
 ---

  Key: JBPORTAL-225
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-225
  Project: JBoss Portal
 Type: Task
   Components: Portal Core
 Versions: 2.0 RC, 2.0 Final
 Reporter: Julien Viet
 Assignee: Julien Viet
  Fix For: 2.0 RC





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-205) Declarative way to define registration parameters

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-205?page=history ]

Julien Viet updated JBPORTAL-205:
-

Version: 2.0 RC
 2.0 Final

 Declarative way to define registration parameters
 -

  Key: JBPORTAL-205
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-205
  Project: JBoss Portal
 Type: Feature Request
 Versions: 2.0 RC, 2.0 Final
 Reporter: Thomas Heute
 Assignee: Thomas Heute
  Fix For: 2.0 RC



 We could have a declarative way to add or remove fields in the user 
 registration form.
 That would allow someone to modify the content of the form without having to 
 touch any code of the portal.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-194) When using an IP that isn't localhost, the Admin CMS Portlet is empty due to incorrect portlet.xml entry

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-194?page=history ]

Julien Viet updated JBPORTAL-194:
-

Fix Version: 2.0 RC

 When using an IP that isn't localhost, the Admin CMS Portlet is empty due to 
 incorrect portlet.xml entry
 

  Key: JBPORTAL-194
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-194
  Project: JBoss Portal
 Type: Bug
   Components: Portal Core
 Versions: 2.0 RC, 2.0 Final
  Environment: RedHat 2.4.21-27.0.2.ELsmp , jdk 1.4.2_06, 
 Reporter: Damon Sicore
 Assignee: Julien Viet
  Fix For: 2.0 RC



 Whenever a portal is deployed on an IP that doesn't resolve to localhost, the 
 Admin CMS Portlet is empty.  A Connection Refused will appear in STDOUT as 
 an exception related to WebDAV.  
 It's not exactly clear that one needs to change the 'localhost' in 
 portlets.xml to the IP that you are binding to in your 'run.sh -b whateverip 
 -c standard'.  
 16:30:17,402 INFO  [STDOUT] /portal
 16:30:17,416 INFO  [STDOUT] java.net.ConnectException: Connection refused
 16:30:17,417 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.socketConnect(Native Method)
 16:30:17,417 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
 16:30:17,417 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
 16:30:17,418 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.connect(Socket.java:452)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.connect(Socket.java:402)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.init(Socket.java:309)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.init(Socket.java:124)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:105)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:683)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:661)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:529)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.propfindMethod(WebdavResource.java:3457)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.propfindMethod(WebdavResource.java:3423)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setNamedProp(WebdavResource.java:967)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setBasicProperties(WebdavResource.java:912)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setProperties(WebdavResource.java:1894)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1301)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1320)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1408)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setPath(WebdavResource.java:1469)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.WebDAVUtil.setCurrentPath(WebDAVUtil.java:103)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet$1.perform(AdminCMSPortlet.java:128)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet.perform(AdminCMSPortlet.java:88)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet.doView(AdminCMSPortlet.java:115)
 16:30:17,420 INFO  [STDOUT] at 
 javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:51)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet.render(AdminCMSPortlet.java:851)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.portlet.invocation.DispatcherInterceptor.invokeRequest(DispatcherInterceptor.java:143)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.portlet.invocation.DispatcherInterceptor.invoke(DispatcherInterceptor.java:171)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.server.impl.invocation.InvocationImpl.invokeNext(InvocationImpl.java:214)
 16:30:17,421 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.CMSInterceptor.invoke(CMSInterceptor.java:78)
 16:30:17,421 INFO  [STDOUT] at 
 org.jboss.portal.server.impl.invocation.InvocationImpl.invokeNext(InvocationImpl.java:214)
 16:30:17,421 INFO  [STDOUT] at 
 org.jboss.portal.portlet.invocation.PreferencesInterceptor.invoke(PreferencesInterceptor.java:93)
 16:30:17,421 INFO  [STDOUT

[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-223) Edit a message

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-223?page=history ]

Julien Viet updated JBPORTAL-223:
-

Fix Version: 2.0 RC

 Edit a message
 --

  Key: JBPORTAL-223
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-223
  Project: JBoss Portal
 Type: Task
   Components: Forums
 Versions: 2.0 Final, 2.0 RC
 Reporter: Julien Viet
 Assignee: Roy Russo
  Fix For: 2.0 RC





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-206) Check that required fields are filled before logging in a user

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-206?page=history ]

Julien Viet updated JBPORTAL-206:
-

Version: 2.0 RC
 2.0 Final

 Check that required fields are filled before logging in a user
 --

  Key: JBPORTAL-206
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-206
  Project: JBoss Portal
 Type: Feature Request
 Versions: 2.0 RC, 2.0 Final
 Reporter: Thomas Heute
 Assignee: Thomas Heute
  Fix For: 2.0 RC



 Making sure to check that a user filled all required fields before letting 
 him logging-in. Otherwise it should display a form with non-filled entries.
 This is useful when we add a new field in the registration form.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-223) Edit a message

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-223?page=history ]

Julien Viet updated JBPORTAL-223:
-

Version: 2.0 Final

 Edit a message
 --

  Key: JBPORTAL-223
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-223
  Project: JBoss Portal
 Type: Task
   Components: Forums
 Versions: 2.0 Final, 2.0 RC
 Reporter: Julien Viet
 Assignee: Roy Russo
  Fix For: 2.0 RC





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-75) Assign users to a group

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-75?page=history ]

Julien Viet updated JBPORTAL-75:


Fix Version: 2.0 RC

 Assign users to a group
 ---

  Key: JBPORTAL-75
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-75
  Project: JBoss Portal
 Type: Sub-task
 Versions: 2.0 RC, 2.0 Final
 Reporter: Thomas Heute
  Fix For: 2.0 RC





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-103) xwiki integration

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-103?page=history ]

Julien Viet updated JBPORTAL-103:
-

Version: 2.0 RC
 2.0 Final

 xwiki integration
 -

  Key: JBPORTAL-103
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-103
  Project: JBoss Portal
 Type: Sub-task
 Versions: 2.0 RC, 2.0 Final
 Reporter: Julien Viet
 Assignee: Julien Viet
  Fix For: 2.0 RC



 proceed to the integration planned in the xwiki integration plan task

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-75) Assign users to a group

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-75?page=history ]

Julien Viet updated JBPORTAL-75:


Version: 2.0 RC
 2.0 Final

 Assign users to a group
 ---

  Key: JBPORTAL-75
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-75
  Project: JBoss Portal
 Type: Sub-task
 Versions: 2.0 RC, 2.0 Final
 Reporter: Thomas Heute
  Fix For: 2.0 RC





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-224) Forum user's preferences

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-224?page=history ]

Julien Viet updated JBPORTAL-224:
-

Version: 2.0 Final

 Forum user's preferences
 

  Key: JBPORTAL-224
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-224
  Project: JBoss Portal
 Type: Task
   Components: Forums
 Versions: 2.0 RC, 2.0 Final
 Reporter: Julien Viet
 Assignee: Roy Russo
  Fix For: 2.0 RC





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-225) Window state strategy pluggable

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-225?page=history ]

Julien Viet updated JBPORTAL-225:
-

Version: 2.0 Final

 Window state strategy pluggable
 ---

  Key: JBPORTAL-225
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-225
  Project: JBoss Portal
 Type: Task
   Components: Portal Core
 Versions: 2.0 RC, 2.0 Final
 Reporter: Julien Viet
 Assignee: Julien Viet
  Fix For: 2.0 RC





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-105) Administrator should be able to edit a user profile

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-105?page=history ]

Julien Viet updated JBPORTAL-105:
-

Version: 2.0 RC
 2.0 Final

 Administrator should be able to edit a user profile
 ---

  Key: JBPORTAL-105
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-105
  Project: JBoss Portal
 Type: Feature Request
   Components: Portal Core
 Versions: 2.0 RC, 2.0 Final
 Reporter: Thomas Heute
 Priority: Minor
  Fix For: 2.0 RC



 An administrator should be allowed to change a user profile. The admin could 
 then change the password of someone if needed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-194) When using an IP that isn't localhost, the Admin CMS Portlet is empty due to incorrect portlet.xml entry

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-194?page=history ]

Julien Viet updated JBPORTAL-194:
-

Version: 2.0 RC
 2.0 Final
 (was: 2.0 Alpha)

 When using an IP that isn't localhost, the Admin CMS Portlet is empty due to 
 incorrect portlet.xml entry
 

  Key: JBPORTAL-194
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-194
  Project: JBoss Portal
 Type: Bug
   Components: Portal Core
 Versions: 2.0 RC, 2.0 Final
  Environment: RedHat 2.4.21-27.0.2.ELsmp , jdk 1.4.2_06, 
 Reporter: Damon Sicore
 Assignee: Julien Viet
  Fix For: 2.0 RC



 Whenever a portal is deployed on an IP that doesn't resolve to localhost, the 
 Admin CMS Portlet is empty.  A Connection Refused will appear in STDOUT as 
 an exception related to WebDAV.  
 It's not exactly clear that one needs to change the 'localhost' in 
 portlets.xml to the IP that you are binding to in your 'run.sh -b whateverip 
 -c standard'.  
 16:30:17,402 INFO  [STDOUT] /portal
 16:30:17,416 INFO  [STDOUT] java.net.ConnectException: Connection refused
 16:30:17,417 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.socketConnect(Native Method)
 16:30:17,417 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
 16:30:17,417 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
 16:30:17,418 INFO  [STDOUT] at 
 java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.connect(Socket.java:452)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.connect(Socket.java:402)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.init(Socket.java:309)
 16:30:17,418 INFO  [STDOUT] at java.net.Socket.init(Socket.java:124)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:105)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:683)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:661)
 16:30:17,418 INFO  [STDOUT] at 
 org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:529)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.propfindMethod(WebdavResource.java:3457)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.propfindMethod(WebdavResource.java:3423)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setNamedProp(WebdavResource.java:967)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setBasicProperties(WebdavResource.java:912)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setProperties(WebdavResource.java:1894)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1301)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1320)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1408)
 16:30:17,419 INFO  [STDOUT] at 
 org.apache.webdav.lib.WebdavResource.setPath(WebdavResource.java:1469)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.WebDAVUtil.setCurrentPath(WebDAVUtil.java:103)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet$1.perform(AdminCMSPortlet.java:128)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet.perform(AdminCMSPortlet.java:88)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet.doView(AdminCMSPortlet.java:115)
 16:30:17,420 INFO  [STDOUT] at 
 javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:51)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.admin.AdminCMSPortlet.render(AdminCMSPortlet.java:851)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.portlet.invocation.DispatcherInterceptor.invokeRequest(DispatcherInterceptor.java:143)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.portlet.invocation.DispatcherInterceptor.invoke(DispatcherInterceptor.java:171)
 16:30:17,420 INFO  [STDOUT] at 
 org.jboss.portal.server.impl.invocation.InvocationImpl.invokeNext(InvocationImpl.java:214)
 16:30:17,421 INFO  [STDOUT] at 
 org.jboss.portal.core.portlet.cms.CMSInterceptor.invoke(CMSInterceptor.java:78)
 16:30:17,421 INFO  [STDOUT] at 
 org.jboss.portal.server.impl.invocation.InvocationImpl.invokeNext(InvocationImpl.java:214)
 16:30:17,421 INFO  [STDOUT] at 
 org.jboss.portal.portlet.invocation.PreferencesInterceptor.invoke(PreferencesInterceptor.java:93)
 16:30:17,421 INFO

[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-205) Declarative way to define registration parameters

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-205?page=history ]
 
Julien Viet closed JBPORTAL-205:


Resolution: Done

 Declarative way to define registration parameters
 -

  Key: JBPORTAL-205
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-205
  Project: JBoss Portal
 Type: Feature Request
 Versions: 2.0 RC, 2.0 Final
 Reporter: Thomas Heute
 Assignee: Thomas Heute
  Fix For: 2.0 RC



 We could have a declarative way to add or remove fields in the user 
 registration form.
 That would allow someone to modify the content of the form without having to 
 touch any code of the portal.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBPORTAL-190) User with no role generates an error

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-190?page=history ]

Julien Viet reassigned JBPORTAL-190:


Assign To: Julien Viet  (was: Thomas Heute)

 User with no role generates an error
 

  Key: JBPORTAL-190
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-190
  Project: JBoss Portal
 Type: Bug
   Components: Portal Core
 Versions: 2.0 RC
 Reporter: Thomas Heute
 Assignee: Julien Viet
  Fix For: 2.0 RC



 If a user is in no role, the following exception happens:
 java.lang.NullPointerException
 at java.util.Arrays.mergeSort(Arrays.java:1152)
 at java.util.Arrays.sort(Arrays.java:1079)
 at 
 org.apache.catalina.realm.GenericPrincipal.init(GenericPrincipal.java:77)
 at 
 org.jboss.web.tomcat.security.JBossGenericPrincipal.init(JBossGenericPrincipal.java:46)
 at 
 org.jboss.web.tomcat.security.JBossSecurityMgrRealm.getCachingPrincpal(JBossSecurityMgrRealm.jav
 a:342)
 We need either to make sure a user is in a default immutable role, or that a 
 user can have no role (but does not crash).
 For now, portlet.xml must contain a default role for the user portlet:
   init-param
  descriptionDefault role of registered users/description
  namedefaultRole/name
  valueUsers/value
   /init-param
 In this case Users must be an existing name of role in the database.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBPORTAL-206) Check that required fields are filled before logging in a user

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-206?page=history ]

Julien Viet reassigned JBPORTAL-206:


Assign To: Julien Viet  (was: Thomas Heute)

 Check that required fields are filled before logging in a user
 --

  Key: JBPORTAL-206
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-206
  Project: JBoss Portal
 Type: Feature Request
 Versions: 2.0 RC, 2.0 Final
 Reporter: Thomas Heute
 Assignee: Julien Viet
  Fix For: 2.0 RC



 Making sure to check that a user filled all required fields before letting 
 him logging-in. Otherwise it should display a form with non-filled entries.
 This is useful when we add a new field in the registration form.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBPTL-33) User module port

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-33?page=history ]

Julien Viet reassigned JBPTL-33:


Assign To: Julien Viet  (was: Thomas Heute)

 User module port
 

  Key: JBPTL-33
  URL: http://jira.jboss.com/jira/browse/JBPTL-33
  Project: JBoss Portal
 Type: Feature Request
 Versions: 2.0 Beta 1, 2.0 RC
 Reporter: Julien Viet
 Assignee: Julien Viet
  Fix For: 2.0 RC



 User module allows to:
 - Log in the system
 - Register a new user
 - Create his profile
 - Update his profile
 - Update the profile of someone else (for administrators)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-79) Create DDL file to update tables from Nukes

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-79?page=history ]
 
Julien Viet closed JBPORTAL-79:
---

Resolution: Done

 Create DDL file to update tables from Nukes
 ---

  Key: JBPORTAL-79
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-79
  Project: JBoss Portal
 Type: Task
   Components: Portal Core
 Versions: 2.0 Alpha
 Reporter: Thomas Heute
 Assignee: Thomas Heute
  Fix For: 2.0 RC





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBPORTAL-93) Forum posts can become unusable due to width of content

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-93?page=history ]

Julien Viet reassigned JBPORTAL-93:
---

Assign To: Julien Viet  (was: Thomas Heute)

 Forum posts can become unusable due to width of content
 ---

  Key: JBPORTAL-93
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-93
  Project: JBoss Portal
 Type: Patch
   Components: Forums
 Reporter: Scott M Stark
 Assignee: Julien Viet



 I'm seeing problems with the size of forum posts using the [code][/code] 
 tags. There needs to be some fixed size to the text fields with scrolling 
 instead of what is seen here:
  
 http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857964
 http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858023

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBPTL-58) Permission management

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-58?page=history ]

Julien Viet reassigned JBPTL-58:


Assign To: Julien Viet  (was: Thomas Heute)

 Permission management
 -

  Key: JBPTL-58
  URL: http://jira.jboss.com/jira/browse/JBPTL-58
  Project: JBoss Portal
 Type: Feature Request
 Versions: 2.0 Alpha
 Reporter: Thomas Heute
 Assignee: Julien Viet



 Management of user's permission:
 - Add a permission to a group with a certain level within a context
 - Remove a permission
 - Allow to order permissions (Which permission has priority on which other)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBPORTAL-177) Blog portlet

2005-04-02 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-177?page=history ]

Julien Viet reassigned JBPORTAL-177:


Assign To: Julien Viet  (was: Thomas Heute)

 Blog portlet
 

  Key: JBPORTAL-177
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-177
  Project: JBoss Portal
 Type: Feature Request
 Reporter: Ivelin Ivanov
 Assignee: Julien Viet



 Maybe an integration with blojsom.
 http://wiki.blojsom.com/wiki/display/blojsom/About+blojsom

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Deleted: (JBPTL-37) Use JBossXB to build metadata file from XML

2005-04-01 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-37?page=history ]
 
Julien Viet deleted JBPTL-37:
-


 Use JBossXB to build metadata file from XML
 ---

  Key: JBPTL-37
  URL: http://jira.jboss.com/jira/browse/JBPTL-37
  Project: JBoss Portal
 Type: Task
 Reporter: Julien Viet
 Assignee: Julien Viet
 Priority: Minor





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-230) Simplified deployment layer

2005-04-01 Thread Julien Viet (JIRA)
Simplified deployment layer
---

 Key: JBPORTAL-230
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-230
 Project: JBoss Portal
Type: Task
Versions: 2.0 RC, 2.0 Final
Reporter: Julien Viet
 Assigned to: Julien Viet 
 Fix For: 2.0 RC, 2.0 Final




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBPORTAL-224) Forum user's preferences

2005-03-29 Thread Julien Viet (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBPORTAL-224?page=comments#action_12316465 ]
 
Julien Viet commented on JBPORTAL-224:
--

define a set or preferences that modify the behaviour of the forums that the 
user can override to personnalize it.
like

- how many topic per page
- how many post per page
- what is the reading direction of the posts : old post to young post or the 
reverse

etc...




 Forum user's preferences
 

  Key: JBPORTAL-224
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-224
  Project: JBoss Portal
 Type: Task
   Components: Forums
 Versions: 2.0 Beta 2, 2.0 Final
 Reporter: Julien Viet
 Assignee: Roy Russo





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBPORTAL-223) Edit a message

2005-03-29 Thread Julien Viet (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBPORTAL-223?page=comments#action_12316466 ]
 
Julien Viet commented on JBPORTAL-223:
--

the person with the appropriate right (admin or moderator) can edit an already 
existing message to change its content.

 Edit a message
 --

  Key: JBPORTAL-223
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-223
  Project: JBoss Portal
 Type: Task
   Components: Forums
 Versions: 2.0 Final, 2.0 Beta 2
 Reporter: Julien Viet
 Assignee: Roy Russo





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBPORTAL-226) Web based gui for portal's page portlet configuration.

2005-03-27 Thread Julien Viet (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBPORTAL-226?page=comments#action_12316436 ]
 
Julien Viet commented on JBPORTAL-226:
--

we are in the process of developing dynamic features for jboss portal 
(portals/instances/windows) and we need a gui for that as well.

 Web based gui for portal's page portlet configuration.
 --

  Key: JBPORTAL-226
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-226
  Project: JBoss Portal
 Type: Feature Request
   Components: Portal Core
 Reporter: Adam Kruszewski
 Assignee: Julien Viet



 It would be nice to have the ability to place portlets on any portal pages in 
 some graphical way (see JA-SIG uPortal or Microsoft SharePoint for example).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-225) Window state strategy pluggable

2005-03-24 Thread Julien Viet (JIRA)
Window state strategy pluggable
---

 Key: JBPORTAL-225
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-225
 Project: JBoss Portal
Type: Task
  Components: Portal Core  
Versions: 2.0 Final
Reporter: Julien Viet
 Assigned to: Julien Viet 




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-224) Forum user's preferences

2005-03-23 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-224?page=history ]

Julien Viet updated JBPORTAL-224:
-

Assign To: Roy Russo  (was: Julien Viet)

 Forum user's preferences
 

  Key: JBPORTAL-224
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-224
  Project: JBoss Portal
 Type: Task
   Components: Forums
 Versions: 2.0 Final, 2.0 Beta 2
 Reporter: Julien Viet
 Assignee: Roy Russo





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-221) Post attachments

2005-03-23 Thread Julien Viet (JIRA)
Post attachments


 Key: JBPORTAL-221
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-221
 Project: JBoss Portal
Type: Task
  Components: Forums  
Versions: 2.0 Final, 2.0 Beta 2
Reporter: Julien Viet
 Assigned to: Roy Russo 




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBPORTAL-70) Enable/disable account

2005-03-23 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-70?page=history ]

Julien Viet reassigned JBPORTAL-70:
---

Assign To: Roy Russo  (was: Thomas Heute)

 Enable/disable account
 --

  Key: JBPORTAL-70
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-70
  Project: JBoss Portal
 Type: Sub-task
   Components: Portal Core
 Versions: 2.0 Alpha
 Reporter: Thomas Heute
 Assignee: Roy Russo
  Fix For: 2.0 Beta 2





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBPORTAL-71) Last login date

2005-03-23 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-71?page=history ]

Julien Viet reassigned JBPORTAL-71:
---

Assign To: Roy Russo  (was: Thomas Heute)

 Last login date
 ---

  Key: JBPORTAL-71
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-71
  Project: JBoss Portal
 Type: Sub-task
   Components: Portal Core
 Versions: 2.0 Alpha
 Reporter: Thomas Heute
 Assignee: Roy Russo
  Fix For: 2.0 Final





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-224) Forum user's preferences

2005-03-23 Thread Julien Viet (JIRA)
Forum user's preferences


 Key: JBPORTAL-224
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-224
 Project: JBoss Portal
Type: Task
  Components: Forums  
Versions: 2.0 Final, 2.0 Beta 2
Reporter: Julien Viet
 Assigned to: Julien Viet 




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-219) See new posts

2005-03-22 Thread Julien Viet (JIRA)
See new posts
-

 Key: JBPORTAL-219
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-219
 Project: JBoss Portal
Type: Task
  Components: Forums  
Versions: 2.0 Final, 2.0 Beta 2
Reporter: Julien Viet
 Assigned to: Roy Russo 


Works with last login date, user should differenciate the newest posts from the 
others.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-220) Polls

2005-03-22 Thread Julien Viet (JIRA)
Polls
-

 Key: JBPORTAL-220
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-220
 Project: JBoss Portal
Type: Task
  Components: Forums  
Versions: 2.0 Final, 2.0 Beta 2
Reporter: Julien Viet
 Assigned to: Roy Russo 




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-222) Announcements and sticky posts

2005-03-22 Thread Julien Viet (JIRA)
Announcements and sticky posts
--

 Key: JBPORTAL-222
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-222
 Project: JBoss Portal
Type: Task
  Components: Forums  
Reporter: Julien Viet
 Assigned to: Roy Russo 


Very few to do, just to add the checkbox for it, the forums already check for 
this flag in the database and displays announcements or sticky posts as it 
should


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-223) Edit a message

2005-03-22 Thread Julien Viet (JIRA)
Edit a message
--

 Key: JBPORTAL-223
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-223
 Project: JBoss Portal
Type: Task
  Components: Forums  
Versions: 2.0 Final, 2.0 Beta 2
Reporter: Julien Viet
 Assigned to: Roy Russo 




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBPORTAL-69) Update profile of someone else

2005-03-22 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-69?page=history ]

Julien Viet reassigned JBPORTAL-69:
---

Assign To: Roy Russo  (was: Thomas Heute)

 Update profile of someone else
 --

  Key: JBPORTAL-69
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-69
  Project: JBoss Portal
 Type: Sub-task
   Components: Portal Core
 Versions: 2.0 Alpha
 Reporter: Thomas Heute
 Assignee: Roy Russo
  Fix For: 2.0 Final



 For administrators only

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


  1   2   3   >