We are migrating from WebLogic 8.1 to JBoss 3.2.3 and have a very frustrating
transactional problem.
We have a servlet which gets a UserTransaction and starts it, then calls an
EJB(Required) which accesses a datasource and then calls another EJB(RequiresNew)
which provides an ObjectID from the
Hi Juha,
Sorry for the uncleared question.
We are looking for the MBeans which are important for Jboss Server. Based on that
MBean methods we have to find Whether that is JBoss or some other App. server.
As Jboss built on JMX Technology We found out many MBeans in many jar files.
As like weblog
I'm usong JBoss 3.2.3 on Linux 2.4.x JDK 1.4.2.
I'm using two nodes in a cluster using autoDiscovery with multicast.
For deployment I use farming, by copying the files to the farming directoryon node1.
In some cases it's running without problems (especialy if I'm testing it for get more
informa
how can i use an MBean service, i need to access the an MBean service in the stand
alone client for authentication.
please tell me how can I access that MBean service...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829369#3829369
Reply to the post :
http
I want to confirm something, could anybody help me?
Q: When I create a relationship of one to many/many to one, should the field on the
"one" side be the primary key of the table itself? I mean if the field is not PK ( one
to many, at the ONE side), may I deploy successfully?
I don't know if I de
Your question is unclear. What do you need to find?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829366#3829366
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829366
Assuming you're using 2.x series, yes.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829364#3829364
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829364
---
This
Yes that interceptor appears to be packaged in an unfortunate location.
Simplest solution is to force your SAR to be deployed last, using the prefix
deployment sorter for example.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829363#3829363
Reply to the po
"hasso" wrote : - I will add a MBean which has properties like totalMsg, totalErrMsg
and so on
| - My Beans will lookup that MBean and set the attributes. The EJBs won't implement
the MBean interface
| - The MBean should go into a special .sar-file - not in the same archive as the
applicatio
IIRC, the invocation layer service the connection factory is bound to, for example
jboss.mq:service=InvocationLayer,type=UIL2
Or create a deploy.last directory under deploy/ directory and drop your package there.
Should work too.
View the original post :
http://www.jboss.org/index.html?module
hi all,
i want to know something.
if after i accomplish these:
1.
FORM
/login.html
/login.html
2.
java:/jaas/authtest
then i can authenticate the username/password pair
input from the login.html using databaseServerLoginM
Looks like the init is called when the Logger class is loaded for the first time -- so
you may have to force it as early as putting it into the system classpath (can't
remember if there's a convenient switch for this in the JBoss start script). Or
packaging it inside run.jar should work too. JB
hi,
i want to know something.
if after i accomplish these:
1.
FORM
/login.html
/login.html
2.
java:/jaas/authtest
then i can Authenticate the username/password pair
input from the login.html using databaseServerLoginModule?
i me
Please clarify your question. What do you mean by "launching any EJB" ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829356#3829356
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829356
thanks Adrian...
but i would like to ask u one more question suppose the message i'm
sending is set to the priority "5" and is in the AUTO_ACKNOWLEDGE mode ... then JMS
gaurantees that message will recieve FIFO at the the subscriber side ?
Regards
Raj.
View the or
we are trying to migrate from weblogic to jboss, we need to implement a security
policy for EJBs, so we have written a custom security class. how can i load in the
time of sever bootup. so that i can access it from JBoss VM.
thanking you
sanju
View the original post :
http://www.jboss.org/in
hi all,
how can i code to login with databaseServerLoginModule ?
i just know how to configurate the jaasSecurityManager
with databaseServerLoginModule,
but i don't know how to Authenticate the username/password pair
which are input from the form .
can anyone give me code fragment for
hi all,
how can i code to login with databaseServerLoginModule?
i just know how to configurate the jaasSecurityManager
with databaseServerLoginModule,
but i don't know how to Authenticate the username/password pair
which are input from the form.
can anyone give me code fragment for illust
Hi,
I have successfully deployed CMP entity bean using hardcoded userid and password in
database connection setup. (in my case, it is sybase-service.xml). I have set security
control on the ejb-jar.xml so that only user with specified role can access and
manipulate the bean. Every thing seems o
Hi,
Are there any suggestions on reducing the size of the memory footprint of the
"standalone" jbossmq (as described in the FAQ). The version from 4.0.0DR3 looks to be
about 56MB. I was wondering if an initial footprint of <= 30MB was possible?
View the original post :
http://www.jboss.org/ind
There there is something wrong with your deployment or descriptors if there is nothing
under the JNDIView. The descriptors should look like:
[url]
http://java.sun.com/dtd/ejb-jar_2_0.dtd";>
ENC Tests
ENCBean
...
Default Mail
ma
What is the netstat status of these connections, connected? Perhaps the
tcp_keepalive_interval is too high, or not all OS patches for java have been installed.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829335#3829335
Reply to the post :
http://www.jbos
This does not work with the UsersRolesLoginModule because a name of the form
username.xxx indicates that username has a group named 'xxx' with the following roles
associated with it. A '.' is not an allowed character in usernames in the
UsersRolesLoginModule. You would have to patch the UsersRol
No, since its by design and not a bug. If you want to validate a user, use a login
module that actually contacts a security store. The ClientLogin module is for
propagating the login information to the invocation layer.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewt
I have got a very stange problem. I am using FORM based authentication. When I create
a user name with an id "kapilesh.arekar". I am not able to login. I have exactly the
same mapping of roles.properties file for the "kapilesh.arekar" user
But when I replace the "." with a "-" I get authentica
don't know about best practices but for testing I deploy the component multiple times
with different configs and run test suites against each deployment
for packaging I use a target per target environment
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829330
I figured it out. The ClientLoginModule never contacts the server. I need to perform
a lookup to trigger the SecurityException/RemoteException.
I still have issues with this. Any chance it will be fixed in 4.0?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p
So, from what I can tell, login() never actually throws an exception. The exception
is thrown when you try to access a bean?
Is this really how it's supposed to work?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829327#3829327
Reply to the post :
http:
Thanks for the responses... Ivelin, for your question for the help, yes but after I
get more familiar with jboss...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829325#3829325
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=r
I can't seem to get my lc.login() method to throw a LoginException when a user login
fails. I have a Java application that connects to a JBoss 3.2.3 app server. The app
server reports the login fails, but the LoginContext.login() method just falls through
like everything is great.
Here's my l
I got all 0s from all the entity beans from JMX console. I clicked the print buttom
from the Jmx console and still got all 0s. Am I missing something?
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829323#3829323
Reply to the post :
http://www.jboss
Yes, that's right, I absolutely need help with server integration!! With the server
being JBoss 3.2.1, and the version of the Eclipse IDE which I would like to integrate
it into being version 2.1!! Anyone have any ideas about how this should be done???!
View the original post :
http://www.jbo
* I have declared my finder methods in an entity bean to have transaction type
"NotSupported". But I read in the ejb 2.0 spec that they strongly advise us to use
only the "Required", "RequiresNew" and "Mandatory" in entity beans. Why would I want
to create transactions for methods that only find
> Rest assured, they work in accordance with the preferences of
> the most active contributors to JBoss.
:)
Marcf
>
> Scott Stark
> Chief Technology Officer
> JBoss Group, LLC
>
smime.p7s
Description: S/MIME cryptographic signature
Could you be a little bit more specific with the details you used to solved your
problem with that file : "jboss-service.xml" ?
Its content is still a bit confusing to me :)
\T,
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829320#3829320
Reply to the pos
I'm attempting to replace the default logger by defining
org.jboss.logging.Logger.pluginClass with the value of my class. However, no matter
where I place my logging class, JBoss can't find it and resorts to using the
NullLoggerPlugin (this is done in Logger.init). Where should I place my clas
Does Jboss has any inbuilt connection manager or connection pool ? If yes, where can I
get more information ?
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829318#3829318
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
hi All,
When I run jmx-console on my local server running jboss3.2.x I see following output on
the screen:
java:comp namespace of the AccountEJB bean:
+- env (class: org.jnp.interfaces.NamingContext)
| +- jdbc (class: org.jnp.interfaces.NamingContext)
| | +- account[link -> java:/Ac
What Juha is saying is that there is an MBean for each of your entity beans that
supports the reporting that you are needing.
MBean is short for Management Bean, and is part of the JMX (Java Management
Extensions) specification.
You can read more about JMX here:
http://java.sun.com/products/jm
Hello everybody,
I have several question about CMT that hopefully you can help me out with:
* When I don't declare any type of transaction for a specific method in a session
bean, how is this method considered under JBoss?. I read somewhere that JBoss treats
them as "supports" (transaction type
Hi,
I need to check some permissions inside servlet code.
My solution was that i looked up "java:comp/env/security/securityMgr"
and test:
jsm.doesUserHaveRole(user, role)
it works for me fine in jboss 3.2.4rc1 with tomcat, but it doesn't in jboss 3.2.4rc1
with jetty. The problem was, that getUse
One thing I noticed that when the connections start going bad this is what the thread
dump of the ReaderTask looks like.
| "UIL2.SocketManager.ReadTask#11" daemon prio=5 tid=0x00cfade8 nid=0x72 runnable
[ae58..ae5819c0]
| at java.net.SocketInputStream.socketRead0(Native Method)
|
The instance is not removed until after ejbRemove returns. So it looks like
application problem.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829309#3829309
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829309
---
Hello, I deployed a simple wasp webservice in JBoss-3.2.1, and i am trying to write a
java standalone client app to access the webservice. and i failed during lookup... my
code is as following:
env.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory");
Do you access CMR in transaction?
Can you give me instructions to reproduce this?
Do you have a testcase?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829307#3829307
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38293
I have compiled my servlet and wrapped it into a .war file, but when I try to view it
from the browser it doesn't give any errors but just shows up as a blank screen. I
have been trying to view even a simple HelloWorld servlet which should just print to
the screen a line of text. I call it in th
I have ReadTimeout set and it seems to work sometimes.
The problem seems to occur when I run clients over wide area network, which has many
delays and occasional errors.
Doing a simple kill -9 on a client seems to terminate everything properly. It's when
network hits occur that things can get m
Joel,
I tried to develop a very small application using the way you suggested but I am
getting a Mapping Configuration error.
This is my Folder Structure C:\JBoss\server\default\deploy\
And beneath that I have a Test1 Folder where I have my Test1.JSP, so it is somewhat
like:
C:\JBoss\server\defau
If anyone else was having this problem, I've since figured it out. The classpath
variable needed to be a direct reference, like so:
|
|
|
|
|
|
|
|
|
|
|
View the original post :
http://www.
This works for me - even when the datasource doesn't exist.
I can't tell what is different to what you are doing.
ejb-jar.xml
|
|
| http://java.sun.com/dtd/ejb-jar_2_0.dtd";>
|
|
|
|
|
|
|
|
|
| test/mdb
|
| test.mdb.TestMDBBean
I ran into this problem upgrading to RC1, your change fixed the problem
Thanks for the post.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829298#3829298
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829298
There is a "ReadTimeout" parameter configured in deploy/jms/uil2-service.xml
(default 2 minutes - 12 milli seconds)
If the server doesn't read anything from the socket in that configured period it
will automatically close the connection.
NOTE: The client should be pinging the server every "Pin
I posted previously this topic:
anonymous wrote : Previous Topic: JNDI access to java:/Mail from MDB
And got only a very, very limited response. Does anyone out there have any add'l.
information?
Thanks!
Brice Ruth
--
Fiskars Brands
View the original post :
http://www.jboss.org/index.html?mo
Thanks !!!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829294#3829294
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829294
---
This SF.Net email is sponsored by
jboss should already use pass-by-reference if it detects that the ejbs are w/in the
same container.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829293#3829293
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829293
We are testing with JBoss on Solaris and we observe the following situation. If the
client process is killed, the topic subscriptions are not getting cleaned up and
others who publish on this topic fill up the queues.
Looking at the thread listing in jmx-console we see several Read tasks that ar
That is a JCA1.5 class.
javax/resource/spi/ResourceAdapterAssociation
JBoss 3.2.x only supports JCA 1.0
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829291#3829291
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
I don't know about Oracle92 but on my version it is
lnsrctl start
which starts the network listeners.
You also need to start the database.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829290#3829290
Reply to the post :
http://www.jboss.org
I am getting the same error. Did you figure this out?
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829289#3829289
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829289
--
It sees as this mine ejb-jar.xml:
RelClientePessoaFisicaBean
relatorio.relClientePessoaFisica.ejb.RelClientePessoaFisicaHome
relatorio.relClientePessoaFisica.ejb.RelClientePessoaFisica
relatorio.relClientePessoaFisica.ejb.RelClientePessoaFisicaBean
Stateless
Bean
Hi,
I have a remote client with several threads which all run
(remote) user transactions at a JBoss server.
(The transactions are demarcated at the client side.)
Every transaction invokes serveral remote method calls
of a stateless session bean which in turn
execute SQL-statements of an XA-JDBC-d
I meant for you to post the server.log with DEBUG enabled.
In fact you will get more information if you post the results of
System.out.println(getClass().getClassLoader())
from inside the mdb.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829
you're just scratching the surface at what could be a larger can of worms b/c what are
you going to do as soon as you have multiple files that need to change per
environment, or you start including ejbs that need to have their deployment
descriptors tweaked per environment.
i just completed re
I have an MBean service that writes to a JMS Queue. It deploys fine when the server is
running but fails to deploy when JBoss is started after the .sar is deployed.
The error is javax.naming.NameNotFoundException: ConnectionFactory not bound
The code looks like:
| public void startService
Add the following to deploy/jms/jbossmq-httpil.sar/META-INF/jboss-service.xml
APACHE_SERVER
80
More details can be found in the source:
http://cvs.sourceforge.net/viewcvs.py/jboss/jbossmq/src/main/org/jboss/mq/il/http/HTTPServerILService.java?rev=1.3&view=auto
Regards,
Adrian
View the original
Hi guys,
I have read that jboss.xml file could be very usefull to
optimize calls between tiers in Jboss.
Specially, I have read that if one puts the following in the jboss.xml file
EJB
true
the EJB methods arguments and return objects will
It is a compound key of JMSPriority and arrival order.
JMS only guarantees ordering on initial receipt. If you nack
(negatively acknowledge) a message all bets are off.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829281#3829281
Reply to t
My thoughts on hypersonic are probably well known if you look through these
forums.
If you really want an MSc project, try this related task:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=46187
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=vie
It is only in 4.0.0DR3 - it needs a bit more testing before it is backported to
the stable branch.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829279#3829279
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=rep
Btw, I solved the problem
the hibernate example(first persistent class)
SHOULNDT be used with jboss, specially the way
the hibernateutil class starts, its wrong and will result in error
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829278#3829278
Reply to the
? A receive timeout does not cause the connection to be closed.
It is better for onException() to do the reconnect by closing the connection
and reconnectioning - see the version in JBoss's MDB container.
http://cvs.sourceforge.net/viewcvs.py/jboss/jboss/src/main/org/jboss/ejb/plugins/jms/JMSConta
Hi Juha,
thank you for your reply.
Sorry, I cannot understand what you mean.
Please, could you explain further.
thank you very much.
Carri.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829276#3829276
Reply to the post :
http://www.jboss.org/index.html?mod
Hello,
I try to connect to a OracleDB but JBoss throws an Exception:
Here is my oracle-ds.xml (Perhaps there is something wrong):
jdbc/OracleDS
jdbc:oracle:thin:@testserver:1521:artikel
oracle.jdbc.driver.OracleDriver
test
password
org.jboss.resource.adapter.j
Hello, all. I have an EJB application that's packaged up in an EAR file that I'm
deploying to JBoss 3.2.3 on Linux using Sun's 1.4.1_07 JVM. I have a parameter that
used to be in my web.xml file that I now need changed across my three environments
(dev, tst, and prod.)
The NetOps guys want a
In the case of receive timeout, the connection is closed. In order to receive the
message again, the connection/session/subsdriber all need to be recreated? So if
there is no message available on the tipic destination, every timeout interval the
connection will be destroyed and rebuild? What'
Ive already followed that, as I said the EAR DEPLOYS alright look:
14:16:37,423 INFO [MainDeployer] Starting deployment of package:
file:/usr/local/src/jboss-3.2.3/server/default/deploy/ejbhibernate.ear
14:16:37,425 INFO [EARDeployer] Init J2EE application:
file:/usr/local/src/jboss-3.2.3/serv
This is not a valid error, it is really a debug message as indicated by the log4j
level. Tomcat is looking for various SSL implementation choices and the 'Error' about
PureTLSImplementation simply means it could not be found. It will default to the JDK
JSSE implementation and work fine.
View th
Is there anyway to get information ( status and tran id ) on your current transaction,
if there is one? I can see that I may be able to get the TransactionManager from JNDI
and it will give me a status, but I would also like to see some type of identifier for
the current transaction.
Any help w
I tried to look through the changelist, but could not find it, but it can also be
under a different name.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829266#3829266
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3
Good Morning/afternoon/evening:
I have a little problem trying to get a Data Source Connection, the DS, in
mssql-ds.xml file as follow:
|
| dsTITAN
|
jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=dbTITAN
|
com.microsoft.jdbc.sqlserver.
I've read the documemtation and attempted the fixes listed in the forums. No matter
what I add to jboss-service.xml (conf and deploy), I always get startup errors
regarding loading TLS classes, and SSL errors when connecting to the SSL tomcat
instance. So, I am able to get encrypted SSL traff
I have 2 systems where Jboss (3.0.4) is installed, and I would like to run my
application on each of them but in a stand alone way. But by default, Jboss is
configured as part of a cluster and every new starting Jboss instance is discovered
and becomes a member of the cluster.
how can I disab
Hello, I am doing a MSc project in which I need to evaluate the proformance throughput
of JBossMQ and JMS.
One of the test methods that I had designed is to send BytesMessage of increasing size
(from 16Kb to 1Mb bytes) to JBossMQ. Unfortunately when I increased the message size
to 512K, the test
Two clientID:
- MACCAlarmMDB
- MACCAlarm
have the same name
- macc-alarm-manager
would that cause problem? The 'name' attribute seems to have been generated
automatically. Is that the case and I wonder how?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38
Sadly, removing the read-only definitions has not changed anything concerning the
exception.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829261#3829261
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829261
---
ok I got it working. Something with the way it untarred. Weird. But while building I
got the following errors._default:compile-classes:
| [mkdir] Created dir: C:\nukes5apr\nukes-snapshot\bb\output\classes
|[depend] Deleted 0 out of date files in 0 seconds
| [javac] Compiling 80
ok, I'm really Not an idiot! Really! trust me!
I have no idea how I managed to post ejb-jar.xml 3 times in a row.maybe when I
previewed before posting.. lets try that again:
Jboss.xml:
|
|
|
|
|
|
| CustSoldEJB
| ejb/CustSoldLocalHome
|
Thanks Scott, that did the trick.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829256#3829256
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829256
---
This SF.Net
JBoss, Adam,
Found the right cvs command in the build systems forum :-)
Once I got it in a path that had no spaces it successfully build.
My simple test program does indeed now work as expected.
Many Thanks JBoss for the timely fix!!
Martin
View the original post :
http://www.jboss.org/inde
http://jboss.org/wiki/Wiki.jsp?page=UseHibernateWithJBoss
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829254#3829254
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829254
--
Thanks,
We have a table which has a compound primary key consisting of 4 different fields.
These fields are defined as the cmp-fields.
Regards,
Vikas
ABC
ABCHome
ABCLocal
ABCBean
Container
ABCPK
false
2.x
CONFIG_PARAMETER_META_TBL
attributeName
domainName
componentName
defaultValue
ap
Sorry - Realized you can't see the xml text. Here it is:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p
I have a servlet created in my default package for my project. It's a very simple
Hello World servlet I was using just to test my environment setup. I have a build.xml
file created to compile the classes and create .jar/.war files. However, the first
task (compilation) is failing with the follow
hi Richard
afiak ... does your version of jboss use the /tmp as temporary folder?
and does your linux version has a cron job cleaning the /tmp folder every ~14 days?
just a shot in the dark
cheers
lothar
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829250#
It's the same when I redeploy an EJB: JBoss "remembers" an old version instead of the
new one just deployed and I have to restart JBoss each time. It worked in a previous
installation under windows.
I'm using JBoss 3.2.3, JDK 1.4.2_2, Suse 9.0 Pro.
I think it's not important but I'm using too E
Ok..
I have DTD validation and debugging turned on..everything seems ok. No DTD
validation errors show in logs...
My Config xmls"
** ejb-jar.xml **
|
|
| http://java.sun.com/dtd/ejb-jar_2_0.dtd";>
|
|
|
|
|
| CustSalesEJB
| com.spectru
NOBODY KNOWS?
Interesting.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829245#3829245
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829245
---
This SF.Net email
Does the application policy "other" also have a DatabaseServerLoginModule configured
to use the defaultDS?
It looks like maybe the AxisServlet (jboss-net.war) is trying to authenticate the HTTP
request against that.
Have you set the security domain for JBoss.Net?
It is in the jboss-net.sar/jb
Hi all,
I just have one quick question regarding the difference between the two system
properties jboss.server.base.dir & jboss.server.base.url. I need to set the two
variables to the correct directory if I want jboss to start. Except that one is a URL
and the other isn't, what's the differenc
Greetings,
I am trying to send a SOAP message (with attachment(s)) using a JMS topic and a
MessageListener. I am using JBoss 3.2.3. It works without the attachment, but if I
try to add an attachment the operation fails. From the exception stack trace it
appears that attachments are not enabl
1 - 100 of 170 matches
Mail list logo