[JBoss-dev] [Design of Mail Services] - Re: Store Store (2nd version)

2005-01-25 Thread djmalan
Could you email me your source? I'll commit it to cvs.  I'm running windoze so 
patching is not easy...

Please include your unit tests, I'll add it to the junitee tests for running on 
jboss.

I've also run into the transaction problem.  Any suggestions Andy?

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863494


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design the new POJO MicroContainer] - Re: Classloading

2005-01-25 Thread [EMAIL PROTECTED]

Dimitris is working on the deployers.

I'd like to see the classloaders constructed like other beans:

e.g. in pseudo xml

   false



   reverse-dependency name=MyClassLoadingDomain
  add=addClassLoader(ClassLoader)
  remove=removeClassLoader(ClassLoader)/
   
  
  whatever
  
   


If this is too verbose, it is possible to write a convenience
mechanism for specific configuration use cases.

cldomain name=MyClassLoadingDomain
java2ClassLoadingCompliance=false/



I've not articulated the idea of convenience configurations yet
(except in passing on one forums post),
but they basically involve subclassing the bean metadata to
hardwire some of the configuration attributes, providing
simpler configuration for known use cases.
They will also be useful for writing deployers where we are mapping
one metadata model to the jboss microcontainer native model.


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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863479


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: How do I access portlet preferences from a JSP?

2005-01-25 Thread [EMAIL PROTECTED]
the spec does not define that, what you are using in pluto is not portable.

you should in the request before the dispatch, take the preference object and 
set it as a request attribute for the jsp.


  | PortletPreferences prefs = req.getPortletPreferences();
  | req.setAttribute(prefs, prefs);
  | dispatcher.include(req, resp);
  | 


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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863509


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: Patch for DummyTransactionManager.java

2005-01-25 Thread [EMAIL PROTECTED]
No problem, thanks for your contribution !

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863497


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Pb with authentication

2005-01-25 Thread lnhf
Yes I have a n error in my console :



  | 2005-01-25 11:10:41,326 DEBUG [net.sf.hibernate.impl.SessionImpl] 
transaction completion
  | 2005-01-25 11:10:41,467 ERROR [org.apache.coyote.tomcat5.CoyoteAdapter] An 
exception or error occurred in the container during the request processing
  | 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.java:342)
  | at 
org.jboss.web.tomcat.security.JBossSecurityMgrRealm.authenticate(JBossSecurityMgrRealm.java:257)
  | at 
org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:235)
  | at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:446)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:169)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
  | at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
  | at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
  | at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
  | at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
  | at 
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
  | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
  | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
  | at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
  | at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
  | at java.lang.Thread.run(Thread.java:534)
  | 

my login/pwd are right but nothing appear ... a white page : 

  | !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
  | HTMLHEAD
  | META http-equiv=Content-Type content=text/html; 
charset=windows-1252/HEAD
  | BODY/BODY/HTML
  | 

Thanks for your help

lnhf

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863511


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1321) MdbEjb.jsp should use small caps for attrs (getstats() vs getStats())

2005-01-25 Thread Dimitris Andreadis (JIRA)
MdbEjb.jsp should use small caps for attrs (getstats() vs getStats())
-

 Key: JBAS-1321
 URL: http://jira.jboss.com/jira/browse/JBAS-1321
 Project: JBoss Application Server
Type: Bug
Versions: JBossAS-4.0.1 Final
 Environment: web-console
Reporter: Dimitris Andreadis
 Assigned to: Dimitris Andreadis 
Priority: Minor
 Fix For: JBossAS-5.0 Alpha


In 4.x, in contrast to 3.x, attribute names were changes from:

getStats()
to
getstats()

and that broke the jsp


-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2005-01-25 Thread Thomas Heute (JIRA)
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 Beta
Reporter: Thomas Heute
 Assigned to: Thomas Heute 
 Fix For: 2.0 Beta


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



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1321) MdbEjb.jsp should use small caps for attrs (getstats() vs getStats())

2005-01-25 Thread Dimitris Andreadis (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1321?page=history ]

Dimitris Andreadis updated JBAS-1321:
-

Fix Version:  JBossAS-4.0.2RC1

Thanks to: [EMAIL PROTECTED]

 MdbEjb.jsp should use small caps for attrs (getstats() vs getStats())
 -

  Key: JBAS-1321
  URL: http://jira.jboss.com/jira/browse/JBAS-1321
  Project: JBoss Application Server
 Type: Bug
 Versions: JBossAS-4.0.1 Final
  Environment: web-console
 Reporter: Dimitris Andreadis
 Assignee: Dimitris Andreadis
 Priority: Minor
  Fix For: JBossAS-5.0 Alpha,  JBossAS-4.0.2RC1


 Original Estimate: 30 minutes
 Remaining: 30 minutes

 In 4.x, in contrast to 3.x, attribute names were changes from:
 getStats()
 to
 getstats()
 and that broke the jsp

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Pb with authentication

2005-01-25 Thread lnhf
I use binaries ... and exact, my user was in no role.
But I have another error ... :(

2005-01-25 11:10:41,326 DEBUG [net.sf.hibernate.impl.SessionImpl] transaction 
completion
  | 2005-01-25 11:10:41,467 ERROR [org.apache.coyote.tomcat5.CoyoteAdapter] An 
exception or error occurred in the container during the request processing
  | 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.java:342)
  | at 
org.jboss.web.tomcat.security.JBossSecurityMgrRealm.authenticate(JBossSecurityMgrRealm.java:257)
  | at 
org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:235)
  | at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:446)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:169)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
  | at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
  | at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
  | at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
  | at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
  | at 
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
  | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
  | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
  | at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
  | at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
  | at java.lang.Thread.run(Thread.java:534)
  | 2005-01-25 11:11:21,346 DEBUG [net.sf.hibernate.impl.SessionImpl] running 
Session.finalize()
  | 2005-01-25 11:11:21,346 DEBUG [net.sf.hibernate.impl.SessionImpl] running 
Session.finalize()
  | 2005-01-25 11:13:34,282 DEBUG 
[org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying 
pools, interval: 45
  | 2005-01-25 11:21:04,331 DEBUG 
[org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying 
pools, interval: 45
  | 2005-01-25 11:28:34,412 DEBUG 
[org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying 
pools, interval: 45
  | 2005-01-25 11:33:27,193 ERROR [org.apache.coyote.tomcat5.CoyoteAdapter] An 
exception or error occurred in the container during the request processing
  | 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.java:342)
  | at 
org.jboss.web.tomcat.security.JBossSecurityMgrRealm.authenticate(JBossSecurityMgrRealm.java:257)
  | at 
org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:235)
  | at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:446)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:169)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
  | at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
  | at 

[JBoss-dev] [Design of JBoss Portal] - Re: Pb with authentication

2005-01-25 Thread [EMAIL PROTECTED]
Can you provide me the result of:

Select * from jbp_users;
Select * from jbp_roles;
Select * from jbp_role_membership;

(I am guessing that you don't have tons of users for now)

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863518


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2-jdk-matrix build.39 Build Successful

2005-01-25 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050125045119Lbuild.39
BUILD COMPLETE-build.39Date of build:01/25/2005 04:51:19Time to build:27 minutes 31 secondsLast changed:01/25/2005 02:03:16Last log entry:Clear the thread security association on invoker startup to avoid leaking this back to the deployer thread. Resolves JBAS-1320




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(10)1.50.2.20modifiedstarksmserver/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.javaClear the thread security association on invoker startup to avoid leaking this back to the deployer thread. Resolves JBAS-13201.3.4.6modifiedgenmanthirdparty/hsqldb/hsqldb/lib/hsqldb.jarUpgrade to HSQLDB RC5 built for Java 1.3.11.1.2.2modifiedgenmanthirdparty/hsqldb/hsqldb/changelist_1_8_0.txtUpgrade to HSQLDB RC5 built for Java 1.3.11.1.2.23modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.java- Update to resolve the jboss-web/virtual-host names from the deployment info to the configured Host names. Resolved JBAS-1301.- the cluster manager name must include the vhost in addition to the war context path since there can be multiple deployments with the same context path when1.1.2.5modifiedloubyanskytestsuite/src/main/org/jboss/test/cmp2/commerce/LimitOffsetTest.javafixed potentional cleanup issue1.2.2.1modifiedloubyanskytestsuite/src/main/org/jboss/test/cmp2/commerce/ManyToOneUniTest.javafixed potentional cleanup issue1.2.2.1modifiedloubyanskytestsuite/src/main/org/jboss/test/cmp2/commerce/OneToManyBiTest.javafixed potentional cleanup issue1.1.2.1modifiedloubyanskytestsuite/src/resources/idgen/META-INF/jbosscmp-jdbc.xmladded cmp remove-table=true1.1.2.2modifiedloubyanskytestsuite/src/resources/cmp2/cacheinvalidation/META-INF/jbosscmp-jdbc.xmladded cmp remove-table=true1.1.2.1modifiedloubyanskytestsuite/src/resources/cmp2/perf/jbosscmp-jdbc.xmladded cmp remove-table=true



[JBoss-dev] [Design of JBoss Portal] - Re: 'menu' style Porlet possible?

2005-01-25 Thread [EMAIL PROTECTED]
This will be handled by the theme and not the portlet. It all depends on how 
finely-grained we make the theme API once its complete. Positioning of portlet 
elements on the page, would require the theme to accept this and be 
configurable.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863476


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1321) MdbEjb.jsp should use small caps for attrs (getstats() vs getStats())

2005-01-25 Thread Dimitris Andreadis (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1321?page=history ]
 
Dimitris Andreadis closed JBAS-1321:


Resolution: Done

 MdbEjb.jsp should use small caps for attrs (getstats() vs getStats())
 -

  Key: JBAS-1321
  URL: http://jira.jboss.com/jira/browse/JBAS-1321
  Project: JBoss Application Server
 Type: Bug
 Versions: JBossAS-4.0.1 Final
  Environment: web-console
 Reporter: Dimitris Andreadis
 Assignee: Dimitris Andreadis
 Priority: Minor
  Fix For: JBossAS-5.0 Alpha,  JBossAS-4.0.2RC1


 Original Estimate: 30 minutes
 Remaining: 30 minutes

 In 4.x, in contrast to 3.x, attribute names were changes from:
 getStats()
 to
 getstats()
 and that broke the jsp

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss/Tomcat Integration] - configurating jboss3.0.8 with tomcat 4

2005-01-25 Thread Nayyar
can any body tell me how to integrate jboss3.0.8 with tomcat 4.0, or from where 
i can get jboss3.0.8 with tomcat 4 already intgrated. 

regards 
Nayyar

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863525


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2 build.273 Build Successful

2005-01-25 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050125055048Lbuild.273
BUILD COMPLETE-build.273Date of build:01/25/2005 05:50:48Time to build:30 minutes 34 secondsLast changed:01/25/2005 02:03:16Last log entry:Clear the thread security association on invoker startup to avoid leaking this back to the deployer thread. Resolves JBAS-1320




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(4)1.50.2.20modifiedstarksmserver/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.javaClear the thread security association on invoker startup to avoid leaking this back to the deployer thread. Resolves JBAS-13201.3.4.6modifiedgenmanthirdparty/hsqldb/hsqldb/lib/hsqldb.jarUpgrade to HSQLDB RC5 built for Java 1.3.11.1.2.2modifiedgenmanthirdparty/hsqldb/hsqldb/changelist_1_8_0.txtUpgrade to HSQLDB RC5 built for Java 1.3.11.1.2.23modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.java- Update to resolve the jboss-web/virtual-host names from the deployment info to the configured Host names. Resolved JBAS-1301.- the cluster manager name must include the vhost in addition to the war context path since there can be multiple deployments with the same context path when



[JBoss-dev] [Design of JBoss Portal] - Re: Pb with authentication

2005-01-25 Thread [EMAIL PROTECTED]
If you want to follow up on this, you can see the Jira task at:

http://jira.jboss.com/jira/browse/JBPORTAL-190

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863513


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1320) Security Hole Created by MDB Deployment

2005-01-25 Thread Scott M Stark (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1320?page=history ]
 
Scott M Stark resolved JBAS-1320:
-

 Resolution: Done
Fix Version:  JBossAS-4.0.2RC1
 JBossPOJOServer-1.0 Alpha

The security context created by the JMSContainerInvoker is now cleared as well.

 Security Hole Created by MDB Deployment
 ---

  Key: JBAS-1320
  URL: http://jira.jboss.com/jira/browse/JBAS-1320
  Project: JBoss Application Server
 Type: Bug
   Components: Security
 Versions: JBossAS-3.2.6 Final
 Reporter: eugene75
 Assignee: Scott M Stark
 Priority: Blocker
  Fix For:  JBossAS-3.2.7 Final,  JBossAS-4.0.2RC1, JBossPOJOServer-1.0 
 Alpha



 During the deployment of a message driven bean, the container creates a 
 connection to the message queue using the user/pwd provided by the deployment 
 descriptor. The authenticated subject created by this operation is bound to 
 the current thread (via the security association class) using a ThreadLocal. 
 The thread that deploys components existing in the deploy directory at 
 startup is the main thread. This means that the main thread has a 
 security association. This security association (meaning the Subject bound to 
 the thread by a ThreadLocal) is then copied to every other thread created by 
 JBoss, including the the HTTP processor threads, class loader threads, etc. 
 The very first time the application is accessed using one of the HTTP 
 processor threads, it has the security association create the jms login. Once 
 the processor thread has processed one request, the security association is 
 cleared and functions normally. 
 A partial workaround is to not deploy the MDBs until after JBoss has finished 
 starting up. This prevents the jms-connection user security association from 
 being inherited by the HTTP processor threads. 

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0 build.334 Build Successful

2005-01-25 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050125064624Lbuild.334
BUILD COMPLETE-build.334Date of build:01/25/2005 06:46:24Time to build:41 minutes 13 secondsLast changed:01/25/2005 05:25:42Last log entry:JBAS-1321 - Using small caps for attr access (getstats() / isstatisticsProvider())




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(2)1.1.2.2modifiedanddconsole/src/resources/webconsole.war/MdbEjb.jspJBAS-1321 - Using small caps for attr access (getstats() / isstatisticsProvider())1.64.2.3modifiedstarksmserver/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.javaClear the thread security association on invoker startup to avoid leaking this back to the deployer thread. Resolves JBAS-1320.



[JBoss-dev] jboss-4.0 build.333 Build Successful

2005-01-25 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050125005740Lbuild.333
BUILD COMPLETE-build.333Date of build:01/25/2005 00:57:40Time to build:17 minutes 10 secondsLast changed:01/24/2005 09:21:57Last log entry:fixed potentional cleanup issue




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(6)1.4.4.1modifiedloubyanskytestsuite/src/main/org/jboss/test/cmp2/commerce/LimitOffsetTest.javafixed potentional cleanup issue1.4.6.1modifiedloubyanskytestsuite/src/main/org/jboss/test/cmp2/commerce/ManyToOneUniTest.javafixed potentional cleanup issue1.4.6.1modifiedloubyanskytestsuite/src/main/org/jboss/test/cmp2/commerce/OneToManyBiTest.javafixed potentional cleanup issue1.2.2.1modifiedloubyanskytestsuite/src/resources/idgen/META-INF/jbosscmp-jdbc.xmladded cmp remove-table=true1.2.2.2modifiedloubyanskytestsuite/src/resources/cmp2/cacheinvalidation/META-INF/jbosscmp-jdbc.xmladded cmp remove-table=true1.2.2.1modifiedloubyanskytestsuite/src/resources/cmp2/perf/jbosscmp-jdbc.xmladded cmp remove-table=true



[JBoss-dev] [Design of JBoss Portal] - Pb with authentication

2005-01-25 Thread lnhf
Hi all,
I have just installed the new version of the portal.
My environment is: 
 - jboss 4.0.0
 - SQLServer
 - portal 2.0alpha (bin)
 - Win XP
 - SDK 1.4.2_02

When I want to add a new user, the table jbp_users increments element well. But 
for the authentication, I obtain a white page... What anyone have the same 
problem or a person would have a solution...? 

Thank you 
lnhf


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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863507


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-83) java.lang.IllegalStateException: addWriter(): owner already existed

2005-01-25 Thread Konstantin Avdeyev (JIRA)
 [ http://jira.jboss.com/jira/browse/JBCACHE-83?page=history ]

Konstantin Avdeyev updated JBCACHE-83:
--

 Original Estimate: (was: 28800)
Remaining Estimate: (was: 28800)

After a close look it appears to be default behaviour for NONE isolation level 
so this issue may should be closed.

 java.lang.IllegalStateException: addWriter(): owner already existed
 ---

  Key: JBCACHE-83
  URL: http://jira.jboss.com/jira/browse/JBCACHE-83
  Project: JBoss Cache
 Type: Bug
 Versions: 1.2
 Reporter: Konstantin Avdeyev
 Assignee: Bela Ban
  Fix For: 1.2.1



 Exception appears in replicated mode (REPL_ASYNC) and NONE isolation level 
 when two instances putting the same value to cache.
 Test case:
 The following test was added to AsyncUnitTestCase (Note: isolation level in 
 replAsync-service.xml need to be changed to NONE)
public void testAsyncReplSameData() {
 while(true){
 try {
 cache1.put(/a/b/, c, d);
 cache2.put(/a/b/, c, d);
 } catch (CacheException e) {
 e.printStackTrace();
 }
 }
 }
 Test output:
 -- [Thread[main,5,main]]: creating cache1
 ---
 GMS: address is grc03:1969
 ---
 -- [Thread[main,5,main]]: creating cache2
 ---
 GMS: address is grc03:1972
 ---
 -- [Thread[main,5,main]]: stopping cache1
 -- [Thread[main,5,main]]: stopping cache2
 org.jboss.util.NestedRuntimeException: addWriter(): owner already existed; - 
 nested throwable: (java.lang.IllegalStateException: addWriter(): owner 
 already existed)
   at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3083)
   at org.jboss.cache.TreeCache.put(TreeCache.java:1758)
   at org.jboss.cache.TreeCache.put(TreeCache.java:1741)
   at 
 org.jboss.test.cache.test.replicated.AsyncUnitTestCase.testAsyncReplSameData(AsyncUnitTestCase.java:127)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at 
 com.intellij.rt.execution.junit2.JUnitStarter.main(JUnitStarter.java:31)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:78)
 Caused by: java.lang.IllegalStateException: addWriter(): owner already existed
   at org.jboss.cache.lock.LockMap.addWriter(LockMap.java:97)
   at 
 org.jboss.cache.lock.IdentityLock.acquireWriteLock(IdentityLock.java:181)
   at org.jboss.cache.Node.acquireWriteLock(Node.java:424)
   at org.jboss.cache.Node.acquire(Node.java:401)
   at 
 org.jboss.cache.interceptors.LockInterceptor.lock(LockInterceptor.java:184)
   at 
 org.jboss.cache.interceptors.LockInterceptor.invoke(LockInterceptor.java:134)
   at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
   at 
 org.jboss.cache.interceptors.CreateIfNotExistsInterceptor.invoke(CreateIfNotExistsInterceptor.java:47)
   at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
   at 
 org.jboss.cache.interceptors.ReplicationInterceptor.invoke(ReplicationInterceptor.java:51)
   at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3078)
   ... 26 more
 Process finished with exit code -1

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Pb with authentication

2005-01-25 Thread lnhf
I don't know if this errors during the run command (run -c standard) are an 
importance in my problem.

2005-01-25 11:52:59,821 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] 
Starting jboss.mq:service=PersistenceManager
  | 2005-01-25 11:53:00,087 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] 
Resolving uncommited TXS
  | 2005-01-25 11:53:00,149 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] 
Could not create table with SQL: CREATE CACHED TABLE JMS_MESSAGES ( MESSAGEID 
INTEGER NOT NULL, DESTINATION VARCHAR(255) NOT NULL, TXID INTEGER, TXOP 
CHAR(1), MESSAGEBLOB OBJECT, PRIMARY KEY (MESSAGEID, DESTINATION) )
  | java.sql.SQLException: Table already exists: JMS_MESSAGES in statement 
[CREATE CACHED TABLE JMS_MESSAGES]
  | at org.hsqldb.jdbc.jdbcUtil.throwError(Unknown Source)
  | at org.hsqldb.jdbc.jdbcPreparedStatement.executeUpdate(Unknown Source)
  | at 
org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:316)
  | at 
org.jboss.mq.pm.jdbc2.PersistenceManager.resolveAllUncommitedTXs(PersistenceManager.java:224)
  | at 
org.jboss.mq.pm.jdbc2.PersistenceManager.startService(PersistenceManager.java:1422)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
  | at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
  | at $Proxy0.start(Unknown Source)
  | at org.jboss.system.ServiceController.start(ServiceController.java:416)
  | at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy4.start(Unknown Source)
  | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:261)
  | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:935)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:746)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:709)
  | at sun.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:119)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy8.deploy(Unknown Source)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:305)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:481)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:277)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
  | at 

[JBoss-dev] [Design of JBoss Portal] - Re: Pb with authentication

2005-01-25 Thread [EMAIL PROTECTED]
bp_role_membership : 
jbp_rid jbp_uid 
--- --- 
6 2 

It should be the opposite
jbp_uid = 6
jbp_rid = 2

It will fix your problem, now i wonder why this happened, i mean why your user 
was in no role, did you remove him from the roles using the interface ? Or is 
it a bug. I will dig into that.



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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863543


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Pb with authentication

2005-01-25 Thread lnhf
I have entered this values myself because when i create a user, no values are 
inserted in this table (jbp_role_membership ). 
But, when i log with this user, i have always my white page. Nothing appear.

lnhf

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863549


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Pb with authentication

2005-01-25 Thread [EMAIL PROTECTED]
I see you are using SQLServer, how did you create the table ?

Your fields are not in the correct order, jbp_uid should appear before jbp_rid. 
(opposite from you)

Please try:
delete from jbp_role_membership;
insert into jbp_role_membership (jbp_uid, jbp_rid) values ('6', '1');

(If you still have the same data as above)

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863550


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Pb with authentication

2005-01-25 Thread lnhf
Okay, I understand why I couldn't enter some values ... so I have delete the 
relations between role - membership and users - membership.
But I have create my tables with the script setup.ddl :

create table jbp_role_membership (
  |jbp_rid INTEGER not null,
  |jbp_uid INTEGER not null,
  |primary key (jbp_uid, jbp_rid)
  | );
  | 

I drop and recreate this table ...
thanks for all
lnhf

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863552


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Pb with authentication

2005-01-25 Thread [EMAIL PROTECTED]
Thanks for your input, it seems that the order changes.
I will precise the name of column to avoid such problems.

Thanks again for the bug report.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863553


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.735 Build Successful

2005-01-25 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050124124932Lbuild.735
BUILD COMPLETE-build.735Date of build:01/24/2005 12:49:32Time to build:406 minutes 56 secondsLast changed:01/24/2005 11:20:24Last log entry:added 2 more tests




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(11)1.4modifiedbelabantestsuite/src/main/org/jboss/test/cache/test/local/UpgradeLockUnitTestCase.javaadded 2 more tests1.3modifiedejortnaming/jbossbuild.xmlAdd rmic and fix tabs1.4modifiedejorttools/etc/jbossbuild/tasks.xmlFix tabs1.2modifiedejorttools/lib/jbossbuild.jarFix for the applies processing to stop it generating multipletargets, was only working properly for some types.1.61modifiedbelabancache/src/main/org/jboss/cache/Node.javamoved init() to readExternal1.2modifiedloubyanskytestsuite/src/resources/idgen/META-INF/jbosscmp-jdbc.xmlbranches:  1.2.2;added cmp remove-table=true1.3modifiedloubyanskytestsuite/src/resources/cmp2/cacheinvalidation/META-INF/jbosscmp-jdbc.xmladded cmp remove-table=true1.2modifiedloubyanskytestsuite/src/resources/cmp2/perf/jbosscmp-jdbc.xmlbranches:  1.2.2;added cmp remove-table=true1.5modifiedloubyanskytestsuite/src/main/org/jboss/test/cmp2/commerce/ManyToOneUniTest.javafixed potentional cleanup issue1.5modifiedloubyanskytestsuite/src/main/org/jboss/test/cmp2/commerce/OneToManyBiTest.javafixed potentional cleanup issue1.5modifiedloubyanskytestsuite/src/main/org/jboss/test/cmp2/commerce/LimitOffsetTest.javafixed potentional cleanup issue



[JBoss-dev] [Design of JBoss Portal] - Multilingual support

2005-01-25 Thread [EMAIL PROTECTED]

 I am posting this for comments:

Problem:
   - Displaying the portal/portlets with the favorite user's language.
   - How to determine the favorite language of a user compared to what is 
available.

Information:
   - A user could define his preferences at different levels
  1 - By the browser, this is convenient, a user can list the languages he 
prefers and order them.
  2 - By the user profile, either by defining 1 favorite language or 
several ordered by preference
  3 - By links on the website (so only 1 language at a time)
   - A portlet defines the languages it supports, we can have a portal with 
different languages for portlets

From the JSR168 Specs:
anonymous wrote : PLT.11.1.8 Internationalization The portal/portlet-container 
decides what locale will be used for creating the response for  a user. The 
portal/portlet-container may use information that the client sends with the 
request. For example the Accept-Language header along with other mechanisms 
described in the HTTP/1.1 specification. The getLocale method is provided in 
the PortletRequest interface to inform the portlet about the locale of user the 
portal/portletcontainer has chosen.

Solutions (proposals):
   - If a user defines his favorite language in his profile or click on a link 
on the portal to define the language and if a portlet accepts it, it's all 
fine, we know what to use. In order of priority Link - Profile - Browser
   - If the portlet only accept 1 language, we must choose it.
   - Now the problem is when the portlet accept different languages but not the 
one chose on the portal, neither the favorite in the user preference.



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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863556


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Pb with authentication

2005-01-25 Thread [EMAIL PROTECTED]
Do you have any error showing in the console ?

Do you mean that when you login with the new user you have nothing at all on 
the screen or empty portlets ?

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863508


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0-testsuite build.49 Build Successful

2005-01-25 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20050125013308Lbuild.49
BUILD COMPLETE-build.49Date of build:01/25/2005 01:33:08Time to build:93 minutes 30 secondsLast changed:01/24/2005 09:21:57Last log entry:fixed potentional cleanup issue




   Unit Tests: (2312)   Total Errors and Failures: (18)testAspectorg.jboss.test.aop.test.RemotingUnitTestCasetestUnsecureRunAsServletorg.jboss.test.jacc.test.WebIntegrationUnitTestCaseunknownorg.jboss.test.jbossmq.test.LargeMessageUnitTestCaseunknownorg.jboss.test.jbossmq.test.OILConnectionUnitTestCasetestUnsecureRunAsServletorg.jboss.test.securitymgr.test.WebIntegrationUnitTestCasetestUnsecureRunAsServletorg.jboss.test.web.test.WebIntegrationUnitTestCasetestNonPrimitiveGetorg.jboss.test.cluster.test.ScopedAttrBasedTestCasetestNonPrimitiveModifyorg.jboss.test.cluster.test.ScopedAttrBasedTestCasetestInvalidateorg.jboss.test.cluster.test.ScopedAttrBasedTestCasetestNonPrimitiveModifyorg.jboss.test.cluster.test.ScopedSetAttributeTestCasetestNonPrimitiveGetorg.jboss.test.cluster.test.ScopedSetAttributeTestCasetestInvalidateorg.jboss.test.cluster.test.ScopedSetAttributeTestCasetestConcurrentPutorg.jboss.test.cluster.test.SessionBasedConcurrentTestCasetestPoolingorg.jboss.test.cts.test.MDBUnitTestCasetestSRPLoginWithAuxChallengeorg.jboss.test.security.test.SRPLoginModuleUnitTestCasetestPoolingorg.jboss.test.securitymgr.test.MDBUnitTestCasetestMDBTimerorg.jboss.test.timer.test.BasicTimerUnitTestCasetestJBossEditorsorg.jboss.test.util.test.PropertyEditorsUnitTestCase
Modifications since last build:(8)1.4.4.1modifiedloubyanskytestsuite/src/main/org/jboss/test/cmp2/commerce/LimitOffsetTest.javafixed potentional cleanup issue1.4.6.1modifiedloubyanskytestsuite/src/main/org/jboss/test/cmp2/commerce/ManyToOneUniTest.javafixed potentional cleanup issue1.4.6.1modifiedloubyanskytestsuite/src/main/org/jboss/test/cmp2/commerce/OneToManyBiTest.javafixed potentional cleanup issue1.2.2.1modifiedloubyanskytestsuite/src/resources/idgen/META-INF/jbosscmp-jdbc.xmladded cmp remove-table=true1.2.2.2modifiedloubyanskytestsuite/src/resources/cmp2/cacheinvalidation/META-INF/jbosscmp-jdbc.xmladded cmp remove-table=true1.2.2.1modifiedloubyanskytestsuite/src/resources/cmp2/perf/jbosscmp-jdbc.xmladded cmp remove-table=true1.8.4.1modifiedstarksmsecurity/src/main/org/jboss/security/Util.javaUpdate the initialization of the sealed object cipher to only use the cipher iv its non-null. The previous approach of trying to init the cipher with an iv and then retrying without an iv on exception was not working across the jce implementations of jdk 1.3, 1.4.x and 1.5.1.10.6.1modifiedstarksmsecurity/src/main/org/jboss/security/srp/SRPRemoteServer.javaMove the creation of the SRPParameters cipher iv to the SRPVerifierInfo.VerifierInfo



[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-38) Eviction policy timer starts multiple times if cache is restarted

2005-01-25 Thread Bela Ban (JIRA)
 [ http://jira.jboss.com/jira/browse/JBCACHE-38?page=history ]
 
Bela Ban resolved JBCACHE-38:
-

Resolution: Done

listeners are cleared at cache stop time

 Eviction policy timer starts multiple times if cache is restarted
 -

  Key: JBCACHE-38
  URL: http://jira.jboss.com/jira/browse/JBCACHE-38
  Project: JBoss Cache
 Type: Bug
 Versions: 1.2
 Reporter: Ben Wang
 Assignee: Bela Ban
  Fix For: 1.2.1


 Original Estimate: 2 hours
 Remaining: 2 hours

 If cache code snippet is like this:
 PropertyConfigurator config = new PropertyConfigurator();
 cache.config();
 cache.start();
 cache.stop();
 cache.config();
 cache.start();
 Then the eviction timer will be started twice, for example. This is becuase 
 the listeners are not clear during stop().

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Pb with authentication

2005-01-25 Thread [EMAIL PROTECTED]
Ok this is not related.

It happens if you have a portlet that does not define a translation key, it's a 
known bug.

Maybe your browser preference specifies French as favorite language ?
If so you can put English.

The other solution is to add the missing keys in Resources*.properties. (it's 
in the CVS)

I am looking for a good model for internationalization (see related post).

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863563


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-83) java.lang.IllegalStateException: addWriter(): owner already existed

2005-01-25 Thread Bela Ban (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBCACHE-83?page=comments#action_12314878 ]
 
Bela Ban commented on JBCACHE-83:
-

NONE gives you no guarantees whetsoever.
I'll close the issue for now, let me know if you run into trouble with the 
current semantics

 java.lang.IllegalStateException: addWriter(): owner already existed
 ---

  Key: JBCACHE-83
  URL: http://jira.jboss.com/jira/browse/JBCACHE-83
  Project: JBoss Cache
 Type: Bug
 Versions: 1.2
 Reporter: Konstantin Avdeyev
 Assignee: Bela Ban
  Fix For: 1.2.1



 Exception appears in replicated mode (REPL_ASYNC) and NONE isolation level 
 when two instances putting the same value to cache.
 Test case:
 The following test was added to AsyncUnitTestCase (Note: isolation level in 
 replAsync-service.xml need to be changed to NONE)
public void testAsyncReplSameData() {
 while(true){
 try {
 cache1.put(/a/b/, c, d);
 cache2.put(/a/b/, c, d);
 } catch (CacheException e) {
 e.printStackTrace();
 }
 }
 }
 Test output:
 -- [Thread[main,5,main]]: creating cache1
 ---
 GMS: address is grc03:1969
 ---
 -- [Thread[main,5,main]]: creating cache2
 ---
 GMS: address is grc03:1972
 ---
 -- [Thread[main,5,main]]: stopping cache1
 -- [Thread[main,5,main]]: stopping cache2
 org.jboss.util.NestedRuntimeException: addWriter(): owner already existed; - 
 nested throwable: (java.lang.IllegalStateException: addWriter(): owner 
 already existed)
   at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3083)
   at org.jboss.cache.TreeCache.put(TreeCache.java:1758)
   at org.jboss.cache.TreeCache.put(TreeCache.java:1741)
   at 
 org.jboss.test.cache.test.replicated.AsyncUnitTestCase.testAsyncReplSameData(AsyncUnitTestCase.java:127)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at 
 com.intellij.rt.execution.junit2.JUnitStarter.main(JUnitStarter.java:31)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:78)
 Caused by: java.lang.IllegalStateException: addWriter(): owner already existed
   at org.jboss.cache.lock.LockMap.addWriter(LockMap.java:97)
   at 
 org.jboss.cache.lock.IdentityLock.acquireWriteLock(IdentityLock.java:181)
   at org.jboss.cache.Node.acquireWriteLock(Node.java:424)
   at org.jboss.cache.Node.acquire(Node.java:401)
   at 
 org.jboss.cache.interceptors.LockInterceptor.lock(LockInterceptor.java:184)
   at 
 org.jboss.cache.interceptors.LockInterceptor.invoke(LockInterceptor.java:134)
   at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
   at 
 org.jboss.cache.interceptors.CreateIfNotExistsInterceptor.invoke(CreateIfNotExistsInterceptor.java:47)
   at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
   at 
 org.jboss.cache.interceptors.ReplicationInterceptor.invoke(ReplicationInterceptor.java:51)
   at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3078)
   ... 26 more
 Process finished with exit code -1

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBCACHE-83) java.lang.IllegalStateException: addWriter(): owner already existed

2005-01-25 Thread Bela Ban (JIRA)
 [ http://jira.jboss.com/jira/browse/JBCACHE-83?page=history ]
 
Bela Ban closed JBCACHE-83:
---

Resolution: Done

 java.lang.IllegalStateException: addWriter(): owner already existed
 ---

  Key: JBCACHE-83
  URL: http://jira.jboss.com/jira/browse/JBCACHE-83
  Project: JBoss Cache
 Type: Bug
 Versions: 1.2
 Reporter: Konstantin Avdeyev
 Assignee: Bela Ban
  Fix For: 1.2.1



 Exception appears in replicated mode (REPL_ASYNC) and NONE isolation level 
 when two instances putting the same value to cache.
 Test case:
 The following test was added to AsyncUnitTestCase (Note: isolation level in 
 replAsync-service.xml need to be changed to NONE)
public void testAsyncReplSameData() {
 while(true){
 try {
 cache1.put(/a/b/, c, d);
 cache2.put(/a/b/, c, d);
 } catch (CacheException e) {
 e.printStackTrace();
 }
 }
 }
 Test output:
 -- [Thread[main,5,main]]: creating cache1
 ---
 GMS: address is grc03:1969
 ---
 -- [Thread[main,5,main]]: creating cache2
 ---
 GMS: address is grc03:1972
 ---
 -- [Thread[main,5,main]]: stopping cache1
 -- [Thread[main,5,main]]: stopping cache2
 org.jboss.util.NestedRuntimeException: addWriter(): owner already existed; - 
 nested throwable: (java.lang.IllegalStateException: addWriter(): owner 
 already existed)
   at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3083)
   at org.jboss.cache.TreeCache.put(TreeCache.java:1758)
   at org.jboss.cache.TreeCache.put(TreeCache.java:1741)
   at 
 org.jboss.test.cache.test.replicated.AsyncUnitTestCase.testAsyncReplSameData(AsyncUnitTestCase.java:127)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at 
 com.intellij.rt.execution.junit2.JUnitStarter.main(JUnitStarter.java:31)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:78)
 Caused by: java.lang.IllegalStateException: addWriter(): owner already existed
   at org.jboss.cache.lock.LockMap.addWriter(LockMap.java:97)
   at 
 org.jboss.cache.lock.IdentityLock.acquireWriteLock(IdentityLock.java:181)
   at org.jboss.cache.Node.acquireWriteLock(Node.java:424)
   at org.jboss.cache.Node.acquire(Node.java:401)
   at 
 org.jboss.cache.interceptors.LockInterceptor.lock(LockInterceptor.java:184)
   at 
 org.jboss.cache.interceptors.LockInterceptor.invoke(LockInterceptor.java:134)
   at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
   at 
 org.jboss.cache.interceptors.CreateIfNotExistsInterceptor.invoke(CreateIfNotExistsInterceptor.java:47)
   at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
   at 
 org.jboss.cache.interceptors.ReplicationInterceptor.invoke(ReplicationInterceptor.java:51)
   at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3078)
   ... 26 more
 Process finished with exit code -1

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-191) Must precise column names when inserting data

2005-01-25 Thread Thomas Heute (JIRA)
Must precise column names when inserting data
-

 Key: JBPORTAL-191
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-191
 Project: JBoss Portal
Type: Bug
  Components: Portal Core  
Versions: 2.0 Alpha
Reporter: Thomas Heute
 Assigned to: Thomas Heute 
 Fix For: 2.0 Beta


It appears that the order of the columns is randomized, so when doing an 
insertion, columns names 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



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-39) Correct restart of JBossCache (inside JBoss)

2005-01-25 Thread Bela Ban (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBCACHE-39?page=comments#action_12314876 ]
 
Bela Ban commented on JBCACHE-39:
-

SOLUTION: decided to leave the nodes intact, with all current locks and 
transactions TransactionTable).
REASON: user may just want to change attributes, and for them to go into 
effect, has to restart the cache

 Correct restart of JBossCache (inside JBoss)
 

  Key: JBCACHE-39
  URL: http://jira.jboss.com/jira/browse/JBCACHE-39
  Project: JBoss Cache
 Type: Bug
 Reporter: Bela Ban
 Assignee: Bela Ban
  Fix For: 1.2.1


 Original Estimate: 2 days
 Remaining: 2 days

 A redeployment of JBossCache may be incorrect, check whether channels etc are 
 correctly closed and re-opened.

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Pb with authentication

2005-01-25 Thread [EMAIL PROTECTED]
This happen when a user is in no role. I should probably fix that, a user in no 
role does not make sense actually, so i guess we should always have the user in 
a default immutable role.

If you are using sources, make sure you have the following lines for the 
UserPortlet:

  |   init-param
  |  descriptionDefault role of registered users/description
  |  namedefaultRole/name
  |  valueUsers/value
  |   /init-param
  | 

and that the role 'Users' exists in your database.

I need to make it more error proof. Thanks for the feedback, let me know if you 
can fix this.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863512


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - failed binding to JNDI

2005-01-25 Thread loupubeu
I've deployed jboss cache under jboss 3.2.5, and I've the following exception 
failed binding to JNDI as {locatorURI=socket://:, name=DefaultCache}, 
exception=org/apache/commons/httpclient/HttpMethod
with the default config file from the jboss cache examples : locate-service.xml
what's wrong ?

Thanks in advance for your answers.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863588


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Pb with authentication

2005-01-25 Thread lnhf
Okay, thanks... I saw this topic ...

Another question ... ?

I log me in admin role, and in my console , i have an error :
'LAST_INSERT_ID' n'est pas un nom de fonction reconnu.
  | at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown 
Source)
  | at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source)
  | at 
com.microsoft.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown Source)
  | at 
com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown Source)
  | at 
com.microsoft.jdbc.sqlserver.tds.TDSRPCRequest.processReplyToken(Unknown Source)
  | at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown 
Source)
  | at com.microsoft.jdbc.sqlserver.tds.TDSCursorRequest.openCursor(Unknown 
Source)
  | at com.microsoft.jdbc.sqlserver.SQLServerImplStatement.execute(Unknown 
Source)
  | at com.microsoft.jdbc.base.BaseStatement.commonExecute(Unknown Source)
  | at com.microsoft.jdbc.base.BaseStatement.executeQueryInternal(Unknown 
Source)
  | at com.microsoft.jdbc.base.BasePreparedStatement.executeQuery(Unknown 
Source)
  | at 
org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:296)
  | at 
net.sf.hibernate.persister.EntityPersister.insert(EntityPersister.java:544)
  | at 
net.sf.hibernate.persister.EntityPersister.insert(EntityPersister.java:432)
  | at 
net.sf.hibernate.impl.ScheduledIdentityInsertion.execute(ScheduledIdentityInsertion.java:29)
  | at net.sf.hibernate.impl.SessionImpl.doSave(SessionImpl.java:932)
  | at net.sf.hibernate.impl.SessionImpl.doSave(SessionImpl.java:857)
  | at 
net.sf.hibernate.impl.SessionImpl.saveWithGeneratedIdentifier(SessionImpl.java:775)
  | at net.sf.hibernate.impl.SessionImpl.save(SessionImpl.java:738)
  | at net.sf.hibernate.impl.SessionImpl.saveOrUpdate(SessionImpl.java:1387)
  | at net.sf.hibernate.engine.Cascades$4.cascade(Cascades.java:114)
  | at net.sf.hibernate.engine.Cascades.cascade(Cascades.java:436)
  | at net.sf.hibernate.engine.Cascades.cascade(Cascades.java:503)
  | at net.sf.hibernate.engine.Cascades.cascade(Cascades.java:482)
  | at 
net.sf.hibernate.impl.SessionImpl.preFlushEntities(SessionImpl.java:2669)
  | at 
net.sf.hibernate.impl.SessionImpl.flushEverything(SessionImpl.java:2246)
  | at net.sf.hibernate.impl.SessionImpl.flush(SessionImpl.java:2235)
  | at 
org.jboss.hibernate.session.TransactionSynch.beforeCompletion(TransactionSynch.java:46)
  | at 
org.jboss.tm.TransactionImpl.doBeforeCompletion(TransactionImpl.java:1383)
  | at org.jboss.tm.TransactionImpl.beforePrepare(TransactionImpl.java:1075)
  | at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:296)
  | at org.jboss.tm.TxManager.commit(TxManager.java:200)
  | at 
org.jboss.tm.usertx.client.ServerVMClientUserTransaction.commit(ServerVMClientUserTransaction.java:126)
  | at 
org.jboss.portal.common.transaction.Demarcator.requiresNew(Demarcator.java:65)
  | at 
org.jboss.portal.core.servlet.TransactionFilter.doFilter(TransactionFilter.java:74)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
  | at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
  | at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
  | at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:44)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
  | at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:169)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
  | at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
  | at 

[JBoss-dev] [Design of JBoss Portal] - Re: Pb with authentication

2005-01-25 Thread [EMAIL PROTECTED]
It should exists though.

Make sure you are talking SQLServer with your database, did you change the 
Hibernate Dialect to SQLServer dialect both in core and forums ?

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863594


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design the new POJO MicroContainer] - Re: Classloading

2005-01-25 Thread [EMAIL PROTECTED]
There needs to be a class loader factory to abstract out the details. Just 
creating a URLClassLoader for every subdeployment will result in overly 
isolated deployments that will not be able to do call by reference across jars 
unless the archive is perfectly formed in terms of parent/child relationships. 
This is never achieved in practise.

In general I want to move away from URLClassLoader and the deployment packaging 
defining the classpath as the tight coupling between urls and the class type 
system really is a huge inflexible pain. 


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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863596


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design the new POJO MicroContainer] - Classloading

2005-01-25 Thread [EMAIL PROTECTED]
[qoute=[EMAIL PROTECTED]]
I want to revisit our class loading in the new pojo server and at least have a 
more standard
parent/child option to address some issues that client are expressing. Is the 
new server
to a point of being able to look at this in the context of the new deployers? 
If not I want to
work with whoever is working on the deployers to get this moving.


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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863478


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPM-23) evaluate variable-aware expressions (9.1)

2005-01-25 Thread Alejandro Guzar (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-23?page=history ]

Alejandro Guzar updated JBPM-23:
-

   Summary: evaluate variable-aware expressions (9.1)  (was: 
evaluate variable-aware expressions (??9.1))
   Description: 
Evaluate boolean, duration, deadline and general expressions in the presence of 
bpel variables.
Implement the bpws:getVariableData() extension function.
Provide a class for the Duration xml schema datatype.

  was:
Evaluate boolean, duration, deadline and general expressions in the presence of 
bpel variables.
Implement the bpws:getVariableData() extension function.
Provide a class for the Duration xml schema datatype.

Remaining Estimate: (was: 0)

 evaluate variable-aware expressions (9.1)
 -

  Key: JBPM-23
  URL: http://jira.jboss.com/jira/browse/JBPM-23
  Project: JBoss jBPM
 Type: Sub-task
   Components: BPEL
 Versions: 3.0 DR 1
  Environment: dom4j, jaxen
 Reporter: Alejandro Guzar
 Assignee: Alejandro Guzar
  Fix For: 3.0 DR 1


 Original Estimate: 2 weeks
Time Spent: 2 weeks

 Evaluate boolean, duration, deadline and general expressions in the presence 
 of bpel variables.
 Implement the bpws:getVariableData() extension function.
 Provide a class for the Duration xml schema datatype.

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design the new POJO MicroContainer] - Re: Convenience or use case configurations

2005-01-25 Thread [EMAIL PROTECTED]
Solution:
The microcontainer accepts the notion of a deployment,
this is a collection of beans:

  | public interface KernelDeployment
  | {
  |/**
  | * Get the beans in the deployment
  | *
  | * @return ListBeanMetaData 
  | */
  |List getBeans();
  | 
  | 

This can be used to generate the bean metadata from a few parameters.

In the example above it would be something like:

  | public class URLClassLoaderDeployment extends AbstractDeployment
  | {
  |/** with getters and setters */
  |private URL url;
  | 
  |   public List getBeans()
  |   {
  |  // Generate the bean metadata here
  |   }
  | }
  | 

So the xml might look something like:

  | urlclassloader url=whatever/
  | 


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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863483


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPM-24) assignment to arbitrary locations in variables (9.3)

2005-01-25 Thread Alejandro Guzar (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-24?page=history ]

Alejandro Guzar updated JBPM-24:
-

   Summary: assignment to arbitrary locations in variables (9.3)  
(was: assignment to arbitrary locations in variables (??9.3))
   Description: 
Assign values to variables, parts of messages, and location paths within 
message parts.
Provide the following forms of the assign activity:
from variable='ncname' part='ncname'? query='queryString'?
from expression=general-expr/
to variable='ncname' part='ncname'? query='queryString'?
---
Make assignment destinations able to deal with a variety of source values. 
Offer automatic creation of nodes traversed by paths.

  was:
Assign values to variables, parts of messages, and location paths within 
message parts.
Provide the following forms of the assign activity:
from variable='ncname' part='ncname'? query='queryString'?
from expression=general-expr/
to variable='ncname' part='ncname'? query='queryString'?
---
Make assignment destinations able to deal with a variety of source values. 
Offer automatic creation of nodes traversed by paths.

   Environment: 
Remaining Estimate: (was: 0)

 assignment to arbitrary locations in variables (9.3)
 

  Key: JBPM-24
  URL: http://jira.jboss.com/jira/browse/JBPM-24
  Project: JBoss jBPM
 Type: Sub-task
   Components: BPEL
 Versions: 3.0 DR 1
 Reporter: Alejandro Guzar
 Assignee: Alejandro Guzar
  Fix For: 3.0 DR 1


 Original Estimate: 3 days
Time Spent: 1 week

 Assign values to variables, parts of messages, and location paths within 
 message parts.
 Provide the following forms of the assign activity:
 from variable='ncname' part='ncname'? query='queryString'?
 from expression=general-expr/
 to variable='ncname' part='ncname'? query='queryString'?
 ---
 Make assignment destinations able to deal with a variety of source values. 
 Offer automatic creation of nodes traversed by paths.

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: 'menu' style Porlet possible?

2005-01-25 Thread jimmyed2001

So am I right in thinking that the themes will be JSPs that take over the 
generation of the non-portlet sections of the page (effectivley replacing 
portal-core.war/nodesk/index.jsp)?



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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863496


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design the new POJO MicroContainer] - Re: Convenience or use case configurations

2005-01-25 Thread [EMAIL PROTECTED]
So, we should have each deployer defining its own AbstractKernelDeployment 
subclass that programmatically generates the full deployment metadata from a 
simplified description.

I'm not sure if I understand the last part. Do you mean for example, how to use 
many of those AbstractKernelDeployment subclasses in order to produce 
deployment metadata from a combined larger xml definition, that may contain 
information for different deployers?



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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863587


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design the new POJO MicroContainer] - Re: Classloading

2005-01-25 Thread [EMAIL PROTECTED]
This task is related:
http://jira.jboss.com/jira/browse/JBMICROCONT-7

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863480


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Pb with authentication

2005-01-25 Thread [EMAIL PROTECTED]
LAST_INSERT_ID is a SQL function, it seems that it is not implemented by your 
JDBC driver but called by Hibernate.

That's a problem with your database, it may leads to errors.

My advice would be to get rid of SQLServer :)

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863592


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design the new POJO MicroContainer] - Re: Convenience or use case configurations

2005-01-25 Thread [EMAIL PROTECTED]
That is one way to implement it.

It does have the advantage the deployers become simple and it would be easier
for other deployers to pluck out the parts they want to work on.

e.g. A hypothetical deployer that wants to post process all EJB containers
can do it more easily if it is looking for metadata instanceof EJBDeployment 
rather than a
BeanMetaData with an open ended set of possibities like
bean=StatelessContainer or bean=CMPContainer

I don't understsand your second question.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863605


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design the new POJO MicroContainer] - Re: Classloading

2005-01-25 Thread [EMAIL PROTECTED]
anonymous wrote : I'd like to see the classloaders constructed like other 
beans:...

It might be possible to support this level of configuration, but in general 
there needs to be an abreviated form that builds the class loader hierarchy 
based on some associated model (current flat repository model, hiearchical 
repository model, standard parent child model, ...) since as we know, users 
having to deal with the type system/ packaging/redeployment/class loader 
interaction details is not one of the favorite jboss user expierences. I'm 
expecting that this is what is encapsulated in the convenience configurations.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863602


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design the new POJO MicroContainer] - Re: Classloading

2005-01-25 Thread [EMAIL PROTECTED]
Yes, you can give them configuration use cases like UnifiedClassLoader
or Java2Delegation where the model is not exposed (it is hardwired in the use 
case).

But I would still like the full power to write my own classloading use case, 
e.g. the osgi model

  | osgi-classloader url=whatever
  |imported-packages/imported-packages
  |exported-packages/exported-packages
  | /osgi-classloader
  | 
or something else.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863610


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: Cache Replication Timeout in a Cluster

2005-01-25 Thread daniel_joshi
Hi Bela, 

  Thank you very much for the advice. Already tried putting the 
jboss-remoting.jar in the \lib directory and to follow that path of thinking I 
got the following exception: 

2005-01-25 12:36:11,617 ERROR [org.jboss.cache.TreeCache:bindToJndi] failed 
binding to JNDI as {locatorURI=rmi://localhost:10444, name=MDVTreeCache}, 
exception=org/apache/commons/httpclient/HttpMethod

After figuring out that the above class does not exist in 3.2.6 I copied the 
commons-httpclient.jar from jboss-4.0.1 and the error went away. Now JBOSSCache 
registers the MBean in JNDI but when I look it up I get a ClassCastException. 
The line of code where I look up the JNDI reference looks like: 

cache = (TreeCache) context.lookup();

I'm continuing to research the problem. Any ideas/insight would be most 
appreciated. 



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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863611


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.736 Build Successful

2005-01-25 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050125031342Lbuild.736
BUILD COMPLETE-build.736Date of build:01/25/2005 03:13:42Time to build:34 minutes 1 secondLast changed:01/25/2005 02:09:01Last log entry:changed toString(): simply print number of nodes




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(74)1.218modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javachanged toString(): simply print number of nodes1.67modifiedstarksmserver/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.javaClear the thread security association on invoker startup to avoid leaking this back to the deployer thread. Resolves JBAS-1320.1.1addedstarksmserver/src/main/org/jboss/ejb/plugins/jms/SecurityActions.javaThe priviledged actions in used in this package1.12modifiedejortiiop/.classpathFix the eclipse build1.4modifiedpatriot1burkeejb3/docs/tutorial/index.wikifix cluster config1.5modifiedpatriot1burkeejb3/docs/tutorial/index.htmlfix cluster config1.4modifiedpatriot1burkeejb3/docs/tutorial/timer/timer.htmlfix cluster config1.3modifiedpatriot1burkeejb3/docs/tutorial/stateless/stateless.htmlfix cluster config1.4modifiedpatriot1burkeejb3/docs/tutorial/security/security.htmlfix cluster config1.4modifiedpatriot1burkeejb3/docs/tutorial/relationships/relationships.htmlfix cluster config1.3modifiedpatriot1burkeejb3/docs/tutorial/mdb/mdb.htmlfix cluster config1.3modifiedpatriot1burkeejb3/docs/tutorial/merge/merge.htmlfix cluster config1.3modifiedpatriot1burkeejb3/docs/tutorial/joininheritance/join.htmlfix cluster config1.3modifiedpatriot1burkeejb3/docs/tutorial/interceptor/interceptor.htmlfix cluster config1.3modifiedpatriot1burkeejb3/docs/tutorial/injection/injection.htmlfix cluster config1.3modifiedpatriot1burkeejb3/docs/tutorial/entity/entity.htmlfix cluster config1.4modifiedpatriot1burkeejb3/docs/tutorial/composite/composite.htmlfix cluster config1.1addedpatriot1burkeejb3/docs/tutorial/clustering/build.xmlfix cluster config1.1addedpatriot1burkeejb3/docs/tutorial/clustering/clustering.htmlfix cluster config1.1addedpatriot1burkeejb3/docs/tutorial/clustering/clustering.wikifix cluster config1.1addedpatriot1burkeejb3/docs/tutorial/clustering/jndi.propertiesfix cluster config1.1addedpatriot1burkeejb3/docs/tutorial/clustering/src/org/jboss/tutorial/clustering/client/StatefulRun.javafix cluster config1.1addedpatriot1burkeejb3/docs/tutorial/clustering/src/org/jboss/tutorial/clustering/client/StatelessRun.javafix cluster config1.1addedpatriot1burkeejb3/docs/tutorial/clustering/src/org/jboss/tutorial/clustering/bean/SessionBean.javafix cluster config1.1addedpatriot1burkeejb3/docs/tutorial/clustering/src/org/jboss/tutorial/clustering/bean/StatefulBean.javafix cluster config1.1addedpatriot1burkeejb3/docs/tutorial/clustering/src/org/jboss/tutorial/clustering/bean/StatefulRemote.javafix cluster config1.1addedpatriot1burkeejb3/docs/tutorial/clustering/src/org/jboss/tutorial/clustering/bean/Session.javafix cluster config1.3modifiedpatriot1burkeejb3/docs/tutorial/blob/blob.htmlfix cluster config1.3modifiedpatriot1burkeejb3/docs/tutorial/blob/src/org/jboss/tutorial/blob/bean/LobTesterBean.javafix cluster config1.8modifiedejortjbossas/jbossbuild.xmltest-project no longer needs to include all its dependencies,they now come from the Class-Path of the jar.The XXX-project helper classpaths don't need to include the client jars.1.8modifiedejorttools/etc/jbossbuild/tasks.xmlFix the attribute names. Shouldn't be using the standard namesrather than the replacement properties.1.6modifiedejorttools/lib/jbossbuild.jarInclude the "Class-Path" of a jar in the pathelements/1.11modifiedpatriot1burkeejb3/src/resources/ejb3-interceptors-aop.xmlfix cluster config1.7modifiedejorttools/etc/jbossbuild/tasks.xmlAdd processing for generating the Class-Path element in the MANIFEST.MF1.5modifiedejorttools/lib/jbossbuild.jarAdd processing for generating the Class-Path element in the MANIFEST.MF1.6modifiedejorttools/etc/jbossbuild/tasks.xmlFixes for "name" attribute in target definitions.Move the manifest processing to the jar target.1.5modifiedejorttools/etc/jbossbuild/tasks.xmlFixes for "name" attribute in target definitions.Move the manifest processing to the jar target.1.4modifiedejorttools/lib/jbossbuild.jarFixes for "name" attribute in target definitions.Move the manifest processing to the jar target.1.4modifiedpatriot1burkeejb3/docs/tutorial/index.htmlfix tutorial1.3modifiedpatriot1burkeejb3/docs/tutorial/timer/timer.htmlfix tutorial1.2modifiedpatriot1burkeejb3/docs/tutorial/tableperinheritance/table.htmlfix tutorial1.2modifiedpatriot1burkeejb3/docs/tutorial/stateless/stateless.htmlfix tutorial1.3modifiedpatriot1burkeejb3/docs/tutorial/stateful/stateful.htmlfix tutorial1.2modifiedpatriot1burkeejb3/docs/tutorial/singleinheritance/single.htmlfix 

[JBoss-dev] [JBoss JIRA] Commented: (JBJCA-15) BaseConnectionManager2 swallows exceptions

2005-01-25 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBJCA-15?page=comments#action_12314885 
]
 
Adrian Brock commented on JBJCA-15:
---

I think I would prefer managedConnectionDisconnected didn't throw a
Throwable at all, since this effectively corresponds to connection.close().

i.e. both the BaseConnectionManager2 and TxConnectionManager should trap all
Throwables and just log them at warning level.

If managedConnectionDisconnected fails, it usually means there was
an early error during managedConnectionReconnected,
but it could also indicate other problems like transaction rollback
or more general problems with the transaction manager.

In either case, the original error should take precedence (as far as the user is
concerned - the disconnect error may be still be of use to an admin trying to 
resolve a
problem).

Thoughts?

 BaseConnectionManager2 swallows exceptions
 --

  Key: JBJCA-15
  URL: http://jira.jboss.com/jira/browse/JBJCA-15
  Project: JBoss JCA
 Type: Bug
 Versions: JBossAS-4.0.1
 Reporter: Tim McCune
 Assignee: Adrian Brock
  Attachments: patch.txt


 allocateConnection in 
 org.jboss.resource.connectionmanager.BaseConnectionManager2 swallows 
 exceptions.  I'm attaching a patch to fix it.

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPM-22) mantain bpel variables in the jbpm context instance (9.2)

2005-01-25 Thread Alejandro Guzar (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-22?page=history ]

Alejandro Guzar updated JBPM-22:
-

   Summary: mantain bpel variables in the jbpm context instance 
(9.2)  (was: mantain bpel variables in the jbpm context instance (??9.2))
   Description: 
Introduce an adapter that allows for mantaining BPEL variables of WSDL message 
type, XML Schema simple type or XML Schema element in the existing jBPM context 
instance.
Follow the existing data-per-token mechanism to support variable scoping.

  was:
Introduce an adapter that allows for mantaining BPEL variables of WSDL message 
type, XML Schema simple type or XML Schema element in the existing jBPM context 
instance.
Follow the existing data-per-token mechanism to support variable scoping.

   Environment: dom4j  (was: dom4j xml toolkit)
Remaining Estimate: (was: 0)

 mantain bpel variables in the jbpm context instance (9.2)
 -

  Key: JBPM-22
  URL: http://jira.jboss.com/jira/browse/JBPM-22
  Project: JBoss jBPM
 Type: Sub-task
   Components: BPEL
 Versions: 3.0 DR 1
  Environment: dom4j
 Reporter: Alejandro Guzar
 Assignee: Alejandro Guzar


 Original Estimate: 1 week
Time Spent: 1 week

 Introduce an adapter that allows for mantaining BPEL variables of WSDL 
 message type, XML Schema simple type or XML Schema element in the existing 
 jBPM context instance.
 Follow the existing data-per-token mechanism to support variable scoping.

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPM-14) bpel data handling and expression evaluation

2005-01-25 Thread Alejandro Guzar (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-14?page=history ]
 
Alejandro Guzar resolved JBPM-14:
--

Resolution: Done

 bpel data handling and expression evaluation
 

  Key: JBPM-14
  URL: http://jira.jboss.com/jira/browse/JBPM-14
  Project: JBoss jBPM
 Type: Task
   Components: BPEL
 Reporter: Tom Baeyens
 Assignee: Alejandro Guzar
  Fix For: 3.0 DR 1





-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - JSP Compilation does not follow Java compilation preferences

2005-01-25 Thread Arvoreen
I love the work done so far on the JBoss IDE for Eclipse, however I noticed a 
drawback to the current JSP compilation option.  It does NOT appear to use the 
error/warning/ignore preferences for the Java builder.  For example, for Java, 
I indicated I want to ignore missing serialVersionUID variables.  However, the 
JSP compiler ignores this setting.

Is this a known issue, or just an oversight?

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863583


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-192) Getting a language resource key does not fall back

2005-01-25 Thread Thomas Heute (JIRA)
Getting a language resource key does not fall back
--

 Key: JBPORTAL-192
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-192
 Project: JBoss Portal
Type: Bug
  Components: Portal Core  
Versions: 2.0 Alpha
Reporter: Thomas Heute
 Assigned to: Thomas Heute 
 Fix For: 2.0 Beta


getResourceBundle().getString(Foo) will crash if the Foo key does not exist 
in the current Locale file (ex: Resource_fr.properties).
It should fall back to Resource.properties.

It only falls back if there is no Resource_fr.properties.

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Internal Benchmarking] - Re: SPECJAppServer 2002 Driver fails

2005-01-25 Thread [EMAIL PROTECTED]
Well... Any other solution would change the result. If for example we set this 
to pessimistic locking, we would have contentions. I think it would be worse.


If you find any other solution, please let me know!

thanks,

Clebert

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863622


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of XDoclet Tags on JBoss (XDoclet/JBoss)] - Re: Optimistic locking

2005-01-25 Thread jrinderle
I just ran into the same exact problem. As it turns out, the version attribute 
of the  jboss/  element in my build.xml was 3.0 instead of 3.2. The  
optimistic-locking/  element is only supported in 3.2+ versions of 
jbosscmp-jdbc.xml. XDoclet respects the JBoss version number specified in the 
Ant task. Hope this information is helpful...

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863601


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-36) Full Support for @Embeddable

2005-01-25 Thread Bill Burke (JIRA)
 [ http://jira.jboss.com/jira/browse/EJBTHREE-36?page=history ]

Bill Burke updated EJBTHREE-36:
---

Environment: 
Version: Preview 4
 (was: Preview 3)
Fix Version: Preview 4
 (was: Preview 3)

 Full Support for @Embeddable
 

  Key: EJBTHREE-36
  URL: http://jira.jboss.com/jira/browse/EJBTHREE-36
  Project: EJB 3.0
 Type: Feature Request
 Versions: Preview 4
 Reporter: Bill Burke
 Assignee: Bill Burke
  Fix For: Preview 4



 I forgot to implement the case where @Embedddable classes can define 
 @Column's @Table, etc.. on themselves.

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-48) FlushMode support

2005-01-25 Thread Bill Burke (JIRA)
 [ http://jira.jboss.com/jira/browse/EJBTHREE-48?page=history ]
 
Bill Burke closed EJBTHREE-48:
--

Resolution: Done

This has been implemented, but probably not correctly.  The EG is still 
debating on what the semantics should be

 FlushMode support
 -

  Key: EJBTHREE-48
  URL: http://jira.jboss.com/jira/browse/EJBTHREE-48
  Project: EJB 3.0
 Type: Feature Request
 Versions: Preview 3
 Reporter: Bill Burke
 Assignee: Bill Burke
  Fix For: Preview 3





-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPTL-21) PLT.9.4 Custom Window States : map these to something

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

Julien Viet updated JBPTL-21:
-

Fix Version: 2.0 Final
 (was: 2.0 Alpha)

 PLT.9.4 Custom Window States : map these to something
 -

  Key: JBPTL-21
  URL: http://jira.jboss.com/jira/browse/JBPTL-21
  Project: JBoss Portal
 Type: Sub-task
 Reporter: Julien Viet
 Assignee: Julien Viet
  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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPTL-20) PLT.8.4 Custom Portlet Modes : map these to something

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

Julien Viet updated JBPTL-20:
-

Fix Version: 2.0 Final
 (was: 2.0 Alpha)

 PLT.8.4 Custom Portlet Modes : map these to something
 -

  Key: JBPTL-20
  URL: http://jira.jboss.com/jira/browse/JBPTL-20
  Project: JBoss Portal
 Type: Sub-task
 Reporter: Julien Viet
 Assignee: Julien Viet
  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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
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-01-25 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-17?page=history ]

Julien Viet updated JBPTL-17:
-

Fix Version: 2.0 Final
 (was: 2.0 Alpha)

 Theme API
 -

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



 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



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
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-01-25 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-14?page=history ]

Julien Viet updated JBPTL-14:
-

Fix Version: 2.0 Final
 (was: 2.0 Alpha)

 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
  Fix For: 2.0 Final



 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



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPTL-26) PLT.20.4 Specifying Security Constraints : all

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

Julien Viet updated JBPTL-26:
-

Fix Version: 2.0 Final
 (was: 2.0 Alpha)

 PLT.20.4 Specifying Security Constraints : all
 --

  Key: JBPTL-26
  URL: http://jira.jboss.com/jira/browse/JBPTL-26
  Project: JBoss Portal
 Type: Sub-task
 Reporter: Julien Viet
 Assignee: Julien Viet
  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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPTL-18) JSR-168

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

Julien Viet updated JBPTL-18:
-

Fix Version: 2.0 Final
 (was: 2.0 Alpha)

 JSR-168
 ---

  Key: JBPTL-18
  URL: http://jira.jboss.com/jira/browse/JBPTL-18
  Project: JBoss Portal
 Type: Feature Request
 Reporter: Julien Viet
 Assignee: Julien Viet
 Priority: Minor
  Fix For: 2.0 Final



 Finish the JSR-168 full impl. These features are not a problem for the 
 compliance and are not widely used

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPTL-22) PLT.11.2.1 : Retrieving Uploaded Data : look at it

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

Julien Viet updated JBPTL-22:
-

Fix Version: 2.0 Final
 (was: 2.0 Alpha)

 PLT.11.2.1 : Retrieving Uploaded Data : look at it
 --

  Key: JBPTL-22
  URL: http://jira.jboss.com/jira/browse/JBPTL-22
  Project: JBoss Portal
 Type: Sub-task
 Reporter: Julien Viet
 Assignee: Julien Viet
  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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

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

Julien Viet updated JBPTL-11:
-

Fix Version: 2.0 Final
 (was: 2.0 Alpha)

 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 Final



 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



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

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

Julien Viet updated JBPTL-37:
-

Fix Version: 2.0 Beta
 (was: 2.0 Alpha)

 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
  Fix For: 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



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-88) Make slide use RDBMS instead of FS

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

Julien Viet updated JBPORTAL-88:


Fix Version: 2.0 Beta
 (was: 2.0 Alpha)

 Make slide use RDBMS instead of FS
 --

  Key: JBPORTAL-88
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-88
  Project: JBoss Portal
 Type: Sub-task
 Reporter: Roy Russo
 Assignee: Roy Russo
  Fix For: 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



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
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-01-25 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-35?page=history ]

Julien Viet updated JBPTL-35:
-

Fix Version: 2.0 Beta
 (was: 2.0 Alpha)

 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
  Fix For: 2.0 Beta



 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



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPTL-29) HTML module port

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

Julien Viet updated JBPTL-29:
-

Fix Version: 2.0 Beta
 (was: 2.0 Alpha)

 HTML module port
 

  Key: JBPTL-29
  URL: http://jira.jboss.com/jira/browse/JBPTL-29
  Project: JBoss Portal
 Type: Feature Request
 Reporter: Julien Viet
 Assignee: Roy Russo
  Fix For: 2.0 Beta



 Port the html module

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPTL-15) Use java.util.regex

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

Julien Viet updated JBPTL-15:
-

Fix Version: 2.0 Beta
 (was: 2.0 Alpha)

 Use java.util.regex
 ---

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



 Get rid of jregex and use JDK-1.4 regular expression facilities

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPTL-16) Automatic login

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

Julien Viet updated JBPTL-16:
-

Fix Version: 2.0 Beta
 (was: 2.0 Alpha)

 Automatic login
 ---

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



 This is the remember me feature : this should usetemporary login token 
 translated
   into a cookie at the browser side

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPTL-28) NukesPortlet

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

Julien Viet updated JBPTL-28:
-

Fix Version: 2.0 Beta
 (was: 2.0 Alpha)

 NukesPortlet
 

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



 An extension to portlet that gives access to more features

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPTL-1) SSO

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

Resolution: Done

JBoss Portal uses java servlet container login, so all SSO solutions that works 
with will do (JBoss SSO and Tomcat SSO)

 SSO
 ---

  Key: JBPTL-1
  URL: http://jira.jboss.com/jira/browse/JBPTL-1
  Project: JBoss Portal
 Type: Feature Request
 Versions: 2.0 Alpha
 Reporter: Ivelin Ivanov
 Assignee: Julien Viet
 Priority: Critical
  Fix For: 2.0 Alpha


 Original Estimate: 2 weeks
 Remaining: 2 weeks

 User authentication via JAAS login module at the container level.

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-118) Logout does not work consistently

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


Resolution: Done

legacy nukes

 Logout does not work consistently
 -

  Key: JBPORTAL-118
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-118
  Project: JBoss Portal
 Type: Bug
 Reporter: SourceForge User
 Assignee: Julien Viet



 SourceForge Submitter: juhalindfors .
 Logout from Nukes website does not work consistently.
 User is reported as logged out but his session will
 continue to be active. 
 Nukes with current jboss.org website, Mozilla 1.5 Win32

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-128) Login does not work consistently

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


Resolution: Done

legacy nukes

 Login does not work consistently
 

  Key: JBPORTAL-128
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-128
  Project: JBoss Portal
 Type: Bug
 Reporter: SourceForge User
 Assignee: Julien Viet



 SourceForge Submitter: juhalindfors .
 While not logged in I was writing a response to a forum
 post in the instant reply box. Upon submit, I was
 redirected to login page. I submitted my user name and
 password at which point nukes decided to promptly
 redirect me to the front page, still not logged in! And
 of course I lost whatever post I was writing forever,
 sucks big time.

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-155) h1..h6 tags no longer work on forum posts

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


Resolution: Done

legacy nukes

 h1..h6 tags no longer work on forum posts
 ---

  Key: JBPORTAL-155
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-155
  Project: JBoss Portal
 Type: Bug
 Reporter: SourceForge User
 Assignee: Julien Viet



 SourceForge Submitter: juhalindfors .
 Tags h1 to h6 are no longer interpreted as HTML
 tags in forum posts,
 See:
 http://www.jboss.org/index.html?module=bbop=viewtopicp=3829062#3829062

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-157) RFE: moving individual responses

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


Resolution: Done

legacy nukes

 RFE: moving individual responses
 

  Key: JBPORTAL-157
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-157
  Project: JBoss Portal
 Type: Bug
 Reporter: SourceForge User
 Assignee: Julien Viet



 SourceForge Submitter: juhalindfors .
 As far as I can tell from the admin interface, it is
 only possible to move entire threads across forums. In
 some cases it would be useful to move a single response
 out of the thread and elevate it as a new topic.

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBPTL-2) Clustering

2005-01-25 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-2?page=comments#action_12314900 ]
 
Julien Viet commented on JBPTL-2:
-

we should break clustering into several parts ? why because the portal state is 
complex. so that would give us more visibility on that concern, also it would 
help to identify what is a show stopper.

 Clustering
 --

  Key: JBPTL-2
  URL: http://jira.jboss.com/jira/browse/JBPTL-2
  Project: JBoss Portal
 Type: Feature Request
 Versions: 2.0 Alpha
 Reporter: Ivelin Ivanov
 Assignee: Julien Viet
 Priority: Critical
  Fix For: 2.0 Final


 Original Estimate: 2 weeks
 Remaining: 2 weeks

 The ability to distribute a JBos portal instance on a cluster of nodes with 
 shared HttpSession.

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: failed binding to JNDI

2005-01-25 Thread [EMAIL PROTECTED]
Do you have jboss-remoting.jar in your lib ?

Note that JNDI binding of the cache will be removed in 1.2.1. It will be 
replaced by JMX access or by using JrmpProxyFactory to bind into JNDI.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863637


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.737 Build Successful

2005-01-25 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050125104645Lbuild.737
BUILD COMPLETE-build.737Date of build:01/25/2005 10:46:45Time to build:69 minutes 26 secondsLast changed:01/25/2005 09:32:08Last log entry:pp




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(6)1.219modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javapp1.2modifiedbelabancache/src/main/org/jboss/cache/tests/RestartTest.javaadded unit test1.2modifiedanddconsole/src/resources/webconsole.war/MdbEjb.jspJBAS-1321 - Using small caps for attr access (getstats() / isstatisticsProvider())1.6modifiedloubyanskycommon/src/main/org/jboss/xml/binding/GenericObjectModelFactory.javaupdated javadoc1.14modifiedloubyanskycommon/src/main/org/jboss/xml/binding/ObjectModelFactory.javaupdated javadoc1.14modifiedloubyanskycommon/src/main/org/jboss/xml/binding/AbstractMarshaller.javafixed ordering of arguments for the QName



[JBoss-dev] [Design of JBoss/Tomcat Integration] - Re: tomcat-5.0.27 authentication/authorization

2005-01-25 Thread mate12


No one know?

OK, is it somehow possible to put with servlet same data that server put after 
successfully check user name and password in auth-method, BASIC or FORM?

I want to use my own login way and I need to put this data so web server can 
exchange this data with EJB server.
Or there is another way how to send role info to EJB server?

Help me!!!


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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863547


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPTL-23) PLT.12.3.4 : Namespace encoding : all

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

Julien Viet updated JBPTL-23:
-

Fix Version: 2.0 Final
 (was: 2.0 Alpha)

 PLT.12.3.4 : Namespace encoding : all
 -

  Key: JBPTL-23
  URL: http://jira.jboss.com/jira/browse/JBPTL-23
  Project: JBoss Portal
 Type: Sub-task
 Reporter: Julien Viet
 Assignee: Julien Viet
  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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-146) spanish translations

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


Resolution: Done

legacy nukes

 spanish translations
 

  Key: JBPORTAL-146
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-146
  Project: JBoss Portal
 Type: Bug
 Reporter: SourceForge User
 Assignee: Julien Viet



 SourceForge Submitter: jesusapl .
 nukes spanish translations ready to deploy.
 Enjoy them!

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1316) LazyResultSetLoadingTest testLazyResultSetLoading failure

2005-01-25 Thread Scott M Stark (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1316?page=history ]
 
Scott M Stark resolved JBAS-1316:
-

Resolution: Done

After updating the tests I have been unable to reproduce the original failure 
so this does appear to solve the conflicts.

 LazyResultSetLoadingTest testLazyResultSetLoading failure
 -

  Key: JBAS-1316
  URL: http://jira.jboss.com/jira/browse/JBAS-1316
  Project: JBoss Application Server
 Type: Bug
   Components: CMP service
 Versions:  JBossAS-3.2.7 Final
  Environment: [EMAIL PROTECTED] testsuite]$ $JAVA_HOME/bin/java -version
 java version 1.5.0_01
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08)
 Java HotSpot(TM) Client VM (build 1.5.0_01-b08, mixed mode, sharing)
 Reporter: Scott M Stark
 Assignee: Alexey Loubyansky
 Priority: Blocker
  Fix For:  JBossAS-3.2.7 Final



 This seems to be another case of test data conflicts that I only see when 
 running all cmp2 test, and in this case only when using java5.
 ant -Dtest=cmp2 -Djunit.timeout=18 -Dnojars=t test
 Buildfile: build.xml
 test:
[delete] Deleting: C:\cvs\JBoss3.2\jboss-3.2\testsuite\output\log\test.log
 [junit] Running org.jboss.test.cmp2.audit.test.AuditUnitTestCase
 [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.765 sec
 [junit] Running 
 org.jboss.test.cmp2.cacheinvalidation.test.CacheInvalidation
 UnitTestCase
 [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.828 sec
 [junit] Running 
 org.jboss.test.cmp2.cacheinvalidation.test.JDBC2PmCacheInval
 idationUnitTestCase
 [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.703 sec
 [junit] Running 
 org.jboss.test.cmp2.cmr.test.CMRPostCreatesWrittenUnitTestCase
 [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.563 sec
 [junit] Running org.jboss.test.cmp2.cmrstress.CMRStressTestCase
 [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.125 sec
 [junit] Running 
 org.jboss.test.cmp2.cmrtransaction.test.CMRTransactionUnitTestCase
 [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.437 sec
 [junit] Running org.jboss.test.cmp2.cmrtree.test.CascadeDeleteUnitTestCase
 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.609 sec
 [junit] Running org.jboss.test.cmp2.commerce.CompleteUnitTestCase
 [junit] Tests run: 31, Failures: 1, Errors: 0, Time elapsed: 5.281 sec
 [junit] Test org.jboss.test.cmp2.commerce.CompleteUnitTestCase FAILED
 ...
   testcase classname=org.jboss.test.cmp2.commerce.LazyResultSetLoadingTest 
 name=testLazyResultSetLoading time=0.203
 failure message=Expected 3 line items but got 53 
 type=net.sourceforge.junitejb.RemoteAssertionFailedErrorjunit.framework.AssertionFailedError:
  Expected 3 line items but got 53
   at 
 org.jboss.test.cmp2.commerce.LazyResultSetLoadingTest.testLazyResultSetLoading(LazyResultSetLoadingTest.java:95)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at net.sourceforge.junitejb.EJBTestCase.runBare(EJBTestCase.java:133)
   at 
 net.sourceforge.junitejb.EJBTestRunnerBean.runTestCase(EJBTestRunnerBean.java:102)
   at 
 net.sourceforge.junitejb.EJBTestRunnerBean.run(EJBTestRunnerBean.java:44)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at 
 org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:683)
   at 
 org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:186)
   at 
 org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
   at 
 org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:144)
   at 
 org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:62)
   at 
 org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:72)
   at 
 org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:111)
   at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
   at 
 org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
   at 
 org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessionContainer.java:331)
   at org.jboss.ejb.Container.invoke(Container.java:709)
   at sun.reflect.GeneratedMethodAccessor54.invoke(Unknown Source)
 

[JBoss-dev] [TODO -- DEVELOPMENT] - JIRA Projects

2005-01-25 Thread [EMAIL PROTECTED]
Would it possible to incorporate the jira projects JBMQ, JBJCA that
are really part of JBAS inside the JBAS as components.

Since they are developed together on the same timescale it does not make sense
to have them as standalone jira projects.
e.g. one annoyance is you have to have to duplicate all the release information
(JBAS-4.0.1) to each project and maintain the status.

And user's don't understand the difference anyway:
JBAS component:
http://jira.jboss.com/jira/secure/IssueNavigator.jspa?reset=truemode=hidepid=10030sorter/order=DESCsorter/field=priorityresolutionIds=-1component=12310113
JBJCA project:
http://jira.jboss.com/jira/secure/IssueNavigator.jspa?reset=truepid=10062statusIds=1

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863616


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPTL-19) PLT.5.2.4.4 Exceptions During Request Handling : temporary unavailability

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

Julien Viet updated JBPTL-19:
-

Fix Version: 2.0 Final
 (was: 2.0 Alpha)

 PLT.5.2.4.4 Exceptions During Request Handling : temporary unavailability
 -

  Key: JBPTL-19
  URL: http://jira.jboss.com/jira/browse/JBPTL-19
  Project: JBoss Portal
 Type: Sub-task
 Reporter: Julien Viet
 Assignee: Julien Viet
  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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBCACHE-31) Out of memory problem

2005-01-25 Thread Bela Ban (JIRA)
 [ http://jira.jboss.com/jira/browse/JBCACHE-31?page=history ]
 
Bela Ban resolved JBCACHE-31:
-

Resolution: Cannot Reproduce Bug

See comments

 Out of memory problem
 -

  Key: JBCACHE-31
  URL: http://jira.jboss.com/jira/browse/JBCACHE-31
  Project: JBoss Cache
 Type: Bug
 Versions: 1.2
 Reporter: Bela Ban
 Assignee: Bela Ban
 Priority: Critical
  Fix For: 1.2.1
  Attachments: CacheMemTest.java

 Original Estimate: 1 week
 Remaining: 1 week

 I was able to reproduce the OOME using a simple java program using JBossCache.
  
  I have attached a java program CacheMemTest.java that mimicks our
  actual scenario (3 threads / process posting to the same JBossCache
  into the same node every time).
  
  I ran 5 instances of this program in different JVMs in the background.
  I passed numbers 1 to 5 as the arguments to the 5 programs (for the
  processNum).
  
  After about 3 hours, the program started throwing OOMEs.. The stack
  trace for each of them was :
  
  org.jboss.util.NestedRuntimeException: - nested throwable:
  (java.lang.OutOfMemoryError)
  at java.lang.Thread.run(Thread.java:552)
  Caused by: java.lang.OutOfMemoryError
  org.jboss.util.NestedRuntimeException: - nested throwable:
  (java.lang.OutOfMemoryError)
  at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3184)
  at org.jboss.cache.TreeCache.put(TreeCache.java:1741)
  at org.jboss.cache.TreeCache.put(TreeCache.java:1724)
  at CacheMemTest$PublishThread.run(CacheMemTest.java:65)
  
  Is this a known problem? Any idea how I can go about debugging this 
  problem?
  
  Navin

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-83) java.lang.IllegalStateException: addWriter(): owner already existed

2005-01-25 Thread Konstantin Avdeyev (JIRA)
java.lang.IllegalStateException: addWriter(): owner already existed
---

 Key: JBCACHE-83
 URL: http://jira.jboss.com/jira/browse/JBCACHE-83
 Project: JBoss Cache
Type: Bug
Versions: 1.2
Reporter: Konstantin Avdeyev
 Assigned to: Bela Ban 


Exception appears in replicated mode (REPL_ASYNC) and NONE isolation level when 
two instances putting the same value to cache.

Test case:

The following test was added to AsyncUnitTestCase (Note: isolation level in 
replAsync-service.xml need to be changed to NONE)

   public void testAsyncReplSameData() {

while(true){
try {
cache1.put(/a/b/, c, d);
cache2.put(/a/b/, c, d);
} catch (CacheException e) {
e.printStackTrace();
}
}
}

Test output:

-- [Thread[main,5,main]]: creating cache1

---
GMS: address is grc03:1969
---
-- [Thread[main,5,main]]: creating cache2

---
GMS: address is grc03:1972
---
-- [Thread[main,5,main]]: stopping cache1
-- [Thread[main,5,main]]: stopping cache2

org.jboss.util.NestedRuntimeException: addWriter(): owner already existed; - 
nested throwable: (java.lang.IllegalStateException: addWriter(): owner already 
existed)
at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3083)
at org.jboss.cache.TreeCache.put(TreeCache.java:1758)
at org.jboss.cache.TreeCache.put(TreeCache.java:1741)
at 
org.jboss.test.cache.test.replicated.AsyncUnitTestCase.testAsyncReplSameData(AsyncUnitTestCase.java:127)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at 
com.intellij.rt.execution.junit2.JUnitStarter.main(JUnitStarter.java:31)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:78)
Caused by: java.lang.IllegalStateException: addWriter(): owner already existed
at org.jboss.cache.lock.LockMap.addWriter(LockMap.java:97)
at 
org.jboss.cache.lock.IdentityLock.acquireWriteLock(IdentityLock.java:181)
at org.jboss.cache.Node.acquireWriteLock(Node.java:424)
at org.jboss.cache.Node.acquire(Node.java:401)
at 
org.jboss.cache.interceptors.LockInterceptor.lock(LockInterceptor.java:184)
at 
org.jboss.cache.interceptors.LockInterceptor.invoke(LockInterceptor.java:134)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
at 
org.jboss.cache.interceptors.CreateIfNotExistsInterceptor.invoke(CreateIfNotExistsInterceptor.java:47)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:40)
at 
org.jboss.cache.interceptors.ReplicationInterceptor.invoke(ReplicationInterceptor.java:51)
at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3078)
... 26 more


Process finished with exit code -1




-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of Mail Services] - Re: Store Store (2nd version)

2005-01-25 Thread mikezzz
Hi,

I have attached a zip of the src (streamstore-0.2.zip) to the JBoss Mail patchs 
wiki.  This should replace the existing org.jboss.mail.store.* package (move to 
new package name is pending).

Regards,
Mike

P.S. Don't be surprised if the PostgreSQL fails in JUnitEE. 

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863619


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-24) Get 3.2 testsuite running under java 5

2005-01-25 Thread Scott M Stark (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-24?page=history ]
 
Scott M Stark resolved JBAS-24:
---

Resolution: Done

All non-jboss failures have been resolved. There are 4 jmx tests failing due to 
jdk 1.5 jmx bugs.

Suite:   org.jboss.test.jbossmx.compliance.monitor.BasicTestCase
Test:testStringBothNotification
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: expected:1 but was:0
-



Suite:   org.jboss.test.jbossmx.compliance.monitor.BasicTestCase
Test:testStringMatchNotification
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: expected:1 but was:0
-



Suite:   org.jboss.test.jbossmx.compliance.monitor.BasicTestCase
Test:testStringDifferNotification
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: expected:1 but was:0
-



Suite:   org.jboss.test.jbossmx.compliance.objectname.MalformedTestCase
Test:testMalformed
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: expected a MalformedObjectNameException for: domain:=,foo=bar
-


 Get 3.2 testsuite running under java 5
 --

  Key: JBAS-24
  URL: http://jira.jboss.com/jira/browse/JBAS-24
  Project: JBoss Application Server
 Type: Task
 Versions:  JBossAS-3.2.7 Final
 Reporter: Scott M Stark
 Assignee: Scott M Stark
  Fix For:  JBossAS-3.2.7 Final



 This task tracks issues affecting the 3.2.7 release testsuite running 
 correctly under java5.

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Internal Benchmarking] - Re: SPECJAppServer 2002 Driver fails

2005-01-25 Thread Andrewzhu
Thank you, Clebert, for looking at this problem.

It looks like this java exception is a timing related issue. I found there is 
1/3 of chance the exception would not appear when the injection rate is low, 
e.g 1. But if I increase the injection rate to 10, I run into it everytime.

If the application can retry, hope the retry does not affect the final test 
result.

I was aware of the SPECjAppServer2002 expiration date, but I do not think I 
will submit my testing result to SPEC.

Andrew




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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863621


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-191) Must precise column names when inserting data

2005-01-25 Thread Thomas Heute (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-191?page=history ]

Thomas Heute updated JBPORTAL-191:
--

JBoss Forum Reference: 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3863550#3863550

 Must precise column names when inserting data
 -

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



 It appears that the order of the columns is randomized, so when doing an 
 insertion, columns names 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



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1301) Tomcat backward compatbility loss VirtualHost-Alias mapping

2005-01-25 Thread Andrew Oliver (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBAS-1301?page=comments#action_12314869 ]
 
Andrew Oliver commented on JBAS-1301:
-

does this fix the issue in the case we had?  They had stuff in the server.xml 
for those vhs and the jboss-web pointed to it.

 Tomcat backward compatbility loss VirtualHost-Alias mapping
 

  Key: JBAS-1301
  URL: http://jira.jboss.com/jira/browse/JBAS-1301
  Project: JBoss Application Server
 Type: Bug
   Components: Web (Tomcat) service
 Versions: JBossAS-4.0.1 Final, JBossAS-3.2.6 Final
 Reporter: Andrew Oliver
 Assignee: Scott M Stark
  Fix For:  JBossAS-3.2.7 Final,  JBossAS-4.0.2RC1, JBossPOJOServer-1.0 
 Alpha
  Attachments: server.xml

 Original Estimate: 3 hours
 Remaining: 3 hours

 In JBoss 3.2.3 (Tomcat 4.x) it was possible to create a Virtual Host and set 
 of Aliases in the jboss-service.xml and then map the webapps to the aliases 
 through the app deployment descriptors.  In tomcat 5 this works for *some* 
 apps that have been deployed.  The rest throw a 400 error saying no virtual 
 host has been configured.  The same apps mapped directly to the actual vhost 
 (not alias) do not throw this error.  The previous behavior can be useful for 
 builds which target multiple environments (stage/test/prod/etc).  Moreover it 
 should be preserverd for backward compatibility.

-- 
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: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag--drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


  1   2   >