Feel free to look at the release notes between 3.2.1 and 3.2.7. If you want a
definite answer read the code, or pay money to a JBoss consultant.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884814#3884814
Reply to the post :
http://www.jboss.org/index.htm
Dear All,
Kindly let me know how to configure my JMS queues and create a connection
factory in JBoss 4.0.x. The requiement is for the deployment of a Message
Driven Bean (MDB).
If anyone of you can help me on that it will be useful for my learnings..
Regards
Reflex..
View the orig
Hi,
I followed the above steps but still I am getting the error as below.Can
someone help in this regard..
javax.portlet.PortletException
| at
org.jboss.portal.portlet.impl.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:131)
| at org.jboss.portlet.login.servl
Hi,
The worked similar to the mentioned above.But I am now getting the following
error.I am unable to view the jsp.What shld I do regarding this.
javax.portlet.PortletException
at
org.jboss.portal.portlet.impl.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:131)
I've been giving the project of upgrading our current JBOSS version from 2.4.4
to 4.0.x. Our current configuration uses servlets that use JDBC connections (a
couple to a local MSSQL server, and one to an AS/400 using IBM Client Access).
In 2.4.4, jboss.jcml contains an entry for an XADataSour
I had spent lot of time to try setting up a web server (server side ) in JBOSS4
without success. I hope u can help me out of the problem.
I actually using axis Java2WSDL to generate my WSDL from my EJB interface. Then
I manually to created my mapping.xml and webservice.xml. I started up my JBoss
===
REPOST WSDL (WSDL Generate by Axis Java2WSDL)
===
http://web.chromaticsoftware.com";
xmlns:impl="http://web.chromaticsoftware.com";
xmlns:intf="http://web.chromaticsoftware.com";
xmlns:apachesoap="http:/
I had spent lot of time to try setting up a web server (server side ) in JBOSS4
without success. I help me out of the problem.
I actually using axis Java2WSDL to generate my WSDL from my EJB interface. Then
I manually to created my mapping.xml and webservice.xml. I started up my JBoss
and I can
I am using JBoss 4.0.2 and JBoss Portal 2.0. I created an separate portal, and
it seems to be working. My company uses Single Sign On, so I would like to
skip the login form for the login process. I tried to use a servlet filter to
automatically login the user. I put the following configurat
Hi,
I want to use the following configuration which requires SSL and HTTP
authentication:
|
| OrgEndpoint
| /orgainization/*
| BASIC
| CONFIDENTIAL
|
|
How can I change my Java client code to force it to use SSL and HTTP
authenticat
I have changed the port number to 8089 and It seems to work.
Thank you
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884800#3884800
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884800
--
In case it is relevant, my implementation of getService() is:
| protected Service getService( ) throws MalformedURLException,
ServiceException {
| URL wsdlLocation = new URL( urlstr );
| URL mappingLocation =
this.getClass().getClassLoader().getResource( "META-INF/ja
Hi,
I read about securing the endpoints on the Wiki page
http://wiki.jboss.org/wiki/Wiki.jsp?page=WSSecureEndpoint, but I was wondering,
is there any way in the session bean that I can find out the username and
password which was used to access the endpoint when using the
BASIC/CONFIDENTIAL au
GAH! Once, just once, I would like it not be my screwup, and that I find it
BEFORE posting. Client was using jboss-ejb3.jar from Preview 5 I think.
Though, if anyone has info about a more concise client jar, I would love to
hear it.
Thanks,
Mike
View the original post :
http://www.jboss.or
Hi,
I am using JBoss 4.0.3 RC1 locally, Windows XP Pro SP2. Upon
InitialContext.lookup, I'm getting a java.io.InvalidClassException:
org.jboss.ejb3.remoting.BaseRemoteProxy; local class incompatible: stream
classdesc serialVersionUID = 1126421850898582900, local class serialVersionUID
= -1019
Hi there,
I noticed that commas aren't allowed in the Scheduler MBean string arguments,
because they're used to separate the arguments. This is a significant problem,
because it's impossible, for example, to pass MBean names to the Schedulable
objects! (the commas are used to separate the keys
Hello. I'm using Eclipse 3.0.2 and JBoss 4.0.1 SP1. During deploying i get the
following exception:
00:15:32,031 INFO [EjbModule] Deploying Account
00:15:32,062 INFO [EjbModule] Deploying User
00:15:32,078 INFO [EjbModule] Deploying Property
00:15:32,093 INFO [EjbModule] Deploying CaesarSessi
As it turns out JBoss ignores the orion-ejb-jar.xml that is created by
JDeveloper. What I had to do was use the information in orion-ejb-jar.xml to
create a jbosscmp-jdbc.xml from scratch. The container was then able to send a
query to the Oracle database with the correct column names.
View the
can you show me an example? i have the same problem, but i can't solve it
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884788#3884788
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884788
---
hmm, what do you mean cannot ?
Maybe I'm reading this thread wrong, but a portlet can request dispatch to a
servlet just like it can to a jsp. use
PortletContext.getRequestDispatcher(String path) or
PortletContext.getNamedDispatcher(String name) to point to your servlet
View the original pos
More details:
Here is the method I'm using to modify the toString() method in TestObjectSuper:
| private static void hackExistingMethod(CtMethod method) throws
Exception {
|method.addLocalVariable("var", CtClass.booleanType);
|String methodStart =
we call this feature dynamicity (Roy really loves that word ;)
It will be in the 2.2 release
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884785#3884785
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884785
---
If you are really into business and production, check with IBM, Sun... Jboss
will need some time.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884783#3884783
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884783
-
HI.
You can not. That's by the definition. Portlets = portal version of servlet. If
you use portlets, you don't have to think about many things you have to when
you use servlets. Especially if you wish to be compatible with 168.
Read about portal (find some resources at sun, ibm, jboss, and oth
Receive the following VerifyError after inserting code before and after a
toString() method in a class called TestObjectSuper:
java.lang.VerifyError: (class: org/aero/sbedrock/TestObjectSuper, method:
toString signature: ()Ljava/lang/String;) Register 1 contains wrong type
at java.lang.C
Does JBoss Portal provide a way for users to define new portal tabs (pages),
and then select which portlets they want for each tab/page?
This is the type of interface I see at my.yahoo.com and others.
You know, a tab control long the top of the portal that looks like this:
Tab1 Tab2 Tab3 ... Ta
Hey folks,
I've listened to the presentations (nice) and read through the docs but I can't
really tell what the appropriate strategy is for using CacheLoaders with
TreeCacheAOP. I can see the approach for using it with a regular TreeCache in
the docs, but it doesn't seem to be clear how to exte
This is the list of process with connections and ports:
CCAPP.EXE:2056 TCP ge-1:1038 ge-1:0 LISTENING
explorer.exe:1332 UDP ge-1:1068 *:*
IEXPLORE.EXE:2980 UDP ge-1:2017 *:*
IEXPLORE.EXE:2980 TCP ge-1:2022
I'm having the same issue here, as is someone else I know. I started by
following the WSDOC Server
implementation, and everything worked fine before I began passing around custom
Objects (CarrierEntityValue
in this case, see below for code).
Here is the sample deployment that shows the issue.
Here we are. What's JBoss got to do with orion-ejb-jar.xml? Nothing!
What you need is jbosscmp-jdbc.xml for customizing the database mapping.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884769#3884769
Reply to the post :
http://www.jboss.org/index.html?mo
That seems to be a true statement.
Consider the following simple test case:
import org.jboss.varia.scheduler.Schedulable;
|
| public class TestScheduler implements Schedulable {
| public TestScheduler() {
| super();
| }
|
| public void perform(java.util.Da
Hello,
I have set up a SQL Server datasource that our application get via JNDI from
the JBoss server. Our application can find and use this datasource.
However, our client implemented a DB security policy wherein the DB password
will change every 2 weeks.
The client wants us to provi
I login as admin.
I can create a new file, and it works fine.
But when I tried to upload a file(tried different files), I got the exception.
does the type (Lxxx;) stand for an array type?
One thing I noticed: when I tried to edit a newly created file, I was asked to
upload a file.
Thanks.
OS:
Move info, I am running this is on Windows 2000 Professional.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884759#3884759
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884759
---
Today I tried running JBoss and it generated this error:
anonymous wrote : "Depends On Me: java.lang.Exception: Cannot bind transaction
factory in CORBA naming service:
| org.omg.CORBA.TRANSIENT: Retries exceeded, couldn't reconnect to
192.168.0.190:3528 vmcid: 0x0 minor code: 0 completed:
Hi Everyone,
I'm having some trouble getting JBoss portal going. The error states:
Starting failed portal:service=Hibernate java.lang.NullPointerException
The JBoss AS does come up just fine without the portal files/directories added.
Here are my stats:
JBoss version - 4.0.2
Hibernate version -
Hi All,
I have one MBean and one local secured EJB.
Both of them are working in same security domain.
I want to invoke a method of this local EJB from my MBean.
I do the following:
1. From my MBean I log on in my security domain as usual, by using
"UsernamePasswordHandler" or custom "AppC
Using the name in the global namespace worked. It seems that the generated
utility class was not using that name.
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884755#3884755
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting
In the actual Oracle databse the coulumn names are county_nbr and district_nbr.
The orion-ejb-jar.xml shown below should translate the cmp-field-mapping name
to the persistence-name. I placed this file next to the ejb-jar.xml file in the
META-INF folder.
http://xmlns.oracle.com/ias/dtds/orion-
Replacing files from Sun's tutorial into the bank directory provided by jboss
worked for me.[/img]
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884754#3884754
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884754
-
Thanks Bela.
Also please answer the queries i have posted on
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=66331.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884750#3884750
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posti
So people not using the installer should do what?
I'm personally trying to deploy on a oldfashioned textconsole-capable linux
server, so the JBoss installer is not for me and I'd like to play with the
EJB3Trail application but I can't.
View the original post :
http://www.jboss.org/index.html?m
Hi there!
I have an application variable that have all the session Id (one sid for each
logged users). I want that de System Administrator be able to kill any session
for a given sid, so I need a method or something that kills a session given the
sid.
I cannot use the invalidate() method from H
You have already said in your first post that you have installed apache, this
suggests that you want to use apache, using apache means you need to look at
mod_jk.
The forum you have posted your question in is for the discussion of the
maintenance of the wiki pages, it is not the forum to ask us
You cannot use TCP:PING, either use
- TCP:TCPPING
- TCP:TCPGOSSIP or
- TCP:MPING (uses multicasting)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884742#3884742
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884742
If you google for "TCP MPING" you'll find some answers
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884743#3884743
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884743
--
I should clarify. When I say node, I mean cluster node, not cache node.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884740#3884740
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884740
arrrghI tried (http://wiki.jboss.org/wiki/Wiki.jsp?page=Tomcat ) and had
spent about 5 hours all together in the last two nights and couldn't get it
working. (and I don't have intentions to run load-balancing or failover in this
case). I also post questions in relation to some of instruction
Daniel,
I have an idea based on your thoughts. It unfortunately does not eliminate
backbone traffic, however it will save memory, if it works. The idea is this,
the cache will paritioned by node; each node will have a region in the cache.
The eviction policy uses the node's identifier to ei
We are trying to use SSL for the encryption of the communication between JBoss
(3.2.3) and our Client. HTTP works fine, but we have some trouble using HTTPS
or JNPS.
I get the error Message "javax.naming.NamingException: Failed to retrieve
Naming interface " and "Caused by: javax.net.ssl.SSLHan
check if you have dependencies on services.jar in your sar xml file
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884736#3884736
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884736
-
Hello!
Is it possible to create an entity bean (EJB3) with a complex primary key? e.g.
the primary key of a mapping table consists of two primary keys.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884735#3884735
Reply to the post :
http://www.jboss.org/in
Hi,
I am using Jboss-4.0.2. When i try out the link
"http://localhost:8080/ws4ee/services/Version?wsdl"; (which is a default axis
webservice link) i get the following error displayed in the web page ...
AXIS error
No service is available at this URL
i checked the server.log and the output th
Bela, is it necessary to configure TCP with TCPPING. what if i use PING instead
of TCPPING, will it use multicasting.
Is there any difference between saying multicasting at transport or discovery
level.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884731#
Thanks, for responding to my isssue.
anonymous wrote : assuming that you change to edit mode via the image link in
the portlet window
Yes, I toggle to edit mode using the button in the window title border, which
is provided by jboss portal. Playing with the portlet configuration (timeout
value e
Be aware that if you do this you are using the Sun JSF Reference
Implementation. JBoss 4.0.3 will ship with MyFaces which will probably mean
that you will need to either disable MyFaces or rip out the JSF jars from your
WAR.
See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossFaces for more on t
Maybe you should enable CMP debugging, so you can see all database specific SQL
statements within your server log file. Add the following entry
|
|
|
|
to your ..conf/log4j.xml.
Regards
Ulf
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtop
If I got your solution right i had to add 'ctrl:type=action' to action url,
right ? If yes... it is not working :/
I even tried to add 'ctrl:type=render' to the urls to be able to get parameters
by request.getParameter()... but it is not working. It's very strange, because
i remember doing this
you need to add a -instances.xml and a -pages.xml file in your war's web-inf
folder that define an instance of your portlet (-instances.xml) and a window on
a page (-pages.xml) to display it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884726#3884726
Re
assuming that you change to edit mode via the image link in the portlet window,
I'd try to change the timeout value (...just a hunch). -1 asks for endless
caching, maybe there is a problem with that.set it to 0 just to see if the
behavior changes.
View the original post :
http://www.jbo
if that remote app has already a web frontend, then you can use an iframe as
well (the portlet renders an iframe tag that points to the remote URL)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884724#3884724
Reply to the post :
http://www.jboss.org/index.
I am building an auditing system and using security proxies to keep track of
changes to entity beans. In addition to the actual data that has changed I am
keeping track of the Principal(username) and the date that the modification has
taken place. I want to store one additional piece of informat
I've been using Java Studio Creator 2 Early Access to build some JSF portlets.
I know I can export the portlet project to a .WAR file, but how do I
integrate/register it with JBoss Portal so that I can run the portlet as a
portal user?
Creator generates a portlet.xml file that defines the follo
You didn't describe *what* actually fails. A use case would be helpful
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884719#3884719
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884719
--
I'm working with jboss 4.0.2 and I canno found
JBOSS/server/all/deploy/jmx-invoker-adaptor-server.sar.
Please turn on the light!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884718#3884718
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=po
When the port number is removed from the URL the web browser will attempt to
connect to the web server using port 80 for non secured access and port 443 for
https access.
You have two options both available from the following link.
http://wiki.jboss.org/wiki/Wiki.jsp?page=Tomcat
Configure the
Have you considered apache with mod_jk?
http://wiki.jboss.org/wiki/Wiki.jsp?page=Tomcat
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884716#3884716
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884716
UDP
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884714#3884714
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884714
---
This SF.Net email is sponsored by the 'Do
Hi,
I have install Apache 2.0.54 and JBOSS 4.0.2 in Windows 2003 server, much
appreciated if someone can verify if it is achievable to use
http://localhost/web-console rather than http://localhost:8080/web-console to
bring up JBOSS Admin page.
Some said it can, but others said not.
If it work
Hi Genmen,
You are saying jboss-3.2.1 is full of bugs. Full of bugs in what ? Full of
bugs in supporting JMS?
We are using jboss-3.2.1. Can I configure JbossMQ to point to other database
instead of Hypersonic?
Is upgrading jboss only the option to resolve my problem?
Thanks.
View the original
Hi,
I have a MBean (in a .sar) that uses a custom loader repository
( in jboss-service.xml). This works fine in the 'deploy'
directory, but fails in the deploy-hasingleton directory with the "Only the
root deployment can set the loader repository" error message.
Is this by design or should it
I will post back if I find a solution.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884705#3884705
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884705
---
Thi
I have the same problem and found no workaround
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884704#3884704
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884704
-
Should've read the full thing first... guess I'm wrong, sry.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884703#3884703
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884703
we've uninstalled NLB and tried again, now the communication between the two
clients does work.
does anybody have an idea, why with the software loadbalancer jgroups does not
work?
greetings,
sam
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884702#3884702
Just a guess, maybe there's something wrong with your Java path. Try adding a
line similar to this (depending on your system) to the top of your startscript
(e.g. run.bat in /bin):
set JAVA_HOME=C:\java\j2sdk142
Hope this helps.
View the original post :
http://www.jboss.org/index.html?module=
Hi! as no answer has been send for your request! I will try some sugestion to
se if we can find a soluction togeteher! (I am very interested in your example).
My first tougth was to have first level local isolated caches with second level
replicated caches on each node. But the problem is that t
Hi,
i have deployed a portlet that supports the VIEW, EDIT and HELP mode. When
applying the EDIT operation i am redirected to the default page of the portal.
This causes that i can't see the result's of the EDIT operation. How can I
force JBP2 to stay on the same page.
A second question: Why d
I've just found plausible reason of my problem.
In my MANIFEST.MF for the ejb there are next:
Class-Path: commons-beanutils-1.5.jar commons-collections-2.1.jar
commons-digester-1.3.jar commons-logging-api-1.0.2.jar
itext-1.02b.jar jasperreports-0.6.4.jar jcfield450K.jar
jcommon-0.9.6.jar jcup.jar
After the following code change it worked!.
QueueConnectionFactory qcf =
| (QueueConnectionFactory)
context.lookup("ConnectionFactory");
from
QueueConnectionFactory qcf =
| (QueueConnectionFactory)
context.lookup("java:/XA
I am not migrating to J2EE, we want to test and compare the performance, that's
all.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884692#3884692
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884692
---
Sorry that this is such a late response...
I was actually trying to use the injection mechanism for MBeanServer,
ObjectName etc - foo and bar are just for illustration ;)
But I couldn't get ...injection id="MBeanServer" setMethod="setMBeanServer...
accepted by the XML validation phase of deploy
Hello All,
The JBoss cannot recognize the classpath if it has space. For instance:
| C:\Dokumente und Einstellungen\aravind\Desktop\CxMPM_Offline\server\bin>run
|
===
| .
| JBoss Bootstrap Environment
| .
Change the port number for one of the two applications.
I don't have 4.0.2 installed at the moment to give you the exact path but in
the deploy folder 'server/default/deploy' (if you passed no arguments to the
run script) you will find the tomcat sar folder, in there you will find a
server.xml
Hello all,
I get this strange behaviour. The scenario: Session bean accessing Resource
Adapter. The RA throws an exception. But the exception is never caught by the
Session bean method.
Snippet from Session Bean:
| public void put(Attachment attachment) throws
de.coryx.cpt.PlatformExcepti
Hallo,
I am solving performance problem with database queries. In JBoss, I have
dynamic SQL as e.g.
SELECT OBJECT(o) FROM organizations as o , in (o.persons) as p where
o.masterOrg is null and p.name = 'John'
Of course, I know how to display it in this form, but I'd like to see it
in form whi
Hi all,
I have one mbean and one local secured ejb.
Both of them are working in same security domain.
I want to invoke a method of this local ejb from my mbean.
I do the following:
1. From my bean I log on in my security domain as usual, by using
"UsernamePasswordHandler" or custom "AppCallbac
After switching on the trace at the server where the queue is deployed,
I have the following information:
When the Standalone client is running:
Log file records few TRACE calls when the session is created and when the
message is sent
When the Servlet is running:
There is NO activity in the Log
try www.portletbridge.org
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884684#3884684
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884684
---
This SF.Net email i
Hi,
How to write a portlet that can display the application from different machine.
The target application is a .net application and we want to display it in
portlet window. I have read about the WSRP but the target application is a
simple web application not a web service.
View the original
Hello Rohan,
a follow-up to your follow-up...
"Rohan Talip" wrote :
| One thing I found necessary to do before reconnecting, was to close() and
stop() the old connection before getting a new connection, otherwise I
continued to see 'ping timeout' being logged from the old connection.
|
As
Sorry Bela,
I made one mistake above, we actually DO have the default JBoss transaction
manager service deployed (not the tyrex one that I posted above). We have the
following in our jboss-service as the mbean.
|
|
| 300
|
| jboss:service=XidFactory
|
|
Hi
I am migrating a app from weblogic8.1 to Jboss4.0.1
My weblogic.xml was like
InvalidationIntervalSecs
3600
TimeoutSecs
3600
1
I changed accordingly my jboss-web.xml as
InvalidationIntervalSecs
3600
Hi Bela,
thanks so much for the reply! Your two answers should make our life much
simpler if we can get them working as expected then!
The strange thing is, we have already tried to configure TreeCache with the
JBoss transaction manager. We set the isolation level to be serializable but it
did
This is a common question for Java EE, and we have solved it in the same way
described here.
But now comes a problem. This works as long as the EJBs are unsecured.
Recently, we have looked at securing our EJBs to prevent unauthenticated access.
But if we do that, then how do we call those EJB
I have configured TCP as the transport protocol in cluster config.
|
|
|
|
|
|
|
|
|
|
|
What i have understood after reading jgroups documentation is that in
initial_hosts attribute we specify all the nodes whic
I have to decide these days which portlet container to use for our next
project, so my questions are: Will there be further development of the login
portlet? Like improvement of login/registration feedback to customers? Or is
the current implementation recommended for use in production systems?
Hi,
you can initialize your context also via a Properties Object wich you give to
the InitialContext as Constructor Parameter on initialization.
Therefor you can Prompt for the IP @ starttime. Even better save it in an
external file and prompt on missing "config"-file.
View the original post
I think it's the ws4ee-deployment.xml file (you can declare additional type
mappings there, looks like they're translated into the wsdd at runtime,
together with wsdl informations about the elements of the types...)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopi
I seem to found the application suing the same port. It is oracle that uses
this port for some xml data. It worked after i stopped the oracle services. The
only problem will be when i need to use both the oracle server and the jboss
server. Any suggestions.
View the original post :
http://www
1 - 100 of 101 matches
Mail list logo