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
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
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=bb&op=viewtopic&p=3950657#3950657
Reply to the post :
http://www.j
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=bb&op=viewtopic&p=3950636#3950636
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950636
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:
| i
My WAR is configured to use FORM auth method.
FORM
/login.jsp
/LoginErrorPage.jsp
i have also a security constraint:
all
*.jsp
/index.html
everyone
So when a user try to connect to every JSP or index.html the logi
all client must remember to call it at the end?
Thank You
Roberto
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912930#3912930
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=p
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 :
http://www.jboss.com/index.html?module=bb&op=v
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=bb&op=viewtopic&p=3912910#3912910
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
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.
But
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 :
http://www.jboss.com/index.html?mo
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=bb&op=viewtopic&p=3909071#3909071
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&
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 c
There is maybe some opensource mbean (plug in) that allow it?
Thank You
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3899544#3899544
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3899544
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 :
http://www.jboss.com/index.html?module=b
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
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 init
http://jira.jboss.com/jira/browse/JBCLUSTER-32
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874580#3874580
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874580
--
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=bb&op=viewtopic&p=3874569#3874569
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
occurs.
I think that when the shutdown occurs all 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=bb&op=viewtopic&p=3874283#3874283
Reply to the post :
http://www.jboss.
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 ...
|
org.jboss.web.tomcat.tc5.session.
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=bb&op=viewtopic&p=3874194#3874194
Reply to the post :
http://www.
oy over all cluster and remove http
session data from all cluster.
Any idea about it? or it's really a bug? or i haven't configured well how use
HA-JNDI?
I need to use HA-JNDI without change my code...
Thank You
Roberto
View the original post :
http://www.jboss.org/index.html?mo
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 :
http://ww
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
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 standa
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 PROVIDER
i forgot...
i'm using JBoss AS 4.01sp1 on window XP environment
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872889#3872889
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872889
-
etween JBOSS_A and JBOSS_B
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
|
| <%@ page import="java.io.*,javax.naming.*"%>
|
|
| <%
| System.out.println("***
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=bb&op=viewtopic&p=3862291#3862291
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862291
--
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 requested
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 :
http://www.jboss.org/index.html?module=bb&op=view
JBoss 3.2.x pass data between ejb and web container by reference as standard.
How can configure it to pass data by value ?
Thank You.
Roberto
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851385#3851385
Reply to the post :
http://www.jboss.org/in
ty very much Scott!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850862#3850862
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850862
---
This SF.net email is spon
ing 3.2.5 and 3.2.6RC2 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=bb&op=viewtopic&p=3850739#3
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 tr
i have a problem with security constraint...
in the web-xml i have:
all
*.jsp
everyone
allAdmin
/WebLogHelper.jsp
sysadm
what that i want is that webloghelper.jsp is usable only from sysadm role and all the
i can see this info message:
[HttpMethodBase] Redirect requested but followRedirects is disabled
but how configure followRedirects ?
Thank You
Roberto
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825657#3825657";>View
the original post
http://www.jboss.org/index.ht
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821548#3821548
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821548
Ty..
So how i can resolve my problem ?
i need login (like a client) or i can set more run-as roles...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821533#3821533
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821533
I have a ejb method "M1" that run as role "A", this method call another ejb method
"M2" that require r
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]
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 PROTE
t;);
initcntx.lookup("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
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 l
'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 ma
things work with jboss
Roberto
-Original Message-
From: marc fleury [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 04, 2001 4:59 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] transaction strategy of jboss
Roberto,
come on man, not you!
do me a favor, pull those fingers out of your
how the locking mechanism works or just give me
some pointers to resources I´d appreciate
regards
Roberto
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
47 matches
Mail list logo