[JBoss-user] [EJB/JBoss] - ejbFindByPrimaryKey behaviour...

2006-07-05 Thread roberto
I'm using EntityBean BMP. I'm running a sample code that performs the following steps: 1. retrieve a particular instance of an EntityBean using the findByPrimaryKey method 2. call the get method of an attribute on that retrieved object 3. some instructions after I try to retrieve again the same

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - APJ and out.flush()

2006-07-02 Thread roberto
response page that is updated every time the flush statement is executed... intead using apache to forward request to jboss/tomcat, the output is flushed only at the end... and not every req Maybe i need to do some configuration changes? Any Idea? Thank You Roberto View the original post

[JBoss-user] [Installation, Configuration Deployment] - Re: java.lang.NoClassDefFoundError: org/jboss/cache/CacheExc

2006-06-13 Thread roberto
I have the same problem also. I also suggest to suppress it or change the log level to a lower one. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950636#3950636 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950636

[JBoss-user] [JBossWS] - Re: Exception deploying WS: java.lang.NoSuchMethodException:

2006-06-13 Thread roberto
I resolve it. I make a mistake. I use as endpoint directly the ejb interface instead to create a new interface (exteds remote) and use this one as endpoint. Sorry View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950657#3950657 Reply to the post :

[JBoss-user] [JBossWS] - Exception deploying WS: java.lang.NoSuchMethodException: Not

2006-06-12 Thread roberto
I create a EJb web service but when i try do deploy my ejb jar this exception occurs: java.lang.NoSuchMethodException: Not found in bean class: public abstract void javax.ejb.EJBObject.remove() throws java.rmi.RemoteException,javax.ejb.RemoveException my interface is a very simple one: |

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Form Authentication problem with jboss 3.2.8 / 4.0.3SP1

2006-03-07 Thread roberto
My WAR is configured to use FORM auth method. login-config auth-methodFORM/auth-method realm-name/realm-name form-login-config form-login-page/login.jsp/form-login-page form-error-page/LoginErrorPage.jsp/form-error-page /form-login-config /login-config i have also

[JBoss-user] [JBossWS] - Web Service Authentication

2005-12-15 Thread roberto
I build a new Java Web Service and works fine. So now i decide to active authentication for that web service. As a simply way i set in the security-constraint my web service URL and set the login-config / auth-method to BASIC. My client set properties username and pwd and all works fine also.

[JBoss-user] [JBossWS] - Re: Web Service Authentication

2005-12-15 Thread roberto
Thank You i suppose it.. i will be glad if i can be able to use only one war module Roberto View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912910#3912910 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912910

[JBoss-user] [JBossWS] - Re: Web Service Authentication

2005-12-15 Thread roberto
i forgot ... i prefer to use only one war because i have hundreds of ejb-ref to point to ejb session (and for my application purpose i prefer to publish a java web service and not an ejb web service) Thank You again Jason View the original post :

[JBoss-user] [JBossWS] - Http Session retrieved from a JSE

2005-12-15 Thread roberto
to call it at the end? Thank You Roberto View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912930#3912930 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912930

[JBoss-user] [Installation, Configuration Deployment] - Re: Deploy Performance under JBoss 4.0.3SP1

2005-11-28 Thread roberto
Jboss 3.2.7 is faster than JBoss 4.0.3SP1. Under Jboss 3.2.7 i deploy my app in 21 min Under Jboss 4.0.3SP1 i deploy the same app in 24 min. I have an expanded ear that contains compressed EJB Jar and a expanded WAR Bye and Thank You View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Deploy Performance under JBoss 4.0.3SP1

2005-11-25 Thread roberto
I have a big EAR application with WAR and EJB Jars (about 60MB with over 170 EJB jar file ). I deploy my ear as expanded one on windows xp sp2 , sun jdk 1.4.2_09 Using JBoss 3.2.7, server starts in 13 minutes... but using JBoss 4.0.3SP1 server starts in 21 minute 60% slower!!! In both

[JBoss-user] [Installation, Configuration Deployment] - Re: Deploy Performance under JBoss 4.0.3SP1

2005-11-25 Thread roberto
sorry... i wrote wrong info... JBoss 3.2.7 starts in 21 min Jboss 4.0.3Sp1 starts in about 24 min so slower about 10 - 12 % View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3909071#3909071 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Read server log

2005-10-06 Thread roberto
There is maybe some opensource mbean (plug in) that allow it? Thank You View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899544#3899544 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3899544

[JBoss-user] [Installation, Configuration Deployment] - Read server log

2005-10-05 Thread roberto
It's possible to access the serve log from the jboss console? jmx-console or web-console I'm using jboss 3.2.7 and 4.0.3 but i cannot find how see server log from console. i need to access directly to the file system. Thank You View the original post :

[JBoss-user] [Clustering/JBoss] - Re: Problem using HA-JNDI and Fail Over

2005-08-16 Thread roberto
On Jira issue was closed as a non bug! But so.. please can someone help me to resolve the problem? I was sure that there is a bug like Wang says... and so i wait for new version since April.. and now.. is not a bug.. so no fix will be released and now is August! Maybe this is true... i wrong

[JBoss-user] [HTTPD, Servlets JSP] - Ear and War file

2005-05-22 Thread roberto
It's possible to deploy a ear file (compressed) that contains a expanded war? I try it on jboss 3.2.7 but this exception occurs: | ... | 13:24:07,386 INFO [EARDeployer] Init J2EE application: file:/D:/jboss/server/default/deploy/absall.ear | 13:24:24,040 ERROR [MainDeployer] Could not

[JBoss-user] [Clustering/JBoss] - Re: Problem using HA-JNDI and Fail Over

2005-04-20 Thread roberto
http://jira.jboss.com/jira/browse/JBCLUSTER-32 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874580#3874580 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874580 ---

[JBoss-user] [Clustering/JBoss] - Re: Problem using HA-JNDI and Fail Over

2005-04-19 Thread roberto
ok. i do it asap. i must prepare a test case ear (i cannot attach my real application. The little one it's about 40 MB) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874569#3874569 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: Problem using HA-JNDI and Fail Over

2005-04-18 Thread roberto
Instead of shutdown clusterB i have unplug the lan cable. In this case when i try to reuse the browser (always unsing HA_JNDI) this exception occurs: | java.lang.RuntimeException: JBossCacheService: exception occurred in cache remove after retry ... |

[JBoss-user] [Clustering/JBoss] - Re: Problem using HA-JNDI and Fail Over

2005-04-18 Thread roberto
ejb are undeploy from the HA-JNDI I hope to have describe better the scenario. Thank You Roberto View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874283#3874283 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874283

[JBoss-user] [Clustering/JBoss] - Re: Clustering Document

2005-04-17 Thread roberto
yes. to configure cluster on jboss 4.0.1sp1 i follow the jboss clustering base on jboss 3.x and all works fine (except for one problem using ha-jndi and fail over) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874194#3874194 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: Shared JNDI between cluster nodes

2005-04-09 Thread roberto
Ty Andy. i will try using a jndi.properties in my ear. I'm not able to pass a new argument in the business method, because i need to pass this to all methods.. and i have about 300 Entity and over 500 session bean... and so too much methods... ty very much View the original post :

[JBoss-user] [Clustering/JBoss] - Re: Shared JNDI between cluster nodes

2005-04-08 Thread roberto
i haven't a client! all my code is only a enterprise application composed by Web and EJB modules. So i must configure jboss server environment to use the new provider url. i try to change the jndi.properties in the server/all/conf dir (all is my server) but if i do it i cannot more deploy: many

[JBoss-user] [Clustering/JBoss] - Re: Shared JNDI between cluster nodes

2005-04-07 Thread roberto
Thank You, i try this way, but in every case, how can i retrieve the port number at runtime? In all my project (web and ejb container) when i execute a lookup on the JNDI context, i initialize it only using new InitialContext() without using properties. It's possible to set as default

[JBoss-user] [Clustering/JBoss] - Re: Shared JNDI between cluster nodes

2005-04-07 Thread roberto
I try it and works fine. So the problem now is how use as defualt the HA-JNDI port when in my code (web container and ejb container.. and not in a client) i use new InitialContext() without setting properties directly. Maybe it is necessary change same configuration file. I think that the

[JBoss-user] [Clustering/JBoss] - Shared JNDI between cluster nodes

2005-04-06 Thread roberto
To verify it i have write a simple JSP. Maybe i haven't configure JBoss correctly. or is it not possible? Any idea? Thank You Roberto | !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0//EN | %@ page import=java.io.*,javax.naming.*% | HTML | BODY | % | System.out.println( hello! i'm executing

[JBoss-user] [Clustering/JBoss] - Re: Shared JNDI between cluster nodes

2005-04-06 Thread roberto
i forgot... i'm using JBoss AS 4.01sp1 on window XP environment View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872889#3872889 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872889

[JBoss-user] [Security JAAS/JBoss] - Re: JBoss and tagish NTSystemLogin

2005-01-16 Thread roberto
TY! I do it and now all works fine. I have implemented unauthenticatedidentity too View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3862291#3862291 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3862291

[JBoss-user] [Security JAAS/JBoss] - JBoss and tagish NTSystemLogin

2005-01-13 Thread roberto
I try to configure NTSystemLogin to check credential but i have a problem with roles. Authentication works fine but role authorization doesn't works. Tomcat reply me: message: Access to the requested resource has been denied description: Access to the specified resource (Access to the

[JBoss-user] [HTTPD, Servlets JSP] - Call EJB objects by reference

2004-11-07 Thread roberto
How can i configura jboss to pass arguments between web container and ejb container by reference instead by value ? I know that are better for performance... but i must check if my application works fine too. Thank You View the original post :

[JBoss-user] [EJB/JBoss] - Re: Could not activate; failed to restore state;

2004-10-09 Thread roberto
ty very much Scott! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3850862#3850862 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3850862 --- This SF.net email is

[JBoss-user] [EJB/JBoss] - Re: Could not activate; failed to restore state;

2004-10-08 Thread roberto
no problem occurs. A question: what appends to a stateful session not removed when the jboss server shutdown ? What appends to the next startup ? Thank You! Roberto View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3850739#3850739 Reply to the post : http://www.jboss.org

[JBoss-user] [EJB/JBoss] - Could not activate; failed to restore state;

2004-10-07 Thread roberto
I have a my own HttpSessionListener class that create a new stateful session and put the handle in the httpsession. After this when a servler or jsp start, the handle is retrieved from the httpsession and use the getEJBObject() to retrieve the stateful session but an exception occurs: i have

[JBoss-user] [HTTPD, Servlets JSP] - security constraint problem

2004-08-31 Thread roberto
i have a problem with security constraint... in the web-xml i have: security-constraint web-resource-collection web-resource-nameall/web-resource-name url-pattern*.jsp/url-pattern /web-resource-collection auth-constraint role-nameeveryone/role-name

[JBoss-user] [Clustering/JBoss] - LoadBalancer Problem

2004-03-15 Thread roberto
followRedirects ? Thank You Roberto a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825657#3825657;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825657Reply to the post/a --- This SF.Net

[JBoss-user] [Security JAAS/JBoss] - unauthenticatedIdentity and user roles

2004-02-14 Thread roberto
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3821533#3821533 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821533 I have a ejb method M1 that run as role A, this method call another ejb method M2 that require role B. I

[JBoss-user] [Security JAAS/JBoss] - Re: unauthenticatedIdentity and user roles

2004-02-14 Thread roberto
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3821548#3821548 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821548 Ty.. So how i can resolve my problem ? i need login (like a client) or i can set more run-as roles... or

[JBoss-user] Jboss 3 and Apache 1.3

2002-06-12 Thread Roberto Camps
Anyone knows how to configure JBoss 3.0 with Apache 1.3 using mod_jk? Thank you. Robert ___ Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ ___ JBoss-user mailing list [EMAIL PROTECTED]

[JBoss-user] JAVA ONE

2001-05-30 Thread Roberto Leong
other. Maybe a triathlon? I heard many of you say I can do it, you have the talk but can you do the walk? ehehehe :) Maybe life is just too easy in Atlanta :) regards Roberto ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net

[JBoss-user] using transactions outside enterprise beans

2001-05-17 Thread Roberto Leong
(javax.transaction.UserTransaction); I´m using yesterday´s snapshot and I read an email from Oleg Husgaard (http://www.mail-archive.com/jboss-user@lists.sourceforge.net/msg03250.html) saying that this featured had just been added to CVS thanks Roberto ___ JBoss-user mailing list

[JBoss-user] Scaling an application with jBoss

2001-05-09 Thread Roberto Casas
Hi, I'm new to JBoss and I'm going to develop an EJB application. I want to know how can I (if I can) balance the load of my app between 2 or more hosts running JBoss. Thanks in advance. Greetings. Roberto ___ JBoss-user mailing list [EMAIL

[JBoss-user] JProbe

2001-04-27 Thread Roberto Leong
'profile' to the pk class, and this makes JBoss throw an exception on JawsEntityMetaData around line 142 since this field doesn´t exist. Is there a quick work around without recompiling JBoss to ignore this field? regards Roberto ___ JBoss-user mailing list

[JBoss-user] transaction strategy of jboss

2001-04-04 Thread Roberto Leong
the locking mechanism works or just give me some pointers to resources Id appreciate regards Roberto ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user