Hi,
i m bugged up of this errorI hv given this code in client file
| ServiceFactoryImpl factory = new ServiceFactoryImpl();
| javax.xml.rpc.Service service =
factory.createService(wsdl,mappinglocation,null,qname,null);
but still the same errori m using jboss-4.0.0. I tried wit
Write a *-ds.xml descriptor into the deploy directory.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861235#3861235
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861235
--
Deployments cannot be under META-INF in 4.0.x. Move it out.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861236#3861236
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861236
-
as I finally got it all working. Thanks so much for your continued interest in
this problem.
One problem was the JVM version that Notes uses: 1.3.1 By installing the
1.3.1 J2SEEJDK thing, I had the right version of j2ee.jar. Then I had to add a
JavaUserClasses entry in the notes.ini file (t
Hi, we are migrating from weblogic to JBoss. So far things are working well,
but recently we encounter a show-stopper.
Part of the application code creates new datasources dynamically. In weblogic,
JMX MBeans api are published and can be used to do that dynamically without
shutting down appli
Okee Dokee, I just put this ...
JkUriSet worker ajp13:localhost:8009
Order Deny,Allow
#Deny from all
Allow from all
In my virtual host tag ... DOH!
thanks ...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&
Is this still possible? We can deploy an app into 3.2.6 with the following
structure:
SomeApp.ear/
| META-INF/
| application.xml
| SomeEjbs.jar/
| META-INF/
| ejb-jar.xml
| com/blah/blah/*.class
| SomeService.sar/
| META-INF/
Hi [EMAIL PROTECTED]; first of all i want to thank you for your replay.
I thought that this was a my configuration error even if i don't know where i
am wrong.. in fact i have only changed the IP address before it worked and
now it doesn't how can i do in order to wrap
the real exception
the problem with "table not found" happened for me too but I am using
hypersonic sql (defaultDS).
I try to setup JAAS and I am already fail with the database itself :-(
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861219#3861219
Reply to the post :
http://
The SecurityDomain attribute of the SecurityManager in the jbossmq-service.xml
maps to the login-config.xml entry in the same way that the security-domain
element from the ejb jar jboss.xml does.
|
|
|
|
|
|
| java:/jaas/jbossmq
| jbos
The standard connector configuration applies:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861214#3861214
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
Hi
I am a beginner and had installed the duke bank application.
After some effort I managed to build it and deploy it. But now the jboss
startup give me errors like
17:53:23,781 WARN [verifier] EJB spec violation:
Bean : CustomerBean
Section: 12.2.10
Warning: Entity bean's local interface mu
Throughout all of this research and discussion, I have decided to try to create
another control in this experiment. I have been running a web app and an
ejb-jar both on the same JBoss server thus all of the contact between the web
app as the client and the ejb container was within the same JVM.
I found an answer to my problem. When specifing a -b in the
jboss_init_suse.sh script I need to specify that address when stopping as well
by adding it to the end of the following line in the same script.
CMD_STOP="java -classpath $JBOSSCP org.jboss.Shutdown --shutdown -s
"
View the original
Hello, I'm sure this question has been asked alot but here goes ... I can't
seem to find the answer.
When I go here http://www.mysite.xyz:8080/shoppingCart/Cart
Everything is great.
When I go here http://www.mysite.xyz/shoppingCart/Cart
404 Error not found
The thing is http://www.mysite.xyz/
For that non-final, completely out of date release, yet.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861213#3861213
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861213
Moderated: FAQ
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861194#3861194
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861194
---
The SF.Net email is sponsored
I'm deploying an app with an MBean that depends on an EJB.
The application deploys and works fine, but if I set the logging Threshold to
TRACE, this ugly stack trace shows up.
Is this normal behavior?
JBoss 3.2.2RC2 on OS X.
anonymous wrote :
| 2005-01-07 17:48:48,606 DEBUG
[org.jboss.mana
The difference is quite simple:
The component name in this case represents a name that only makes sense when
used withing the context of a managed environment (ie running inside the
application server), while the JNDI name is the raw name for the component as
it is deployed, basically as it a
Moderated: FAQ
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861191#3861191
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861191
---
The SF.Net email is sponsored
Edit the jbossweb-tomcat50.sar/server.xml and uncomment the AccessLogValve
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861210#3861210
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861210
--
Moderated: Read the FAQ although it talks about XAConnectionFactory
Also READ THIS FIRST on what information we need to answer your question.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861190#3861190
Reply to the post :
http://www.jboss.org/index.html?mod
It seems that your Notes JVM is defintiely missing some classes/jar files in
order to fully execute a JAAS login.
At least this is the way I understand your stack trace.
Configuring the login module between the web and ejb container is not
necessrily the easiest thing to do.
I would recommend i
Being the novice Java guy I am, I've never really been able to make much out of
a stack trace but here you go. It's all of the System.out stuff including my
silly little messages so that I know which line of code explodes.
I tried putting a JAR file containing the javax.xml.parsers classes in
and were on that page with all the links listed that not one says how to deploy
does it walk you thru deploy an axis service on jboss?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861185#3861185
Reply to the post :
http://www.jboss.org/index.html?module
Hello,
I need some help figuring out what is needed to setup the JMS layer to use the
same login-module as the EJB layer.
Let me clarify -
I have a Swing client that logins in to the EJB layer just fine using a custom
login module. If I try to use this same module for the 'jbossmq' applicatio
The workaround is to use the fixed version.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861195#3861195
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861195
---
T
Bad configuration. The jndi lookup is failing. Unfortunatly the JMSExcepton
that wraps
the real exception doesn't show the full stacktrace.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861192#3861192
Reply to the post :
http://www.jboss.org/index.html?modu
"tprice" wrote : We occasionally get errors when a JMS topic subscriber
disconnects. It appears that sometimes the server does not know that a
subscriber has disconnected and generates the following error:
|
| 2005-01-06 23:05:32,159 ERROR [org.jboss.mq.server.JMSDestinationManager]
The con
Sorry for any confusion. The next revision will be out in a couple weeks and
will have these updates and work with update 4 of the j2ee tutorial.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861188#3861188
Reply to the post :
http://www.jboss.org/index.
I'm getting the same exception. Any resolution on this one.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861187#3861187
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861187
-
Did you check when jboss starts up; is there any error while trying to bind
DefaultJMSProvider. Look at the jndi view.
http://:<8080>/jmx-console and check whether DefaultJMSProvider is
listed.
The following is the sample jms-ds.xml I have in jboss-3.2.3
DefaultJMSProv
It would be nice if the same could be mentioned in bold letters in the online
documentation. It'll save each of us couple of hours if not more.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861167#3861167
Reply to the post :
http://www.jboss.org/index.html?
Some service on your windows machine is using port 8083.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861182#3861182
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861182
I'm on a Win2k machine. When I try to start JBoss while connected to the
network, I almost always get an error similar to:
14:25:18,890 ERROR [WebService] Starting failed jboss:service=WebService
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socket
Hi Hari,
I didn't see any error in jmx-console.
I can the following under jmx-console
jboss.mq
name=JMSProvider,service=JMSProviderLoader
name=StdJMSPool,service=ServerSessionPoolMBean
service=InvocationLayer,type=HTTP
service=Invoker
service=SecurityManager
service=TracingInterceptor
I c
Since you are dealing with a web based app, you will have to look at the http
connector settings in the server.xmlof
/server/default/deploy/jbossweb-xxx.sar
Look the settings for the threads.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861174#386
Can I configure JBoss to turn disable keep-alive for certain user-agents?
If not, can I configure JBoss to simply disable keep-alive completely?
I need to do this because there is an issue with basic HTTP authentication and
.NET clients.
see this link for more information
http://issues.ap
I am running sercurity tests on a .jsp web app thats running on a windows 2003
with jboss app server. The tool I am using is AppScan AE which basically tries
to exploit vulnerabilities and run some common penetration tests on the app and
server. The application makes many requests to many differ
We occasionally get errors when a JMS topic subscriber disconnects. It appears
that sometimes the server does not know that a subscriber has disconnected and
generates the following error:
anonymous wrote : 2005-01-06 23:05:32,156 WARN
[org.jboss.mq.server.ClientConsumer] Could not send messag
Hi genmen,
We are using jboss-3.2.1 on our production server. It is not easy to update the
server. We have to do lot of configuration settings to work newer version of
Jboss. What is the problem with Jboss-3.2.1? Why do I need to go higher verison
of Jboss?
Thanks.
View the original post :
h
Thanks for the flowers ;-)
BTW, JBossWS passes > 2200 tests from the J2EE CTS
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861153#3861153
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861153
--
I am using JBoss 4.0.0 on Suse 9.1. I am using the jboss-init.suse.sh script to
start jboss and I am setting the bind address using the -b flag. I can no
longer stop jboss using the jboss-init-suse.sh script. It is trying to shutdown
over localhost instead of the bound address. Local hosts is se
Hint: Read your server.log from the beginning to end, maybe there's some
explanation there?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861146#3861146
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861146
--
Can you use a newer version of JBoss, like from the last six months? And
usually there are gems of information earlier in the log that explain things
that users like you tend to ignore. (Hint: There's something keeping
DefaultJMSProvider from being deployed.)
View the original post :
http:
I am running sercurity tests on a .jsp web app thats running on a windows 2003
with jboss app server. The tool I am using is AppScan AE which basically tries
to exploit vulnerabilities and run some common penetration tests on the app and
server. The application makes many requests to many diff
Please, please, please learn to read error messages
before doing a stream of conciousness brain dump into these forums.
How do you expect to get help when we have to wade through 5 pages
of random trial and error by you when you clearly don't understand what
you doing?
| 005-01-06 11:54:13,176
This is your problem:
anonymous wrote : MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
| ObjectName: jboss:database=localDB,service=Hypersonic
| state: NOTYETINSTALLED
| I Depend On:
| Depends On Me: jboss.jca:name=DefaultDS,service=ManagedConnectionFactory
|
Look in hsqldb-ds.xml
We had the same problem. We run our server as a non-root user. It turns out
someone had started the server as root at some point. This had the effect of
changing the owner of the /server/all/tmp directory tree to root.
When you come back to try and start the server as a non-root user, you hi
Tomcat can serve static as well as dynamic content. So for your needs, you
should be able to go with Tomcat alone.
Mladen Turk has written a good article about "Fronting Tomcat". Read it.
http://www.apache.org/~mturk/docs/article/ftwai.html
View the original post :
http://www.jboss.org/index.
Sorry, I commented out the last
tag.
Now all seems to be running and I can proceed with my training.
Many thanks Norman.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861129#3861129
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
I found it at:
http://www.jboss.org/docs/jbossj2ee-src.zip
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861094#3861094
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861094
Hi!
Jboss 3.0.x usually uses jetty as its web server, and the default configuration
of this service is to append the http server requests to the request.log file
in the log directory.
Jboss 4.0.x now uses tomcat as its web server, and the default is not to append
anything related to http reque
Question: Should I use mod_jk2 or mod_jk1.2 with Apache?
Question: How do I connect Apache with Jboss or Tomcat?
Use mod_jk1.2.x and read the wiki page:
http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss
==
Questio
I encountered the same issue, but the context is totally different:
- JBoss 3.2.5, Windows 2000 SP4, 1GB RAM memory
- JBoss is configured with 256MB of memory
- number of concurrent JMS messages are not more than 50
- consumers are MDB's
The following log sequence is repeating itself until OutOfM
Hi,
I configured my EJB for SSL communication (RMI over SSL) by analogy to SSL
configuration that is described in admin development guide. But my client is
able to invoke EJBs methods without any change, without certificate
configuration etc. So I suppose the communication is by normal RMI.
So
Hi Hari,
We are using jboss-3.2.1 and this also have jms-ds.xml under deploy/jms
directory. The file defines the DefaultJMSProvider. Eventhought it is defined
in jms-ds.xml i am gettint that error. Why is not recognizing
DefaultJMSProvider from jms-ds.xml.
Any help on this.
Thanks.
View the
Question: Should I front Tomcat with Apache or IIS?
Read Mladen Turk's article:
http://www.apache.org/~mturk/docs/article/ftwai.html
Tomcat can serve static as well as dynamic pages.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861101#3861101
Reply to the
Hi to all,
I've installed jboss-4.0.1 and I have configured HSQL to run in client-server
mode. I get an error at the jboss bootstrap (with jboss-4.0.0 all works fine).
Can someone help me?
An extract from the log follows:
17:09:33,972 ERROR [URLDeploymentScanner] Incomplete Deployment listing
We have used message beans in JBOSS3.2.3. There should be a file jms-ds.xml
under the deploy/jms directory. This file defines the DefaultJMSProvider. I am
not sure whether it is different in JBOSS3.2.1
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861078#386
I'm still not getting the service up and running but i've managed to get the
rar installed and all of its dependents, ManagedConnectionPool,
ManagedConnectionFactory etc. in a state of registered.
They won't start because JBOSS is complaing that their
dependancy,coherence-tx.rar, is not install
Hi All,
To Run my j2ee application I am using Apache,Tomcat and Jboss.
Apache accpets httpd request coming on port 80 and redicet same to tomcat then
tomcat forward that request to jboss.
Now i wanted to know
1.What is role of Apache in that when ther is no static page we are using.
2.We can run
I am having the same problem, I deleted files under the tmp folder, restarted
my machine, cleared the paging file but nothing help.
Totally Confused.
Tariq
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861073#3861073
Reply to the post :
http://www.jboss.
hi guys,
am new to Jboss, I downloaded jboss 4.0.1 application server. but am not able
to install that. It has extension like jboss-4.0.1RC1-src.tar.bz2. so windows
is not recognizing the file.
please let me know am I doing anything wrong? I have windows xp home.
Rahul
View the original post :
Hello, in the version 3.0.x of jboss, I could setting pool of connections to
the data base, but version 3.2.5 in where she setting herself. In version 3.0.6
he was thus:
0
50
5000
15
ByContainer
but in the version 3.2.5
Works the same way in Nukes.
Add a context for your static rep. in jboss-service.xml
|
|
|
|
|
|
|
|
|
|
|
|
We are planning to upgrade our current JBoss 3.2.3 servers to JBoss 4.0.1 but
some applications cannot find the hibernate.cfg.xml and other properties files
any more that are just sitting on the root of the application.
Example structure :
| -com
| ---abc
| --def.class
| ...
| -a.
Seems like a catch 22 now. The rar installs if i put the archive name between
the rar-name tags however in that instance it doesn't find the
ManagedConnectionFactory and fails to start the service, if i change the
rar-name tag to the ManagedConnectionFactory service name then it fails to
instal
I am getting an OutOfMemory error in my browser (IE & Firefox) when trying to
use web-console on a 3.2.7RC1 & 3.2.4 server. I am using java version 1.4.2_06.
It gets the error when loading the applet.jar in the left pane. Anyone seen
this before and resolved it?
thanks,
Tony
View the origina
Can someone explain to me how the security credentials (Subject/Principal etc)
are set on the HttpServletRequest object with respect to J2EE/JAAS? For
example, most app servers use JAAS login modules to connect into an
LDAP/Database. But once that authentication is done, how are those object
po
Hello Everyone,
Im running JBoss 3.2.3 at the moment. I am also using a Postgres 7.3 database.
At the moment I have configured JBoss datasource for only 32 connections as
this is the default maximum connections with Postgres. I am trying to start
some load testing now so I need to increase this
Hi,
I saw on google search about this problem. No one has solution to this.
We are using Jboss-3.2.1 and EJB 2.0
I am trying to deploy Message driven bean into Jboss-3.2.1 server and getting
the following error.
Can any one help me why I am getting this error?
WARN [ServiceController] Pr
Hi, in jboss 3.2.3 the http session use a cmp for replication. The persistence
manager used is CMPClusteredInMemoryPersistenceManager. I need to store some
cmps in memory, is possible to use ejb 2.x (or 3.x) with this persistence
manager ? I didn't see any code for this.
This manager works fine
Hi,
I saw on google search about this problem. No one has solution to this.
We are using Jboss-3.2.1 and EJB 2.0
I am trying to deploy Message driven bean into Jboss-3.2.1 server and getting
the following error.
Can any one help me why I am getting this error?
WARN [ServiceController] Pr
thx Genman,
but I found another, where the whole Story is told:
https://jsecom15d.sun.com/ECom/EComActionServlet;jsessionid=56C2C8D5584A67263B80585DB91D0F7E
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861055#3861055
Reply to the post :
http://www.jboss.or
How Configure Connection Pool for MSSQLSERWER 2000?
Documentaction for Jboss 4.01 is bad Becouse lack me many class in
jboss-jca.jar which are describe in Documentation for Jboss 4.01
Example:
org.jboss.resource.connectionmanager.NoTxConnectionManager
Maby somebody have example of mssql-service.xm
You have a point but I wouldn't feel cool about updating the wiki until the rar
is actually installing. That fixes the problem of finding the
ManagedConnectionFactory using the -ds.xml descriptor but not the actual
problem. So i'm not sure if thats the intended behaviour or if its a bug but
i'l
I've got a website running under JBoss at location:
http://vda00098/website (vda00098 is my computer name, Windows XP)
Now i want to have a virtual host:
http://website.vda00098
That points to:
http://vda00098/website
Is this possible? I've had virtual hosts running but i still have to add th
If you see a problem with the information in the Wiki you can ammend it
yourself.
You should be able to see a 'Edit this page' link at the bottom of the Wiki
page.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861047#3861047
Reply to the post :
http://w
Maybe you should update your wiki
http://www.jboss.org/wiki/Wiki.jsp?page=ConfigConnectionFactory
as its really a bit of a bum steer
Common parameters
* - used to identify the RAR deployment, this is the archive
name or the RAR maybe embedded in another deployment (jboss-4) e.g.
jms-ra.r
Hi,
I've noticed a problem in the datasource transformation
connectionFactoryTemplate.xsl
jboss.jca:service=RARDeployment,name=''
so the new tag should have the same value as the old
so CoherenceTx rather than the coherence-tx.rar
I guess its not really a problem I just had difficulty inter
I have this error:
12:14:24,943 WARN [verifier] EJB spec violation:
Bean : FinderIndexHome
Method : public abstract FinderIndex create() throws CreateException,
RemoteException
Section: 6.10.6
Warning: The method return values in the home interface must be of valid types
for RMI/IIOP.
When I
the original code:
InputStream is = "".getClass().getResourceAsStream("/myfile");
DataInputStream dis = new DataInputStream(is);
or other form:
DataInputStream dis = new
DataInputStream(getClass().getResourceAsStream("/myfile");
question:
How can I use javaassist to modify th
Hi,
I have SSL-encrypted calls to a SLSB as described by JBoss admin guide.
I created client and server keystores and imported the server certificate into
the client keystore. The SSL debug info tells me the handshaking works OK.
Now I'd like the server to authenticate its clients. I know it's
If you're using JBoss 4, I'd recommend JBossWS.
If you're not using JBoss 4, I'd recommend upgrading to it and using JBossWS. ;)
Seriously though, JBossWS is J2EE 1.4 standard and fairly straightforward to
use when you get your head round it.
I've used both JBoss.net and JBossWS and much prefer
Hi all, sorry if someone already posted the same thing, I've search the whole
forums though.
I'm using JBoss 4.0.0 with JDK 1.5 on Windows 2000 Professional.
When trying to use JMS/MDB I keep getting this error message:
2005-01-07 16:56:43,872 WARN [org.jboss.ejb.plugins.jms.JMSContainerInvoke
Hi all this is my scenario:
i have a RemoteJMSProvider that sends some messages on a remote durable topic.
Now i have tried your sample on this pc:
Windows XP Home edition Service Pack2 ( this was my Remote JMS Provider ); on
this pc there is: JBoss 3.2.5, jdk 1.4.2_06
My client were:
1) W
This looks correct to me.
com.sun.security.auth.login.ConfigFile is the default configturation provider
that understands the auth.conf file format and location that you are defining.
Without a stack trace, it is hard to further diagnose your problem.
Thomas
View the original post :
http://www.
I had the same error, but I don't want to close the connection in my ejb
method, because if I do that, I can't work with my database. Is there any way
to keep the connection open and close it manually outside the ejb method?
Here's is my code:
index.jsp
| (...)
| Connection conn=null;
|
I finally solved it by adding "-D java.net.preferIPv4Stack=true" to the
$JAVA_OPTS in the run.conf
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861031#3861031
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861031
-
How to Config JBoss to show the Conncetion leakages?
Do let me know ASAP
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861030#3861030
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861030
Mehdi
How did you work around the problem? I have the same on a Linux system that a
customer (who normally uses Windows :-) set up. Could it be a setup error in
Linux? Are there restrictions on what the hostname can be? I always use lower
case, but the customer used lower and upper and even und
I'm using this method to access a webservice from an EJB with metadata and
portname set to null and it works. Here is the snippet:
ServiceFactoryImpl factory = new ServiceFactoryImpl();
| Service svc = factory.createService(
| new URL("http://localho
Getting the following exception in the client side while accessing a
stateless bean.And using the DatabaseServerLoginModule for authentication.
Any comments ??
| javax.security.auth.login.LoginException:
javax.naming.CommunicationException: R
| eceive timed out [Root exception is java.n
94 matches
Mail list logo