I have been trying to configure the JBoss LdapLoginModule to work with our
openldap server.
Most of the examples i've seen are using simple with the Ldap server. Our Ldap
server only allows authentication via Kerberos. I've seen the Sun GSSAPI login
context class but i'm not sure if this will
| @SOAPBinding (style=SOAPBinding.Style.RPC,use=SOAPBinding.Use.LITERAL)
|
is the only one that should be supported. As rpc/encoded is not ws-i compliant.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888100#3888100
Reply to the post :
http://www.jbo
I doubt it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888099#3888099
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888099
---
SF.Net email is sponsored by: Dis
Hello
I have a Java server using JBoss and a database (mySQL). I also create an
application with some SessionBeans, entity beans. My application run OK.
However,
sometime, the application does not run as there is a remote exception. The
error is:
Remote Exception : RemoteException occurred in s
Thanks
I think that there is JNDI name conflict if in the two files there are jndi
names which are the same.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888092#3888092
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3
I have same problem on JBoss 4.0.2 under heavy load!!!
JDK is 1.5.0_4 for Linux
Is there any plans to fix it???
2005-08-02 22:59:48,498 ERROR [org.jboss.ejb.plugins.LogInterceptor]
TransactionRolledbackLocalException in method: public abstract java.util.List
com.adigida.ejb.session.CompanyManag
I am using RMI connector to add notification listener to an Mbean. (jboss 3.2.5)
All work well at startup. The client can receive all remote notification sent
by Mbean. But after jboss run several hours, there is an exception while Mbean
is sending out notification:
java.lang.reflect.UndeclaredT
Thanks for the tip! Search first ask second really payed off this time.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888077#3888077
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888077
Hi all,
I am newbie to jboss AS. I have recently deployed web application on the JBoss
Application Server. When I check the log files I see the following error
infinite times.
This error is not affecting any functionality of the web application.
What possibly can be the cause of the error ?
OK, there's jboss.bind.address so that will take care of the host name. That
leaves the port number. That reduces my question to the following:
I How can I programatically retrieve the port number the web container is
listening on before my first request comes in.
View the original post :
ht
The scheme is also dynamic (ftp, https, http, file...) so obviously I will have
to assume that also. That leaves the host and port number. Is there a runtime
config setting for those I can get at somewhere?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=
I frequently load URL based resources and I can get the URL using request
attributes to generate a URL like this: https://acme:8443/portal
The code is dirt simple:
| getURL( HTTPServletRequest r)
| {
| return r.getScheme() + "://" + r.getServerName() + ":" +
| r.g
Starting 3.2.6, there is an additonal tc-cluster-service.xml for http session
replication that uses JGroups. So you will need to segregated there as well.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888067#3888067
Reply to the post :
http://www.jbos
Hi Joseph,
Did you manage to find right jars?
If not could please post your client jar lists so that I can compare those
with mine.
Thanks
Biswojit
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888065#3888065
Reply to the post :
http://www.jboss.org/ind
I am using Apache+mod_jk. The cluster is configured to use EJB cache
invalidation and there is no session replication going on. The clients don't
end up using RMI since the mod_jk delegates to Tomcat via AJP13, and then
Tomcat makes a local EJB call. So we're not using HAJNDI. The reason for usi
Hi,
Are you using Apache+mod_jk and EJB clustering? I am curious to know that If
the load is evenly distributed how can one particular node have excess load
than the others? Did you check how many sessions are on each node? I believe
there is no sort of co-ordinator at the EJB level, the client
Change in log4j.xml
|
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888045#3888045
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888045
I have a related question. I was also getting the same messages because I
started two jboss 4.0.2 instances on separate servers with different partition
names (hence two separate clusters). I was able to assign a different
mcast_port in cluster-service.xml for one of them, and the warning messag
How do I configue JBOSS to restrict acess to outside IP address except for my
home IP ?
I know in Apache - httpd.conf it is done by
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from ip_addresses
What is the equivalent way of doing this in Jboss?
View the o
jizzoe;
Can you provide more information ?
Is the application measurably slow ? If so, how do you know ? If the CPU utlil.
is low, perhaps the load you are applying is simply insufficient to keep the
boxes busy.
If the app is slow, you need to figure out where the botleneck is. Last time I
sa
My cluster of 5 JBoss 3.2.6 machines on Red Hat Linux has issues with members
dropping in and out of the cluster under heavy load. I am looking for the most
reliable method to keep my cluster in a steady state. Does anybody know what
the cost/benefits are for switching from FD to FD_SOCK in the
Is the @SOAPBinding annotation supported yet? I cannot get any change in the
generated WSDL by varying any of the parameters?
I've got the latest from CVS
@WebService { ... }
@SOAPBinding (style=SOAPBinding.Style.RPC,use=SOAPBinding.Use.ENCODED)
@Stateless
public class { }
generates an RP
I'm facing a problem where we are running JBoss 3.2.6 on Linux 9.0 in a
clustered production environment that recieives very high traffic. Each box
has 4 processors.
We are noticing that each CPU never goes above 25% CPU Utilization. Even with
high loads and after removing all but one box f
Hi,
I'm trying to perform stress tests on an application that uses JbossMQ, and
i've found a problem when using many threads to make the requests.
A Stateless Session Bean method send a message with a "Long" (Long object type)
content for a Queue, the messages are received and processed by a re
i try to add a access-control to a queue (only authenticated users should have
read/write/create rights. other users should be blocked).
i read the jboss-documentation (jms, jaas) and i searched in the forum, but i
didn't found the answer.
try:
ecollector-docImport-service.xml:
|
|
|
Read the wiki at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHA
It answers all your questions.
[/url]
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888021#3888021
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38880
Add it to the WIKI:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHA
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888020#3888020
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888020
---
I don't know if this can be posted here.
I just made a blog for setting up a jboss cluster with https and oracle
database client.
It is here ..
http://doppler.unl.edu/~jbatra/mt-static/000299.php
Do let me know if its inappropriate to put links here..
Thanks,
J
View the original post :
http
This problem is only occuring with the sequence bean and other beans are
working fine. Here is the code for the same:
public class SequenceStoreFacadeEJBean implements javax.ejb.SessionBean
{
/** The class name */
private static final String CLASS_NAME =
SequenceStoreFacadeEJBean.c
thanks for your answer. Can i use IBM Websphere studio too ? If yes, can i
deploy my portlets (compatibly)? Do you have experience with them ?
thanks again
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888015#3888015
Reply to the post :
http://www.jboss.o
thank you for reply.
here is an example (if someone else has the same problem... )
client:
| try {
|
| System.setProperty("java.security.auth.login.config",
"...pathtoauthconf\\auth.conf");
| org.jboss.security.auth.callback.UsernamePasswordHandler handler = new
org.jboss.sec
If you know xdoclete you can use xdoclet to have the portlet.xml generated for
you.
However to write jboss specific descriptors you need to do them by hand.
However you can use an XML editor like the free XMLSpy home edition.
View the original post :
http://www.jboss.org/index.html?module=bb&o
Hi,
Is there any possibility to write portlets with jboss eclipse IDE ? How can i
write my own portlet ? It is so difficult to create XML's.
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888009#3888009
Reply to the post :
http://www.jboss.org/inde
I forogt to mention that I am using JBoss 4.0.1 and the implementation of
Hibernate it comes with.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888008#3888008
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888008
-
I've banged my head on this quite a bit more and have yet to find a solution.
Well, I've found a few possible solutions but none of them are without bringing
on more problems.
It turns out this is an Ant problem, as shown by this bug:
http://issues.apache.org/bugzilla/show_bug.cgi?id=29391
I
I am having an issue with deploying a HAR archive within JBoss. I created a
DemoApp.har file that has the following::
META-INF/hibernate-service.xml
com/vo/User/class
com/vo/Address.class
com/vo/User.hbm.xml
com/vo/Address.hbm.xml
I then created a jboss-app.xml file which looks like this::
http:
Hi,
I have a session bean that exposes a Web service endpoint interface. I have
generated WSDL, and all the necessary artefacts (using wscompile), packaged it
and deployed it (on JBoss 4.0.2) all fine. This session bean makes some calls
to another entity bean, which is also deployed on the same
We use Apache to front-end a JBoss App Server. All browser accesses go through
Apache.
For one of our applications, we have a need to keep a persistent connection
between a logged in browser client and the server app. The server app needs to
send chunks of data to the browser client periodica
hi
I've set up a Treecache in a clustered environment and everything seems to be
working fine. I can add and remove items from the cache. What bothers me though
is that i cant seem to figure out how to enable the logging. This makes me feel
stupid but oh well..
Could someone please show a sim
I have run into a similar issue. I have my own EJBs deployed in a local
installation of JBoss, but behind those EJBs is a service layer which calls
remote EJBs installed in Weblogic (not sure which version).
When I DO include wclient.jar in my EAR, the result is that my own (JBoss) EJBs
will
Hello
I am stuck on a problem with accessing an EJB through a firewall via HTTP
tunnelling.
Our client application is accessing the JNDI service using HTTPS and I seem to
get the HOME interface. Unfortunately when I call create() on it to create the
remote interface, I get the following excep
Hi Scott,
thanks for the info.
However even with trace level logging configured, there is no information being
logged that might reveal why my Realm is not being set up.
I dislike reading posts myself that have huge amounts of logging output, but I
can't think of what else to do.
I reduced a
Is there any way to get a better error message out of Jetty 4 integrated with
Jboss 3.2.5?
When I get a JSP error I only get:
HTTP ERROR: 500
JSP+has+thrown+a+ServletException%2E++Cannot+forward+response+to+specified+JSP%2E
However, I'd like to see any additional information like which tag is c
It is fixed. I am not sure what I did to correct this issue but I am not
getting the error anymore and I can get the wsdl using
http://localhost:8080/jaxrpc-AlertService-raw/alert?wsdl now.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887970#3887970
Reply
We had to add some code...
| System.out.println("Connect HTTPS");
| Properties prop = System.getProperties();
|
|
prop.put("java.naming.factory.initial","org.jboss.naming.HttpNamingContextFactory");
| prop.put("org.jboss.security.ignoreHttpsHost","true"
Hi, you should have picked module called jboss-portal-2.0
You can find the way I managed to do it here :
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=67347
Hope this helps
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887967#3887967
Reply to the
Hi folks,
I've got a serious problem at hand: My production cluster consists of 4 JBoss
4.0.2 servers (tat-01,tat-02,tat-03,tat-04). The cluster ran stable and
undisturbed for the last few weeks. Due to a deployment problem, I had to kill
and restart one of the cluster servers, and now it refus
I made a dump of the request.getUserPrincipal(). Here it is :
14:53:46,846 INFO [STDOUT]
name = djeanprost
password = null
realm = [EMAIL PROTECTED]
roles =
EPArchitectureSI
EPEncadrementIntermediaire
EPPoleCompetences
LorisIntranet
absenteismeIntranet
amelior
I have been playing around with JBossMQ trying to figure out how to create a
connection factory, but have so far been unsuccessful. The last code that I
tried is
| TopicConnectionFactory
|
| jms-ra.rar
| JMS Adapter
|
org.jboss.resource.adapter.jms.JmsConnectionF
Wanted to add some more details.
Since the same security domain seems to work for the web application and not
for the EJB, I suspect it could be some EJB config. I am positn the jboss.xml
and the ejb-jar.xml here for reference.
jboss.xml
|
|
|java:/jaas/jwdomain
|
|
|
Hi...
Im testing Apache Axis with JBoss 4.0.2 on an XP machine.
I can't get the WS linked from the
http://ws.apache.org/axis/java/install.html#TestAJWSEndpoint in the Axis
documentation to work.
I'm getting:
ns1:Server.compileError Error while compiling:
D:\jboss-4.0.2\server\default\.\dep
Hi Bhatti,
Just out of curiosity, does HTTP loadbalancer provide the features you require
mainly Caching and security. I see that the documentation metions nothing about
caching nor security apart from load balancing. If you know better, could you
share this knowledge? Thanks in advance.
View
Thanks Ben and Darran,
Forgot to mention the JBoss version, it is 4.0.1.
1) I am not sure about whether they are cached or not as my role is more into
system implementation but I shall try to find out. However could you tell me
how does this caching affect the failover process. Also, what if th
HI,
I am doing the usual custom login module to login to the servlet and then
using the servlet to access a session ejb. Both the servlet and session bean
are secured by the role named "Secure".
The security domain I am using is jwdomain and is set in the login-config.xml to
anonymous wrote :
I'm new to JBoss and I'm just trying to deploy a few EJB's to JBoss 3.2.7 and
during deployment the following error occurs:
org.jboss.deployment.DeploymentException: Error during create of ejbModule:
file:/C:/jboss-3.2.7/server/default/tmp/deploy/tmp43510ApplicationModule.ear-contents/EJBModule.
Hi
i found the problem!
if i start a DB-query over Hibernate, i don't close the Hibernate-session. so i
have many session's open. now i give back the session. the performance is much
better!
cheers
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887946#3887
Hello,
as I have read, JBOSS 4.0.x is supposed to run smoothely under AIX and IBM-JDK
(1.4).
What happens if problem occurs which does not happen with LINUX / SUN JDK: Will
JBOSS support help anyway (e.g. with a workaround), or is it customer“s
responsibility to get a solution from IBM?
I wonde
Hi!
I have a problem with a datasource oracle.
When my application try to connect to db:
InitialContext ic = new InitialContext();
DataSource ds = (DataSource) ic.lookup(dbName);
con = ds.getConnection();
receive this error:
No ManagedConnections available within configured blocking timeout ( 5
Sorry by mistake in my last post I have wrriten oracle-jdbc2-service.xml
The file in which we have to make chnage for sqlserver installation is
mssql-jdbc2-service.xml.
Thanks
Gunjan
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887943#3887943
Reply to the p
Hi Siraj,
I have got the solution for this exception
You have to make change in oracle-jdbc2-service.xml file
Please replace following code snnipet
jboss.jca:service=LocalTxCM,name=OracleDS
with
jboss.jca:service=DataSourceBinding,name=OracleDS
This works fine form me , hope it works for you to
Hi, i'm get this warning while the server starts (Cluster with 2 instances on 1
PC):
| INFO [EjbModule] Deploying ProviderManager
| WARN [EjbModule] Could not load the
org.jboss.ejb.plugins.ServiceEndpointInterceptor interceptor
|
What does it mean? Could it be the reason of my proble
There's no explanation as you CAN merge both datasource MBean definitions into
a single ...-ds.xml file. As simple as that :-)
Regards
Ulf
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887934#3887934
Reply to the post :
http://www.jboss.org/index.html?modu
Hello,
my Home-Interface (entity bean) includes a create, a finder and
a home method (ejbHome) to delete a set of rows from a database. But, I cannot
deploy the home-interface.
The error-message is:
08:42:56,000 WARN [verifier] EJB spec violation:
Bean : KdMass
Method : public abstract voi
Hello
in folder jboss\server\default\deploy, I have two datasource, one is the
default hsqldb-ds.xml and the other is for mySQL database, mySQL-ds.xml
I know that I cannot put them together. Why... could you please explain
Thank you
S.Ho
View the original post :
http://www.jboss.org/index.html?m
I already posted the same message on the serlet newsgroup. I try on this too
just in case.
***
I'm currently trying to migrate a webapp from weblogic8.1 to JBoss, and I'm
meeting a problem I hadn't with WLS.
My webapp has a section with . I'm using
Form authentication with DB Real
Thanks for your reply, how do you deploy your webservice? I get exceptions of
missing classes? Have you done any jboss configuration?
Martin
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887916#3887916
Reply to the post :
http://www.jboss.org/index.html?m
Please don't ask things like "I'am new to , please tell me everything about
it". Nobody has time for doing your own homework :-)
Read the JBoss documentation and search the web for getting started with JBoss
clustering (e.g. http://www.onjava.com/pub/a/onjava/2002/07/10/jboss.html).
There
What jboss version is this? It looks ok to me.
Could you try if this still shows with this WS4EE that is expected go out with
jboss-4.0.3
| cvs co -r Branch_4_0 jboss-4.0
|
If yes please file a JIRA issue as explained in
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=62678
Vie
Hi,
I am using Apache that comes default with Solaris 10 on SPARC platform. I am
not able to build mod_jk for it. Please help.
I am getting the following error:
[EMAIL
PROTECTED]:/apps/apache/mod_jk/src/jakarta-tomcat-connectors-1.2.14.1-src/jk/native
$ make
Making all in common
/apps/apache
document-literal is fully supported. There are however contraints with
automatic wrapping of doc/lit parameters.
Please see
http://wiki.jboss.org/wiki/Wiki.jsp?page=WSDOCServiceStepByStep
Starting from jboss-4.0.3 we will have doc/lit parameter wrapping. So you would
be able to use the same SE
Thank you Thomas. I solved this problem, but now I have another and I think
it's strange:
At the line call.invoke(arg) I have the error:
Retrieving document at 'http://debug/testws/Test?wsdl'.
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
Hi, I have jwsdp 1.6 and everything is fine. Most people use it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887906#3887906
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887906
The exception says, that there is no such service in the wsdl. So what is the
wsdl service FQN?
Also, have you looked at this FAQ
anonymous wrote :
| Q: How can I leverage the WS4EE client deployment model in standlone java
app?
|
| A: The ws4ee client deployment model has many advantag
Hi,
I have an error and I don't know what to do. I wrote a client to test my web
service, but when I call method call.invoke(argum) I have an error:
Retrieving document at 'http://debug/testws/Test?wsdl'.
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
Hi,
I'm new to JBoss clustering. Can anyone provide me some help on how to create
multiple node on different machine? How to implement load-balancing? How to
deloy an .war. files in clustered environment?
I'm using JBoss 4.0.1sp1
Thanks in advance.
Sukumar
View the original post :
http
Does nobody have a quick hint on this issue? Perhaps we should integrate the
ejb3 beta into a packaged 4.0.3 JBoss?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887901#3887901
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
You already have defined your APIs/technologies by using JMS and Webservices (I
guess you will use a stateless SB as webservice implemention).
Nevertheless you should keep in mind that simulating a synchronous call with
asynchronous JMS request/reply communication has some pitfalls.
Your read
Thanks a lot!
use-java-context seems to me exactly what I need!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887895#3887895
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887895
Can I use jboss somehow with the latest edition of sun's jwsdp (which is 1.6)?
What is the trick? Or does jboss have a 'wscompile' on its own?
thanx,
Martin
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887892#3887892
Reply to the post :
http://www.jboss.
The problems start when I insert the line
java:/jaas/JBossWS
All the components of the application needs to be "secured". Is there a way to
describe that only this component has to be "sure" ?
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887887#388
The cause probably is
| 12:58:53,390 ERROR [LogInterceptor] EJBException in method: public abstract
int
com.sia.oweb.service.iface.WSBeanEndPoint.updIndiSOAP(com.sia.oweb.domain.Indi)
throws java.rmi.RemoteException:
|
what is causing that exception?
View the original post :
http://ww
Hi
Do i need to have the "org.jboss.ejb.plugins" folders somewhere within my jboss
dir structure to run ejbs? I keep on getting the "javax.ejb.EJBException: Could
not instantiate bean" error everytime i try to call either the crete or
findByPrimarykey() method on my remote interface.
What coul
Have a look at javax.ejb.SessionContext
|/** Obtain a reference to the JAX-RPC MessageContext. An instance of a
| * stateless session bean can call this method from any business method
| * invoked through its web service endpoint interface.
| *
| * @return The Mess
We support org.w3c.dom.Element mapping to xsd:anyType
Have a look at
| ant -Dtest=org.jboss.test.webservice.message.MessageTestCase one-test
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887879#3887879
Reply to the post :
http://www.jboss.org/index.
sorry
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887878#3887878
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887878
---
SF.Net email is sponsored by: Discover
Hi Siraj,
I am also getting the same exception when using Sqlserver with Jboss 4.0.2.
Can you please tell me what chnages have to be made in mssql-ds.xml and
mssql-jdbc2-service.xml files and whee we have to copy them.
Did you got any solution for the exception.
Pleas ehelp me.
my email id is [EMA
Hi All,
I have done my installation using Jboss 4.0.2 + sqlserver+Windows2k.
But when I run my server I get an exception
WARN [org.jboss.system.ServiceController] Problem starting service
jboss.mq:service=PersistenceManager
javax.management.AttributeNotFoundException: not found: BindName
I was n
Hi All,
I have done my installation using Jboss 4.0.2 + sqlserver+Windows2k.
But when I run my server I get an exception
WARN [org.jboss.system.ServiceController] Problem starting service
jboss.mq:service=PersistenceManager
javax.management.AttributeNotFoundException: not found: BindName
I was n
I have a requirement where in the JBOSS application should be able to look for
a header variable[This would contain the username of the authenticated user by
th external system ], trust this user and not prompt for re-authentication. If
the HEADER-VAR is not present the authentication should be
What you call "branch" is the JNDI name of the queue. If you deploy a queue
using the org.jboss.mq.server.jmx.Queue MBean, the JNDI name of the queue is
derived from the MBean "name" attribute, ie
|
|
| jboss.mq:service=DestinationManager
|
|
|
will bind the queue at "
I experienced the same problem, had to change
jboss:service=Hypersonic,database=localDB
to
jboss:service=Hypersonic
as stated in chapter 4.1.7.1 (in the very last paragraph of the chapter).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887867#3887867
Reply to
the page interceptors has been introduced in 2.2 very recently.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887866#3887866
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887866
-
"pittupgd" wrote :
| Only abstract methods and the primarykey field is autogenerated by the DB.
|
Are you setting the other fields correctly in the ejbCreate method?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887865#3887865
Reply to the post :
http
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:
2005-08-02 07:43:42,444 DEBUG [org.jboss.ejb.plugins.Lo
I used the nice installer!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887859#3887859
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887859
---
SF.Net email is s
Hi
I need to write webservice to call JMS and I have two ques(JBOSSMQ) one for
input que and another is the output que. I send information in input que and
need to receive information in output que as a response to my webservice.
What APIs/technologies can handle this smoothly wihtout any pro
96 matches
Mail list logo