Thanks,Scott Stark.
I don't solve my problem. I've read jaashowto and I follow it. I've the same problem
when I use org.jboss.security.auth.spi.UsersRolesLoginModule and also when I use
org.jboss.security.auth.spi.DatabaseServerLoginModule. It' s very strange!?
I use a custom server configuration
You will need to configure JBoss security domains and JAAS login modules. Start with
the JAAS HOWTO.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835314#3835314
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835314
I put some of my jboss configuration files in a config directory in my development
projects, and put them in source control with the other source files. When a new
JBoss comes out, I merge any differences from the new versions of the config files.
I've heard of people using CVS to administer u
Hi,
Anybody knows how to secure web applications using Basic HTTP Authentication using
JBoss-Tomcat? I tried the trick for tomcat but it accepts any user name and password.
Where do I specify the user-name and password combinations? I would like to use
MemoryRealm.
Regards,
Prashanth.
View
Greetings,
I have an MDB that sends email out. All I am trying to do is to send Message to MDB
from my SLSB.
__part of session bean tag in ejb-jar.xml__
jms/QueueConnectionFactory
javax.jms.QueueConnectionFactory
Container
Shareable
__jboss.xml__
MemberMana
It says you are trying to control the transaction when you should be using XA.
Do you have no-tx-separate-pools configured? If not add it.
The option didn't exist in 3.2.1
Oracle XA is notoriously broken, we have at least four different configurations
to workaround/fix it:
1) xid pad=true in con
I can't help people if they don't read my responses.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835307#3835307
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835307
The main problem I found with the current HTTPIL for JMS is that the server will not
know if the client is still connected or not - HTTP is stateless.
When a client is connected over HTTPIL and registers as a MessageListener for a queue,
an instance of HTTPClientIL is created on the server which
set the category "org.jboss.ejb.plugins to WARN (or INFO should work too in that case)
Bela
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835305#3835305
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835305
-
Hi all. I wonder if anyone else has come across this.
I have two JARS, each containing EJB's. I've got the two JARS contained within a
single EAR file. The Enterprise Descriptior defines both of the JAR files as modules.
Classes in the second JAR file use the EJB Interfaces defined in the fir
stupid me...duh!! Using the correct multicast address worked...
[HANamingService$AutomaticDiscovery] Listening on /63.193.224.220:1102,
group=230.0.0.4, HA-JNDI address=63.193.224.220:1100
thanks again
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38
"bela" wrote : "tbauer" wrote : Okay, seems to work now...but one question?? I have
ALWAYS gotten
| | this message on the console...
| | How (or what) is a valid multicaset address/port given I want to
| | hardcode the IP address in the HANamingService section of the .xml
| |
Hi all. I wonder if anyone else has come across this.
I have two JARS, each containing EJB's. I've got the two JARS contained within a
single EAR file. The Enterprise Descriptior defines both of the JAR files as modules.
Classes in the second JAR file use the EJB Interfaces defined in the fir
Hi,
I've just install jboss 3.2.3. Previously i was using jboss 3.2.1. I have this
error java.sql.SQLException: Use explicit XA call when i run jboss 3.2.3. Is it i need
to use the lastest jdbc driver which is ojdbc14.jar? Currently i m using classes 12
and jdk 1.3.1. As i know jboss 3.x req
Bela, okay I have the jgroups logging under control, but now I notice in the actual
server.log file that ALL jdbc queries are logged...
I've looked all over for how to turn this off, can't find the right xml file...
How do I turn of all this verbosity(sp) with jdbc??
2004-05-17 20:43:08,592 DE
This significant issue has appeared a couple of times in a couple of fora without any
resolution. It is serious in nature so I will restate ...
Where there is a requirement to set a SecurityManager for the JVM (ie. when dynamic
RMI classloading is required), Catalina fails to deploy _any_ WAR fi
Both. It looks for another one, if there are no more or they all fail it a creates a
new one.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835296#3835296
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835296
--
The doctype is incorrect. It should be as stated in the web-app_2_3.dtd:
| http://java.sun.com/dtd/web-app_2_3.dtd";>
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835295#3835295
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=pos
Authentication and authorization will happen on every call as security must be handled
statelessly to ensure that the correct security context is propagated to the other
layers like ejbs as tomcat knows nothing about how to do this.
View the original post :
http://www.jboss.org/index.html?modul
The output you show does not match the asserted action taken. If you clicked on the
indicated url you would have had to enter the username/password in the resulting basic
auth dialog. There is no part of the jaas howto code that creates the following
output, so I don't know what your running, bu
Try using a more recent bundle of jboss/tomcat and report the full exception if this
persists. The symptons indicate a conflict with handling of the jndi url prefix as a
jndi protocol handler vs a url protocol handler.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewto
I am having _exactly_ the same problem using dynamic class loading in an attempt to
access Jini services.
Curiously, neither of us are attempting to access resources via JNDI so Catalina must
be confused. Is this a bug with JBoss/Tomcat integration?
View the original post :
http://www.jboss
Try going through the JAAS Howto topic in this forum. Your client does not appear to
be finding the client side auth.conf file.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835290#3835290
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=pos
hello,
the connections in my connection pool(datasource) are all dead because of some
reason,how can i deal with it?can i update the connections in my
code?
first quesion:
can i update the dead connections in my code except from jmx-console?
and how?
second quetion:
I notice the check-valid-
The wsdl file generated by the axis servlet incorrectly includes types from all
deployments. You can see that the SimpleDto exists under two different namespaces, and
the client generation happened to choose the wrong one. Cleanup the wsdl by hand and
re-run the code generation.
View the origin
"tbauer" wrote : Okay, seems to work now...but one question?? I have ALWAYS gotten
| this message on the console...
| How (or what) is a valid multicaset address/port given I want to
| hardcode the IP address in the HANamingService section of the .xml
|
|
| 18:35:14,978 INFO [HANam
"tbauer" wrote :
|
|
|
|
| what are the valid values for priority value?? DEBUG, WARNING, ERROR?
|
| I want to quiet jgroups except for errors??
|
| thx,
|
| tim
|
Valid values are fatal, error, warn, trace, debug, info
You want to set the tracing le
"tbauer" wrote : okay, so I have tcp.xml, but how and where do I put this file (or
it's contents) in JB 3.2.4FC2 to make it work??
server//deploy/cluster-service.xml. Just replace the matching tag with the contents
of tcp.xml, e.g.
XSAM_Partition_XSAM26B_partition
okay, so I have tcp.xml, but how and where do I put this file (or it's contents) in JB
3.2.4FC2 to make it work??
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835283#3835283
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=repl
Okay, seems to work now...but one question?? I have ALWAYS gotten
this message on the console...
How (or what) is a valid multicaset address/port given I want to
hardcode the IP address in the HANamingService section of the .xml
18:35:14,978 INFO [HANamingService] Listening on /63.193.224.220:
what are the valid values for priority value?? DEBUG, WARNING, ERROR?
I want to quiet jgroups except for errors??
thx,
tim
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835282#3835282
Reply to the post :
http://www.jboss.org/index.htm
okay, so I have tcp.xml, but how and where do I put this file (or it's contents) in JB
3.2.4FC2 to make it work??
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835283#3835283
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=repl
what are the valid values for priority value?? DEBUG, WARNING, ERROR?
I want to quiet jgroups except for errors??
thx,
tim
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835282#3835282
Reply to the post :
http://www.jboss.org/index.htm
Thanks Bela...I will try these changes...
I have met you before at a BootCamp in SF...I'm in awe at people like you and
Sasha...I can only hope to understand this stuff 10% of what
you do...
Also, I have a scheduler MBean that calls a logger based on
org.jboss.logging.Logger... it no longer wor
// 1. Why do you NEVER give a good example of
// using TCP in the cluster-service.xml file...
Coming. For now you can just copy tcp.xml from JGroups/conf.
// UDP is lame, and probably used in production
// environments.
you're saying ?
// 2. The documentation on the javagroups
// (jgroup.
Once again, jgroups is acting up. Why is it that every time you guys release a new
dot-dot release that thing change so much that existing configurations stop working as
before...
1. Why do you NEVER give a good example of using TCP in the cluster-service.xml
file...UDP is lame, and probably u
Yes I know what was wrong...
Our scenario was 200,000 Hashtables created more or less at the same time, and of
course we wanted those to be pushed on to the queue as
fast as possible.
In this particular case you will always get very high load on the server, no matter
what server you have. A lit
The algorithm is pseudo code. It is implemented a lot more efficiently in the real
code.
Of course java:/ConnectionFactory is faster, there is no serialization.
The ping is minimal (a few bytes once every minute) and couldn't possibly cause
a bottleneck. If your server can't handle two small net
In Adrians description of ping "algorithm" I guess the wait method is the problem, a
separate thread waiting for 60s?.
Maybe the ping should move out in the JMS main thread so the ping would be forced to
happen during heavy load!?
/Goran
View the original post :
http://www.jboss.org/inde
We had a lot of problems with the "ping" or more correct "no ping" during
heavy load. When the processor is near 100% it seems like the ping task has lower
priority than every thing else.
For us the following solution gave us amazing performance in our last
project, with a lot of JMS queues:
We
Hi!
I'm now trying for several days to get a simple stateless session bean working
together with a client. I use MyEclipse and JBossIDE.
As MyEclipse dos not directly support client application (and so does not build any of
the required jboss-client.xml etc.) I couldnt figure out how it could wo
If you can download 3.2.4RC2, that will give you a starting point.
Then modify this class to remove the wrapping mechanism when extending
external messages.
http://cvs.sourceforge.net/viewcvs.py/jboss/jbossmq/src/main/org/jboss/mq/SpyMessageProducer.java?annotate=1.2.8.2
i.e. in the method encaps
Hi
I have been trying to get the basic Hello World example (described in the JBoss 3.2.2
pdf) working. Although it works for the primitive types, it does not seem to work for
the complex types. I think that the problem is in the WSDL file that is generated.
The generated one is different than
yes - you are correct w/ the pk-constraint, i just switched it back to true and it
deploys ok.
is the faq module working properly for you? every time i try to create a category, i
get an error telling me that i'm trying to insert "null" into a non-null column.
same goes for the news stuff. i ca
A little more stack trace. BTW. I am also pursuing this issue from the BEA side with
BEA support.
org.jboss.mq.SpyJMSException: Cannot send a message to the JMS server; - nested
throwable: (java.lang.NullPointerException)
at org.jboss.mq.Connection.sendToServer(Connection.java:1251)
"jae77" wrote : i also learned that "nukes.pk-constraint" needs to be set to false in
order for the table creation to work.
Actually I'm not sure that is true. My nukes.pk-constraint is true, just as the
postgresql.properties file shows, and the faq module works fine with its pure CMP
backend.
I decided to use the Connection Factory instead of the XAConnectionFactory. I now get
a little further. Instead of only seeing an exception at the client I now also see
one at the server. It is:
java.lang.NullPointerException
at
org.jboss.mq.security.ServerSecurityInterceptor.addMess
But in my case both tables contain the same amount of row
And the data model for those tables is one-to-one relationships
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835258#3835258
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
Your relation is a good one.
I tell you the problem can occurs if the result of the query (managed by the container
for the relationship) is a multi-row instead of a single row.
Do you have potentially many EDocMetaData for one EDocuments ?
In this case, your relation MUST BE a one-many.
With the
Is all I need the revision 1.49.2.9 of org/jboss/ejb/StatefulSessionContai
ner.java dropped on top of the 3.2.3 source (then build)?
If so I can get that from cvs and do the build, etc.
Thanks!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835255#3835255
R
do you have any document to implement a one-to-one relationships
I think the @ejb.relation is good in both case (2 beans) but I can't understand why I
can't call one bean to other by getDocidMetaData() method.
thanks in advance
View the original post :
http://www.jboss.org/index.html?module=bb
Found the link to the sourceforge bug:
Here it is:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=780746&group_id=22866
You'll need a login to sourceforge to view it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835252#3835252
Reply to
Search the email list archives (not the forums) for submissions by me... I submitted
a patch a while ago that fixes this problem. AFAIK, the patch was rolled into 3.2.4.
If necessary, I can email you the patch. (to be applied to 3.2.3 source).
Regards,
Russ
View the original post :
http://
Hi,
Your relation defined as a one-one looks like a one-many.
The ClassCastException can occur if the result is a collection, not a single row.
Try to define your relation as a one-many, with a collection as return type of the
getter.
Pascal
View the original post :
http://www.jboss.org/index
The 3.2.4RC2 release is available here:
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=223319
The changes notes are available here:
http://sourceforge.net/docman/display_doc.php?docid=22881&group_id=22866
The 3.2.4 final release is scheduled to be out on 2
EDocuments-EDocMetaData
EDocuments-has-one-EDocMetadata
EDocMetadata-has-one-EDocuments
docid
docid
View the original post :
http:/
What is your jdk version ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835247#3835247
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835247
---
This SF.Net email
Hi,
Post your code and jbosscmp-jdbc.xml.
Also the full error log.
Pascal
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835246#3835246
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835246
I was just reading the O'Reilly web site where it mentions the release of
Enterprise JavaBeans, 4th edition (to be released June 2004) and
EJB Wookbook for JBoss 4.0 (no release date stated).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835244#3835244
R
i also learned that "nukes.pk-constraint" needs to be set to false in order for the
table creation to work.
thx again for tracking that down joe - it shouldn't take too long to fix.
anybody in mysql or oracle land having problems?
View the original post :
http://www.jboss.org/index.html?mod
Hi,
Can anyone please send ur helloworld or any simple EJB source code for me with little
help to deploy.
I downloaded jboss-3.0.8_tomcat-4.1 and when i put my tutorial compiled code in xx.jar
and deploy, the client is not giving output. I just need helloworld output.
Could u pls help me.
Best r
i just installed postgres to try this out myself and the problem does seem to be w/
the way the primary key is being generated.
i will devote more attention to this tonight when i get home.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835241#3835241
Reply
Hi,
Can you please send ur helloworld or any simple EJB source code for me.
I downloaded jboss-3.0.8_tomcat-4.1 and when i put my tutorial compiled code in jar
and deploy, the client is not giving output. I just need helloworld output.
Could u pls help me.
Best regards.
View the original post :
There is also no enterprise-bean in jboss.xml
there is an enterprise-beans
I added your question to the FAQ
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835239#3835239
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38
Hi,
I've 2 beans one-one relationships
and this piece of code
InitialContext ctx = new InitialContext();
SDocuments myBean = getHome().create();
Collection col = myBean.getAllDocumentByCategoryId(11);
Iterator iter = col.iterator();
while (iter.hasNext()) {
EDocuments element = ((EDocument
Adrian,
Thanks for the quick response
my files are the following:
ejb-jar.xml
|
|
|
| SessionPKGen
| SessionPKGen
| pkgen.SessionPKGenHome
| pkgen.SessionPKGen
| pkgen.SessionPKGenBean
| Stat
"cooper" wrote : I am not using postgres so I cannot test it. If you know what to
modify to make it working give us the changes, that would be very helpfull
I took a look at it this morning trying to compare the way the EJB's are done in the
news module with how they were done in FAQ. In the nuk
Im getting the following stacktrace upon every request to nukes. How should I
troubleshoot this? I didn't configure the index module as far as I know.
Stacktrace below
2004-05-17 13:38:08,644 ERROR [STDERR] at java.lang.Thread.run(Thread.java:536)
2004-05-17 13:38:40,493 ERROR [STDERR] java
I figured out my problem. I changed the 1099 port to 1199 in
server/default/conf/jboss-minimal.xml and jboss-service.xml.
However, I neglected to change the port in the bank example's jndi.properties and
build.xml files.
View the original post :
http://www.jboss.org/index.html?module=bb&op=vi
No it is in 3.2.4RC2, due out any second now.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835233#3835233
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835233
---
Is there any documentation on how to upgrade a production jboss instance to a newer
verison of jboss without losing our custom files?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835232#3835232
Reply to the post :
http://www.jboss.org/index.html?module=bb
Is this change in JBoss 3.2.4RC1 available from sourceforge?
Thanks,
Lyndon.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835231#3835231
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835231
--
The example config is wrong, it should be
| java:/MSSQLDS
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835230#3835230
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835230
---
This says your conf/jbossmq-state.xml is corrupt.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835229#3835229
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835229
---
Question:
I have pathological dislike of using search and I cannot read DTDs.
I also don't understand that questions about resource-ref should be in ejb forum.
How do I configure a resource-ref for a datasource:
in ejb-jar.xml
|
|
| Whatever
| ...
|
| The default DS
There is no jndi-name in ejb-jar.xml
There is one in jboss.xml
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835227#3835227
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835227
--
The problem is (should be) very very simple, i have a connection pool in JBoss named
OracleDS, yes it is an oracle8i connection pool, can i access this connection pool
using a stateless session bean, if so , please send me the details
I have a datasource named OracleDS, i am trying to access it
Just follow the link Adrian provided for you to find the answer.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835225#3835225
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835225
---
I would also like to know when RC2 will be released.
Adrian , if you do not know the exact date, please say so and stop bieng
an arrogant jerk.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835224#3835224
Reply to the post :
http://www.jboss.org/index.html
Hi,
I'm pretty sure it is included OK. The typeMapping element for the SimpleDto in the
web-service.xml is generated by Xdoclet.
I checked by removing the fileset that referenced to the SimpleDto this resulted in
the typeMapping element is not being included in the web-service.xml.
View the
Try adding "as" to the query:
query="SELECT OBJECT(c) FROM CustomerEJB AS c"
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835222#3835222
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835222
--
SearchBlox is a J2EE Search Component that delivers out-of-the-box search
functionality for quick integration with your websites, applications, intranets and
portals. SearchBlox uses the Lucene Search API and incorporates integrated HTTP/HTTPS
and File System crawlers, support for various docume
JBoss 3.2.4RC2
In the file: hssql-jdbc-state-service.xml the default config is:
|
| jboss.jca:service=LocalTxCM,name=DefaultDS
| ...
If I change the DefaultDS and I use there my datasource for sqlserver (I'm sure that
the datasource works properly), for example:
No, this works. I use the BindingService on node-2, and it works perfectly.
Bela
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835217#3835217
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835217
---
Hello,
I have a problem with the JNDIMap example (from The JBoss JMX Microkernel)
The MBean is succesfully deployed on the server, but when I try the following client
code, I receive a ClassCastException ...
InitialContext ctx = new InitialContext();
HashMap map = (HashMap) ctx.lookup("inmemory/m
When we deploy either the durable topic or durable queue independently of each other
they deploy fine. However when we try and deploy them together we get the following
stack trace:
Any ideas?
2004-05-17 17:37:50,866 INFO [org.jboss.mq.server.jmx.Queue.DLQ] Bound to JNDI name:
queue/DLQ
2004-
Post the full error log and the full descriptors.
Do you define specific column mapping with the faulty column name ?
Try also to activate additional debug messages:
Adds
|
|
|
|
in Log4j.xml
Pascal
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtop
Hi,
I'm very interested in that question as well, we are currently using 3.2.1 (with some
custom bug-fixes). 3.2.4 is the first release that would ostensibly have all those
fixes in it, and, while we could go apply the fixes to 3.2.3, we would prefer not to
if 3.2.4 is pending in the near futu
Yes, the mapping is ok, because this problem only appears with the first bean. If I
create the table for it manually and try to deploy, the other bean's tables are
created just fine. I am using Oracle 8.1.7. Here is the jbosscmp-jdbc.xml content:
http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0
Okay, I'm still stuck on this thing.
Here is a sample of the debug log I can get in DEBUG treshold from JBoss :
| --
| 16:28:08,916 INFO [Server] JBoss (MX MicroKernel) [3.2.3 (build:
CVSTag=JBoss_3_2_3 date=200311301445)] Started in 31s:465ms
| 16:32:34,749 I
Hi,
Do you include your SimpleDto
in ejbDoclet task?
This is one of the most common error.
Takenori,
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835202#3835202
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835202
We're having an issue with JBoss 3.2.3 on Win 2000 server. It appears to be related
to "Unable to passivate due to ctx lock" appearing in the log files. Our jboss server
stops responding to client requests and we get thousands of these "Unable..." messages
in our logs. When the server is wor
Hi,
Doc/Lit is not a problem.
Rpc/Enc works fine.
That's still a really big problem
in the near future.
Be sure to use valid data types or its arrays
(refere to axis user guide 1,5,1,1)
as parameters and return types.
And any complex types and its array
consists from valid data types.
Takenori,
HI Bammi,
It might be possible with log4j configuration files, but cannot be done in our
environment.
This is because in our company, different components belong to different teams and
each of them have their own configurations. We are not allowed in theory to change
them since we are not the
With nukes being still fairly new, I cannot see that a module with the amount of
features that coppermine has, can be made without years of development.
After all coppermine has been developed for years.
I might be wrong however, and a I do presume basic albums exists.
I have over time written
Which bit of anonymous wrote : Goto the log4j site and read their documentation. did
you not understand?!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835196#3835196
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=383
Hi,
Need more informations to investigate !
Are you sure you define properly the datasource-mapping in jbosscmp-jdbc.xml ?
Pascal
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835197#3835197
Reply to the post :
http://www.jboss.org/index.html?module=bb&o
I don't understand what you mean? I did copy the nukes dir to
JBOSS_HOME/server/default.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835195#3835195
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835195
---
The forums layout is being addressed as we speak. There are a few other tweaks
underway but the width issue is the main one remaining. It should be fixed by tonight
(EST). Thanks for the feedback.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835194#38351
Hi guys,
I would appreciate it if someone gives me some idea how to resolve the following
problem. I am trying to deploy a JAR on JBoss 3.2.3. The JAR contains 3 entity beans
with CMP and local interfaces and a session bean. When I try to deploy the JAR, I get
the following error:
org.jboss.de
1 - 100 of 135 matches
Mail list logo