hi martin0,
in fact i have read the readme.
but the readme just tell how to authenticate the
username/password pair input from command line,
and not tell about web tier as login form.
isn't it?
liuhf.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=382990
Ok i got it...
there are
http://parag:8080/invoker/EJBInvokerServlet
http://parag:8080/invoker/EJBInvokerHAServlet
http://parag:8080/invoker/JMXInvokerServlet
entries in jboss-service.xml
Thanks...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829906#38299
Are you running this on a *NIX box? If so, check your
/etc/hosts and see if localhost is mapped to 127.0.0.1
My guess is that only parag is mapped to that address?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829907#3829907
Reply to the post :
http://www.
"bruth" wrote : I'm trying to access the JavaMail provider I've configured in
mail-service.xml, under java:/Mail. If I lookup "java:/Mail" in my MDB, all works fine.
|
| However, if I try to access "java:/comp/env/mail/MailProvider" - as I believe I've
Shouldnt this be java:comp/env/mail/Ma
I am still working on just getting nukes to load properly (see earlier message about
OS X).
At this point I have noticed that on startup, I get an exception just after JBoss
starts in the JDBCPersistanceManager that may have something to do with my nukes.ear
not mapping properly - any ideas?:
i know the 'databaseLoginModule example project'
from jalex's topic.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829903#3829903
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829903
"javamac" wrote :
|
| |
| | /myApp
| | www.mydomain.com
| |
| | mail/Session
| | javax.mail.Session
| | Container
| | java:comp/env/Mail
| |
| |
| |
I look into the log , found messages like this:
A Reference object looked up from the context
"localhost/nodes/localhost/servers/server1" with the name "quartz" was sent to the
JNDI Naming Manager and was returned unprocessed. Reference data follows:
Reference Factory Class Name: org.jboss.naming
probably noone
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829900#3829900
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829900
---
This SF.Net email is sponsored
while i start the Jboss2.3.3 i found error info :
12:28:24,929 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on port 8080
12:28:24,930 INFO [Engine] CoyoteConnector Coyote can't register jmx for protocol
12:28:24,942 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on port 8080
12:28:25,152 I
Your xml is incorrect. It should be:
|
|
|
| java:/OpenBroadDB
| SELECT password FROM usertable WHERE
username=?
| SELECT role, 'Roles' FROM userroles WHERE
username=?
|
|
|
|
View the original post :
http://www.jboss.org/index.html?module=bb
i ran "sarab" on tomcat4.1 : i put it in the tomcat webapps directory,then run
successful!
but ,now i want run it in jboos3.2.4RC1 ,what can i do ? webapps directory not exit
,although it has tomcat5..
pls help me , thx
View the original post :
http://www.jboss.org/index.html?module=bb&op=
In JBoss3.2.1, i was able to deploy my EAR that contained a SAR. The SAR was in the
root of the EAR file and i specified the SAR file as a item in my application.xml.
This worked perfectly.
However in JBoss3.2.3, this identical configuration when deployed results in the
following VM Error, and
I have a SAR that is dependant on some EJBs in an EAR.
What is the best approach for specifying the dependency?
I understand that the element has a element, but how best do i describe or name the
ear?
thanks.
.peter
View the original post :
http://www.jboss.org/index.html?module=bb&op=view
Put the jars you need in your EAR base and add it to the manifest of the jar that uses
it. That will be used before the JBoss folder jars. Same idea with web-app where the
WEB-INF/lib folder will override anything in the EAR or in the container or in the
system classpath.
View the original p
Verify JAVA_HOME and make sure no old JDKs are ahead of the new one in the path.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829888#3829888
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829888
--
Is there a way to create Virtual Directory that reside outside the JBoss Home
directory. In other words ,, how do i map a web virtual path to a directory path.
e.g. C:\Storage
accessible from: http://localhost:8080/Storage
View the original post :
http://www.jboss.org/index.html?module=bb&
Released version of 3.2.3 builds and runs without incident but all of the tests in
tests-standard-unit fail. Missing something in my environment? This was a fresh
download of -r JBoss_3_2_3 from sourceforge.
tests-standard-unit:
[junit] Running org.jboss.test.bmp.test.BmpUnitTestCase
[j
I have a single environment in which I am consistently receiving a transaction timeout
from the database, I am completely unable to reproduce this anywhere except this
single environment and am hoping someone will have some suggestions for me.
The problematic environment has JBoss 3.2.3 running
We are running JBoss on WINNT and have started testing the same build on Linux. When
starting from a telnet session the application fails as soon as I try to create some
dynamic images. This message goes away if we launch from the console or from an cygwin
x-window terminal from a PC. The probl
"indefiniatly" was incorrect. It does eventually finish. What's weird is that it seams
to take a different number of cycles each time. Some as little as two, most many more.
I've used JBoss for several years and this is the weirdest thing i've ever seen.
Does anyone have a clue what could be cau
In short you want to be able to perform the update of the fragment of a page. If you
are familliar wit the jsr-168, the iframe fragment would get HTML content from the
portal by invoking render or action/render only one the target portlet.
Today nukes structure is a little bit different and we a
I'm a Nukes newbie and have some questions about whether Nukes-specific Portlets can
employ technologies like remote scripting without causing the Portal to rebuild the
entire page?
I've already had some discussion with the JSR-168 group and it seems that JSR-168 and
Remote Scripting don't play
I solved my own problem.
The servlet in question was defined without a element. I simply
added an empty one and now it works fine.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829876#3829876
Reply to the post :
http://www.jboss.org/index.html?module=bb&o
Thanks!
I double checked everything and it looks like it is finally working. I really do not
have a good explanation on how it all started working. Now I have a new problem. I am
using this code in the MDB that now it runs inside a transation:
InitialContext ctx = JndiContextFactory
Hi,
can anyone tell me, in a few words (so i don't make it difficult for you), what
hibernate can do for me.
I know this is a OR mapping tool, but how does it exaclty work, i mean in terms of
input and output.
I trhow my Obejtc model in and hibernate throws my relational model out with my entity
It still do not make my bed and butter my toast ... how ??? ...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829873#3829873
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829873
Thanks for the reploy Adrian. I posted this after the fact in the JMX categories
thinking it may be more on target there.
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=48274
I do have the references you refer to.
|
| /myApp
| www.mydomain.com
|
I don't see it a problem. All mail clients have powerful filtering functionality. In
addition, Nukes allows you to subscribe to specific topics only.
Combined the two modes should give you everything you need.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38
A Jetty bug? Or something wrong with my config or app causing it?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829870#3829870
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829870
---
Finally, I move forward a little bit and get the follow exception. Would you help me
figure it out? Thanks a lot.
2004-04-08 16:00:51,204 DEBUG [WeblogicMQProvider] connecting to remote JNDI with
props: {java.naming.provider.url=t3://192.168.1.152:80,
java.naming.factory.initial=weblogic.jndi.W
Hi,
It's a Jetty problem.
I use JBoss with TomCat and there is no problem getting the servlet context, even
calling super.init() overriding the init method.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829867#3829867
Reply to the post :
http://www.jboss.
Oops - hit the wrong key:
To correctly state that last post, I'm trying to debug some crazy stuff I'm doing with
Tomcat under JBoss 4.0DR3, but the debug information and the source code for TC 5.0.19
do not seem to match.
Is there something special about the TC code under JBoss 4.0DR3?
View th
I'm trying to debug some crazy stuff I'm doing with Tomcat under JBoss 4.0DR3, but the
debug information and the source code for TC 5.0.19
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829865#3829865
Reply to the post :
http://www.jboss.org/index.html?modul
Hello,
Can someone point me to a small mysql web app that queries & displays info?
1. Using jsp and/or servlets to talk to mysql
2. showing how to configure jboss to allow mysql connection
I'm new to jboss, and am lost.
Thanks
Frank
View the original post :
http://www.jboss.org/index.html?mo
Im trying to understand/use xdoclet and ant to build my ejb interfaces and jboss.xml,
ejb-jar etc, using the ejbdoclet tags.
In all of my EJB.java I seem to need to specify the following tag (for primary
key access) depending on my target database. :
@jboss.entity-command name = " mssql-fe
Hi,
You right. I confuse with BEA weblogic workshop studio in which you can use ORDERBY in
the EJB-QL queries.
But ORDER BY have been introduced in EJB-QL 2.1. Does JBoss support this in the future
?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829862#3
Hello all,
Lately, it became hard to follow JBoss-user list because the message volume is too
large. I know there are many problems that can appear if the list is split in 4 or 5
more specific ones (like one for security, another for general questions, etc) but it
could make the resulting lists
I'm trying to get my webapp that works perfectly with JBoss3.2.1 (with Jetty) to work
with JBoss3.2.3 with Jetty 4.2.14.
When i execute the following line of code in the doPost method of a servlet, i get a
NullPointerException:
System.out.println( "TEST: getServletContext()=" + getServletCon
I'm experiencing the strangest problem...
When i startup JBoss it loops forever. I'm using JBoss3.2.3 with Jetty on Windows with
Jdk 1.4.2_04. It appears that once my webapp has been deployed, JBoss just starts over
again. Checkout these lines of output:
19:41:36,359 INFO [MainDeployer] Deploy
By the way I am using Jboss 3.2.1 and JMeter as the testing tool
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829859#3829859
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829859
---
Hello everybody,
This is my situation, I am doing some testing to my application and for some reason
sometimes the creation of a new record to the database by an entity bean is not being
processed correctly.
I have lots of debugging statements turn on and I can see that a specific record is
be
Thanks for the help.
I'll print it out.
Regards,
Frank
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829857#3829857
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829857
---
I am trying to use a form based login and I am rather confused.
I have been trolling through the forums here and elsewhere, read the jaas howto at
least twice, read the security parts of the Servlet 2.3 and J2EE specs and the thing I
cannot figure how to do is use the j_security_check with strut
Thank you very much.
I added my own login modules and pulled that one.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829854#3829854
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829854
-
Hi,
I think that
ORDER BY not supported on EJB-QL, use JBOSS-QL.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829853#3829853
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829853
---
Thanks adrian. I believe there is no error message in the console. That is the reason
no one post the error message.
I find the follow link that provide a sample to link websphere and jboss.
http://sourceforge.net/tracker/index.php?func=detail&aid=753022&group_id=22866&atid=376687
but I cannot
you could create an mbean that loops over some create calls once the ejb is deployed
(you'd have to make the mbean's deployment dependent upon the ejb deployment).
are there specific reasons you're looking to have instances created upfront instead of
using lazy instanciation?
View the origina
I'm having similar problems with the HTTPConnectionFactory.
JBoss is running on an internal NAT'd machine. I need to be able to run JMS over 8080
to facilitate someone from outside the firewall to be able to receive messages.
I've made the following client side changes:
Properties props = new
FYI, Any application that uses RMI will likely use port 1099 (and 1098) as these are
the "well known" ports for the rmiregistry and rmi activation. I would really like to
know what the recommended solution is too! I have some applications that use JINI
(with RMI) and I can't start the RMIregis
in jboss 3.2.3,config the connection pool to connect to database:
org.hsqldb.jdbcDriver
sa
< password>abc
the password put in plain text
but even I told client this configuration only stay on server machine,if the server
machine protected,nobody knows the password, they
"[EMAIL PROTECTED]" wrote : Your xml is incorrect. ...
Thank you adrian. It works now.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829847#3829847
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829847
Also what are the benefit (and drawbacks) of changing the max-pool-size setting.
Regards,
Stephane
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829846#3829846
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829846
Hey Adrian,
So you suggest to open/close the connection every time I need access to the queue.
Well ok but could it be the cause of my problem?
I don't get you with this pool size settings. My scenario is:
RequresNew - New transaction is created
- Create session
- Create receiver
- Read message
When redirecting to an error-page, How can we get info about the URL requested thatt
caused the 404?
I would like too show different pages based on what the client requested.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829844#3829844
Reply to the post :
My jboss-web.xml looks like the following
|
| /myApp
| www.mydomain.com
|
| mail/Session
| javax.mail.Session
| Container
| java:comp/env/Mail
|
|
|
web.xml looks like this
As far as I know, invoking through HTTP is just tunneling RMI.
Whether you're sending the data over RMI directly to the server or sending it over
http to the server makes little difference from a security point of view.
Both times, an attacker may send arbitrary untrusted data right inside JBoss
same here
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829841#3829841
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829841
---
This SF.Net email is sponsored by:
It is the same as
| run.bat -Djboss.bind.address=
|
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829840#3829840
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829840
--
I'd guess your previous version of JBoss is still active since all the sockets
are in use.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829839#3829839
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=382
You need to add a resource-ref to you web.xml and jbossweb.xml
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829838#3829838
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829838
-
Do a search on the word colocation.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829837#3829837
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829837
---
This SF.
Follow the "Docs" link at the top to the free 3.2.x getting started guide.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829835#3829835
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829835
-
Any additional assistance on this topic would be much appreciated!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829836#3829836
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829836
--
No there isn't.
By default you specify a user/password on the data source deployment then
anybody in the container can use it.
You can setup a datasource to use the CallerIdentityLoginModule
this would pass the user/password from the ejb/servlet through to the database.
It is on my TODO list to
The message you posted says it is trying to install the connection manager twice.
org.jboss.deployment.DeploymentException: Trying to install an already registered
mbean: jboss.jca:service=LocalTxCM,name=MySqlDS
It is hard to tell what is going on because you appear to have broken your
conf/log
I met a strange problem . I find every first time I start my jboss3.08 in the eclipse
, it seems that everything is fine except the two exception information below:
20:48:29,265 INFO [jbossweb] Starting Jetty/4.2.10pre1
20:48:29,281 INFO [jbossweb] Started [EMAIL PROTECTED]
20:48:29,296 WARN [j
No idea about the 5 minute thing, it sounds like you have some client
connecting the UIL2 port, but it is not a messaging client.
This is how we discovered this bug in the first place.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829831#38298
I met a strange problem . I find every first time I start my jboss3.08 in the eclipse
, it seems that everything is fine except the two exception information below:
20:48:29,265 INFO [jbossweb] Starting Jetty/4.2.10pre1
20:48:29,281 INFO [jbossweb] Started [EMAIL PROTECTED]
20:48:29,296 WARN [j
Yes, the presoftened message idea ties in with my other requirement
to not serialize/deserialize message bodies.
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=46187
All you actually need is the message properties at recovery, not the whole message.
Regards,
Adrian
View the original p
"billen" wrote : Are you sure about that? JAAS is Java Authentication and
Authorization Service and does not IMHO have anything to do with the datasource file.
Bah!
I meant "java:jdbc/OpenbroadDS"
jdbc not jaas (this alphabet soup of Sun's keeps confusing me)
Sorry about that.
At any rate th
I am trying to make a Schedulable MBean to work. Here are my two classes
| import java.util.Date;
| import javax.management.Notification;
| import javax.management.ObjectName;
| import org.jboss.system.ServiceMBean;
|
|
| public interface SchedulableMBean extends ServiceMBean {
|
The JMS/JBDC persistence managers have a method called "restoreQueue":
src/main/org/jboss/mq/pm/jdbc2/PersistenceManager.java
This method reads all the messages back into memory. Theoretically, even if you
didn't have enough memory to read them all in, they be "softened" and JBoss would
start
It should default to "guest" if there is no user/password.
See the jbossmq config in conf/login-config.xml
unless you removed it?
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829824#3829824
Reply to the post :
http://www.jboss.org/index.htm
Moreover, the -s option is only usable under Linux (run.sh), but under
Windows run.bat doesn't like it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829823#3829823
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829
I've seen lots of posts like this.
People say they can't get it work but never post what the error message is
or what is not working.
The jndi view problem is probably due to some sort of recursion
in your jndi tree. Due to one part of the tree including another part and vice versa.
Adding the fol
I might take a look at it - or maybe I'm just really naive... I mean, how hard can it
be to preseed a pool, right? ;-)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829821#3829821
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mod
I'm in the same boat as the author of this thread. I know that the JBoss manual says
JBoss does not preseed the pool... but maybe someone knows of a trick to get the
desired effect? Maybe now is a good time to add the preseed ability to JBoss? :-)
View the original post :
http://www.jboss.or
The default pool size is 20
There is an *implicit*
| 20
|
in jms-ds.xml
The interrupt is a transaction timeout.
Allocating a connection for the lifetime of the bean is not a very good use of
resources.
The things are pooled for gods sake, just open and close them as you need them,
they don
Hi,
IÃÂm using the Tomcat server which comes with jboss. IÃÂm having a problem with
jboss login using jaas via jsp. I successfully manage to login using jaas. The
ÃÂSystem.out.println(userPrincipalName);ÃÂ in the jsp snippet returns
ÃÂtestÃÂ, all well and good so far. This then calls get
I've been seeing this, having done some recent performance testing on JBoss 3.2.3. I
suspect this is a JBoss bug. This happens after about 50,000 message processed by a
MDB which is using the java:/JmsXA connection factory (transacted.)
I'm not sure why the connection pool would block; why wo
I have the same problem, so i tried to see where jboss.bind.address is defined, but I
only found places where it is used, but none where it is defined.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829815#3829815
Reply to the post :
http://www.jboss.org/ind
Thank you ,kbk!Thank you adrian. It's really the problem you mentioned above. I 've
solved it .
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829814#3829814
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829814
---
If you look at the extralite theme.html, you will see reference URLs like:
modules/core/images/nukes_logo_orange.jpg
and
themes/extralite/style/style.css
These point to files relative to the module code, or (particularly for you) the theme
jar. In a theme MBean descriptor, you will see:
org/
I forgot to mention that we use java:/JmsXA as connection factory.
Regards,
Stephane
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829812#3829812
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829812
--
Our environment is Jboss 3.2.3 on linux redhat9, DB is postgresql 7.3.4 and we use it
as JBossMQ persistence manager.
We have a session bean that call a method with RequiresNew. This method does the
following:
- Read a message in a queue
- Do some processing with the message (calling an MBean t
Thanks for replyingBut the log4j.jar is already present in the JBOSS_HOME\client
folder.
Even tried putting it in the system classpath..same problem.
Any more ideas please?
Thnkx
Praveen.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829810#3829810
You are right. I use local reference. Thanks for your reply.
"Sacha Labourey" wrote : Country
| | local/Country
| | True
| | Clustered BMP EntityBean
| | True
|
| Do you have only local interfaces or also remote interface (only remote make sense
in clustering)
|
|
I want to listen to subscribe weblogic topic from jboss. I see many people ask almost
the same question, however, no solution yet. I'm curious to know it is doable or not.
If not, I stop trying. The follow is my trial.
1) I follow the FAQ and write a simple WeblogicMQProvider. The deployments s
Hi,
Try ORDERBY, not ORDER BY in your query
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829806#3829806
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829806
---
Hi,
You are missing a tag in your jbosscmp-jdbc.xml.
This tag is database dependent (used to get the last generated primary key. For MSSQL,
you must set
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829805#3829805
Reply to the post :
http://www.jboss.
Have you tried declaring a resource-ref ?
Joachim
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829804#3829804
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829804
--
we Solved the first problem - it was a misunderstanding of how to do it - we have
solved the problem there but now we are getting the following error
java.lang.IllegalStateException: Failed to find method for hash:-5458560701547371797
Failed to find method for hash:-5458560701547371797
Failed to f
Hi,
The only difference I know is that the XA driver does not work. I had the same problem
and I see on other forums that anybody can make this f... driver works. Furthermore,
it is not specific to JBOSS, because I have the same problem with Weblogic.
Sorry
View the original post :
http://ww
Hi,
Your problem seems comes from the relationship definition, not the auto-increment key.
How do you define the relationship (name, role, fields) ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829800#3829800
Reply to the post :
http://www.jboss.org/inde
Hi,
msutil.jar is missing in your lib directory
Hope it helps you
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829798#3829798
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829798
Hello,
I think this should be a simple one:
Details: Jboss 3.2.3, Windows XP
I have the following client which complies and runs ( I got it from the JBoss docs),
however when I try to use a queue (queue/A) I get a JMSSecurityException more
specifically:
07:55:28,966 DEBUG [ChannelSocket] Acc
Would a test case have revealed the problem during development?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829794#3829794
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829794
-
Currently I am using a WebApplication that requires a Mail Service to be at jndi
location java:comp/env/Mail. By
default JBOSS Mail is at java:/Mail. How can I change this to be at
java:comp/env/Mail. I tried making the
change directly to the element in mail-service.xml to no avail. Am I missing
Hi,
I am looking for the definative list of supported JBOSS-QL functions for a particular
version of JBoss.
Currently I am using JBoss 3.2. The AdminDevel guide does not have the supported
functions. The old CMP 2.0 doc has the JBoss-QL definition in it, but from the forums
that seems out of d
1 - 100 of 145 matches
Mail list logo