Hi All,
I want to stop displaying JAAS security exception trace in server
console.
Is there any way to do it.
Our customers dont like it to be displayed.
Thanks
Siva
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876549#3876549
Reply to the post :
My Exception is in the mapping of a number(5) in Oracle 8i, first to Short and
second to Integer. The Mapping is the next:
Usuario
UsuarioBean
beans.cmp.UsuarioBean
Container
java.lang.Integer
2.x
esquemaUsuario
identificacion
nombre
java.lang.String
Nombre
VARCHAR
VARCHAR2
false
Hi,
I am having a stateless session beans which makes database updates.
At times the method may makes 500-600 updates serially.
Sometimes i could see a warning message from in server log
as below
--
WARN [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl
[FormatId=257, Glob
Yes, I use these all the time. The vm is 'hanging' waiting for a debugger to
attach to it as requested due to the suspend=y parameter.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876544#3876544
Reply to the post :
http://www.jboss.org/index.html?module=bb
Hi Scott,
Did you try these params? It seems the only thing it did was load the classes
from rt.jar and then hang.
P.S.
It's good to see a CTO cruising the boards.
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876543#3876543
Reply to the post :
"genman" wrote :
| I would turn on debug logging and get stack traces. If you get a feeling
for what your process normally does during the time it changes behavior, a
trace might pinpoint something.
|
| Also, check using "lsof" and see if your process is running out of files.
Thanks for
I would turn on debug logging and get stack traces. If you get a feeling for
what your process normally does during the time it changes behavior, a trace
might pinpoint something.
Also, check using "lsof" and see if your process is running out of files.
View the original post :
http://www.jb
You're closing the connection (jmsConn) twice.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876539#3876539
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876539
---
Wrong forum. You should be able to test and find this out. They're supposedly
compatible, but they have their differences, which ought to be well know by
both teams.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876538#3876538
Reply to the post :
http:/
You could differentiate the two kinds of messages using a message selector.
This way, the "low priority" messages are processed by one MDB, and the others
by a separate MDB.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876537#3876537
Reply to the post :
I see. Thanks for the Wiki page link.
I am still concern to rely on the client code to do the proper flushing (in my
case, I have a remote EJB application).
I guess I could flush the cache before any new call to loginContext.login, but
this will still not solve my problem of not sharing the ser
Yes, that is the extreme opposite. Application triggered flushing based on
meaningful events gives you control of the what is cached.
http://wiki.jboss.org/wiki/Wiki.jsp?page=CachingLoginCredentials
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876534#3876534
Hi,
I am facing the same issue and wondered if you were able to make
it work.
Thanks,
Arie.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876533#3876533
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876533
--
Thanks for the prompt answer.
I thought that disabling caching means that authentication will be done for
every EJB request (and not just between two calls to loginContext.login).
Is it not the case?
Thomas
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876
So, disable caching.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876531#3876531
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876531
---
This SF.Net email is spo
My initial experiment with JBoss seems to suggest that the principal object
returned by EJBContext.getCallerPrincipal is shared between all the EJB clients
that have been authenticated with the same user id and password and that as
long as JBoss is caching the authentication information (default
Can someone point me in the right direction for setting up JBoss to use
Novell's eDirectory for LDAP user authentication?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876527#3876527
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
No one running on windows actually uses the run.bat script apparently so this
debug setting is out of date. The run.conf setting used by the run.sh has the
correct jpda options. They translate to:
| set JAVA_OPTS=-Xdebug
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y %JAVA_OPTS
Hi, I have 2 JBoss instances running. One is hosting my topic and JMS stuff.
The other is trying to publish a message to that topic. If I set it up so that
there is a durable subscription on that topic then I get the following error on
my TopicSession.commit() call:
| Caused by: javax.jms
oops again small typo... this ADMIN.HTML calls t2.java and not t1.java
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876521#3876521
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876521
--
oops small typo... this ADMIN.HTML calls t1.java and not t1.java
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876520#3876520
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876520
I am using JBoss 4.0.1sp1 on SuSE Linux 9.0 System.
I have a WEB APPLICATION and access it using
http://localhost:8080/mhin/admin.html and here is my Directory structure...
/jboss/server/default/deploy/mhin.war --> this is a directory.
/jboss/server/default/deploy/mhin.war/admin.html
/jboss/serve
Can you instantiate an ejb during deployment? I need a way to instantiate an
EJB every time I restart jboss. Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876518#3876518
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode
Apparently, an elegant solution for this exist now in 4.0.2:
http://wiki.jboss.org/wiki/Wiki.jsp?page=BarrierController
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876517#3876517
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mod
There is an elegant solution for this in 4.0.2
http://wiki.jboss.org/wiki/Wiki.jsp?page=FAQJBossJMX
"How can I delay the starting of my MBean until after the Tomcat connectors are
active?"
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876516#3876516
Reply
Using WinXP + jboss-4.0.1sp1 + j2sdk1.4.2_08:
After uncommenting the JAVA_OPTS for debug mode the server never starts. All I
get is this message:
Warning: classic VM not supported; client VM will be used
This is a fresh install and I changed nothing else. Any clues?
Thanks
View the origin
Complete shutdown followed by re-start and I see the following exception stack
trace when JBoss is trying to deploy the portal.
rjsjr
2005-05-04 16:59:39,703 INFO [net.sf.hibernate.cfg.SettingsFactory] Use
scrollable result sets: true
| 2005-05-04 16:59:39,703 INFO [net.sf.hibernate.cfg.Se
I have the same problem with 4.0.2 version. However 4.0.0 and 3.2.4 works fine.
Can anyone from JBoss explain why?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876509#3876509
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
I have deployed a web service in 4.0.2RC1. My application cannot have an
internet connection and when I startup JBoss I receive the following ERROR:
| 2005-05-04 13:53:03,890 ERROR [org.jboss.webservice.ServiceDeployer] Cannot
startup webservice for: my.war
| org.jboss.deployment.Deploymen
Oh yeah... I forgot system info...
1 - JBoss 4.0.1sp1
2 - Java 1.5.0_01
3 - PostgreSQL 8.0.?
All of my other apps that are using that install, including PostgreSQL, are
working properly...
rjsjr
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876495#3876495
I have done the following...
1 - Built the PostgreSQL DDL for the Portal according to the build
instructions. Ran the DDL against PostgreSQL as well as the SQL to get the
initial users and roles into the db. All worked hunky-dory-dandy.
2 - Updated portal-ds.xml to read as follows.
|
|
my question went directed to that it is not very easy to obtain subjects themes
that they work with jbossportal, because to change the subject that comes by
defect it does not provide a quality portal and I thought that when using
mambo server they were possible to be included portlets based in
Hi,
I need some help from experienced programmers - who have faced
this specific problem of 'transaction - timeout'. My GUI application
accesses my app server - deployed with some of my session & entity beans.
There is a certain case - when the processing task for the app server becomes
heavy
"[EMAIL PROTECTED]" wrote : There is no user/iiop forum, so this is probably
our fault.
| User / Installation & Configuration seems like a big bucket for all sorts
of stuff.
|
There isn't a forum for lots of things. Its hard enough getting users to post
in the
right forum as it is, it woul
This concerns releasing a connection. Log tracing produced these two entries:
12:57:02,703 TRACE [CachedConnectionManager] registering connection from [EMAIL
PROTECTED], connection : [EMAIL PROTECTED], key: [EMAIL PROTECTED]
12:57:20,578 TRACE [CachedConnectionManager] popped object: [EMAIL PROT
I don't know if this is related, but I'm having a similar problem trying to use
JDBC 3.0JC1 under Java Web Start where it throws a class cast exception.
I believe they changed the Informix Driver to use the single-parameter version
of Class.forName() instead of the three-parameter version that a
Fixed it :)
I changed bundled portal-sar and forum-ear to those from separate bin packages.
Tomasz Szymanski
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876487#3876487
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=
It worked well with me when I deploy it is sar file. I am not sure integration
of hibernate3 with Jboss using HAR files. but with SAR it is straightforward.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876486#3876486
Reply to the post :
http://www.jboss.
Related to the question, you can alway have 2 different ORBs in the same JVM.
Some time ago, I used OpenORB to implement a simple CORBA interface within
JBoss, without affecting the ORB used by JBoss (jacORB).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387
There is no user/iiop forum, so this is probably our fault.
User / Installation & Configuration seems like a big bucket for all sorts of
stuff.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876484#3876484
Reply to the post :
http://www.jboss.org/index.
Dimitris, you need to stop answering user questions in the dev forums.
It only encourages them to post more and more.
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58934
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876481#3876481
Reply to the post
Moved to the user forum.
For future reference WRT "CORBA2.3"
there is a big difference between implementing the basic spec (JDK's ORB)
and implementing the large number of optional features in that spec.
CORBA isn't even a spec per-se, it is made up of lots of different specs
that vendors can ch
Oh, and:
Linux version 2.4.21-4.0.1.ELsmp ([EMAIL PROTECTED]) (gcc version 3.2.3
20030502 (Red Hat Linux 3.2.3-20)) #1 SMP Thu Oct 23 01:21:42 EDT 2003
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876475#3876475
Reply to the post :
http://www.jboss.org/i
"[EMAIL PROTECTED]" wrote : - which JVM and which OS (and threading model)?
Red Hat Enterprise Linux ES release 3 (Taroon)
java version "1.4.2_03"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02)
Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode)
JBoss 3.2.3
View
Well, what we have is a case where there will be long-running data imports. We
don't want these imports to significantly impact the performance of other
requests to the system. Our original thought was that we could use JMS
messaging to prioritize certain message types and acheive the desired ef
I've just installed Jboss Portal bundled with JBoss AS. The only modification I
made, was changig database to MySQL (4.1.11), so I changed portal-ds.xml to:
PortalDS
jdbc:mysql://localhost:3306/jbossportal?useServerPrepStmts=false
org.gjt.mm.mysql.Driver
portal
portalpa
We had an application that used the default "standard bmp entity bean
configuration" with pessimistic locking. The application used to hang and get
into deadlocks frequently.
The hang went away as soon as we shifted it to use "Instance Per Transaction
BMP EntityBean" with NoLock. We are conc
I am new to JBoss. Can any one tell me where can I find the documentation about
how to create Cluster in JBoss.
Thanks in advance.
Sagar
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876466#3876466
Reply to the post :
http://www.jboss.org/index.html?modul
I am trying to change the database used by jbossMQ to mysql. I have taken the
following steps.
1.Copied $JBOSS_HOME/server/default directory to
$JBOSS_HOME/server/jbossmq_mysql;
2.Added mysql-connector-java-3.1.8-bin.jar to jbossmq_mysql/lib
3.Copied /docs/examples/jca/mysql-ds.xml to jbossmq_m
Hi to all, i'm using Eclipse 3.0.1 and JBoss 3.2.5. My JVM is 1.4.2_07 and my
OS is MAC OS X 10.4.
I've a serious problem. I wrote a simple tutorial program that compute the
Fibonacci function and after that i've start JBoss server within Eclipse and
all worked fine. From within my browser i in
You don't need a seperate context root just for the checked vs unchecked
because your two port-component-uri elements could be mapped to seperate
security-contraint elements in the web.xml. For example:
|
|
| BasicSecuredSLSB
| ejb/BasicSecuredSLSB
|
|
the peeklime directory used to host the famous theme from mambo software.
otherwise there is no connection between the two products.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876458#3876458
Reply to the post :
http://www.jboss.org/index.html?module=bb&
Hi:
Jboss is calling with null on the Constractor of a PK class with a compound key
after calling a finder that searches by one of the two fields of the key.
ejb-jar.xml
|
| CouponPayments
| CouponPaymentEJB
|
CouponPayments
fixed!! there were no getters on the PK Class.. no I have another problem
see next thread
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876456#3876456
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876456
--
hello.to everebody
if I use mambo server (www.mamboserver.com) to creating my site
there would be some type of connection between mambo and jboss portal?
that is to say, that as it would be the form to join these two tools or it is
not possible, because I see that you have a calle
its true, it's succefull puting in the classpath jbossall-client.jar
Milton Labanda
Loja Ecuador
[EMAIL PROTECTED]
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876454#3876454
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=rep
Hi,
Is it possible for a no-tx datasource to be configured so that the connections
it returns have autocommit set to false by default?
(I won't bore you with the details of *why* we want to do this...).
Thanks,
dgj
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewto
Hello all,
I'm using struts so, I've had to do a few special things:
1) Add log4j.jar to the classpath (added in build file)
2) put log4j.xml in the WEB-INF classes directory (added)
My struts instructions tell me to set the log4j.configuration system property
equal to
It would require defining per operation - as you say a nightmare.
How about defining just two one for checked another for unchecked operations.
Then we could associate different with the WSDL tht use
these . You would have two SEIs and just one endpoint implemenation.
Finally this would jus
Hi all,
i have the following situation.
I call a method of INSERT, using an Entity CMP Bean, inside a method of a
Session Bean.
In the same metod i execute a SELECT query.
To execute the SELECT query i get a Connection from the container.
After the execution of the query i notice that i don't hav
We could think about a jboss-web.xml specific mapping that allowed for finer
grained control of the auth constraints, but this would require exposing the
method as part of the endpoint url since that is the level of granularity
needed to differentiate between authenticated and unauthenticated re
This has been fixed in Branch_4_0.
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876446#3876446
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876446
---
T
Yes, this is expected behaviour because the security constraints of an EJB
endpoint are associated with the /context-root of its generated web app.
This is an undesired side effect of coupleing security to a specific transport
(HTTP).
View the original post :
http://www.jboss.org/index.html?
Hi,
the reason why I want to do this, is because I want to access several JMS
queues which are located on a BEA Weblogic server.
the JBoss 4.0.2 server guide says to "Use the ExternalContext MBean to federate
the foreign JMS providers managed objects into the JBoss JNDI tree"
Neither can I fin
With WS4EE endpoints are essentially stateless. If you need statefull
behaviour, you need to maintain a message correlation id in a custom header
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876443#3876443
Reply to the post :
http://www.jboss.org/index.htm
i have this problem when one EJB calls another EJB using the local interface.
strange thing is i have another EJB that i access from other EJBs and it works.
i've checked my xdoclet tags, deployment descriptors, ran the code in debug,
and i can't figure out why one works and the other doesn't.
Hi,
please forgive me if I post the message to the wrong group, I don't know if it
is more JMX, environment or ws related.
My problem is that our deployed application uses (or likes to use) the SUN SOAP
interfaces and reference implemtation. At least it used to do that with JBoss
3.2.3. Now wi
Is it possible to expose a SLSB as a web service that has both checked and
unchecked methods?
Once I add auth-method to the port-component of a bean, the whole service (all
methods) require authentication (http authentication) however if I do not add
auth-method none of the methods ask for auth
Starting from jboss-4.0.2 we use org.jboss.axis instead of org.apache.axis.
This should avoid the recurring confusion of people trying to use an Apache
Axis release with JBossWS.
If you service endpoints or clients use the propriatary Axis API, which they
should probably not in an ideal WS4EE w
As of jboss-4.0.2 we moved org.apache.axis to org.jboss.axis to avoid the
contious confusion about people trying to use Apache Axis with WS4EE.
Try replacing the package name in your ws4ee-deployment.xml
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876435#3
Hi:
I have jboss 4.0.0 not generating proper sql for this bean:
ejb-jar:
|
| BondStrips
| BondStripEJB
| BondStrips
|
com.db.gto.cio.gm.it.madrid.dbsales.ejbs.BondStripHomeRemote
|
co
This has been fixed in jboss-4.0.2
http://jira.jboss.com/jira/browse/JBWS-143
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876433#3876433
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876433
--
If you deploy Java Service Endpoints in a two different wars, use jboss-web.xml
to set the element.
If you deploy EJB Service Endpoints in two different jars, use jboss.xml to set
the element.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876432#3876432
Hmm, it looks like jbossweb-tomcat55.sar is pretty lenient about invalid
web.xml files.
The java.lang.ClassNotFoundException only appeared when I tried to deploy
jboss-ws4ee.war with jbossweb-jetty.sar (built from jetty-5.1.4rc0).
Tomcat deployed the war file without so much as a warning.
Also,
I have integrated Struts bridge with JBoss Portal. It is only available in CVS
head only.
The bridge is based on jetspeed 2.0 M2 bridge and provide an experimental
implementation of it.
First you need to read the documentation provided by the struts bridge that
explains how it works and what a
It's not actually a classpath problem, but one of configuration - one small
change ...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876428#3876428
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876428
-
| [EMAIL PROTECTED] jboss-3.2.7]$ jar -tf server/default/deploy/jboss-jca.sar
| grep RAR
| org/jboss/resource/RARDeployer.class
| org/jboss/resource/RARDeployerMBean.class
| org/jboss/resource/RARDeployment.class
| org/jboss/resource/RARMetaData$Property.class
| org/jboss/resource/RA
Hi there
I have the exact same problem as the aforementioned one with WSClient after
changing the port to 7070.
I've changed the port number in both WSClient.java and jboss-service.xml in the
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876422#3876422
Reply to the post :
http://ww
it does not redeploy any new created jar in deploy>myapp.ear folder , but when
i put this jar directly to deploy folder it does otomaticly redeploy the EJB
jar file. Why does it not hot -deploy new changed EJB jars in deploy>myapp.ear
folder ?
i must restart my Jboss on every changes that i made
The oldest reason of all: inertia. Not that that's a good reason.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876420#3876420
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876420
--
- which JVM and which OS (and threading model)?
could that be a JVM/OS threading issue?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876419#3876419
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876419
---
Use an appropriate SQL statement in your
oracls-ds.xml.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876418#3876418
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876418
--
Is there a reason that you are still using a developer release of JBoss 4?
There have been quite a few production releases now since the developer
releases.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876417#3876417
Reply to the post :
http://www.jboss.o
I am running a test on middle-tier caching approach and use JBoss 3.0 as
application server. In one situation, I should avoid Invalidation Cache
Framework. How can I do?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876415#3876415
Reply to the post :
http:
Hi all,
I am a newbie in EJB and I am an example-centric. Can somebody send me some EJB
(session and entity) source code and tell me how can I deploy them using
jboss-4.0.1?
Thank you,
Laszlo
(lgraf at web.de)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p
Hello
I test JBOSS 3.2.7 with reduced libs and fail now to run it:
Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for:
org.jboss.resource.RARDeployer
at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:185)
at org.jboss.mx.loading.UnifiedClassLoader3.
Don't know if this will help:
I think that your package path is wrong in your .xml file
xml file has:
com.sykon.dss.TestTimer
log4j has:
com.sykon.dss.etl.TestTimer.class.getName()
Hope it solves the problem
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38764
Hi all; i ahve this oracle-ds.xml:
anagrafe
jdbc:oracle:thin:@xxx.xxx.xx.xxx:1521:test
oracle.jdbc.driver.OracleDriver
root
root
10
20
1
-1
Thanks for reply,
Tried, but does not work better.
Much of code in this mbean is not of my own so, I've worked around with a
singleton factory provider. I think it's an too-early call (at
instantiation-time rather start time...)
View the original post :
http://www.jboss.org/index.html?module=
on p 480 there shoudl be ant.properties file instead of .ant.properties file.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876408#3876408
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876408
where should bugs for the docs be posted? p 359. first paragraph continued
from last page:
"but there is no way to specify and a element"
maybe should be
"but there is no way to specify that as an element can have..."
View the original post :
http://www.jboss.org/index.html?module=bb&op=vie
Thanks. This helps.
Julien.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876405#3876405
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876405
---
This SF.Net email
Hi,
I m trying to expose Stateful session bean as a webservice. Is it possible to
make it available as a web service? What we have to do? Is there any good
tutorial i can refer to.
Thanks in advance.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876404#38
Hi Julien,
The paragraph that most closely answers your question is: -
anonymous wrote : The proxy created by the EJBProxyFactory is a standard
dynamic proxy. It is a serializable object that proxies the EJB home and remote
interfaces as defined in the EJBModule metadata. The proxy translates r
"[EMAIL PROTECTED]" wrote : Unless the underlying ldap server supports a hashed
password, there is no support for this currently.
Hi Scott
This is not well for Jboos safety : a password in light into a config file ?
all the servers (Websphere, weblogic, ...) provide a means for crypting the
p
I've got a stateful session bean which threw a NullPointerException during the
development process. The NullPointerException was caused by a programming error
in my code.
As expected I get a RemoteException on the client side. In order to clean up
behind of me, I'm calling .remove() on my statef
Hello Darranl,
I carefully went through the document you advised and was not able to find the
information I am looking for. Can you give me a hint please?
Julien.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876399#3876399
Reply to the post :
http://www.jb
Hello JBoss experts,
as it seems my JMS is running (subscriber and publisher).
But in my log4 Java client app with log4j.properties from your FAQ I receive
some exceptions. Also an exception occurs in Jboss 4.01sp1 server.log (running
on Windows 2000).
Java client application (jbossmq.log):
20
98 matches
Mail list logo