[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Intermitent DeploymentException: Unexpected end of ZLIB

2006-05-10 Thread mbeyer73
djr667 wrote : A better solution would be for the scanner to add a 'grace 
period' of a few seconds before attempting to read the new WAR file. Setting 
this period to 0 will give you the current behaviour.
  | 
  | Dave

Sounds great! Did you add that as a feature request? Can you please post the 
id/link here?

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

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


---
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] [Performance Tuning] - Re: Jboss Scanner Thread high CPU usage waiting on condition

2005-07-04 Thread mbeyer73
Any news on that matter? 
How did you solve that problem?

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Using isUserInRole() on unsecured page

2005-03-24 Thread mbeyer73
I just found out this workaround:

1. Copy the the secured directory to an unsecured directory each time on build.

2. Let a Filter log in to the unsecured pages automatically with a guest 
account (the methods will still return null there BUT you can access secured 
EJBs). 

Seems to work! What do you think?

Cheers!
Marcus


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

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


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


[JBoss-user] [Security JAAS/JBoss] - Re: principal=null even when unauthenticatedIdentity is set

2005-03-23 Thread mbeyer73
Thank you! If I understand right, you use a LoginFilter as a workaround. 

So JBoss ignores the unauthenticatedIdentity option, right?
Does this change with newer versions?

Cheers, Marcus

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

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


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


[JBoss-user] [Security JAAS/JBoss] - Re: principal=null even when unauthenticatedIdentity is set

2005-03-21 Thread mbeyer73
Please give me a hint! This is driving me crazy :-(

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

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


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


[JBoss-user] [Security JAAS/JBoss] - principal=null even when unauthenticatedIdentity is set

2005-03-17 Thread mbeyer73
Hello all!

I am using a UsernamePasswordLoginModule with JBoss 3.2.5.

Authentication works well BUT: some functionality should be available to public 
-- without needing someone to login. Although I have the 
unauthenticatedIdentity option set, accessing a Session Bean via JSP results in 
a java.lang.SecurityException: Authentication exception, principal=null.

Am I missing something? Do I have to do a login with null values somehow?

Cheers,
Marcus

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

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


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


[JBoss-user] [HTTPD, Servlets JSP] - Re: httpServletRequest.getParameter decoding problem

2004-11-04 Thread mbeyer73
I am having the same problem with JSP pages using JBoss 3.2.5 on Win XP. The 
parameters are always decoded in ISO-8859-1. I even tried an Encoding-Filter with no 
success.

Demo page:

  | %@ page pageEncoding=UTF-8 contentType=text/html;charset=UTF-8 %
  | %@ page import=java.net.URLEncoder %
  | 
  | % request.setCharacterEncoding(UTF-8); %
  | 
  | titleTest/title
  | 
  | h1Umlaut-Test! /h1
  | 
  | form method=get action=test.jsp
  | input type=hidden name=p value=Mller /
  | input type=submit value=submit! (UTF-8, see contentType) /
  | /form
  | 
  | pa href=test.jsp?p=%= URLEncoder.encode (Mller, UTF-8) %LINK encoded 
in UTF-8/a/p
  | pa href=test.jsp?p=%= URLEncoder.encode (Mller, iso-8859-1) %LINK 
encoded in iso-8859-1/a/p
  | 
  | h1Result/h1
  | prequest.getCharacterEncoding ( ) ndash; %= request.getCharacterEncoding ( ) 
%/p
  | prequest.getParameter (p) ndash; %= request.getParameter (p) %/p
  | 

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

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


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


[JBoss-user] [HTTPD, Servlets JSP] - Re: httpServletRequest.getParameter decoding problem

2004-11-04 Thread mbeyer73
It seems that Tomcat ignores request.setCharacterEncoding. The request char encoding 
however can be set globally in server.xml, tag Connector, attribute URIEncoding, e.g.


  |   Connector port=8080 address=${jboss.bind.address}
  |  maxThreads=150 minSpareThreads=25 maxSpareThreads=75
  |  enableLookups=false redirectPort=8443 acceptCount=100
  |  connectionTimeout=2 disableUploadTimeout=true
  |  compression=on compressionMinSize=2048 
compressableMimeType=text/html,text/xml
  |  URIEncoding=UTF-8
  |   /
  | 

My goodness, I spent two days two find that out :-( Why don't do the Tomcat developers 
follow the spec? Or at least write out a warning or throw an exception if I call 
request.setCharacterEncoding (pleaseIgnoreMe)?

angry,
Marcus


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

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


---
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] [Persistence CMP/JBoss] - Re: Index already exists in statement

2004-10-06 Thread mbeyer73
I can't find this issue in the bug database. Don't you consider it as a bug?

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

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


---
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] [Beginners Corner] - http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd not avai

2004-05-25 Thread mbeyer73
Since jboss.org has got this new look, the DTD file ist not available under its URL 
http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd.

I only get a html file with an error message.

I think this is against XML spec. Am I wrong?


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

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



---
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] [Beginners Corner] - Re: http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd not

2004-05-25 Thread mbeyer73
I am using dom4j 1.4 to analyze that file, so that my Swing GUI automatically knows 
which data entry (datatype, max number of bytes, etc.) is allowed for a certain field.

I also tried

  | SAXReader reader = new SAXReader();
  | reader.setValidation(false);
  | 
but the error persists:

org.dom4j.DocumentException: Error on line 1 of document 
http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd : Externe Parameterentit#65533;t 
%[dtd]; enth#65533;lt nach Markup Zeichen. Nested exception: Externe 
Parameterentit#65533;t %[dtd]; enth#65533;lt nach Markup Zeichen.

Why isn't the DTD available anymore?

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

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



---
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] [Beginners Corner] - Re: http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd not

2004-05-25 Thread mbeyer73
I just found out, that the JBoss server itself doesn't care about the document type 
declaration. So simply removing the !DOCTYPE line from jbosscmp-jdbc.xml solves my 
problem.

Nevertheless I feel strange about that. Shouldn't JBoss validate the file?!

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

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



---
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] [Persistence CMP/JBoss] - Re: how to create 200 000 entity instances without out of me

2004-03-25 Thread mbeyer73
Using a memory profiler, we found the memory leak:
it is IronEye SQL (www.irongrid.com).

IronEye SQL 1.2 creates millions of instances, consuming gigs of memory ...

Hope this analysis helps others in the future.

Marcus


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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827375Reply 
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: how to create 200 000 entity instances without out of me

2004-03-25 Thread mbeyer73
my bugzilla entry on that issue:

http://bugzilla.irongrid.com/show_bug.cgi?id=253

Marcus


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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827433Reply 
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] - how to create 200 000 entity instances without out of mem?

2004-03-23 Thread mbeyer73
JBoss 3.2.3:

I am trying to create (import) 200 000 large CMP entity instances into JBoss.  
I get always out of mem when around 10% is done. 
JBoss then consumes more than 700 MB of memory. 

A new transaction is created for each instance -- so that can't be the problem.

Any ideas?

thanx!
Marcus

here is my config file:


  |   container-configurations
  | container-configuration
  |  container-nameStandard CMP 2.x EntityBean/container-name
  |  insert-after-ejb-post-createtrue/insert-after-ejb-post-create
  |  container-cache-conf
  |   
  | cache-policyorg.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy/cache-policy
  |cache-policy-conf
  |  min-capacity50/min-capacity
  |  max-capacity1000/max-capacity
  |  overager-period150/overager-period
  |   max-bean-age300/max-bean-age
  |  resizer-period400/resizer-period
  |  max-cache-miss-period60/max-cache-miss-period
  |  min-cache-miss-period1/min-cache-miss-period
  |  cache-load-factor0.75/cache-load-factor
  |/cache-policy-conf
  |  /container-cache-conf
  |  container-pool-conf
  | MaximumSize1000/MaximumSize
  |  /container-pool-conf
  |  commit-optionA/commit-option
  |   /container-configuration
  | /container-configurations 
  | 

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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827020Reply 
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] [Performance Tuning] - Re: how to imporove Jboss performance

2004-03-19 Thread mbeyer73
Wonderful :)

ROTFL
Marcus


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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826506Reply 
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