[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-04-25 Thread trossmy
Its a tiny little bug in ForumsModuleImpl. I have posted an issue concerning 
this:
http://jira.jboss.com/jira/browse/JBPORTAL-239

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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-04-25 Thread [EMAIL PROTECTED]
thanks

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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-04-22 Thread trossmy
I'm getting this error:
anonymous wrote : 2005-04-22 13:20:47,154 ERROR 
[org.jboss.portlet.forums.impl.ForumsModuleImpl] Cannot find forum watch
  | net.sf.hibernate.QueryException: could not resolve property: userName of: 
org.jboss.portlet.forums.impl.PosterImpl [from 
org.jboss.portlet.forums.impl.ForumWatchImpl as f where f.poster.userName = 
:userName]
  | at 
net.sf.hibernate.persister.AbstractPropertyMapping.toType(AbstractPropertyMapping.java:38)
  | at 
net.sf.hibernate.hql.PathExpressionParser.getPropertyType(PathExpressionParser.java:249)
  | at 
net.sf.hibernate.hql.PathExpressionParser.end(PathExpressionParser.java:288)
  | at 
net.sf.hibernate.hql.WhereParser.doPathExpression(WhereParser.java:336)
  | at net.sf.hibernate.hql.WhereParser.doToken(WhereParser.java:366)
  | at net.sf.hibernate.hql.WhereParser.token(WhereParser.java:251)
  | at net.sf.hibernate.hql.ClauseParser.token(ClauseParser.java:87)
  | at 
net.sf.hibernate.hql.PreprocessingParser.token(PreprocessingParser.java:123)
  | at net.sf.hibernate.hql.ParserHelper.parse(ParserHelper.java:29)
  | at 
net.sf.hibernate.hql.QueryTranslator.compile(QueryTranslator.java:149)
  | at 
net.sf.hibernate.hql.QueryTranslator.compile(QueryTranslator.java:138)
  | at 
net.sf.hibernate.impl.SessionFactoryImpl.getQuery(SessionFactoryImpl.java:294)
  | at net.sf.hibernate.impl.SessionImpl.getQueries(SessionImpl.java:1562)
  | at net.sf.hibernate.impl.SessionImpl.iterate(SessionImpl.java:1592)
  | at net.sf.hibernate.impl.QueryImpl.iterate(QueryImpl.java:27)
  | at 
org.jboss.portlet.forums.impl.ForumsModuleImpl.findForumWatchByUser(ForumsModuleImpl.java:1003)
  | at 
org.jboss.portlet.forums.ForumsPortlet.fillShowWatchedForums(ForumsPortlet.java:3913)
  | at org.jboss.portlet.forums.ForumsPortlet.doView(ForumsPortlet.java:479)
  | at org.jboss.portlet.JBossPortlet.doDispatch(JBossPortlet.java:169)
  | at org.jboss.portlet.JBossPortlet.render(JBossPortlet.java:159)
  | at org.jboss.portlet.JBossPortlet.render(JBossPortlet.java:233)
  | at 
org.jboss.portal.portlet.invocation.DispatcherInterceptor.invokeRequest(DispatcherInterceptor.java:143)
  | at 
org.jboss.portal.portlet.invocation.DispatcherInterceptor.invoke(DispatcherInterceptor.java:171)
  | at 
org.jboss.portal.server.impl.invocation.InvocationImpl.invokeNext(InvocationImpl.java:217)
  | at 
org.jboss.portal.portlet.invocation.PreferencesInterceptor.invoke(PreferencesInterceptor.java:93)
  | at 
org.jboss.portal.server.impl.invocation.InvocationImpl.invokeNext(InvocationImpl.java:217)
  | at 
org.jboss.portal.server.invocation.component.ContextDispatcherInterceptor$InvokeNextCommand.execute(ContextDispatcherInterceptor.java:94)
  | at sun.reflect.GeneratedMethodAccessor127.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.portal.server.servlet.CommandServlet.doGet(CommandServlet.java:49)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
  | at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:704)
  | at 
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:552)
  | at 
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:510)
  | at 
org.jboss.portal.server.invocation.component.ContextDispatcherInterceptor.invoke(ContextDispatcherInterceptor.java:58)
  | at 
org.jboss.portal.server.impl.invocation.InvocationImpl.invokeNext(InvocationImpl.java:217)
  | at 
org.jboss.portal.core.invocation.AccessControlInterceptor.invoke(AccessControlInterceptor.java:125)
  | at 
org.jboss.portal.server.impl.invocation.InvocationImpl.invokeNext(InvocationImpl.java:217)
  | at 
org.jboss.portal.server.invocation.component.ModeInterceptor.invoke(ModeInterceptor.java:37)
  | at 
org.jboss.portal.server.impl.invocation.InvocationImpl.invokeNext(InvocationImpl.java:217)
  | at 
org.jboss.portal.core.invocation.ConstrainedWindowStateInterceptor.invoke(ConstrainedWindowStateInterceptor.java:51)
  | at 
org.jboss.portal.server.impl.invocation.InvocationImpl.invokeNext(InvocationImpl.java:217)
  | at 
org.jboss.portal.server.invocation.component.ParametersInterceptor.invoke(ParametersInterceptor.java:70)
  | at 
org.jboss.portal.server.impl.invocation.InvocationImpl.invokeNext(InvocationImpl.java:217)
  | at 
org.jboss.portal.server.invocation.component.CacheInterceptor.invoke(CacheInterceptor.java:74)
  | 

[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-04-22 Thread [EMAIL PROTECTED]
OS?
AS?
DB?

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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-04-22 Thread trossmy
sorry...
os: windows xp professional as well as suse linux 8.2
db: mysql 4.1
as: jboss4.0.1sp1

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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-04-02 Thread [EMAIL PROTECTED]
that one is not important

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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-04-01 Thread zilinchen
After add this three jar file, I still got some error as foolw. But Portal is 
working.

14:27:49,998 ERROR [TreeCache] node //org/jboss/portlet/forums/impl/TopicWatchIm
pl not found
14:27:49,998 ERROR [TreeCache] node //org/jboss/portlet/forums/impl/PosterImpl n
ot found
14:27:49,998 ERROR [TreeCache] node //org/jboss/portlet/forums/impl/PollImpl not
 found
14:27:49,998 ERROR [TreeCache] node //org/jboss/portlet/forums/impl/ForumImpl no
t found
14:27:49,998 ERROR [TreeCache] node //org/jboss/portlet/forums/impl/ForumWatchIm
pl not found
14:27:49,998 ERROR [TreeCache] node //org/jboss/portlet/forums/impl/PostImpl not
 found
14:27:49,998 ERROR [TreeCache] node //org/jboss/portlet/forums/impl/TopicImpl no
t found
14:27:49,998 ERROR [TreeCache] node //org/jboss/portlet/forums/impl/CategoryImpl
 not found

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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-23 Thread iwadasn

Of course I'm no fun, that's what users are for. :-)

Thank you for the instructions on making the scripts, I did miss that point. I 
still have to wonder why you guys didn't just generate ddl scripts for the more 
common databases and include them in the binary package, considering that you 
went through the effort to compile everything else. 



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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-23 Thread iwadasn
[tward3:[EMAIL PROTECTED] 
/proj/vus/tward3/portal/jboss-portal-2.0-beta1-src/jboss-portal-2.0-beta1-src/build]$
 sh ./build.sh ddl
build.sh: *WARNING* Ignoring environment value for $ANT_HOME
build.sh: Executing: 
/proj/vus/tward3/portal/jboss-portal-2.0-beta1-src/jboss-portal-2.0-beta1-src/tools/bin/ant
 -logger org.apache.tools.ant.NoBannerLogger ddl
Buildfile: build.xml

BUILD FAILED
Target `ddl' does not exist in this project. 

Total time: 1 second
[tward3:[EMAIL PROTECTED] 
/proj/vus/tward3/portal/jboss-portal-2.0-beta1-src/jboss-portal-2.0-beta1-src/build]$
 


I'm not sure what else there is to say. 



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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-23 Thread [EMAIL PROTECTED]
you need to be in: 
/proj/vus/tward3/portal/jboss-portal-2.0-beta1-src/jboss-portal-2.0-beta1-src/core

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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-23 Thread iwadasn
OK. 

In addition, does the portal now require JBoss Cache? I'm getting an error

16:14:20,353 INFO  [SettingsFactory] Query language substitutions: {}
16:14:20,353 INFO  [SettingsFactory] cache provider: 
net.sf.hibernate.cache.TreeCacheProvider
16:14:20,365 INFO  [Configuration] instantiating and configuring caches
16:14:20,381 WARN  [ServiceController] Problem starting service 
portal:service=Hibernate
java.lang.NoClassDefFoundError: org/jboss/cache/TransactionManagerLookup
at 
net.sf.hibernate.cache.TreeCacheProvider.buildCache(TreeCacheProvider.java:14)
at 
net.sf.hibernate.cfg.Configuration.configureCaches(Configuration.java:1130)
at 
net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:790)
at 
org.jboss.hibernate.jmx.Hibernate.buildSessionFactory(Hibernate.java:583)
at org.jboss.hibernate.jmx.Hibernate.startService(Hibernate.java:551)

It looks like this is trying to use a JBoss Cache specific class. Is this 
correct?





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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-23 Thread [EMAIL PROTECTED]
As per the install docs: 

anonymous wrote : Then copy $JBOSS_HOME\server\all\lib\jboss-remoting.jar, 
$JBOSS_HOME\server\all\lib\jgroups.jar and 
$JBOSS_HOME\server\all\lib\jboss-cache.jar into $JBOSS_HOME\server\default\lib 
  | 
  | 

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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-23 Thread iwadasn
Yeah, but that was in the install from source section, perhaps it should be 
moved. 

I got it partially working now, so I've used both the alpha and the beta. There 
are a lot of bugs left. Perhaps this thing should be rolled back to alpha 
status, it doesn't really appear to be even beta quality. Unless there's 
something more that I'm missing, it is pretty much impossible to click more 
than a couple links without getting loads of exceptions. 

That being said, it does look like it will be a good product when it's done, 
and properly packaged. Good Luck.



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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-18 Thread [EMAIL PROTECTED]
A critical bug has been found in JBoss-Forums beta 1, new packages has been 
released as jboss-forums-2.0.0-beta1a.

If you are using jboss-forums-2.0.0-beta1 please consider updating.

(It does not affect the core, so if you are not using the forums nothing has to 
be done.)

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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-17 Thread [EMAIL PROTECTED]
iwadasn, you are no fun.

The script you gave us is outdated as any script that would be manually 
generated (the database schema changed).

That's why it has to be automatically generated.

If you are using the sources, you can build the ddl file for ANY database just 
by typing sh build.sh ddl after changing the local.properties file. You 
probably missed that point.

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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-16 Thread [EMAIL PROTECTED]
We have someone committed now to the installer for JBoss Portal. We will keep 
you updated as to where the codebase is and when we plan to release it.

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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-16 Thread iwadasn

volunteer? I already wrote you a HSQL script that you didn't include. Shall I 
volunteer to write more code that will be discarded?



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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-16 Thread iwadasn

BTW, as there seems to be some confusion

I know I can modify the local properties to make it work with other databases, 
however I would then need the database scripts to set up these other databases. 
You provide only the MySQL script.

I at one time created a HSQL script that would do just this, but you have not 
seen fit to provide it. Is it easy to make, fairly, but that's not really the 
point. The work was done for you and you threw it away for some unknown reason. 



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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-14 Thread iwadasn
There are a few things that I don't really like about the current 
implementation of the portal, and they are all seemingly minor things that make 
it really hard to use. 

Please, try to make it easier on users who don't want to use MySQL. Just allow 
it to use the DefaultDS, and you'd have twice as many users. Also, how about 
coming up with a method to make the tables other than SQL, can't the thing 
automatically create its own tables like CMP does? If it can't, then please at 
least include some alternate versions for alternate databases. I GAVE YOU AN 
ALTERNATE SCRIPT FOR HSQL, WHY HAVE YOU NOT INCLUDED IT, OR ANY OTHER!?!?!

Please guys, you will get ten times as many beta testers if the thing is just a 
.ear that you can drop into your JBoss instance and have it work. 



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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-14 Thread fernir
I think it should be a separate setup sar included within jboss portal. Upon 
Jboss portal startup it will make take care of validation of database 
existence, user access, and database tables creation (if they don't exist). 

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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-14 Thread [EMAIL PROTECTED]
From the sources, you just need to modify local.properties to either mysql, 
posgresql or hsql.

See the documentation, it's VERY easy to change to another database (antother 
being any database supported by Hibernate)

Any script manually generated would be outdated.

We want an easy installer, we need some people to work on it, any volunteer ?

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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-11 Thread [EMAIL PROTECTED]
Hey Ronald, i just made the connection between you and the jBPM active guy.

I will be working on the webui, not sure it will be all portlet for 3.0.
I will likely use JSF so we can integrate this as portlet AND standalone webapp.

Help is always welcome :)
Let's continue the talk on the jBPM developer mailing list if you want.

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

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


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


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-10 Thread kukeltje
Yikes... I just finished installing the alpha version 10 minutes ago.. 
Downloaded that last week... well... trying again;-)

btw... any progress on the webui for jBPM? any portlets for 3.0? That was what 
I was going to try to do.

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

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


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