yes, that's right. I'm sorry. The ejb-name can be the same, since it only needs to be
unique within the scope of a jar file. So you just need to ensure that you don't
accidentially deploy both ejbs with the same jndi-path.
If you do not specify a jndi path explicitely within the jboss.xml descri
Thanks Marc,
I change my connection-url with the Yours .
Now its working.
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845864#3845864
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845864
---
Hi vishal,
gnu-regexp.jar ,its there already in libraries,
11:56:38,040 ERROR [MainDeployer] could not create deployment:
file:/C:/unzipped/jboss-3.2.3/jboss-3.2.3/server/all/deploy/jboss-net.sar/
org.jboss.deployment.DeploymentException: create operation failed for package
file:/C:/unzipped/j
I am using JBoss-3.2.5. One of my JSPs presents a list of objects retreived from a
database. I am using the same JSP for different types of objects. Running the JSP for
the first type of objects shows a list of all retreived objects. The list of the
retreived objects for the second type of obje
Hi,
i'm trying to use a regular expression in my web.xml deployment descriptor, but i'm
getting a error at deploy time.
Here's what i wanna do:
I have a servlet filter that must be executed for ALL urls of my application except
for the login.jsp. Then, i tried something like this (and other vari
JBoss 3.2.5 switched from Jdom to dom4j, and ships with a version of dom4j, which
appears to be 1.3-patched. This particular version contains bugs which were fixed in
1.4.
We were using a dom4j version 1.4 prior to the upgrade and our code regressed due to
the JBoss kernel supplied version.
Hello:
I am trying to get JMS working across the HTTPServerILService. I have
been reading the Admin and Devel Guide as well as the "Messaging, JMS
and JBossMQ" forum and http://jboss.org/wiki/Wiki.jsp?page=ConfigHTTPIL
as references. I feel that I am fairly close to getting this to work,
but I am
Hi,
i've been dealling with a quite complex problem on JBoss 3.2.3/ Tomcat 4.2, which is
described right here.
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=53202
Does anyone know if this problem persists on JBoss 4.0?
View the original post :
http://www.jboss.org/index.html?module=
You are missing some librarires on classpath and add it in server file of lomboz..
By this error it looks to me its u are missing gnu-regexp.jar on yr path..
I hope this helps..
Vishal
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845856#3845856
Reply t
I have fixed this issue for 3.2.6RC2. Its still not clear why you needed to run with a
security manager in the first place.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845849#3845849
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting
Hi,
Is there any way to instruct JBoss to execute every CMP database write operation using
a database user related to the application user instead of one master database user
for all applicaton users?
thanks in advance
View the original post :
http://www.jboss.org/index.html?module=bb&op=vie
Then something wierd is happenong there, sounds like a bug but send something more ...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845847#3845847
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845847
-
which class is for Jetty?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845846#3845846
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845846
---
SF.Net email is spo
Standard IS NULL instead of "IS EMPTY" works just fine with EJBQL. BTW, I'm not sure
if there exist this "EMPTY" in SQL syntax at all.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845845#3845845
Reply to the post :
http://www.jboss.org/index.html?module=bb
Start with the JAAS Howto topic in this forum.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845843#3845843
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845843
--
Greetings,
I deployed a set of entity beans in my jboss as clustered beans. I have also a
stateless session bean which handles those entity beans (local interfaces). I was
wondering what information is really clustered for entity beans in cluster (in real,
my entity beans are flagged as cluster
There is no default username/password, and the InitialContext is not the mechanism for
providing the authentication information. Read the JAAS Howto topic in this forum.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845838#3845838
Reply to the post :
http:/
Hi all,
I faced this problem too, and I have been doing some "investigations" :)
This "null pointer" exception occured only on the client side of my j2ee app. The
login-config.xml was present on the server too as part of jaas authentication -
{jboss}/server/default/config/, but there - no excep
Hello,
Is there a jmx-console command that can be used to view all classes loader in the
repository?
Albert.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845830#3845830
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3
Hello,
I noticed that the values for SECURITY_PRINCIPAL and SECURITY_CREDENTIALS specified by
my app are not taken into account.
Here is a snippet from my app:
| p.put(Context.SECURITY_PRINCIPAL,"sa");
| p.put(Context.SECURITY_CREDENTIALS,"WRONG");
|
This allows me to connect to
Hello,
Can anyone tell me what is the default password/login in order to access and ejb i.e.
the values for the following variables:
Context.SECURITY_PRINCIPAL
Context.SECURITY_CREDENTIALS
Thanks in advance,
Julien.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewto
hi theute, thanks a lot for your help :)
turns out that i needed to run this
- build.xml in Nukes/build
- added the create bb/output/lib/nukes-bb-lib.jar ... nukes-downloads-lib.jar and
other jboss *.jar files.
no more error messages, only warning which i suppose can be ignored.
View the origin
just added jboss.jar into the classpath. the error messages on javax.ejb.* and
javax.transactions.* are gone, those that still remain are:
mport org.jboss.nukes.addons.modules.bb.ejb.ForumEJBLocal;
import org.jboss.nukes.addons.modules.bb.ejb.CategoryEJBLocal;
import org.jboss.nukes.addons.modu
More background info ( i gather from online forums these may matter ):
i imported the *.jar from jboss-3.2.3/ and nukes-1.1.0-RC3-src/ whenever possible.
under windows->preferences->ant->runtime->'ant home entries(default)' i have
path_to_eclipse-SDK-3.0/plugins/org.apache.ant_1.6.1/lib/*.jar
hi theute,
thanks a lot for your help, looks like it's getting closer to wrap this up. down with
2 lines of error messages after tinkering for so long.
this structure is obtained using Nukes-1.1.0-RC3-src:
- Nukes
|-src
|-bb/src/main
|-distrib/src/main
|-downloads/src/main
|-fag/s
i have the same problem. and i want to write a servlet
the web.xml sound that:
FORM
/servlet1
and I write the Servlet1 to handle the login process,but how can i get the orignial
url. for example:I come from
http://www.sa.com/sample1.html?username=a&password=b
when the jb
26 matches
Mail list logo