yr bean doesnt seem to be bound to right name as compred to the name u re looking for
from yr clinert.
Have look at the Jndi name its bound to from Jboss...JMX console.
Also check tha yr bean is deployed without errors.
Vishal
View the original post :
http://www.jboss.org/index.html?module=bb&
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942
Src code for jboss lives at source forge.
Vishal.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844208#3844208
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=pos
Hello everyone,
I write one custom service, which calls an EJB creation.
[JBoss 3.2.3]
I put the custom.jar and test-service.xml in $JBoss/server/all/deploy, and all runs
OK.
But when I restart the JBoss Server, it has a problem.
It seems the test-service.xml is being deployed before th
invisiblemage wrote:
>So, are we talking of "real" clients, that read some data, display it to the user,
>and after 20 minutes the user commits new data?
Yes.
>Then it is really no good practice to keep the entity-reference on the client (with a
>transaction open ?!!) - the client should neve
Hi all,
I am migrating from WebLogic to JBoss.
But I am struck up at one point which I ma finding hard to resolve.
Actually we were using sever-side validation for not printing the nul string string by
adding the code as
printNulls
false
/jsp-descriptor>
in we
Hi all,
I am migrating from WebLogic to JBoss.
But I am struck up at one point which I am finding hard to resolve.
Actually we were using sever-side validation in weblogic for not printing the null
string by adding the code as
printNulls
false
/jsp-descriptor>
I'm running JBoss 3.2.3 on gentoo linux (kernel 2.6.7, libc 3.3.2) with jdk 1.4.2_05.
When I startup the jboss server it starts OK but then when starts up tomcat (log
extract below) it gets a parse error and fails to deploy any of the web apps. The
parse error is due to the default web.xml (in
Dear members,
We need to deploy my old and new version of the application on the same server
instance with difference application context. After copying oldapp.ear and newapp.ear
to the 'deploy' folder getting the below jndi error. Is there any configuration for
this kind problem in Jboss.
No
If so, are there in the same thread ? Can I use my former threalocal object (caller)
in the RequiredNew transaction?
Thanks in advance.
Zhou
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844197#3844197
Reply to the post :
http://www.jboss.org/index.h
You have to check the box labeled 'Check to Upload and Attach a File:' in order for
the attachment to be accepted.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844194#3844194
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=rep
I've been trying to get JDBC persistence to work for topics, and was able to get both
the jdbc2 and jdbc3 pms working with mysql. The only thing is, I'm not sure if I have
things configured correctly because I don't see messages or references getting
deleted. My understanding was that the messag
Please open your mysql-ds.xml with notepad.exe or vi or less or emacs.
You have to change followings:
1 "mysql-hostname" into your MySQL server address. IP address is ok.
2 "jbossdb" into your db name. It depends on your MySQL environment.
3 "x" into your db account name.
4 "y" into password for
Can't remember off the top of my head the exact jar file, but you need to look in the
tomcat.sar in
JBOSS_HOME/server/xxx/deploy/tomcat.sar
there are servlet jars in there.
Mat
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844191#3844191
Reply to the pos
Thank you !
But what do u mean 'message interally to JVM',another porblem here is that the jboss
was preocupied during the course of sending this large message, it doesn't seems to be
the asynchrouns nature of JMS,Also once server is down,I did n't notice themessage
redelivery.Also do u know th
If you are using large messages interally to the JVM, use java:/ConnectionFactory,
otherwise use the UIL2 connection factory. You might get better results from JBoss
3.2.5/6. Also, be sure that the memory available to the JVM is fairly large, like
4-5x the size of one message. You can also i
Which jar in jboss 3.2.5 installation (jboss-tomcat),
contains class javax.servlet.Servlet. Idea needs to
reference the jboss implementations for developing
and deploying and testing webapps.
I've looked thru all the likely candidates, and have
not found the above class. I must be looking in the
I get the following error when I do a context look up.
can anyone help me with this
thank you
org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
org.jnp.server.NamingServer.getBinding(NamingServer.java:503)
org.jnp.server.NamingServer.getObject(NamingServer.java
Hi all,
I am wondering if you guys have experience in sending Large (Text) Message in JMS,The
project I am doing involves a Large File upload process which sends a huge string
converted from a txt file(70M bytes) to Message Listener(which is a MDB),The problem I
have is that the speed to send ou
Thanks Scott, that helped :-)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844181#3844181
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844181
---
This SF.Net ema
Sorry if this is a stupid question, but I'm getting asked how a J2EE application can
terminate a looping EJB method called under a Message-Driver Bean.
Everything I read about JMX indicates that it is an essentially passive agent: you can
set a property, but unless the looping code voluntarily
One detail I forgot to include is that I'm using custom invoker-proxy-bindings and
container-configs that are deployed with my MDBs. The default invoker-proxy-bindings
that ship with JBoss haven't been touched.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=
Hi,
I am using JBoss_3.2.0-tomcat_4.1.24 with default configuration and PostgreSQL as
database.
I have deployed a single Stateful Session bean in EAR file which does a very heavy
task as compared to other stateless and entity beans.
But when I send lot of concurrent requests to this statefu
Hi,
I am using JBoss_3.2.0-tomcat_4.1.24 with default configuration and PostgreSQL as
database.
I have deployed a single Stateful Session bean in EAR file which does a very heavy
task as compared to other stateless and entity beans.
But when I send lot of concurrent requests to this statefu
First of all, is this an option? How about with optimistic locking?
To enable cache, there are 2 changes:
1) additional EntityBeanChaceBatchInvalidatorInterceptor
2)change cache to InvalidableEntityInstanceCache
To enable InstancePerTx, there is 1 change:
1)PerTxEntityInstanceCache
The fundamen
If the JMS_JBOSS_REDELIVERY_LIMIT in the JMS message header is set to a value higher
then the MaxTimesRedelivered setting of the DLQConfig in the invoker-proxy-binding
used by the MDB, the MDB will retry 1+ the MaxTimesRelivered max value, and then drop
the message instead of forwarding it to th
See ejb specification, chapter 7.5.6, last paragraph.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844167#3844167
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844167
---
I would like to point the deployment scanner to a webdav repository that is running on
the same jboss instance, but I need it to deploy exploded archives.
I set this all up before I found out jboss doesn't support unpacked deployment of
remote urls.
I'm basically just wondering what the reaso
Calls to stateful session beans are not synchronized according to the ejb
specification. Scott Stark wrote in another thread: anonymous wrote : Change the
stateful session interceptor to synchronize calls instead of throwing an exception or
add a client interceptor that does the synchronization
Hi James,
Thanks for the tips and explanation, they help greatly.
As you have noticed, I have already tried both the value bean and SLSB
approaches with limited improvement in performance. I even had a method that packed
the strings together with a pipe | separator. Yes it was fast
Do you want to share your xdt?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844162#3844162
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844162
---
This SF.Net em
How come when you insert a new record to a database, JBoss seems to commit over 10
times?
/k1
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844161#3844161
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844161
--
Given that the preferred interop mode seems to be doc/literal, what was the thought
behind leaving this unconfigurable? I've hacked up the xdt for my own purposes, but it
would seem that a couple of attributes in there would make the generated web services
more palatable to M$ clients ..
View t
"[EMAIL PROTECTED]" wrote : Change the stateful session interceptor to synchronize
calls instead of throwing an exception or add a client interceptor that does the
synchronization on the client side.
How do you do that?
--Erez
View the original post :
http://www.jboss.org/index.html?module=bb
Maybe you shouldn't change your system time in Windows?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844158#3844158
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844158
Use UIL2, isn't this in the FAQ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844157#3844157
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844157
---
This SF.Net
Hi,
I have a statefull session bean that performs searching for the user and keeps the
searching results for paging though the results.
I have a page with a link to activate the search "search". If I click it once the
search is fired and everything works nicely. If I click it twice faster I get
Scott,
I was not able to find an option to add a attachment to the bug report??
Am I missing something???
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844153#3844153
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844
By the way, what version of MySQL ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844154#3844154
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844154
---
This SF.N
Thank you M. Stark for your support.
I haven't found any tags in jboss.xml or standardjboss.xml to force jboss to do a call
by reference or by value. How can I achieve that ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844152#3844152
Reply to the post :
I am planning to port another site to nukes and would like to have the following setup:
2 hosts: http://www.mydomain.com and https://secure.mydomain.com
I'm planning to use apache to front-end jboss with. So both hosts will use the same
app server and instance of nukes. What I would like t
I get the same error on JBoss 3.2.5 while redeploying a war. It used not to happen
with JBoss 3.2.1.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844150#3844150
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844150
I believe the blocks should work the same way. When you go to permissions, you should
see your html modules listed as 'blocks' and I think you can set the same sort of
restrictions.
Yes, the pattern I used should match any directory with that same name. I believe the
patterns are just regular
I have got two jboss 3.2.4 on windows xp.
They see each other. But, when I deploy
a war application on the farm directory of one AS I got the following error
(FileNotFoundException: C:\jboss-3.2.4\server
\all\farm\dag.war (Access Denied)
),
and my application is not copied in the other AS.
Do you
If we take out the timing code, what you are doing is :-
| For each entry in index {
| Get entity bean for index
| Get ID
| Get value
| }
|
Getting the entity bean involves network I/O, and also requires that the server works
to create the Entity Bean and to load its dat
I have upgraded jboss to 3.2.6RC1 still i am getting this error. Also if i run without
security manager then i faced accesscontrolexception. So, that;'s why i decided to run
jboss in security manager.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844144#3844
Thank you darranl, we supposed indeed that this was the translation, as indiquated in
our third post...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844142#3844142
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38441
The show a stack trace for one of the rmi calls in the optimize it output. You have to
explicitly enable call by value semantics through a jboss.xml configuration (or
standardjboss.xml) setting.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844141#3844141
R
'no arg ctor' = No argument constructor
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844138#3844138
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844138
---
This
Hi.
We use a slightly modified JBoss 3.0.6 server as our application server. We have
changed it only in that we have added a wrapping directory with lib, deploy and
configuration directories so that our files don't get confused with existing
JBoss-distributed files.
We use a servlet as a defa
Adding the / to test corrected the issue and JBoss is now deploying it without errors.
I haven't set up an html file to test this and just wanted to be able to deploy the
servlet. I'll go back to my Web app and appropriately configure the web.xml and
attempt to deploy it. It's odd that Tomcat
To complete our recent answer, first, we do not specify any url provider in the
jndi.properties (as explained upper) so it may be auto-generated by the container.
Then, in our source code, we call the constructor InitalContext with no arguments :
initialContext = new InitialContext();
Then for
deployment means that actual jar file causing the problem attached to the bug report
at sourceforge.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844134#3844134
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844134
I get the following exception when running WebServices using Axis,
Engine:216 - StandardWrapperValve[AxisServlet]: Servlet.service() for servlet
AxisServlet threw exception
java.lang.OutOfMemoryError
But the funny thing is that, JBoss (version 3.2.4) itself is not running out of memory.
Tried wi
Scott,
Sorry I did not understand u,... did u mean the actual jar file or the portion of the
deployment descriptor???
thanks so much in advance
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844132#3844132
Reply to the post :
http://www.jboss.org/index.html
The problem was that my hsqldb localDB had become corrupt (I use it for message
persistance). I fixed it by deleting the localDB* files in the server//data/hypersonic
directory. JBoss recreated the database after restarting and it's now fixed.
View the original post :
http://www.jboss.org/index
here is the portion of ejb-jar.xml for servercontrollerbean
|
|
|
|
| ServerController
|
| com.togosoft.ht.service.server.ServerControllerHome
| com.togosoft.ht.service.server.ServerController
|
com.togosoft.ht.service.se
Hello all,
I am trying to run an application I have built. I have placed the ear file in the
deploy folder and have started JBoss. It goes through the entire process and even says
that it is started. However, when I go back through the log I see this error, along
with others:
jboss.mq.destinat
Yes, I need an example deployment. Attach it to the bug report.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844128#3844128
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844128
-
here is the snippet of the actual original message:
anonymous wrote :
|
|
| 11:12:26,546 INFO [BlockingServer] Remoting 'async' protocol clients will connect
to: InvokerLocator [async://192.168.0.101:8085/?compression=-1&tcp.nodelay=true]
| 11:12:27,406 WARN [EJBDepl
You can access any MBean from outside JBoss using the RMIAdaptor
(jmx/invoker/RMIAdaptor).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844126#3844126
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844126
Hi,
I am running JBoss 3.2.5 on a linux machine. Starting a client who tries to lookup
jmx/invoker/RMIAdaptor from the same machine, null is returned instead of the wanted
proxy.
It works when the client is running on another machine (linux or windows) then JBoss
and it works when JBoss and the
Scott,
Here is what i noticedthe classes that the classloader reports as not able to find
are exception classes thrown by business methods in a Stateless Bean.
Actually the exception class do exist in the jar file as reported earlier...
The error message is exactly as the one reported in
No, you have to programtically handle the redirect to the form login page and supply a
post to the j_security_check servlet. There is an example of this in the
org.jboss.test.web.test.FormAuthUnitTestCase from the testsuite module.
View the original post :
http://www.jboss.org/index.html?module
This looks correct, but you'll need to compare what your doing to the EJBServlet which
uses the JaasLoginFilter and the mapping /UnsecureServletWithLogin from the JAAS howo
to in this forum.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844120#3844120
Reply
I have a servlet which is secured, and a program which needs to access that servlet.
When the servlet is secured using BASIC authentication, I can easily pass my
credentials using the following code
| Authenticator.setDefault( new Authenticator()
| {
| protecte
Running with a security manager causes this problem with some jdbc drivers. This was
fixed in 3.2.6RC1.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844118#3844118
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=384411
Thanks. Yes that works correctly with X509Certificate arrays.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844116#3844116
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844116
---
RequiresNew suspends any previous thread association
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844115#3844115
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844115
Since it is a mac,
you will use ./build.sh
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844114#3844114
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844114
---
T
Thank you M.Stark for your support,
We thought about this idea and in that case we had removed the line
"java.naming.provider.url=jnp://<@IP>:1101" from the jndi.properties file.
It seems in reading your post that it could be a bad factory used in the
jndi.properties file. It contains now only
http://www.jboss.org/wiki/Wiki.jsp?page=ExternalDirectories
JBoss provides a lot of answers to common questions via their official wiki. Please
refer to the wiki first.
The wiki is located at http://www.jboss.org/wiki
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewto
ejbRemove() is invoked when the application server feels like it.
It has nothing to do with transactions/requests.
For all practicle purposes that means undeployment of the mdb
in JBoss.
I'd suggest you use the pooled jms connection provided by the resource
adapter, see the FAQ and the examples on
And you should be running NotSupported, right?
The patch you suggest does not solve the big problem.
This is fixed in 3.2.6RC2.
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844110#3844110
Reply to the post :
http://www.jboss.org/index.html?module=bb
If = yes, when = after 4.0.0.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844109#3844109
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844109
---
This SF.Net ema
A more generic approach would be:
| else if( subjectCredential.getClass().isArray() )
| {
| Object[] a1 = (Object[]) subjectCredential;
| Object[] a2 = (Object[]) credential;
| isValid = Arrays.equals(a1, a2);
| }
|
Ca
Thanks for the clarification. From some other forum entries I got the impression that
this would be included in 4.0
Any Idea when or if this will be implemented?
Mike
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844107#3844107
Reply to the post :
http://
So, are we talking of "real" clients, that read some data, display it to the user, and
after 20 minutes the user commits new data?
Then it is really no good practice to keep the entity-reference on the client (with a
transaction open ?!!) - the client should never ever have direct access to an e
I've submitted a patch for this, see
https://sourceforge.net/tracker/index.php?func=detail&aid=1003258&group_id=22866&atid=376687
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844104#3844104
Reply to the post :
http://www.jboss.org/index.html?module=bb&o
The only rmi call this could be is the JNDI naming service. This would indicate that
you are not using the no arg ctor of the InitialContext and are supplying a provider
url which triggers the rmi call. If its not the naming service, show the trace for the
call.
View the original post :
http:/
Same as always:
| cd jboss-4.0.0RC1-src/build
| build
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844103#3844103
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844103
---
jsr160 is not required by j2ee 1.4 and so it has not been implemented yet. The
referenced page: http://mc4j.sourceforge.net/usageJBoss.html says it works with 3.2
and if it does, the same url would be used. This page incorrectly states that the
RMIAdaptor location is not "jmx/rmi/RMIAdaptor". Th
I need this behaviour because I wanna avoid this situation:
CLIENT 1 starts modifying some data:
it reads data, updates them (using a GUI) and writes them in the DB.
if CLIENT 2 starts after CLIENT 1's start, but before CLIENT 1's update,
it can try to write in DB "no more valid" data
I prefer t
I downloaded jboss-4.0.0RC1-src and can't find documentation on how to
build on Mac OS 10.3.4?
Thanks,
Samuel.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844098#3844098
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&
Add a sample deployment to the bug report.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844097#3844097
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844097
---
Th
thanks cuoz!
- I managed forbidding access to Html content in the main area I think but I still
cannot prevent my HtmlBlocks from being seen by everyone...
- also, about this pattern you use, does the .*/directory/.* mean any path that would
contain "directory" in it? that would be cool :)
- wha
This issue appears to be related to issue# 967939 in the bug tracking database.
I have trying to deploy a jar file with ejbs, that has already been successfully
deployed and tested in jboss 3.2.5, on Jboss 4.0RC1 and I am getting a failure
ClassNotFoundException when deploying Stateless Session
Hi there,
I'm having some problems with my application in JBoss 3.0.7 that I don't have
with JBoss 3.2.3. There are 3 EARs, each with an etc/ directory in the root, and with
a properties file inside the directory. Each EAR was beans that access this property
files. In 3.2.3, the beans load
Hi,
I am having problems trying to materialize a list of 3 key/value pairs off a
MS SQL server using JBoss CMP.
The log shows that the system spends 95% of its time in the 2 get methods (returning
strings).
I must be missing a configuration error in XDoclet or JBoss.
The 'Raw' SQL s
Hello,
We have a JBoss (3.2.1) server running in production, and see a thread leak.
After doing a thread dump, we see that there are a lot of "OILClientILService" and
"OIL Worker" threads hanging a socketRead-method.
We are unable to get this behaviour on our test system.
Does anyone have an ide
It might be jboss is trying to use a method not in the JDBC driver, DataSource? or
something, that is my guess.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844090#3844090
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&
In the bin directory there is a shutdown.jar. If you look in this you will see
there is a jndi.properties file. It contains localhoat:1099. If you use
shutdown.sh or shutdown.bat it will use the file unless you ensure another version,
that can contain the correct host/port, is found first.
Note t
Hi jhbjava,
To support SSL in our development, staging and production environments,
I configure Apache http web server to perform the SSL transport, then configure the
apache http web server again so that it acts as a reverse proxy for a given
application. For example, when I acce
hi
Yeou ear file has som jars and wars in it.
In the war, you cna put the driver in WEB-INF/lib
in ejb-jars you can make a lib directory
Do this from ant like this, you mak need to make a lib directory in the driver
distribution so that the files land up in the lib subdirectory of t
Hello,
Wtih JBOSS 3.2.3, we observe using Borland Optimize It! Server Trace that some RMI
calls (around 20% of transaction time) are used when trying to get EJB session
(stateless) from JSP calls. The application is all deployed in an EAR in the same VM.
In forums and docs, it seems that JBOSS
Hi Kahkhan,
Reason I have not migrated up to now is that 3.2.3 had a backwards
compatability bug which meant my ejb components did not work as expected without more
work than I could justify.
However, I believe 3.2.5 has fixed these bugs, hence I'll try that,
hopi
Sorry, forgot to say that!
I'm using Mysql 4.0.17 for DB and the driver is mysql-connector-J 3.0.14
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844082#3844082
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844082
So JBoss 3.2.6 includes the HARDeployer;
http://www.jboss.org/wiki/Wiki.jsp?page=JBossHibernate
has this slated for inclusion into 4.x and when ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844079#3844079
Reply to the post :
http://www.jboss.org/ind
What about catching the RemoteException that is thrown and handling it?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844078#3844078
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844078
-
how do you think the java code to access this field would look like?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844077#3844077
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844077
This is a database or driver problem. What are you using?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844076#3844076
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844076
---
1 - 100 of 111 matches
Mail list logo