Hi there,
Unfortunately the soap has been treated as html...
so again:
The working soap (by JBossNet/AXIS)
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
< QuickOrder xmlns="http://api.compan
Its part of the jmx-console web application.
see JBOSS_HOME/server/default/deploy/jmx-console.war/WEB-INF/classes
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=345#345
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=repl
"drzewo" wrote : I'll try to convince Remy (that might be tough though and
might take some time, AFAIK Remy is off for vacation till August 16th) to
enhance the SingleSignOn valve with optional logic, as a the described by me
use case, I believe is a common scenario for those who use SSO.
I'm c
I've got an app that has been using non-XA JMS. I use a single JMS connection,
with several sessions, each of which runs in its own thread. When I switched
the app to us XA JMS, I started seeing the various sessions use the same
thread. Does this sound like expected behavior? Is there any wa
I've thought about your problem more and realize my suggestion will not be
reliable with the clustered version of SSO.
As you've seen, there are two areas where ClusteredSingleSignOn maintains
information about sessions associated with a sign-on. The first is the set of
session id's maintained
Hi,
I have an application deployed on Weblogic that I am migrating to JBOSS 4.0.2.
As part of the application, I access the Weblogic MBean Server to access
connection pool information and perform operations on the connection pool
programatically.
Psuedo Code:
// Get Inital context
// Get
Seems like you have to define a custom implementation of the RealmMapping
interface. The interface defines a method
anonymous wrote :
| /** Validates the application domain roles to which the operational
| environment Principal belongs.
| @param principal the caller principal a
any exceptions?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=335#335
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=335
---
SF.Net email is Sponsored by
Seems like you dont ahve a auth.conf file for your client application. Try
providing the system property -D while calling java as follows.
anonymous wrote :
| -Djava.security.auth.login.config=${full_path_to_auth.conf}
|
There is a more detailed thread on this available in the same forum.
a
Never mind, it's working now.
See http://www.jboss.com/index.html?module=bb&op=viewtopic&p=331#331
for what I changed to make it work.
Can someone please fix the JBoss IDE tutorial?
While we are at it, can someone please fix the JBoss IDE so it works with
Eclipse 3.1? I am using the bu
Hi,
Could anybody please tell me about a parameter which can limit the post request
size. I know Websphere does provide a parameter (LimitRequestBody) but does
JBoss has such parameter. I searched all the cinfiguration files but could not
find any parameter.
Sunil
View the original post :
htt
Hi,
Can anyone help?
I put my deployment code for a simple test app to create an entity bean below.
My problem is that I have two database resources:
DefaultDS (database named jbossdb) and
ejbTestDS (database named ejbtestdb)
I thought the code below would mapped my OneBean class to the ejb
Thanx, but I I couldn't set the table name in jboss.xml and had to use do it
in jbosscmp-jdbc.xml.
However, now server keeps looking for its table (members) in the DefaulDS
resource (jbossdb database) instead of in the ejbTestDS resource (ejbtestdb
database) where I created members.
I can't f
Getting the same error. Can anyone help?
Here are the steps I have taken:
1. Download JBoss 4.0.3 RC1 ("all" config, installed using GUI installer) and
JBoss IDE 1.5M2
2. Download the code for JBoss IDE trailblazer 'articles' application
3. Modified the code to replace @Inject with @PersistenceC
The management cosole that comes with JBoss is crude at best, even the
administration console for the Sun Java Application Server is 10x better than
the JBoss.
My question is, is there a 3rd party administration tool that will let you do
things like graphically navigate the JNDI tree, define da
hi all,
i am using jboss-4.0.3RC1 with HSQLDB 1.8.
When deploying my apps now it complains about executing the 'select * from
system_tables'. In HSQLDB1.8 the system tables moved into the
information_schema and can on;t be address with the schema prefix. Fine so
where does JBOSS get the conf
I also had the same error and downloaded from Sun and JBoss in June. Anyone
else still having this same problem?
Excerpt:
18:05:58,845 ERROR [MainDeployer] could not create deployment:
file:/C:/jboss-4.0.2/server/default/tmp/deploy/
tmp17633JBossDukesBank.ear-contents/bank-ejb.jar
org.jboss.d
"lafr" wrote : What are the memory settings for Xmx ?
| When the JVM reaches this limit, garbage collections occur all the time and
consume all available cpu time.
|
/usr/local/jdk/bin/java -server -Xms1024m -Xmx1536m -Djava.awt.headless=true
-Dprogram.name=run.sh -XX:PermSize=256M -XX:MaxP
What are the memory settings for Xmx ?
When the JVM reaches this limit, garbage collections occur all the time and
consume all available cpu time.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=312#312
Reply to the post :
http://www.jboss.org/index.h
Your oracle configuration has to be changed to work with JBoss.
anonymous wrote : 04031, 0, "unable to allocate %s bytes of shared memory
(\"%s\",\"%s\",\"%s\",\"%s\")"
| // *Cause: More shared memory is needed than was allocated in the shared
| // pool.
| // *Action: If the sh
What's the exact definition of the finder ?
Collection findRoomWithCapacityGreaterThan( ??? )
What's the datatype for capacity in the entity bean: Integer ?
The parameter for the finder method has to be of the same type!
View the original post :
http://www.jboss.org/index.html?module=bb&op=view
hello,
i have nearly the same problem with jboss jboss-4.0.3RC1 and sapdb 7.6 aka
MaxDB.
i tried to create my own sapdb-service.xml for jms but :
| 21:07:03,533 WARN [ServiceController] Problem starting service
jboss.mq:service=PersistenceManager
| org.jboss.mq.SpyJMSException: Could not
Hi guys
Well, I try to deploy my first CMP application, but I had a problem
When I have a Many-Many relationship where I indicate the fk names into the
jbosscmp-jdbc.xml file?!?!
For 1-1 and 1-Many I already know how to do...but for Many-Many I don't find
where to write it?!?! would an
Hi @ all!
I have to develop a Application which uses JBoss as Server and a Java
Application as Client
The Application should connect to the JBoss all over the Internet.
What would be the best way??
I don't think that connection with the normal RMI ports is a very good way
beacuse these ports c
If your JBoss server is running on a windows machine. You may have to check
the 'jboss-service.xml' file in the 'http-invoker.sar/META-INF' directory of
your JBoss server configuration.
I've seen that a the windows server hostname may default to it's short name or
DNS alias. When the client
Seems to be solved: I installed j2sdk1.4.2_08
(j2sdk-1_4_2_08-linux-i586-rpm.bin), setup the JAVA_HOME, lauched the run.sh
and it works fine.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=301#301
Reply to the post :
http://www.jboss.org/index.h
I too am having the same problem. I am running Fedora 4 and jre-1.4.2. I am
using the defalut JRE that came with Fedora 4. I am going to try to reinstall
the J2SDK and see what happens.
Anyone solve this one already?
View the original post :
http://www.jboss.org/index.html?module=bb&op=v
Hi
So... anyway can tell me regarding my previous message is the jmx console
java.util.List listMessages() (and the implementation that i used) is working
or not?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888799#3888799
Reply to the post :
http://www
I am currently working on a project to consume the Sabre Travel System
webservices. I have generated stubs for the SessionCreateRQ service by using
the wscompile tool (as explained in the WIKI - document style service client);
unfortunately, this tool does not generate any code to customize the
I'm using jboss 4.0 beta, anyway. Yomorrow I'm going to test with the new
stable 4.0.2, maybe it will behave differently.
Thanks for your help, anyway
TREMALNAIK
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888797#3888797
Reply to the post :
http://www.j
hi
I am trying to get a info related to external invocation of jboss Schdulable
class implements jboss.varia.scheduler.Schedulable.
i have jboss Schdulable class which implements
joss.varia.scheduler.Schedulable.
it works fine on specified time & interval . But if i have to invoke it
external
I'll try to convince Remy (that might be tough though and might take some time,
AFAIK Remy is off for vacation till August 16th) to enhance the SingleSignOn
valve with optional logic, as a the described by me use case, I believe is a
common scenario for those who use SSO. I'd be more than happy
The file you are looking for is called 'jboss.xml', the DTD for this file is in
the {jboss.home}/docs/dtd folder of your JBoss installation.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888791#3888791
Reply to the post :
http://www.jboss.org/index.html?mod
Hi all,
I'm getting below given message on server startup.
deployed as CLUSTERED but not a single clustered-invoker is bound to container
In jboss.xml, i have configured as
|
| AuthenticationSLEJB
| AuthenticationSLHome
| LocalAuthe
hi all,
I've been doing this on Tomcat (5.5.4) standalone. I have a custom
javax.naming.spi.ObjectFactory instance that I use to read custom elements in
tomcat...
for example...
So I have a class "ConnPool" which is an instance of ObjectFactory, it reads
the above resource and returns me o
Hi
The domain name is uniqui as test.com. I made some mistake in my earlier post.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888786#3888786
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888786
--
Hi Teej
I am also having the same problem. Can you let me know if you have any answers
to this. In my case, the web apps are WAR files and I want to have the similar
action.
http://test.com/library (Works perfectly)
http://library.test.com (never worked)
My DNS points to the correct IP wher
37 matches
Mail list logo