[JBoss-user] [Security JAAS/JBoss] - Re: Multiple security domains for single webapp

2006-05-07 Thread cuoz
I've never done this, so I'm no expert, but I think what you do is have a 
single security domain that uses both modules and use the password-stacking 
option.

Hopefully somebody else can offer you more definitive help.

gary.

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

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


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


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: 2 instances on one box: stop bouncing between them?

2006-03-10 Thread cuoz
The only thing I can think of that is different than what I have done with 
Apache2 is that I don't use * in the VirtualHost directive.  I have something 
like:

  | VirtualHost mydomain.com
  | ServerName mydomain.com
  | ...
  | ...
  | /VirtualHost
  | 

I didn't think using * was allowed, but I could be wrong about that.  I have 
also seen people specify the IP address instead of the domain name.

Hope that helps,
gary.

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

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


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


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: UnsatisfiedLinkError

2005-10-13 Thread cuoz
I think you need to install the Xwindows libraries.  You DON'T need to install 
all of Xwindows, just the support libraries.  On my SuSE laptop, that file is 
part of the xorg-x11-libs RPM package.  On our Debian server, the package 
appears to be libxext6.

If you don't actually have Xwindows installed, you may want to start JBoss 
using headless mode of the JDK.  There are other posts in the forums with how 
to do that.

Hope that helps,
gary.


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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss 4.02 with Hibernate2

2005-07-28 Thread cuoz
Hmm, I am having the exact same issue on JBoss4.0.2 with Jbpm.  I thought it 
was something related to how Jbpm was packaged and have a post on their forum.  
I have been trying to repackage Jbpm to be a self-contained EAR file with it's 
own classloader but this issue has kept me from being able to do so.

I don't have this problem if I don't add loader-repository tags and I deploy 
the DS separately from the SAR.  If I can figure out the issue, I'll post here 
as this seems to be a JBoss problem and not a Jbpm one.

gary.

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

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


---
SF.Net email is Sponsored by the Better Software Conference  EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Portal 2.0 and PostgreSQL

2005-01-25 Thread cuoz
I'd like to try out the latest prerelease of JBoss Portal 2.0 using PosgreSQL 
as the database.  I've set the database type in the local.properties file to 
postgresql, but the ddl that gets generated still seems to be for MySQL or 
some other database.

Any tips on getting it to generate the ddl for postgres?
Thanks,
gary.

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

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


---
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-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Struts security setup!! please help

2005-01-17 Thread cuoz
You need to define a block in your login-config.xml that uses the 
DatabaseServerLoginModule.  Then, make sure you add a reference to whatever 
realm you defined in your jboss-web.xml file for the webapp.  If you are using 
the bundled tomcat, and not a standalone one, then it should work.

The configuration of the DatabaseServerLoginModule will include the queries to 
lookup users/roles in your database.

Check the wiki's or admin docs for specifics on how to configure it.

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

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


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Struts security setup!! please help

2005-01-15 Thread cuoz
I use Struts in my applications, but I just use the standard J2EE stuff for 
authentication.  I use form based authentication, and my login.jsp submits to 
j_security_check.  I don't use anything struts related for authentication.  
Anything I define as being secure in my web.xml is handled automatically.

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

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


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS based XML messaging

2004-12-12 Thread cuoz
I'm not too sure about the rest of your post, but for converting beans to/from 
XML, I used betwixt on a project and it worked well for me.  You can check it 
out here:
http://jakarta.apache.org/commons/betwixt/

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: j_security_check Struts

2004-11-09 Thread cuoz
I'm just curious (for my own knowledge) what kind of integration with struts 
you are looking for?  I broke my app into multiple struts modules, each one has 
an associated role that is required to access it.  It is fairly simple and 
works well.

For the logout, yes, when they hit the server again, they will get a new 
session.  But, they will still need to authenticate again.  For my app, this is 
fine.


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

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: j_security_check Struts

2004-11-08 Thread cuoz
It sounds like you are quite close on this.  I think your problem should be 
pretty easy to fix.  To answer your questions:
1.  I don't have any authentication code at all in my webapp.  The 
j_security_check sets up the context for you.  I don't use a struts-form for my 
login.  Do this:  Use a straight-up html/jsp page and don't post to a struts 
action.  Post the j_security_check.  That should be all you need.  By posting 
to your logon action, you are bypassing the container security code that would 
set all security context for you.

2.  You should not reference your login page or the the j_security_check 
directly.  You should only allow the web container to redirect you to it as 
necessary.  I think you will get exceptions or http error codes back if you try 
to force this.  The container will handle it all for you.  To logout, I have a 
logout action that checks for a valid session and if there is one, invalidates 
it.

Do that and let me know if you still need further help.
gary.


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

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


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: User management via admin account

2004-10-15 Thread cuoz
Ok, I had tried that, but didn't get the edit link.  Here is why:  I have added 
myself to the admin group, and generally have admin privs on the site.  But, when I 
use the member list module with my regular account, I cannot manage the users.  When I 
logged in as the actual 'admin' account, the functionality shows up.

Is this a bug in the module?  Or is there another group I need to add myself to?

Thanks much,
gary.

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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Netbooted apps get redeployed on their own

2004-10-06 Thread cuoz
I'm trying to track down a weird problem.  I'm netbooting a few mbeans in a  minimal 
configuration via http.  Somehow, the timestamps of the deployed files (under the 
JBoss server/minimal/tmp directory) are getting updated and causing JBoss to redeploy 
them.  I have no idea what could be causing it.

I've checked the netboot server and the timestamps have not changed at all.

Anybody seen anything like this before?

I'm using JBoss 3.2.1 on Debian Linux.

Thanks in advance.

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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets JSP] - Re: Mapping virtual hosts to webapplications/context

2004-09-29 Thread cuoz
Give apache mod_rewrite a look.

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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets JSP] - Re: multiple virtual hosts

2004-09-13 Thread cuoz
IMO, this type of thing is most easily accomplished by front-ending your app server 
with Apache and letting the http server handle it.  That's what we do and it works 
great.

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: managing picture (and other binary) files

2004-08-25 Thread cuoz
I wanted to provide an update:  Increasing the JVM memory fixed the problem.  Although 
I didn't actually see an OOME, I guess that was the cause of my problems.

Thanks for the tips.
Gary.

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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: managing picture (and other binary) files

2004-08-25 Thread cuoz
This is a really low-end box with only 384MB ram.  I have the JVM set for 256MB.  It's 
running on a very stripped down Debian linux and runs fine.  I have only done small 
uploads so far (~100k), but at least it's working.

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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - managing picture (and other binary) files

2004-08-24 Thread cuoz
What's the recommended strategy for managing pictures and other binary files 
(presentations, etc.) in nukes?  Do folks store them as static content on the 
webserver and just link to them (outside of nukes)?  Or do you upload them into nukes?

So far, I've never been able to upload anything to nukes without 500 errors.  I've 
posted this 2x before, but never have gotten a response.  I'm figuring there has to be 
some other way that people are using.

Thanks,
gary.


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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: managing picture (and other binary) files

2004-08-24 Thread cuoz
I'm getting 500 errors from some filter.  I don't explicitly see out of memory, but 
I saw some other posts related to that.  I'm gonna up the JVM memory and restart JBoss 
to see if it helps.  I can't do it until tonight.  I'll let you know how I make out if 
that helps or not.

Here are my 2 previous posts:
   http://www.jboss.org/index.html?module=bbop=viewtopict=51293
   http://www.jboss.org/index.html?module=bbop=viewtopict=50720

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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Integrating web application

2004-08-12 Thread cuoz
What is it that your code will accomplish?  Is it code that integrates nukes with 
JAAS?  My end goal is to have nukes integrated with other J2EE applications.  If your 
code will help in this regard, then I guess I'm interested.

So far, I've not really found any other options for doing this.

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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Another live JBoss/Nukes site

2004-08-10 Thread cuoz
I finished porting our open-source user group site to JBoss/Nukes.  Check it out:
   www.scosug.org

It's running on a fairly low-end system (AMD K6-2 300) and uses Debian GNU/Linux, 
PostgreSQL, and is fronted by Apache and jk connector.

Cheers,
gary.

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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Integrating web application

2004-08-10 Thread cuoz
No takers on this?  Somebody, somewhere has to have done this before.  It's a pretty 
critical subject IMO.

The last thing I want is to have a site that is like every other PHP/Perl site out 
there where you have to login to all the cobbled together applications because there 
is no common authentication system.

Last I knew, Nukes did not use JAAS.  Is that still the case?  If not, any plans to 
make Nukes use JAAS?

gary.

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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Integrating web application

2004-08-10 Thread cuoz
I created a .sar file for one of my applications that dynamically adds it's security 
domain to JBoss without mucking with login-config.xml.  It was extremely easy to do 
and took about an hour.  If you are interested, I can post further info.  I'd love to 
see this feature implemented earlier rather than later.

FYI, my solution works on 3.2.1.  I've not tried it on newer versions, but I'd think 
it should work.

gary.


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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Another live JBoss/Nukes site

2004-08-10 Thread cuoz
Thanks!  and good idea.  I added our info.

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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Integrating web application

2004-08-10 Thread cuoz
I can't take full credit for all of the code because I found the concept and most of 
the code via google.  But, I can't locate the original source it seems.  I've tried 
some searches but no luck so far.  If I can find the URL for where I found the 
original code, I will post it to give credit to the author.

Here are the files that make up my service...

MBean interface:

import org.jboss.system.ServiceMBean;
  |
 
  | /**
  |  * An mbean interface for a config service that pushes an xml based
  |  * javax.security.auth.login.Configuration onto the config stack managed by
  |  * the mbean whose name is given by the SecurityConfigName attribute.
  |  *
  |  **/
  | public interface SecurityConfigMBean extends ServiceMBean
  | {
  |/**
  | * Get the classpath resource name of the security configuration file
  | **/
  |public String getAuthConfig();
  |
 
  |/**
  | * Set the classpath resource name of the security configuration file
  | **/
  |public void setAuthConfig(String configURL);
  |
 
  |/**
  | * Get the name of the SecurityConfig mbean whose pushLoginConfig and
  | * popLoginConfig ops will be used to install and remove the xml login
  | * config
  | **/
  |public String getSecurityConfigName();
  |
 
  |/**
  | * Set the name of the SecurityConfig mbean whose pushLoginConfig and
  | * popLoginConfig ops will be used to install and remove the xml login
  | * config
  | **/
  |public void setSecurityConfigName(String objectName);
  | 


MBean implementation:

import java.net.URL;
  | import java.util.Hashtable;
  | import javax.management.MBeanServer;
  | import javax.management.ObjectName;
  | import org.jboss.security.auth.login.XMLLoginConfig;
  | import org.jboss.system.ServiceMBeanSupport;
  | import org.apache.log4j.Logger;
  |
 
  | /**
  |  * A security config mbean that loads an xml login configuration and
  |  * pushes a XMLLoginConfig instance onto the the config stack managed by
  |  * the SecurityConfigName mbean(default=jboss.security:name=SecurityConfig).
  |  *
  |  **/
  | public class SecurityConfig extends ServiceMBeanSupport
  |implements SecurityConfigMBean
  | {
  |// Constants -
  |
 
  |// Attributes 
  |private String authConf = login-config.xml;
  |private XMLLoginConfig config = null;
  |private ObjectName mainSecurityConfig;
  |protected Logger log = Logger.getLogger(SecurityConfig.class);
  |
 
  |// Static 
  |
 
  |// Constructors --
  |public SecurityConfig()
  |{
  |   setSecurityConfigName(jboss.security:service=SecurityConfig);
  |}
  |
 
  |// Public 
  |/**
  | * Get the name
  | **/
  |public String getName()
  |{
  |   return JAAS Login Config;
  |}
  |
 
  |/**
  | * Get securityConfigName
  | **/
  |public String getSecurityConfigName()
  |{
  |   return mainSecurityConfig.toString();
  |}
  |
 
  |/**
  | * Set securityConfigName
  | **/
  |public void setSecurityConfigName(String objectName)
  |{
  |   try
  |   {
  |  mainSecurityConfig = new 

[JBoss-user] [Nukes User] - Re: Integrating web application

2004-08-10 Thread cuoz
Ok.  I had found the DynamicLoginConfig, but I'm not able to use the supported 
versions of JBoss yet, so needed something more immediate.  If the work to make Nukes 
run on a late model JBoss will take considerable effort, the 1 or 2 hours of effort to 
implement my code would probably be worth it.  It can always be deprecated and may get 
the project to support JAAS that much sooner.

Just my thoughts.

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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: HtmlBlock permission pattern?

2004-08-04 Thread cuoz
I believe the blocks should work the same way.  When you go to permissions, you should 
see your html modules listed as 'blocks' and I think you can set the same sort of 
restrictions.

Yes, the pattern I used should match any directory with that same name.  I believe the 
patterns are just regular expressions.  If you want to learn more, read a bit on 
regexp's.

I think the html block only displays the main content.  I think the other areas each 
have their own block.  On my setup, when I choose permissions and it asks to 
choose a component, there is a heading in the list for blocks.  I think those are 
the modules.

hope that helps,
gary.

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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - http and https front ends for nukes

2004-08-04 Thread cuoz
I am planning to port another site to nukes and would like to have the following setup:
2 hosts:  http://www.mydomain.com and https://secure.mydomain.com

I'm planning to use apache to front-end jboss with.  So both hosts will use the same 
app server and instance of nukes.  What I would like to do is have anonymous visitors 
to the site to use the http host.  Then, I would like anybody that logs in as a 
registered user to post their credentials via https to the secure site to access their 
information.

Is this possible to do?  I'm guessing it should be as long as I can get the login 
module to post to the secure.mydomain.com host.

Thoughts and ideas?

Thanks in advance,
gary.


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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: HtmlBlock permission pattern?

2004-08-03 Thread cuoz
I just brought up a site with nukes and needed to protect a members area.  Here is 
what I did:
1.  I defined a group that all users should be a member of to be able to read the 
members only area.
2.  I created a page with id /members/index.html and put some content on it
3.  Using the permissions module, I selected the HTML module and added read privs for 
the group that I defined in step 1.  The pattern I used was .*/members/.*::

You may also have to mess around with the priority of the rule.  I don't remember 
100%, but I may have also defined a lower priority rule that denies everybody access 
to that resource.  My intent there is that if they are in the group, they'll match and 
be granted access.  Otherwise, it will fall back to deny for everybody else.

Hope that helps,
gary.


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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Postgres related issues with CVS from 7/28

2004-07-30 Thread cuoz
Found a bug related to posting a comment to a news article.
-
05:33:53,598 ERROR [LogInterceptor] TransactionRolledbackLocalException in method: 
public abstract org.jboss.nukes.addons.modules.news.ejb.CommentEJBLocal 
org.jboss.nukes.addons.modules.news.ejb.CommentEJBLocalHome.create(org.jboss.nukes.addons.modules.news.model.Comment,org.jboss.nukes.addons.modules.news.ejb.StoryEJBLocal,org.jboss.nukes.addons.modules.news.ejb.CommentEJBLocal,org.jboss.nukes.core.ejb.UserEJBLocal)
 throws javax.ejb.CreateException, causedBy:
java.sql.SQLException: ERROR:  pg_aclcheck: class nuke_news_comments_comment_id_s 
not found
   
 
at org.postgresql.core.QueryExecutor.execute(Unknown Source)
at org.postgresql.Connection.ExecSQL(Unknown Source)
at org.postgresql.jdbc2.Statement.execute(Unknown Source)
at org.postgresql.jdbc2.Statement.executeQuery(Unknown Source)
at 
org.jboss.resource.adapter.jdbc.WrappedStatement.executeQuery(WrappedStatement.java:241)
at 
org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCPostgreSQLCreateCommand.executeInsert(JDBCPostgreSQLCreateCommand.java:69)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractCreateCommand.performInsert(JDBCAbstractCreateCommand.java:287)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractCreateCommand.execute(JDBCAbstractCreateCommand.java:138)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.createEntity(JDBCStoreManager.java:554)
at 
org.jboss.ejb.plugins.CMPPersistenceManager.createEntity(CMPPersistenceManager.java:208)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.createEntity(CachedConnectionInterceptor.java:269)
at org.jboss.ejb.EntityContainer.createLocalHome(EntityContainer.java:581)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:1043)
at 
org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:88)
at 
org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:197)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:214)
at 
org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:88)
at 
org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:89)
at 
org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:61)
at 
org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:28)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:88)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:267)
at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:98)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:92)
at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:120)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93)
at org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:483)
at org.jboss.ejb.Container.invoke(Container.java:720)
at 
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invokeHome(BaseLocalProxyFactory.java:293)
at org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:110)
at $Proxy179.create(Unknown Source)
at 
org.jboss.nukes.addons.modules.news.utils.NewsDAO.createComment(NewsDAO.java:113)
at 
org.jboss.nukes.addons.modules.news.NewsModule.commentshandlecomment(NewsModule.java:209)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.nukes.module.ModuleSupport.operation(ModuleSupport.java:117)
at org.jboss.nukes.module.ModuleSupport.process(ModuleSupport.java:91)
at sun.reflect.GeneratedMethodAccessor245.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
   

[JBoss-user] [Nukes User] - Re: Integrating web application

2004-07-30 Thread cuoz
I have a similar situation that I'm trying to figure out and would be interested in 
this as well.  Specifically, I would like to know how to integrate authentication so 
that when people authenticate to nukes, they are also authenticated to other webapps 
using the same credentials.  Our existing applications use JAAS for authentication.  
Is there a way to propagate a nukes login to another app via JAAS?

Thanks,
gary.

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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Postgres related issues with CVS from 7/28

2004-07-29 Thread cuoz
I FINALLY got some time to get back to playing with nukes.  I'm running on Debian 
linux with Postgresql.  I installed yesterday's snapshot and had some minor issues 
during install.

I'll let you know if I find any issues during actual testing.  These were just 
installation related.

Also, I found that for a few modules I had to run the setup.ddl files first 
(adminmessages, poll).  I had thought these were converted to be done via CMP, but 
maybe I'm wrong about that.

Cheers,
gary.


Here's the first, I'm not sure about what actually was being done here, but the system 
seems to operate so far:

09:25:42,936 INFO  [html] Start indexing
09:25:43,319 ERROR [DocumentIterator]
java.sql.SQLException: ERROR:  Unable to identify an operator '=' for types 'boolean' 
and 'integer'
You will have to retype this query using an explicit cast
 
at org.postgresql.core.QueryExecutor.execute(Unknown Source)
at org.postgresql.Connection.ExecSQL(Unknown Source)
at org.postgresql.jdbc2.Statement.execute(Unknown Source)
at org.postgresql.jdbc2.Statement.executeQuery(Unknown Source)
at org.postgresql.jdbc2.PreparedStatement.executeQuery(Unknown Source)
at 
org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:304)
at 
org.jboss.nukes.core.modules.index.DocumentIterator.(DocumentIterator.java:52)
at org.jboss.nukes.core.modules.html.HtmlModule$5.(HtmlModule.java:1391)
at org.jboss.nukes.core.modules.html.HtmlModule.documents(HtmlModule.java:1381)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at 
org.jboss.mx.interceptor.ObjectReferenceInterceptor.invoke(ObjectReferenceInterceptor.java:59)
at 
org.jboss.mx.interceptor.MBeanAttributeInterceptor.invoke(MBeanAttributeInterceptor.java:43)
at 
org.jboss.mx.interceptor.PersistenceInterceptor2.invoke(PersistenceInterceptor2.java:93)
at org.jboss.nukes.mx.LifeCycleInterceptor.invoke(LifeCycleInterceptor.java:93)
at org.jboss.mx.server.MBeanInvoker.invoke(MBeanInvoker.java:76)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:177)
at $Proxy61.documents(Unknown Source)
at org.jboss.nukes.core.modules.index.Index$IndexingTask.run(Index.java:643)
at org.jboss.nukes.core.modules.index.Index$WriterTask.run(Index.java:538)
at 
EDU.oswego.cs.dl.util.concurrent.QueuedExecutor$RunLoop.run(QueuedExecutor.java:88)
at java.lang.Thread.run(Thread.java:534)
09:25:43,358 INFO  [html] Indexing finished, time elapsed : 0.0 sec
-


This next one was fixed by re-running the query and replacing a 0 with FALSE for the 
'prune_enable' field with boolean type.  I'm not sure where this code is, but it 
should be an easy fix
--
09:44:13,888 WARN  [ForumEJB] Issuing sql INSERT INTO phpbb_forums (forum_id, cat_id, 
forum_name, forum_desc, forum_status,
forum_order,forum_posts, forum_topics, forum_last_post_id, prune_next, prune_enable, 
auth_view, auth_read,auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, 
auth_announce, auth_vote,auth_pollcreate, auth_attachments) VALUES (0,0,'My 
forum','This is a sample forum',0,10,0,0,NULL,NULL,0,0,0,1,1,1,1,3,3,3,3,0); failed: 
java.sql.SQLException: ERROR:  column prune_enable is of type 'boolean' but 
expression is of type 'integer'
You will need to rewrite or cast the expression
   
 
09:44:13,891 ERROR [EntityContainer] Starting failed
org.jboss.deployment.DeploymentException: Error while issuing sql in 
post-table-create; - nested throwable: (java.sql.SQLException: ERROR:  column 
prune_enable is of type 'boolean' but expression is of type 'integer'
You will need to rewrite or cast the expression
)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.issuePostCreateSQL(JDBCStartCommand.java:392)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.execute(JDBCStartCommand.java:110)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.startStoreManager(JDBCStoreManager.java:484)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManager.java:388)
at 

[JBoss-user] [Nukes User] - HTML management permissions

2004-07-29 Thread cuoz
I created an account for myself and added the account to the ADMIN group.  But, I am 
not able to 'manage html' as I get a permission denied.  Shouldn't I be able to do 
everything the 'admin' user can do by being added to that group?  I looked at the 
permissions for the HTML module and they seem ok.  Any ideas?  Or is this a bug?

gary.


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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Use of HTML Block

2004-07-29 Thread cuoz
I've added a new HTML block to my site.  What file is it looking to display?  I 
checked the jmx-console for the new block, but I don't know how to specify what file I 
would like to show up in that block.  I expected to see a URL somewhere.

Thanks in advance,
gary.


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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets JSP] - Re: org.apache.jasper.JasperException: Unable to compile cla

2004-07-14 Thread cuoz
Are you by chance running JBoss as a non-prvilidged user on Linux?  I have seen this 
problem mostly on our Debian systems.  We found that the jboss directory needs to be 
chown'd to the user that jboss is running as.  I think the debug output will show the 
exact file it is trying to write (and failing) and you shoul d be able to see for sure 
what directory it's using.

Hope that helps.

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

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


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Is it possible to deploy a security domain instead of al

2004-07-13 Thread cuoz
Is this what you are talking about?
http://www.jboss.org/wiki/Wiki.jsp?page=DynamicLoginConfig

I created a service that adds my security domain to the login-config dynamically and I 
no longer need to edit the login-config.xml file directly.  It now gets deployed along 
with the application.

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

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


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-25 Thread cuoz
I just pulled the lastest RC1 tagged code.  When deploying the download module, The 
following exception is thrown.  I'm using linux/postgresql.

--
16:23:49,665 INFO  [TopicEJB] Executing SQL: CREATE UNIQUE name ON nukes_news_topics 
(name);
16:23:49,670 WARN  [TopicEJB] Issuing sql CREATE UNIQUE name ON nukes_news_topics 
(name); failed: java.sql.SQLException: ERROR:  parser: parse error at or near
name at character 15

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

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


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-25 Thread cuoz
Another issue I just found when I clicked on news:

16:52:01,059 ERROR [news]
javax.ejb.FinderException: Unknown query: public abstract java.util.Collection 
org.jboss.nukes.addons.modules.news.ejb.TopicEJBLocalHome.findByState(java.lang.Integer)
 throws javax.ejb.FinderException

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

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


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Uploading pictures and other (non html) files

2004-06-25 Thread cuoz
Under 'manage html' I've tried to upload files, but instantly get a 500 error from the 
server that a filter through an exception.  It doesn't matter what type of file I try 
to upload.

Any clues?  I'm assuming that I should be able to use that feature to manage images  
such.

gary.

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

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


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-25 Thread cuoz
I'm using postgres on linux.  Yes, the table was created and the downloads module 
actually works.  To add a unique constraint on postgres, you would do something like:
   alter table table_name add constraint constraint_name unique (column1 [, ] );



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

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


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Another sample site running on jboss-nukes

2004-06-18 Thread cuoz
Very nice!  Do you have any info related to what you did to get your look  feel  
theme integrated?  I've made the choice to go with JBoss/Nukes for 3 sites (including 
my own), but have only evaluated it from a technical perspective.  Now, I must 
research what is involved in doing the front-end design work.

I'm hoping this does not involve any Java development and only some template editing 
as I'd like to have our graphic designer do all the work and not have to involve me.

Any clues as to where I should begin?  The wiki didn't seem to offer much in this 
regard last I checked.

If you could do a bit of documentation related to what parts you changed, that would 
be really helpful to the community.

Again, nice work.
gary.


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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: Method is not a known CMP field accessor, CMR field acce

2004-06-15 Thread cuoz
I had the same issue when I converted my code from the old data-object to 
value-objects.  The only way I found around this was to make 2 value objects for each 
bean.  One that is a complete object and contains the relationships to other beans.  
Another that is a relation object that has only CMP fields and no relationships to 
other beans.  The complete objects only load relation objects so that you don't 
get the circular references.

In order to avoid the confusion for having multiple classes, I made each type 
(complete or relation) implement a common interface.

I've not figured out any better way around this problem.  If you stick to using the 
interfaces, it's not that messy and you still benefit from auto-generated code.

Hope that helps,
gary.

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets JSP] - Re: How to integrate Apache and JBoss

2004-06-15 Thread cuoz
The only issue with that (at least on Unix systems) is that port 80 is a priviledged 
port and you would have to run JBoss at root.  On linux (or other systems that have 
built-in IP filtering) you can port forward from port 80 to port 8080 and not have to 
run JBoss as root.

gary.

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Concrete howto to use Nukes on JBoss with oracle

2004-06-15 Thread cuoz
My understanding is that if you have a previous release of Nukes running, you need to 
recreate the DB as the tables are now created via CMP.  You only runn the setup.ddl 
for the Nukes core.  Then, as you deploy each module, they create their own tables.

I think there was a post somewhere on it when they did the 1.1RC1 release.

gary.

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Concrete howto to use Nukes on JBoss with oracle

2004-06-15 Thread cuoz
I have an Oracle 9i server running here for a customer related project we are doing 
and maybe can do some testing.  I'll grab a tagged version tomorrow from CVS.

gary.

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: Deleting a row in cmr entity bean

2004-06-14 Thread cuoz
My guess is that you are only removing the entity from the relationship, and not 
actually removing the entity itself.

Are you doing something like:  department.getEmployees().remove(employee);

If so, try just removing the employee entity:  employee.remove();

Hope that helps,
gary.


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

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


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-14 Thread cuoz
Have there been any recent commits to the Nukes_1_1_0_RC1 tagged revision?  I ran a 
cvs update this morning, but didn't show anything changing since my last update (early 
last week IIRC).

I'm interested in doing further testing on the 1.1 release.  Should I checkout from 
HEAD?  Or just wait for further changes to be commited?

Cheers,
gary.

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

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


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - problem with managing html

2004-06-10 Thread cuoz
Running tagged nukes grabbed from CVS today, linux, postgresql

Here's my use case:
1.  Created a news story and set the image to 'images/news/opensource.png'
2.  Tried to use the html manager to upload an image file for that path
3.  When I created the new page, I chose 'file' for the type

When I tried to upload the image file, nukes threw an exception and I received a http 
500 error shown below:

javax.servlet.ServletException: Filter execution threw an exception
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at org.jboss.nukes.servlet.CompressFilter.doFilter(CompressFilter.java:113)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at 
org.jboss.nukes.servlet.DatabasePollerFilter.doFilter(DatabasePollerFilter.java:88)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:220)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.jboss.web.tomcat.tc4.statistics.ContainerStatsValve.invoke(ContainerStatsValve.java:76)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:65)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:197)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:605)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:677)
at java.lang.Thread.run(Thread.java:534)


[JBoss-user] [Nukes User] - nukes 1.1RC1 mysql error

2004-06-10 Thread cuoz
I am also testing the RC1 tagged release on mysql.

I grabbed from CVS today.  When I deploy the forums, some rows fail to insert
---
12:40:48,845 INFO  [ForumEJB] Executing SQL: INSERT INTO phpbb_forums (forum_id, 
cat_id, forum_name, forum_desc, forum_status, forum_order,forum_posts, forum_topics, 
forum_last_post_id, prune_next, prune_enable, auth_view, auth_read,auth_post, 
auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, 
auth_vote,auth_pollcreate, auth_attachments) VALUES (0,0,'My forum','This is a sample 
forum',0,10,0,0,NULL,NULL,false,0,0,1,1,1,1,3,3,3,3,0);
12:40:48,847 WARN  [ForumEJB] Issuing sql INSERT INTO phpbb_forums (forum_id, cat_id, 
forum_name, forum_desc, forum_status, forum_order,forum_posts, forum_topics, 
forum_last_post_id, prune_next, prune_enable, auth_view, auth_read,auth_post, 
auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, 
auth_vote,auth_pollcreate, auth_attachments) VALUES (0,0,'My forum','This is a sample 
forum',0,10,0,0,NULL,NULL,false,0,0,1,1,1,1,3,3,3,3,0); failed: java.sql.SQLException: 
Column not found,  message from server: Unknown column 'false' in 'field list'
12:40:48,847 ERROR [EntityContainer] Starting failed
org.jboss.deployment.DeploymentException: Error while issuing sql in 
post-table-create; - nested throwable: (java.sql.SQLException: Column not found,  
message from server: Unknown column 'false' in 'field list')

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

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


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 mysql error

2004-06-10 Thread cuoz
It looks like one of the post create table SQL commands needs to have single quotes 
around the 'false' value.  I was able to insert the record and touch the nukes-bb.ear 
file and voila.  Forums are up  running.

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

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


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - problem: nukes forgets passwords

2004-06-10 Thread cuoz
I've had a recurring issue since pre 1.0 nukes.  Now and again, nukes will lose track 
of a user's password.  I have not been able to attribute it to anything specific.  I 
think it may have something to do with changing certain account settings, or maybe 
having sessions expire.  I really don't know.

Today, it happened with the admin user.  I was logged in as admin, was messing around 
with some settings (email address, timezone, etc.) and left for lunch.  I came back 
after a while, and can't login.  Wrong password.  This is the first time it's happened 
to my admin account.

I've had many occasions where it happens to a normal user, and if I request a new 
password to be emailed to me, it's fine.

Anybody else seen this issue?  It seems like something pretty important to find/fix.


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

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


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: problem: nukes forgets passwords

2004-06-10 Thread cuoz
I just did it again.  Here is what I did:
1.  Logged in as cuoz user, verified that it worked.
2.  Logged out
3.  Logged in as admin user
4.  Edited cuoz user (didn't enter any password changes) and saved the settings.
5.  Logged out
6.  Tried to login as 'cuoz', couldn't.  Retrieve lost password, login, reset 
password, all is fine.

I didn't confirm if the has in the db changed.  I'll try and do that next assuming I 
can reproduce reliably.


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

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


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: problem: nukes forgets passwords

2004-06-10 Thread cuoz
It's simple to reproduce now.  And yes, the hash in the DB changes.

Login as user, logout, login as admin, change the user's settings, log out, login as 
user fails and db is changed.

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

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


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: problem: nukes forgets passwords

2004-06-10 Thread cuoz
Ok, the password is getting set to an empty string.  Don't know why I didn't try that 
before.  But, it looks like if you don't supply a new password when you update other 
settings, it just stores an empty one.

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

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


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: problem: nukes forgets passwords

2004-06-10 Thread cuoz
I filed bug report 970756

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

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


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - nukes 1.1RC1 issues

2004-06-03 Thread cuoz
I thought I'd start a new thread for the lastest CVS RC1 issues.

Linux/Postgresql/Fresh install built from today's CVS tagged revision.

Created a user account.
Logged in.
Attempted to create a new download to the default (main) area.
Received Category does not exist
Note:  it works if I login as admin and create an area off of 'main' and use that.
Logs:
--
12:26:30,232 ERROR [downloads] [EMAIL PROTECTED]
javax.ejb.ObjectNotFoundException: No such entity!
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCFindEntityCommand.execute(JDBCFindEntityCommand.java:52)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.findEntity(JDBCStoreManager.java:571)
at 
org.jboss.ejb.plugins.CMPPersistenceManager.findEntity(CMPPersistenceManager.java:299)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.findEntity(CachedConnectionInterceptor.java:300)
at org.jboss.ejb.EntityContainer.findLocal(EntityContainer.java:637)
at sun.reflect.GeneratedMethodAccessor116.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:1043)
at 
org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:88)
at 
org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:197)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:214)
at 
org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:88)
at 
org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:89)
at 
org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:61)
at 
org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:28)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:88)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:267)
at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:98)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:92)
at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:120)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93)
at org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:483)
at org.jboss.ejb.Container.invoke(Container.java:720)
at 
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invokeHome(BaseLocalProxyFactory.java:293)
at org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:110)
at $Proxy236.findByPrimaryKey(Unknown Source)
at 
org.jboss.nukes.addons.modules.downloads.DownloadsModule.addDownload(DownloadsModule.java:767)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.nukes.module.ModuleSupport.operation(ModuleSupport.java:117)
at org.jboss.nukes.module.ModuleSupport.process(ModuleSupport.java:91)
at sun.reflect.GeneratedMethodAccessor121.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at 
org.jboss.mx.interceptor.ObjectReferenceInterceptor.invoke(ObjectReferenceInterceptor.java:59)
at 
org.jboss.mx.interceptor.MBeanAttributeInterceptor.invoke(MBeanAttributeInterceptor.java:43)
at 
org.jboss.mx.interceptor.PersistenceInterceptor2.invoke(PersistenceInterceptor2.java:93)
at org.jboss.nukes.mx.LifeCycleInterceptor.invoke(LifeCycleInterceptor.java:93)
at org.jboss.mx.server.MBeanInvoker.invoke(MBeanInvoker.java:76)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.nukes.core.Main$LastNext.process(Main.java:557)
at org.jboss.nukes.core.modules.html.HtmlModule$1.process(HtmlModule.java:258)
at org.jboss.nukes.core.Main$HandlerNext.process(Main.java:508)
at org.jboss.nukes.core.modules.core.CoreModule$3.process(CoreModule.java:404)
at org.jboss.nukes.core.Main$HandlerNext.process(Main.java:508)
at 

[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 issues

2004-06-03 Thread cuoz
As a follow-up, my download submission never showed up for the admin to approve.

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

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



---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 issues

2004-06-03 Thread cuoz
Linux/Postgres

Trying to post a comment to a news article:

12:49:03,582 ERROR [CommentEJB] Could not create entity
java.sql.SQLException: ERROR:  ExecInsert: Fail to add null value in not null 
attribute story_id
 
at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:131)
at 
org.postgresql.jdbc1.AbstractJdbc1Connection.ExecSQL(AbstractJdbc1Connection.java:505)
at 
org.postgresql.jdbc1.AbstractJdbc1Statement.execute(AbstractJdbc1Statement.java:320)
at 
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:48)
at 
org.postgresql.jdbc1.AbstractJdbc1Statement.executeUpdate(AbstractJdbc1Statement.java:197)
at 
org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:324)
at 
org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCPostgreSQLCreateCommand.executeInsert(JDBCPostgreSQLCreateCommand.java:59)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractCreateCommand.performInsert(JDBCAbstractCreateCommand.java:287)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractCreateCommand.execute(JDBCAbstractCreateCommand.java:138)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.createEntity(JDBCStoreManager.java:554)
at 
org.jboss.ejb.plugins.CMPPersistenceManager.createEntity(CMPPersistenceManager.java:208)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.createEntity(CachedConnectionInterceptor.java:269)
at org.jboss.ejb.EntityContainer.createLocalHome(EntityContainer.java:581)
at sun.reflect.GeneratedMethodAccessor171.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:1043)
at 
org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:88)
at 
org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:197)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:214)
at 
org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:88)
at 
org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:89)
at 
org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:61)
at 
org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:28)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:88)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:267)
at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:98)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:92)
at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:120)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93)
at org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:483)
at org.jboss.ejb.Container.invoke(Container.java:720)
at 
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invokeHome(BaseLocalProxyFactory.java:293)
at org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:110)
at $Proxy256.create(Unknown Source)
at 
org.jboss.nukes.addons.modules.news.utils.NewsDAO.createComment(NewsDAO.java:113)
at 
org.jboss.nukes.addons.modules.news.NewsModule.commentshandlecomment(NewsModule.java:210)

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

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



---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 issues

2004-06-03 Thread cuoz
Scratch the issue about the news article not showing up for approval.  I was not 
looking at the correct area of the news admin page.  Sorry.

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

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



---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-02 Thread cuoz
Ok, I have to be doing something wrong...

I'm running on linux/postgres and grabbed the CVS tag for RC1.  Here is what I did:
1.  setup local.properties from the example  postgresql files
2.  dropped the db, created new with proper ownership, etc.
3.  ran build/build.sh
4.  ran the setup.ddl script to seed the core db stuff
5.  ran nukes/build.sh deploy
6.  went into other modules and ran 'build.sh deploy'
7.  verified that everything deployed without errors (saw tables get created, etc.)
8.  when I hit localhost:8080/nukes I get and empy page based on the nukes template 
with 'The file id is not indicated'.  No menues, no modules, nothing else.

Did I miss something?  I must have.  Is there something else to deploy to tie it all 
together?

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

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



---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-02 Thread cuoz
Ok, the trailing / at least got me some content.  But, still no menus or modules.  
Just the main page in the middle.

I will try again tomorrow with a fresh CVS build based on the changes that you will be 
putting in unless there is something more immediate that you want me to try.  I'll 
drop the db again and start clean.

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

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



---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-02 Thread cuoz
Thanks, that was it.  Sorry about that.

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

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



---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-02 Thread cuoz
linux/postgres:

While attempting to publish a submitted news story:
---
17:42:38,243 ERROR [news] Cannot invoke operation
java.lang.NullPointerException
at 
org.jboss.nukes.addons.modules.news.utils.PageScraper.getModeAsInt(PageScraper.java:250)
at org.jboss.nukes.addons.modules.news.NewsModule.story(NewsModule.java:424)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

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

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



---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-02 Thread cuoz
linux/postgres:

While attempting to update or remove a watched forum:
-
17:45:37,567 ERROR [bb] setRollbackOnly called on UserTransaction
17:45:37,568 ERROR [BeanLock] Saw rolled back tx=TransactionImpl:XidImpl 
[FormatId=257, GlobalId=fakehost.fakedomain.com//8119, BranchQual=]
17:45:37,568 ERROR [LogInterceptor] TransactionRolledbackLocalException in method: 
public abstract java.lang.String org.jboss.nukes.core.ejb.UserEJBLocal.getUserName(), 
causedBy:
java.lang.RuntimeException: Transaction marked for rollback, possibly a timeout
at 
org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock.doSchedule(QueuedPessimisticEJBLock.java:228)
at 
org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock.schedule(QueuedPessimisticEJBLock.java:183)
at 
org.jboss.ejb.plugins.EntityLockInterceptor.invoke(EntityLockInterceptor.java:85)
at 
org.jboss.ejb.plugins.EntityCreationInterceptor.invoke(EntityCreationInterceptor.java:54)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:267)
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:128)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:118)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
at org.jboss.ejb.EntityContainer.internalInvoke(EntityContainer.java:489)
at org.jboss.ejb.Container.invoke(Container.java:700)
.


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

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



---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Issues with 5/25 snapshot

2004-05-26 Thread cuoz
Just FYI, I'm testing nukes for a potential deployment and came across a few problems 
so far.  Platform is linux, db is mysql.

1.  When running the installer, I had some problems (permissions) that required me to 
back up and recreate the tables.  I told the installer to run the drop table scripts, 
but there appear to be 2 tables that don't get dropped and I got an error that they 
already existed.
2.  I just tried to create a quote and it supposedly worked according to the UI, but 
in the logs I see:  12:04:09,489 ERROR [quotes] Cannot retrieve quotes
javax.ejb.FinderException: Find failed: java.sql.SQLException: Column not found,  
message from server: Unknown column 't0_s.pn_id' in 'field list'

I'll report any other problems as I find them.

Cheers.

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

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



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Issues with 5/25 snapshot

2004-05-26 Thread cuoz
I just created a poll and told it to be on the right side.  It showed up on the left.  
When I tried to move it, I see:

12:10:25,443 INFO  [JDBCDeploymentScanner] Deployed nukes.blocks:name=poll,id=1
12:10:52,004 ERROR [Page] Some error occured
javax.management.InstanceNotFoundException: nukes.blocks:name=poll is not registered.

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

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



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Issues with 5/25 snapshot

2004-05-26 Thread cuoz
Very well.  I'll try and beat on the supported modules and report any issues that I 
find.  Do you care to hear about other problems right now?  Or would you rather just 
focus on the supported modules?

I think the pure CMP implementation will be nice.  PostgreSQL is my preferred DB, but 
I've had lots of problems in the past with the DDL being broken.

I'll try CVS again too.  Yesterday, I was unable to attache to sourceforge CVS server 
(timeouts all day long), which is why I gave the snapshot a try.

Thanks and good work!

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

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



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Getting started -- updated documentation on wiki

2004-05-14 Thread cuoz
I'm running last night's CVS snapshot with PostgreSQL on Linux.

So far, I've had a few issues:
1.  I added a poll and told it to go on the right hand side, but it came out on the 
left.  When I try to move it, I get an exception saying 
javax.management.InstanceNotFoundException: nukes.blocks:name=poll is not registered.
2.  When adding a quote, I get an exception that a sequence does not exist.
3.  Tried to add a news item:  java.sql.SQLException: ERROR:  ExecInsert: Fail to add 
null value in not null attribute topic_id
4.  When logged in as admin, I cannot manage or access sections.
5.  Admin messages is just blank, I'm not sure how to add a new message.

I'm planning to also try mysql to see if some of this is only postgresql releated.

Cheers,
gary.



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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: j_security_check Struts

2004-04-15 Thread cuoz
I just noticed this thread, and am not really sure what the big issue is.  My form 
based login page is a JSP and uses struts tags and tiles.  My form action posts 
directly to j_security_check.

The struts controller servlet does not enter the picture until after the 
authentication is complete.

I think this would be the life cycle for my webapp:
1.  browser requests /webapp/protectedresource/mainmenu.do
2.  tomcat redirects to login page which is a jsp page that uses struts tags and tiles
3.  user logs in.  post goes to j_security_check
4.  container authenticates and loads /webapp/protectedresource/mainmenu.do, which is 
mapped to the struts controller servlet.
5.  struts takes over from here, runs the action and forwards to the view.

I have my struts controller mapped to *.do in my web.xml.

If I'm missing the real issue and this doesn't help let me know.  Maybe you are trying 
to do something additional that I'm not.

gary.

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

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Urgent: Ejb Not bound Linux

2004-03-28 Thread cuoz
My guess would be maybe to check for a permissions problem too.  Is JBoss running as a 
non-root user?  If so, make sure the user it is running as has appropriate privs.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3827780#3827780;View 
the original post/a

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets JSP] - Re: JasperException to view Jsp pages by web access

2004-03-19 Thread cuoz
I had this happen just last night on a Debian Linux system where the 'jboss' user was 
not configured with a valid home directory that it was allowed to write to.  It seems 
that Tomcat wants to create temp files in the home directory even though it shouldn't.

Your trace seems to be from a Windows box, but maybe check and make sure the user you 
are running jboss as has properly configured temp space  such.

Hope that helps.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826643#3826643;View 
the original post/a

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: javax.ejb.EJBException: Reentrant method call detected

2004-02-25 Thread cuoz
I saw this issue when I first converted some code over to ValueObject.  The problem 
was with value objects that are related bi-directionally.  You baiscally have a 
circular reference.  If you enable reentrant behavior, you won't get the exception, 
but you will blow your stack with an endless loop of method calls.

The way I got around it was to setup my value objects so that each one as two flavors: 
 a full one and a 'relation' one.  The relation versions did not include the CMR 
method.  So, the full version calls the relation version (which doesn't in turn call 
back into the full version).  Does that make any sense?  Hopefully.  :)

Maybe somebody else has a better way, but that worked for me.

Gary.

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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Forums on Postgresql

2004-02-24 Thread cuoz
Anybody having problems running the forums on Posgresql?  I'm using a CVS snapshot 
from last night.  When I try to post a topic or message, I get an SQL exception:

11:00:49,962 ERROR [TopicEJB] Could not create entity
java.sql.SQLException: ERROR:  pg_atoi: error in false: can't parse false

IIRC, Postgresql requires 'FALSE' (all uppercase) and does not recognize 'false'.

Anybody else see this?  If it is in fact a bug, I can take a look and try to fix it.

gary.


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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Forums on Postgresql

2004-02-24 Thread cuoz
I poked around a bit...

The problem is that the ddl for Postgres defines the phpbb_forums table with the 
following field:
 prune_enable   | smallint   | not null default '0'

but nukes tries to use the field as boolean.

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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Forums on Postgresql

2004-02-24 Thread cuoz
the same problem exists in the phpbb_posts table with all the enable_* fields.

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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user