hi,
How can we stop the Client from connecting to the remote instance of JBoss
server and force it to connect to only JBoss running on localhost.
What is happenning for me is even when I do not run JBoss on localhost on
localhost the Client is getting connected to any server running on LAN , wh
Hi,
I have found the solution in one pc but on anohter i don't know how to do
yet.
I unset JBOSS_HOME and JBoss server starts ok,but there have something wrong
about portal.I will get on
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881039#388
I saw you were able to attach the XML file though
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881038#3881038
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881038
---
Hello,
sorry if this FAQ, i have searched with no satifised result, probaly wrong
search words..
I use JBoss 4.0 and ejb 2 and cmp.
I have two entities Project (classes: ProjectLocal, ProjectLocalHome,
ProjectEJB) and User (classes: UserLocal, UserLocalHome, UserEJB). The one to
many releatio
Thanks bela.
It worked fine with the workaround. Your help is greatly appreciated.
Regards,
Deepak.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881034#3881034
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881034
Hi,
I am using hibernate with JBoss TreeCache (ver 1.2) as second level cache in
JBoss 3.2.7. I am seeing following types of error messages in my logs:
ERROR [TreeCache] node /com/myPackage/sso/jaas/PermissionAdapter not found
I found the following related problem on Hibernate discussion forum.
After much googleing, a thread I saw at theserverside.com helped me out, I had
to change the PortableRemoteObject call and replace it with this line:
| LoanSubmitHome home = (LoanSubmitHome) ctx.lookup("LoanSubmit");
//PortableRemoteObject.narrow(ctx.lookup("LoanSubmit"), LoanSubmit.class);
I found out what the issue was.
| public LoanSubmitServlet() throws NamingException
| {
| javax.naming.Context ctx = new InitialContext();
| LoanSubmitHome home = (LoanSubmitHome)
PortableRemoteObject.narrow(ctx.lookup("LoanSubmit"), LoanSubmit.class);
| try
| {
|
Heya all,
I followed all the instructions on the wiki page to create a document literal
web service. I've wrapped my original interface and I'm returning an array of
objects in a bean. The web service call comes in a-ok, but when trying to
write the response, I get the message:
java.io.IOExc
I'm getting the exact same error in my application using 4.0.2. Using JBoss
3.2.6 everything is working fine in there. The problem occurs everytime the
Session Bean is trying to access one of the CMP EJB's. Doesn't matter which one.
Any help is appreciated since I want to migrate over to the 4.0
If I have request message that is sent on a Topic
And there is various subscribers to the topic, how can I find out how many
Subscribers received the message.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881022#3881022
Reply to the post :
http://www.
Hi guys!!! I really fix the problem, but unhappy I don't know why it means..
I just get the j2ee.clientName=AnyName, and erase it!
My jboss-client.xml and application-client.xml continues the same last one, but
the j2ee.clientName is just "" nothing
What is going on?!?! Why I ne
Make sure your ear does not contain the hibernate jar or dependency libs
(cglib, dom4j, etc). It appears to be a classloader issue that ends up
generating more than one singleton to map the SessionFactory.
Derek
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=
Removing all of the hibernate classes + dependencies solved this.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881014#3881014
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881014
---
Do you mean each getObject() call? If it is, then I have created a Jira issue
for that.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880914#3880914
But pojo.getxxx() should not trigger a network call though.
Can you elbaorate?
-Ben
View the original post :
http://www.jboss.org/in
I'm trying to figure this out, but JBoss is sending a
udp packet over source / destination port 555 to the
broadcast address of 224.1.9.1
Any ideas why or how to disable this?
-William
__
Discover Yahoo!
Have fun online with music videos, cool
Jboss Version: 4.0.2
I have this code in my servlet.
InitialContext ctx = new InitialContext() ;
UserTransaction utxn =
(javax.transaction.UserTransaction)ctx.lookup("java:comp/UserTransaction");
utxn.begin();
-- Some DB related Code here --
XAQueueConnectionFactory jobsQCF =
(XAQueueConnecti
Hi all,
We have successfully deployed some servlets using JBoss 4.0.1. We are now
trying to use the Velocity template engine (which we have used running just
tomcat and apache). When accessing the servlet all we get is the exception
below, saying that the class is not a servlet.
| javax.ser
JOSSO, or Java Open Single Sign-On, is an open source J2EE-based SSO
infrastructure aimed to provide a solution for centralized platform neutral
user authentication.
The 1.3 release includes the following significant changes :
* Support for JBoss 4.0.2 application server
* Support for Jakarta
Hi everyone !
I have this problem with JBOSS 4:
I have two context:
deploy/
/context1.war
index.jsp
META-INF
WEB-INF
- classes/com/cees/edu/Class1.class
/context2.war
index.jsp
META-INF
WEB-INF
- classes/com/cees/edu/Class1.class
where index.jsp is same for two contexts, but Class1 is differ
Hi everyone !
I have this problem whith JBOSS 4:
I have two context:
deploy/
/context1.war
index.jsp
META-INF
WEB-INF
- classes/com/cees/edu/Class1.class
/context2.war
index.jsp
META-INF
WEB-INF
- classes/com/cees/edu/Class1.class
where index.jsp is same for two contexts, but Class1 is differen
Hi everyone !
I have this problem:
I have two context:
deploy/
/context1.war
index.jsp
META-INF
WEB-INF
- classes/com/cees/edu/Class1.class
/context2.war
index.jsp
META-INF
WEB-INF
- classes/com/cees/edu/Class1.class
where index.jsp is same for two contexts, but Class1 is different.
index.j
I believe that if you are doing your own login code in your servlet, it is
already too late to get the proper user from the HTTP request object (and it is
not getRemoteUser but getUserPrincipal that should be called).
You need to let the web container (tomcat) do the authentication for you in
Hello!
I 'am using struts with stateful session bean.
In first Action class I create stateful session bean
How i can get access to this bean from other Action classes
Sorry for english
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880997#3880997
Rep
Hi,
I need to store a big file in my postgresql table using my entity bean deployed
in JBOSS, what's the best way? When i try to use oid the driver says
"expression of type bytea", and when i use bytea as collumn type the driver
says "expression of type oid".
What can i do?
Thanks for any answ
Thanks for your help.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880993#3880993
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880993
---
This SF.Net email is sp
There is actually such an MBean:
(look in deploy/monitoring-service.xml)
|
|
| 17m
| 16m
|
|
There is a problem with it, if you want to use it in conjuction with the
snmp-adaptor, in that it produces the same notification type
(jboss.alarm.memory.low)
I know how to create a web application (say a simple servlet and jsp), war it
and deploy it on JBoss 4??and I know how to create a web service and deploy it
on JBoss by creating the following JBoss specific files:
jaxrpc-mapping.xml
| jboss-web.xml
| web.xml
| webservices.xml
|
| ...w
I'm a total noob in this world, so please forgive my potential stupidity. I
have a client running solaris 8 on Sun hardware. They have iPlanet v6 at the
moment for their app servers. We are going to be writing some jsps to run on
Tomcat/apache on a Solaris 8 web server, and I am contemplating tr
I am using JBoss 3.2.7 with MySQL 4.1.9 & Connector/J 3.1.
I use auto increment on the MySQL database. I have applied the entity command
using xdoclet
* @jboss.entity-command name="mysql-get-generated-keys"
The record gets created correctly in the database.
However, the entity local returned fr
i'm also interested in using snmp for monitoring the jboss server's "health".
one thing that has been mentioned as interesting to watch are free memory
levels. if the free memory gets above say 90%, i'd like to send an snmp trap
to the snmp manager.
i haven't really worked much with snmp as
Anil,
thanks I set up the classpath properly and now it is working fine.
Shanthi
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880985#3880985
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880985
--
Bela, I tried modifying the wiki page (and made sure I saved the changes) yet
the modifications aren't showing up.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880984#3880984
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
Found a good option to do this without running apache for the proxy.
There is a "redir" utility that simply redirects. At startup, I'm doing:
redir --lport=80 --cport=8080 &
redir --lport=443 --cport=8443 &
Found the source at http://sammy.net/~sammy/hacks/index.html
Would like to hear from any
Hello,
I need to build a LoginModule from scratch, so I extended the
AbstractServerLoginModule and implemented the necessary methods, and I setup a
application-policy in the login-config.xml. I've also included the
jboss-web.xml in my WEB-INF folder with the tag pointing to
the app policy I de
Ok,
The problem is still occuring.
My xml config settings are as follows
|
| 10
|
|
| 20
| 28800
|
|
If I run my 21 node insertion unit test with th
You have other apps running on the same multicast address and port in the same
network, change your config and this will go away
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880979#3880979
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=po
Hello, Friends,
This is probably a simple question, but I haven't found the answer, even in the
well-written JBoss Clustering doc (Edition 6).
All I want to do is create a second partition for one of my servers. In its
cluster-service.xml I created the name:
It starts out OK, then...
--- M
example - SYNC REPL cache..
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| jboss:service=Naming
| jboss:service=TransactionManager
|
|
| org.jboss.cache.GenericTran
Here's a comment/workaround Scott posted on the case:
A double replacement is occurring for a service attribute of type
java.util.Properties. Once by the ServiceConfigurator, and again by the
PropertyEditor. You can work around this issue by disabling the property
replacement at the ServiceConfi
Okay, that reply didn't work - lol.
unar the jmxc.jar that comes with WebSphere..
then modify it's META-INF/MANIFEST.MF
change the attribute that states
Sealed: true
to
Sealed: false
then jar it back up as jmxc.jar then copy it to the $WAS_ROOT/lib dir
(overwritting the original).
View
"neilkong" wrote :
|
You mean there should be different version of jmxc.jar? I checked mine and
that's a sealed jmxc.jar. Shall I get some unsealed version from somewhere?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880974#3880974
Reply to the post :
It may appear that JBoss 4.2 no longer supports 'global' context settings
Therefore you must specifically set context within your deployment descriptors'
directory
ex: /WEB-INF/context.xml
Thus the correct statement should be:
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880972#3
Do you have a log4j.jar included in your WAR file? This may be the cause of the
trouble - try removing it and redeploy.
See this for an article pointing in that direction:
http://www.myeclipseide.com/index.php?name=PNphpBB2&file=viewtopic&p=35304
cu
Stefan
View the original post :
http://ww
You probably have a log4j.jar in your ear file (as I had). Remove it and you
will get your logging up and running.
cu
Stefan
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880970#3880970
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=post
When I upgraded to 1.2.3 with the new version jgroups I get periodic exceptions:
11:29:56,205 ERROR [UDP] exception in processing incoming packet
| java.lang.NegativeArraySizeException
| at org.jgroups.Message.readFrom(Message.java:634)
| at org.jgroups.protocols.UDP.bufferToMessage(
I've three jboss instances on different machine in the same network:
1. Jboss (A) running a web application
2. Jboss (B) running some ejbs
3. Jboss (C) running some ejbs
Jboss (B) and Jboss (C) are in the same partition.
In a servlet, running in the first jboss intance (A), I call an ejb
deploy
I am using an ant script to create a jar file that contains the session bean
based rpc web service.
I am using an EJB 2.0 based session bean. I added on a javax.xml.rpc.Service
derived interface and a Remote derived interface to the remote , home and bean
classes.
assembled them into a di
JBoss 4.0.1
This is really bizarre. We've been using JAAS authentication with a variety of
login modules for quite a while. Everything works fine under Linux. We have a
new web app that needs to run on Windows. When we deploy the app on JBoss
under Windows, the users can authenticate fine in
I have the files correspoding to the JMS stored in the folder for the queue,
/jboss/server/default/data/jbossmq/file/QUEUE.queue
The messages that werent consumed before the server crash are still stored in
that folder... and after the restart, are "consumed" because the queue
configuration file
This is a bug: I created a bug report in JIRA (JBAS)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880957#3880957
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880957
It is hard (read: almost impossible) to know if there is a bug until you
provide a full stack dump trace.
cheers,
sacha
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880956#3880956
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
What is the best way to redirect ports (such as 80 to 8080 or 443 to 8443) on
the macintosh platform? Used ipchains/iptables on linux for years, but need to
do it using macos x now.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880955#3880955
Reply to the
Has anyone tried to configure JBoss 3.2.3 to connect to Oracle 8i Advanced
Queue. Could anyone sent me some code samples.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880954#3880954
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&
I think the referenced wiki page is a sufficient starting point.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880953#3880953
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880953
http://wiki.jboss.org/wiki/Wiki.jsp?page=402UpgradeIssues
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880952#3880952
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880952
--
Hi all,
I am having problem with jboss 4.0. It hangs -- means user could not even
login, after running for certain time(sometime 1 day, some time over a week).
When it happens, it seems happened after the session timed out, and user click
the logout button which is to get the session and invali
Great! Thx - that fixed it!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880950#3880950
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880950
---
This SF.Net email
Jira issue http://jira.jboss.com/jira/browse/JBCACHE-184 created.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880949#3880949
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880949
---
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=64868
If that is not the issue create a bug report with an example testcase.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880948#3880948
Reply to the post :
http://www.jboss.org/index.html?module=bb
Hi,
I'm using 4.0.2 with my application - I have upgraded from 4.0.0.
I have created Junit test cases and are using them to access the container as a
client to run the tests. Each test case does its own authentication using JAAS
and the EJB Module uses DatabaseLogin.
Under 4.0.0 everything wor
Thanks for the response.
Is there a list of issues for the File PM. The problems listed above are
quite vague.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880946#3880946
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=repl
You can submit a patched file pm with the reliability enhancements discussed in
this thread that performs better than the existing hsqldb solution with tuning
so that we can evaluate support for it. We are currently pursuing investigation
of hsqldb tuning as I suggested earlier.
View the origi
Thanks Scott...I've been searching the javadocs and others for a deprecated
list between tc5.0 and tc5.5...
Example is org.apache.catalina.HttpRequest was in 5.0 but is no longer in 5.5
(at least not in catalina.jar)...I would think release notes, etc. would
mention these changes...any clues...
Hi all,
My problem is regarding configuration of JBoss 3.2.5 behind Firewall. I
went through so many posts regarding this type of issue, but still I haven't
got any solution.
Problem goes like this. I have installed JBoss 3.2.5. It is behind
firewall. According to various articles,
Is there a resolution to this issue?
Answer 1. Its Slow now and always will be.
Answer 2. v4.0.x will support a fast message persistence method (for large
messages) in release 4.0.xx (may be using the file system to peristence
messages)?
Answer 3. Here are the some tuning parameters to JDBC w
Yes. What does the multicast routing table look like for the 192.168.0.1
interface?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880941#3880941
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880941
---
Hi,
recently I had some severe troubles with JBoss 2.4.4 trying to recover after an
OutOfMemoryError. It seemed like a transaction got into an inconsistent state
so that it was repeated every time JBoss restarted but never was marked as
finished. The same piece of data was written repeatedly in
http://wiki.jboss.org/wiki/Wiki.jsp?page=LoginInitialContextFactory
http://wiki.jboss.org/wiki/Wiki.jsp?page=JndiLoginInitialContextFactory
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880939#3880939
Reply to the post :
http://www.jboss.org/index.html?modul
For JBossCache with WebSphere, I got such error.
Anyone knows this class can be found in which JAR?
[6/9/05 10:37:51:764 EDT] 7d426d82 ServletInstan E SRVE0100E: Did not realize
init() exception thrown by servlet init: javax.servlet.ServletException: Error
while defining class: org.jboss.cache.
Instead of:-
TextMessage message = session.createTextMessage();
|
| for (int i = 0; i < 10; i++) {
| message.setText("This is message " + (i + 1));
| System.out.println("Sending message: " +
| message.getTex
I am building a struts application using Eclipse 3.0 IDE and JBOSS 4.0.1. While
running the application, I am receiving a JSP compilation error.
Any help will be much appreciated.
09:55:36,570 ERROR [Engine] StandardWrapperValve[action]: Servlet.service() for
servlet action threw exception
org.
Main entry: desperation
Pronunciation: "des-p&-'rA-sh&n
Function: noun
1. hacking your web service into the server-config.wsdd file in order to get it
deployed automatically
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880935#3880935
Reply to the post :
h
I've had problems using the JDBC persistence methods with 3.2.x and used the
File Persistence method, its reliable and quite fast (unless you puts 1,000's
of messages in the queue, which you can use MaxDepth to restrict the queue
size).
The most reliable solution we use is 3.2.3 RMIConnectionFa
Hi Scott,
Thank you very much for your response. Finally it turned out that that was my
mistake. Yes, you are right, old version of Primitives was used in my programm.
the package was not added to CLASSPATH but defined in manifest of other jar
file. So it was tricky to find.
Thanks for your
It's probably irrelevant to 4.0.2, but there is a new feature that was left in
but not documented which allows the loading of taglibs that are globally
available. This will be tested and documented in 4.0.3. It shouldn't make any
difference, but I was going to ask you to disable it if setting
I resolved..tomcat 5.5.9 uses for default the eclipse jdt compilerit's
very fast but it no supports jdk 1.5 and therefore 1.5 canot to be used..it
needed to back to the library used by previous versions of tomcat. Previously
tomcat uses ant instead of jdt and obviously it supports 1.
have you found any solutions ? I have exactly the same problem ...
thx
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880926#3880926
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880926
-
It seems (I hope), we solved it. After changing jvm, hardware and others we
switched to JBoss 4.0.2 and now it's running for four days without complaints.
Still crossing fingers...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880924#3880924
Reply to the po
Hi,
We were planning to upgrade to JBoss 3.2.7 from 3.2.6. With this, we have to
upgrade to JBoss Cache 1.2 as well. Earlier in 3.2.6, my configuration xml file
for TreeCache contained the following entry:
${jboss.server.data.dir}/myCache
This was working fine. However in 1.2, this property is
Excellent !
Yes, please create a JIRA issue. Ben's going to look into this.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880922#3880922
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880922
Hi guys,
I attempt to integrate Jboss AS with IntellJ Ide. I have downloaded the plugin
and insert it into plugins Ide directory, but this causes the crash of intellij
at new startup.
what's the problem?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38809
Hi;
I've found a problem with the formula used to calculate whether or not a
Region's nodeEventQueue is approaching capacity.
According to my calculation, the following line from putNodeEvent, would
actually mean the user would never see a warning (which was my observation).
if( nodeEventQueue
Hi,
We have two jboss-3.2.1_tomcat-4.1.24. servers each in different machines bo1
and bo2 with Win2000 OS.
Two mdbs of each server ie bo1 and bo2 listen to a single queue present in bo1
server.All the messages are posted to a single queue in server bo1.
But when there are messages more than th
A queue does not 'comsume' any messages by itself. Maybe you do not use
persistent messages, so these in-memory-only messages get lost in case of a
server crash.
Regards
Ulf
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880918#3880918
Reply to the post
I tried
jboss.mq.destination:service=Topic,name=CheslaLogTopic
and then
J2EEApplication=null,J2EEServer=Local,ServiceModule=jbossmq-cheslalogtopic-service.xml,j2eeType=MBean,name=jboss.mq.destination:name=CheslaLogTopic,service=Topic
but I have the same problem
View the original post :
http://ww
This is almost certainly a bug, can you create a JIRA bug report ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880914#3880914
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880914
--
Hi all,
I am trying to upgrade my JBoss installation to 4.0.2, and I am having a
problem because my app deploys fine on JBoss 4.0.2RC1, but when I try to deploy
the same .ear file in the release version 4.0.2, I get the following Exception:
12:20:10,200 INFO [EARDeployer] Init J2EE application:
Hey,
can you please write your ejb-jar.xml, web.xml and jboss-web.xml.
Greetings!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880912#3880912
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880912
Hi,
I'm using replicated cache and I noticed that if I put HashMap in the
TreeCacheAOP and then invoke the get method, in each get invocation the
callRemoteMethods is called.
I can't understand why in "get" operation there is a call to the network why
isn't it just return the object from the loc
I'm recompiling MM's Tomcat Valve against the new catalina
libraries...apparently the valve contract has changed with TC55...will advise
on results.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880910#3880910
Reply to the post :
http://www.jboss.org/index
Hi all, i have seen this post and i have a question...
As you have a MDB associated to the queue... what happens if the server crash
and there are still messages in the queue for processing?
i have a similar achitecture in my application and i have that problem... the
messages are consumed becaus
i have the following sql table:
create table portalComponent (
id integer unsigned not null auto_increment,
name varchar(60),
type smallint unsigned not null default 1,
defaultFontName varchar(50) not null default 'Verdana',
defaultFontSize smallint unsigned not null default 12,
defaultFgColor char
hi.I've installed jboss 4.0.2 with jdk 1.5.0_03 and I dont't succeed to use
the jdk1.5 features in my JSP while the servlets accept finely them .when I
use autoboxing in a jsp I've this error. It seems that jasper compiler is back
to jdk1.4:
| 11:27:35,095 ERROR [[jsp]] Servlet.
I wrote a simple program which publish a message on a remote topic. All is
right on windows system. When I publish on Redhat AS there is no error during
publishing but I don't found the message on the topic? I need help please. I
use jboss4.0.1sp1.
View the original post :
http://www.jboss.org
"[EMAIL PROTECTED]" wrote : There never has been any statement about using the
JNDI InitialContext as the means of providing the user login info. JBoss has
always used JAAS and this is in complete accord with the specs.
I didn't say it wasn't.
however, many large projects use JBoss only for deve
"adellechiaie" wrote : Which version of Sybase ASE (I suppose) are you using???
| Until ASE 11.9.2 only TransactSQL left outer join syntax is supported
(t1*=t2), from 12.0 and after (12.5.x) also the ANSI syntax is supported (left
outer join t1 on t2.id=t1.id).
| Ciao
|
Thank you very muc
Hi,
Thanks for that. I will be installing 4.0.2 soon. Another thing, do you happen
to know was this means:
[JavaWsdlMapping] Cannot find jaxrpc-mapping for type:
{http://ebank.jboss.com}AccountList
It occurs when deploying the WS.
Many thanks,
Claire
View the original post :
http://www.jbo
Which version of Sybase ASE (I suppose) are you using???
Until ASE 11.9.2 only TransactSQL left outer join syntax is supported (t1*=t2),
from 12.0 and after (12.5.x) also the ANSI syntax is supported (left outer join
t1 on t2.id=t1.id).
Ciao
View the original post :
http://www.jboss.org/index.
"maruthi_cse" wrote : Hi svandenbussche,
| Thank u for ur reply.So u mean to say that we must use value objects in
between struts form and session facade?. Is there exist an example for using
this along with struts and session facade?
|
| Thanks
| maruthi
|
Using Struts formbeans wit
1 - 100 of 112 matches
Mail list logo