Hi All,
I have downloaded nukes-snapshot. I have build the source code & deployed the ear
files in JBoss. I am able to get the nukes home page. But bb module is not enabled. So
i went to jmx-console of JBoss and started
"J2EEApplication=null,J2EEServer=Local,ServiceModule=nukes-bb.sar,j2eeTy
bcel comes with JBoss (server/default/lib/bcel.jar). It just looks like you have
incompatible versions of JBoss EJB and bcel in the classpath.
How did you start JBoss? In a shell window, running:
/jboss-3.2.3_nukes-1.0.0/bin/run ?
Sherman
http://www.jboss.org/index.html?module=bb&op=viewtopi
The jboss-3.2.4RC1 release is available here:
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=223319
Change notes are here:
http://sourceforge.net/docman/display_doc.php?docid=21888&group_id=22866
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3
Sgwood,
Yes, I am using the jboss-3.2.3_nukes-1.0.0.zip, but I have no clue of BCEL (from
Jakarta?). If so, I don't have it installed. If not, how could I get around this?
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825467#3825467";>View
the original post
http://www.jboss.org/
Kenny,
You have a different problem(s) than peter_y_wang.
For the stack trace problem, it looks like you have some mismatch between what JBoss
is expecting and BCEL. Are you using the vanilla jboss-3.2.3_nukes-1.0.0.zip?
For the problems deploying from a CVS snapshot, try the plain DB setup w
I have a similar problem, as follows
java.lang.NoSuchMethodError: org.apache.bcel.generic.InstructionFactory.createNe
wArray(Lorg/apache/bcel/generic/Type;S)Lorg/apache/bcel/generic/Instruction;
at org.jboss.proxy.compiler.ProxyImplementationFactory.createProxyMethod
(ProxyImplementationFac
Chapter 4 is out, after a long wait.
Next chapter will be on JAAS.
Watch out.
Cheers
Vishal.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825464#3825464";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825464>Reply
to the post
Have a look at this link.
www.tusc.com.au/tutorial/html/chap5.html.
I hope this will help
Vishal.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825463#3825463";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825463>Reply
to the post
---
Sorry for long post.
I'm new to JBoss, Firebird and Jaybird. I'm having problem making Jboss and
Jaybird work together.
My environment:
Win 2k, JBoss-4.0.DR2, Firebird 1.5, FirebirdJDBC1.5.0Beta3-1.4, jdk 1.4.
I have copied Firebirdsql.rar and firebird-ds.xml to deploy directory.
Below are snipp
I'm having the same problem. What is the solution?
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825461#3825461";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825461>Reply
to the post
---
hi, I want to know that Is it possible to get the username from EJB container if I use
jaas to login? I only can get the roles from the SessionContext. If it is impossibile,
which API can I refer to? Thanks.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825460#3825460";>View
the ori
I am not sure what is going wrong: I am using JBOSS 3.2.2+mysql
I create CMP managed bean Customer->account->contactinfo->address.
Primary key are generated by JBOSS as the bean is CMP and I do not mention a primary
key field AddressEJB_upk
But whenever there is any operation, it fails compla
I found the problem which was that i had ant installed from jpackage wich overrode the
ant in the nukes buildsystem. :-/
Far out..
/RobX
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825458#3825458";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
we are currently evaluating this possibility. I was wondering if you had any success.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825457#3825457";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825457>Reply
to the post
---
I am getting "CMP field for key not found"
for following ejb-jar.xml
user-agents
user-is-agent
< multiplicity > One
User
Julien,
Thanks!
(See development forum for feedback.)
BTW --
Under Eclipse on my windows desktop, in the CVS Repository Explorer, the only thing
under the branch "Nukes_Branch_1_0" was "nukes-tools Nukes_Branch_1_0"
So under HEAD, i grabbed "nukes" and "nukes1.0"
"nukes" looks like t
Its a concurrency jar :)
http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825454#3825454";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825454>Reply
to the post
Where can i find the sources for concurrent.jar under \client directory? Does anyone
know what this jar is doing?
Thanks.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825452#3825452";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825452>
Hi,
I am hoping someone can give me some pointers to a problem I'm having in production
environment. Everything is fine in the development network. But JMX notifications are
frustratingly slow in production. I have opened up all the ports that JBoss uses and
still have the issue.
I am using JB
Hi,
when I shut jboss 3.2.1 and jboss 3.2.3 down ( run and halted from comand line), i get
the very common message:
-Shutdown complete
-Halting VM
That's ok!
When I shut them down from Eclipse, the following happens.
For JBoss 3.2.1 I got the same message from eclipse console, what was expected
resolved, was a problem with variable scope. nothing to worry about here
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825447#3825447";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825447>Reply
to the post
--
Hello All,
I'm facing a typical deployment problem in JBOSS4.0 while deploying war files in the
server/default/deploy directory.
The steps that I followed:
1) Started JBOSS.
2)Deploy war file in server/default/deploy directory. See web pages etc.
3)Stop JBOSS
4)Start again.
leads to
*E
That is a great idea. I started looking at them, and it looks like OpenIM
http://www.open-im.net/en/ might be good. The functionality is only 50% but it is open
source and java based.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825444#3825444";>View
the original post
http://www.j
Hi - can anyone help to resolve the following problem?
2004-03-12 15:31:38,406 DEBUG [org.jboss.ejb.plugins.LogInterceptor] InvokeHome:
findBySubscriberNbr(1, 2, 4,00754)
2004-03-12 15:31:38,406 DEBUG
[org.jboss.ejb.plugins.cmp.jdbc.JDBCDeclaredSQLQuery.SubscriberSummary#findBySubscriberNbr]
I'm looking for advice on what the best Jabber server is for deploying in JBoss 3.2.3.
Jabber.org doesn't mention in their server matrix if any of the servers can be
managed with the JMX console.
Also, if anyone knows of JAAS sample code or modules for authenticating users against
/etc/passwd
this works with 2 different mechanism :
mode == 0 : means the mail module will perform DNS lookup to send the mails, so in
that case you need to setup the DNSServer property to a suitable DNSServer.
mode == 1 : it uses an email account, in that case you need to setup the Gateway,
SMTPUser and S
Worked fine.
Thanks a lot
Robert
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825437#3825437";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825437>Reply
to the post
---
This SF.Net e
Hi,
I want to develop nukes which user can choose diffrent language for displaying, e.g.
English and Chinese. Should I update the new characters in JSP or use the file under
folder:
nukes-1.0.0-src\nukes\src\resources\nukes-lib-jar\org\jboss\nukes\core\modules\user\languages
or anybody can sugge
Things still are not working correctly. I think the code might be broken. I've
tracked the problem to org.jboss.nukes.core.modules.mail.MailModule to the method:
public boolean deliver(int serialId, String from, String to, String subject, String
body)
It seems that the call MXRecord[] recor
I'm also at a loss as to how to delete a post. Giving myself perms as admin didn't
help at all
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825433#3825433";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825433>Reply
to the post
---
Is there any information about how jboss client side software works? I see many jar
files under jboss-xxx\client directory.
Thanks.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825432#3825432";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
I got the following errors when deploying nukes-1.0.0-src
19:40:33,559 ERROR [STDERR] java.lang.NoSuchFieldError: minMergeDocs
19:40:33,559 ERROR [STDERR] at org.jboss.nukes.core.modules.index.Index.getW
riter(Index.java:351)
19:40:33,559 ERROR [STDERR] at org.jboss.nukes.core.modules.inde
I deleted some quotes from database. I guess that you may be able to do this from
database.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825430#3825430";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825430>Reply
to the post
-
I am working on getting JMS to go over HTTPS for my current project.
I have gotten far enuf to get JNDI working over HTTPS..
However, now the problem is in the JMS itself over HTTPS. I create the connection
factory using
TopicConnectionFactory cF=
(TopicConnectionFactory)jndi.lookup("HTTPXAConne
Once again the solution was pretty evident,
jboss/server/default/deploy/mail-service.xml
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825427#3825427";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825427>Reply
to the post
Thank you very much! I'm willing to se the new 3.2.4!
Marcelo
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825426#3825426";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825426>Reply
to the post
-
I can't seem to get the lostpassword module to work properly. Nukes claims it sent
off the password and it does change the user's password, but no email arrives. I
believe it is because I have not configured the smtp server. Does anyone know where
that is done?
Thanks,
Mike
http://www.jb
Where can i find the batch file to build jbossall-client.jar file? is it under the src
directory tree?
Thanks.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825424#3825424";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825424>Reply
to
I have found it super easy to add new plugable modules into nukes. The source code
has easy to follow examples, eg: Journal is probably the simplest. Don't bother with
the tutorial as the last I checked it was very out of date. As the API has changed
from RC1.
I suppose the biggest advantag
download jboss here:
http://www.jboss.org/downloads
unzip jboss-x.x.x.zip
that's it.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825421#3825421";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825421>Reply
to the post
Hola:
Necesito informaciÃn acerca de los requerimientos minimos recomendados para instalar
JBOSS Server, Procesador, Disco, Memoria
Saludos desde Chile
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825419#3825419";>View
the original post
http://www.jboss.org/index.html?module=bb&op
Hi Juha,
Thank you very much for your help.
In the log4j.xml i already have
so i changed that to
and i am getting all the database executed queries in detail.
I wasted 3 days in just trying to figure out this using triggers.
Thanks once again
Murali.
http://www.
Still happening even when I try to remove all my jars out of my web-inf/lib in my war
file.
Saw on forums my loader config names shouldnt even matter if I put
x.y:loader=z
-Eric
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825414#3825414";>View
the original post
http://www.jboss
when posting html and Word text into our application we find the punctuations save
fine in the database but display as ? marks when viewing through a browser.
The fix has been to delete and re-enter the punctuation chars and repost - this
display problem (changing punctuations to ? marks) did
execute the following command from the core "nukes" directory:
build deploy-components
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825411#3825411";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825411>Reply
to the post
---
Why are some of the messages cut short? I would like to see what others posted as
their configuration files (jboss-service.xml files) and not have to start a new
posting if it is unnecessary. I am having the same SSL problems with
jboss3.2.1-tomcat4.1.24 that the paid documentation does not ad
Sorry,
in my previous post a part of the example was disapperead ???
I re-post without simbols "<" and ">"
In /conf/log4j.xml
I added this configuration:
appender name="XMALFAPPENDER" class="org.apache.log4j.RollingFileAppender"
param name="File" value="/tmp/XMALF-JBOSS.log
Hi,
There is no restriction about primary keys as Strings. I have a CMP Entity with such a
primary key and the finder works fine.
You should post the exact message for the first FinderException in order to see the
exact problem. When you change the primary key as Integer, did you change all is
Have a client who is attempting to use JBOSS on an IBM Zseries (mainframe) Linux (SUSE
SLES8) platform.
I am a Jboss newbie and need help debugging this "run away" process.
They fire up Jboss and lots of processes get spawned...and the count seems to continue
to groweven though they are not
Never mind. I got it working. Just a hint to anyone else. Make sure that the
variable received is set to something besides null. Otherwise you get an error
message, and the error thrown is all wrong. It points to all the wrong places besides
the one that you really need.
http://www.jboss.o
This is a bit unusual, but I can not figure this out. I have a JSP page that throws a
java.lang.NullPointerException. It throws the exception randomly, meaning at times it
works and other times it throws the exception. I tried it with the same data and
different data as well, so I know it is
I had the same problem when I installed JBoss 3.2.3 bundled with Tomcat. The problem
was that I had my default JAVA_HOME set to version j2sdk1.4.1_02. I edited
\JBoss\bin\run.bat and added a extra line to force the JAVA_HOME to point to a later
version of JDK (namely, j2sdk1.4.2_03) and that fix
I had the same problem when I installed JBoss 3.2.3 bundled with Tomcat. The problem
was that I had my default JAVA_HOME set to version j2sdk1.4.1_02. I edited
\JBoss\bin\run.bat and added a extra line to force the JAVA_HOME to point to a later
version of JDK (namely, j2sdk1.4.2_03) and that fix
Hi all,
I load the todays snapshop, installed it with JBoss 3.2.3, set up the mysql.
If I Start the nukes with http://localhost:8080/nukes, I only can see the center html
block. No admin part, no main menu, no users login.
I appreciate your help.
Best Regards
Robert
http://www.jboss.org/ind
Hi.
I have configured JBoss to authenticate users in LDAP directory. Users are
authenticated properly, but their roles aren't mirrored in JBoss. I tried many
configurations in login-config.xml but it still doesn't work. Server.log contains such
entries after user login:
| 2004-03-12 16:44:2
Slight correction:
This line:
* @jmx.managed-parameter name="key" type="java.lang.String" description=“Key of
Task”
should read:
* @jmx.managed-parameter name="key" type="java.lang.String" description="Key of Task";
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825398#3825398";
Its the J2EE application client deployer service which handles the ear
META-INF/application-client.xml descriptors.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825397#3825397";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825397>Reply
There is no RMIConnector interface. There is an org.jboss.jmx.adaptor.rmi.RMIAdaptor
interface in the jbossall-client.jar.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825395#3825395";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825395>
What will not work, what errors you got ?
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825396#3825396";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825396>Reply
to the post
---
This
For multipart/form-data request, a servlet can get a java.io.InputStream if
com.oreilly.servlet.multipart package is used. If I want to use the InputStream to
store data into database, do I have to use jdbc from this web tier? Can I pass the
InputStream into stateless session tier in another jvm
For multipart/form-data request, a servlet can get a java.io.InputStream if
com.oreilly.servlet.multipart package is used. If I want to use the InputStream to
store data into database, do I have to use jdbc from this web tier? Can I pass the
InputStream into stateless session tier in another jvm
If you use XDoclet (and if you don't, you should), it's pretty simple to create the
Model XMBean for JBoss with param annotations.
For example:
/**
* @jmx:mbean name="MyApplication:service=MyJMX"
* @jboss.service servicefile="jboss"
* @jboss.xmbean
*/
public class MyJMX implements MyJMXMBean
I have tone CMP Bean whis relationship to itself.
Nodes
Nodes
nodeID
nodeID
parentID
parentID
and relatinship
one
I am trying to configure an entity bean that has a primary key made up from two non
nullable foreign keys. I have created the cmp fields and the cmr fields for the
columns. My PK class is correct. I have configured the container for insert after
post create. I am calling set on each of the f
starksm,
That works for BASIC but not for FORM authentication.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825389#3825389";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825389>Reply
to the post
---
Hi,
Can anyone help me.
I give you the problem on console :
16:12:11,760 ERROR [EjbModule] Initialization failed
javax.management.InstanceAlreadyExistsException:
jboss.j2ee:jndiName=Repertoire,service=EJB already registered.
at
org.jboss.mx.server.registry.BasicMBeanRegistry.add(Basic
It is not working :-( here are the sniplets from my code
public void doPost(HttpServletRequest request,
| HttpServletResponse response)
| throws IOException {
| // String username = request.getParameter("j_username");
|
|Principal use
The problem with spawning threads withinin a servlet or an EJB is that there is no way
for the ApplicationServer to propagate security credentials and the current
transaction to the spawned thread. If you are ok with that disadvantage, then Thread
away!
http://www.jboss.org/index.html?module=
| import java.security.Principal;
|
| public class SnoopServlet extends HttpServlet
| {
|protected void doGet(HttpServletRequest request, HttpServletResponse response)
| throws ServletException, IOException
|{
| // getUserPrincipal returns non-null only when t
Thanks for the update Bill.
J2EE permits developer created threads with Servlets, but not EJB. Can you comment on
whether spawning a new thread from a Servlet would be a problem in JBoss 3.2.3 with
Tomcat 4.x integrated?
BTW, the Timer is just to manage the updating and in-memory caching of RS
Is there a way to use different SSL certificate with each Virtualhost in JBoss? If so
how?
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825382#3825382";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825382>Reply
to the post
---
do you have the tag in your web.xml file?
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825380#3825380";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825380>Reply
to the post
---
Thi
Let me try this again :
Do you have the tag
in your web.xml file?
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825381#3825381";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825381>Reply
to the post
Sorry fo rthe double posting I wanted to explain what I am trying to accomplish. I
need to get the username in my servlet after the user logs in. I am using Basic
authentication but I am not sure how to get the username I thought with a form I could
pass it as a parameter to the servlet.
h
Juha,
I did that but I get a 404 error and my username and password are being passed in the
url here is what I am getting.
http://localhost:8080/WebMessage/j_security_check%20METHOD=?j_username=x&j_password=&Login=Submit
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825378#3
The solution was at Tomcat's own pages.
The tomcat-config creates the virtual-hosts with HOST="hostname", which is the same
name yoy must refer to in the jboss-web.xml. This does not have to be a valid name,
just an internal name.
Then you specify "www.realhost.com" as an alias in the tomcat-co
grr - i looked for that on the wiki, but guess i didn't look in the right spot.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825376#3825376";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825376>Reply
to the post
---
IÃÂve installed JBoss 3.2.3 but when I try to access jmx-console or an deployed
aplication, this error above comes. How can solve that?!?!
HTTP Status 500 -
type: Exception report
message
description: The serv
I have multiple instances of JBoss 3.2.2/tomcat running on a server with the port
bindings hard coded and have both working with straight http & SSL. I wanted to change
them over to using the binding manager service but when I do I can't get SSL to work
for either instance. I copied the sample-b
Ah.. that's a bug. Thanks.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825373#3825373";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825373>Reply
to the post
---
This SF.Net email
if you want to integrate the app w/o using nukes, then that can not be done. the bb
module relies upon code that is part of the nukes core.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825372#3825372";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mod
I've done my form as yours, but the users are not authenticated, even my
loginError.jsp is called. Should I import some package from login.jsp or
loginError.jsp? See my configurations:
web.xml:
Secure Pages
/cadastro/web/ConsultaAluno.jsp
GET
All,
I have a CMP for a small database table that contains pretty static data. I would
like for the CMP to make a single access to the database to load all of the rows in
the table into cache. Once the data has been loaded, I would like the CMP to be
completely independent of the database;
I hope someone can help me out on the problem I am having with findByPrimaryKey(). I
have CMP entity bean using a primary key as String. When I call findByPrimaryKey ()
by passing correct key, I get a FinderException error. I thought that I cannot use
String for the primary key so I try to ch
IÂve solved this problem. It was just the text format that was incompatible. I think
it is because I've copy-paste examples from the Web.
Now i am having another problem, I can't authenticate my users, the login and password
are correct, but the user is not authenticated. When I get request.get
I'm having a strange problem with a single MDB on a queue (JBossMQ). The setup started
on jboss 2.4.4 where we are sending messages from a client to the MDB who calls a
session bean (Facade). Out of the blue the MDB just stops recieving messages with no
exceptions or what so ever. The client kee
Hi all,
this is my first experience with ... log4j.xml
In /conf/log4j.xml
I added this configuration:
When I run my EJB application XMALF , I see in the file:
/tmp/XMALF-JBOSS.log
not only "log.error() messages"
Hi again,
I have solved the problem.
Solution is to add a filter to your web application (in web.xml):
Set Character Encoding
filters.SetCharacterEncodingFilter
encoding
Windows-1250
Set Character Encoding
action
-
I'm asking about this because most companies that make revenues of a million plus and
are in need of an integrated portal are going to go with Weblogic or something else.
I'm a fan of JBoss, but when it comes to portals (which are very useful to enterprise
customers) Weblogic has JBoss beat.
h
Hi,
I am having a problem with my deployment using JBOSS3.2.3 with tomcat compatible
server using win 2000 OS and SqlServer 2000. I am trying to deploy an EJB and they are
all resulting with the same error.
I am also a begginer for JBOSS and have really no idea.
Thanks,
Claudio
JBoss Error:
C
I created that branch and merged the fixes that have been done since 1.0 is out. You
can retrieve it with :
cvs co -r Nukes_Branch_1_0 nukes-1.0
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825361#3825361";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posti
instrument(ExprEditor) doesn't recognize new type[ ] as NewExpr
Example:
public int[] myarray = new int[10];
is not recognized calling CtClass.instrument() and filtering with NewExpr
occurrences.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825359#3825359";>View
the orig
Hello:
I have few MDBs set up in the LAN and it works fine. However when I tunnel through
HTTP things aren't the same :-(. Connection is from outside and through a firewall as
well.
When I try to create a QueueConnection using the QueueConnectionFactory it gives me
the "Cannot Authenticate User
Download the quickstart guide, read from about page 18
http://www.cs.helsinki.fi/u/jkaipone/QuickStart-30x.pdf
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 12 March 2004 11:10
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] [Beginners Corner] - how to ke
Hi,
I am using Jboss3.2.0_Tomcat4.1.24 on solaris 6 for testing purposes.
I want my jboss to keep running even after I close the window/session in which I have
started it. How can I do that ?
I have heard about "services" ! How can I add jboss to services sothat it starts
automatically when
The action is "j_security_check" that is recognized by your servlet container as an
authentication form.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825356#3825356";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825356>Reply
to the pos
I am no expert in fact I am a newbie :-) but I have been able to authenticate against
Active directory with the browseldapmodule. If you search the forums you can find
info on it. You will have to download it and deploy it.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825354#382
I actually did this but it still didn't work. I am using the browseldapmodule to
authenticate with Active Directory. I have an index.html page that points to a servlet
with the url mapping of /message
when you try to access /message the login form comes up. What do I set the action of
the logi
We are getting the following connection failed message whilst listening
on a topic.
The topic itself is ok, because if we connect a new client then it can read without
problems.
[2004-03-12 12:03:36,273] [WARN ] [org.jboss.mq.Connection] Connection failure:
org.jboss.mq.SpyJMSException: Connect
Thank you - it was the matter of elements order... Hmm, isn't it strange that first
role is used and then defined? :)
Bart
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825351#3825351";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825351
1 - 100 of 125 matches
Mail list logo