Hope that this image will help us all to get the correct view on what we need:
[img]http://home.gamca.sk/~marec/portals.gif[/img]http://home.gamca.sk/~marec/portals.gif
On the left side there is portal-core.war from the jboss-portal.sar with it's
definition of the portlets and also the portlet i
I had accidentally posted into this forum which is wrong.
I have posted into the Installation forum.
Admin, pls delete this post.
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891558#3891558
Reply to the post :
http://www.jboss.org/index.html?modu
I wish to run JBoss in Fedora Core.
In JBoss' "Getting Started" guide
(http://docs.jboss.org/jbossas/getting_started/v4/html/install.html#d0e62) :
"Once it's downloaded, unpack the archive to a suitable location on your
machine. It should all unpack into a single directory named jboss-4.0.2."
A
I wish to run JBoss in Fedora Core.
In JBoss' "Getting Started" guide
(http://docs.jboss.org/jbossas/getting_started/v4/html/install.html#d0e62) :
"Once it's downloaded, unpack the archive to a suitable location on your
machine. It should all unpack into a single directory named jboss-4.0.2."
A
Why dont you put a servlet filter for the j_security_check servlet in your
web.xml. In the filter code, you will have access to the request object from
where you can read j_username and store it in the session. This would be the
easiest way of doing this without tampering with the app server cod
According to our experiment with HotSwap of JDK1.4
(JDK1.4 has HotSwap although it has a different name),
the overheaeds is less than 5% (normally about 2%).
We used SPECjvm98, which is a set of relatively small
programs. So if you run a really big program, the amount
of the overhead may change.
You can write your own JAAS login module and plug it into the
conf/login-config.xml file.
If you want complete portability ensure that you custom implement the Principal
and Group classes and dont use the ones from JBoss. I have done this
successfully. There is no issue with that.
Once you have
As title, failed just copying the SAR to the deploy directory of minimal server.
1. ServletException : copy javax.servlet jar into lib solves it
2. depends on webserver MBean
- copy JBoss-Tomcat55.sar into deploy, but failed to deploy Tomcat MBean
with exception below.
Any idea? Thanks
12
Thanks,
Does this exception represent any problem or can this be ignored by just
truning off the DEBUG mode of the log?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891547#3891547
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
Hi,
I don't think there is a way to obtain a class file
from a running object. Do you want to change
a class that has been loaded? The JVM does not
allow you to do such a thing unless you use
HotSwap.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891546#389
Hi ,
- in my linux computer ; i has set some env variables like :
export JAVA_HOME=/usr/java/java
export ANT_HOME=/usr/local/portals/JBPortal/Ant
export CATALINA_HOME=/usr/local/portals/JBPortal/Tomcat
export TOMCAT_HOME=/usr/local/portals/JBPortal/Tomcat
export CATALINA_BASE=$CATALINA_HOME
export
I downloaded the latest code, and it solved the problem I had, but I ran into a
new problem.
I added a single field to MySimpleObject class:
private StatusEnum status = StatusEnum.OPEN;
where StatusEnum is:
public enum StatusEnum {
OPEN,
CLOSE
}
When I attempt to cha
I tried all of this on Linux (mandrake 10.1) and I get the exact same problem.
I read completely the docs on setting up the database.
My MYSQL datasource gets configured properly.
2005-08-24 21:40:50,878 DEBUG [org.jboss.system.ServiceConfigurator]
TypeMapping set to mySQL in jboss.jdbc:datasourc
Hi guys.
I am really in troubles here, I saw some tutorials and MDB example and I am
sure that my jboss.xml and ejb-jar.xml are correct. But when I try to run the
client I got the error: "cound't create JNDI context:
jndi.naming.NameNotFoundException: jms not bound"
are there another dd fi
Hello,
Your post helped me find what was going on in parameters... but as it took me
some time, these more details may help some others. (I also looked for the
parameters in the JBossRenderRequest instance in render() instead of in the
JBossActionRequest instance in processAction()).
The map v
You need to use unique multcast addresses and ports for each application.
For Jboss (cluster-service.xml) I use
228.1.2.40:44566 - App A
228.1.2.41:44567 - App B
228.1.2.42:44568 - App C
You also need to take the same consideration for the tc5-cluster-service.xml
file if you are using session r
If somebody can't help out, I guess I should probably file as a bug.
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891533#3891533
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891533
--
Hope some of you have had this issue earlier and can respond to it.
I have two scenarios and they are related:
Scenario 1
Deployment description
I have a JBoss installation on two Linux boxes ,say lin-1 ,lin-2 ;both on the
same network.
On boxes lin-1 and lin-
"astrait" wrote : Roy, your "pretty picture" did not add any information to
what is said in the reference manual and, more over, seems to have missed the
point of this entire thread.
Which question in this thread was not answered by either the documentation OR
the picture OR the download zip I
Roy, your "pretty picture" did not add any information to what is said in the
reference manual and, more over, seems to have missed the point of this entire
thread. If this is the kind of flippant response one can expect from someone
with a jboss email address then maybe it is time to move on to
"[EMAIL PROTECTED]" wrote : Roy, frankly that sort of answer makes it hard for
folks like me to give serious consideration to using your portal product, and
JBoss products in general, for development on behalf of my customers. I'm not
doing a school project here...
|
| -Dave
The descriptor
"[EMAIL PROTECTED]" wrote : A picture is worth a thousand words.
Roy, frankly that sort of answer makes it hard for folks like me to give
serious consideration to using your portal product, and JBoss products in
general, for development on behalf of my customers. I'm not doing a school
project
"[EMAIL PROTECTED]" wrote : A picture is worth a thousand words.
or a thousand questions
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891527#3891527
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891527
---
A picture is worth a thousand words.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891526#3891526
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891526
---
SF.Net e
"[EMAIL PROTECTED]" wrote : ok... i will dissect these and post it in the wiki.
stay tuned.
|
|
I'm not sure if you planning to answer my questions directly or if the PPT file
on the wiki is your complete answer, but just in case the PPT file was your
answer, I'll just go ahead and ask yo
Hi,
We have experienced automatic MBean reconfiguration.
After start 2 weeks ago, we configured pools for DS and MDB, also redelivery
limits for JMS destinations.
Yesterday aour configuration has disapeared, it has just went back to startup
default.
JBoss we run 4.0.1.
Is this some kind of know
ok, if you meant different polcies are different providers (e.g., LRU or MRU)
then the answer is no. You can only use one provider per cache instance (but
different regions have different *parameters*). So if it is a must, you can use
multiple cache instance then.
-Ben
View the original post :
Can you try out 4.0.2 again to see if that helps? Also, maybe you want to use
mod_jk load balancer instead?
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891517#3891517
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=repl
If you meant MBean clustering, we currently don't suport it.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891516#3891516
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891516
--
The authentication workes fine.
Here is the query that is fired to get the roles:
select Web_App_Role,'Roles' from WEB_APP_USER_ROLES where [EMAIL PROTECTED]
Here are the security setting:
|
|
| guest
|
It scheduled for next month.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891515#3891515
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891515
---
SF.Net email is
Theres a ppt and a gif attached here:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossPortalXML
GIF is kind of big, so the ppt may be better to view.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891511#3891511
Reply to the post :
http://www.jboss.org/index.
Hi.
I installed the Hibernate tools as Eclipse Pluging and tried to get the tables
from an existing database (Reverse engineer Interbase).
We were planning on moving our persistance layer to Hibernate but coding it
anew would be quite a pain.
After configuring Hybernate with the wizards (hiber
John,
Please have a look at: -
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891502#3891502
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891502
Hi all,
I am studying "jboss connector" at the moment, i m confused by some of the
topics.
As far as i know, in order to create a jboss compatible resource adaptor, we
have to implement JCA interfaces like managedconnectionfactory,
managedconnection, connectionfactory and so on, then pack the
Hi,
My environment is Jboss and mySQL.
I have a JSP which makes use of a stateful session bean. The session bean
connects to the database as follows:
ResultSet rs = null;
| DataSource ds = (DataSource) new
javax.naming.InitialContext().lookup("java:comp/env/jdbc/mySQL");
| Connection con =
Hi all,
I am studying "jboss connector" at the moment, i m confused by some of the
topics.
As far as i know, in order to create a jboss compatible resource adaptor, we
have to implement JCA interfaces like managedconnectionfactory,
managedconnection, connectionfactory and so on, then pack the
Hi all,
I am studying "jboss connector" at the moment, i m confused by some of the
topics.
As far as i know, in order to create a jboss compatible resource adaptor, we
have to implement JCA interfaces like managedconnectionfactory,
managedconnection, connectionfactory and so on, then pack the
Turn off DEBUG?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891494#3891494
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891494
---
SF.Net email is Sponsored b
Hello there! I'm a constant fight against jboss 4.0.1 and JbossCache and
Hibernate Mbean. well I guess that the DeployedTreeCacheJndiName is not quite
ok, since the Mbean should be looked up as Objectname right? This invalidates
the use of JBossCache + Hibernate? I really couldn't find a way out
Unfortunately, not really.
The JAAS basic capabilities are common to all application server, but when
writing your own custom JAAS login modules, in order to fully integrate it with
the app server, you will have to write some app server specific code:
- If you want to specify what are the roles
Here we go:
http://jira.jboss.com/jira/browse/JBAS-2158
Sorry for the delay.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891491#3891491
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891491
-
As a side note, the helloworld.war and echo-portal.xml can be found here:
http://download.jboss.com/jbossportal/random/deploy.zip
Remember: You will have to change the theme call in the echo-portal.xml for
whatever theme you are using.
View the original post :
http://www.jboss.org/index.html?m
ok... i will dissect these and post it in the wiki. stay tuned.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891489#3891489
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891489
---
cvs co -d JGroups-2.2.8 -r JGROUPS_2_2_8 JGroups
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891483#3891483
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891483
There is not such feature planned.
The upcoming 2.2 release will have a bulk upload feature, but I am unsure if
you can bulk download content from nukes.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891482#3891482
Reply to the post :
http://www.jboss.org/
How to make a sar file cluster aware or is it possible ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891479#3891479
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891479
I got it working. I just needed to define my jboss-aop.xml file correctly.
|
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891478#3891478
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891478
-
Hi all,
I am studying "jboss connector" at the moment, i m confused by some of the
topics.
As far as i know, in order to create a jboss compatible resource adaptor, we
have to implement several interfaces like managedconnectionfactory,
managedconnection, connectionfactory and so, then pack
Ben, thanks so much! I couldn't find tag (or branch) 1.2.4Alpha in JBossCache,
so I'm going to download the latest. Any word on when 1.2.4 is going to be
released?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891473#3891473
Reply to the post :
http://www.
Hello,
Please bear in mind that this is a lengthy message.
I am trying to run TreeCacheAop as a backend datastore for my standalone Tomcat
webserver. I have an example working with TreeCache and have tried to
implement a TreeCacheAop with no success. I have read all the documentations
but am
Hello!
I am using JBoss 4.0.2 with the jbas-1875-patch.zip patch. I have a web
application which uses a DatabaseLoginModule for authentication.
I am having problems when one user changes its password. On the session bean
I am executing the code at he end of this message to flush the Authent
What is the application you have deployed?
If it is an archive you can just touch the archive and hot deployment will
undeploy and redeploy the application.
If it is an exploded deployment you need to touch the main deployment
descriptor of the deployment and it will be undeployed and redeploye
Forget the -ds.xml, that is not what you are trying to achieve at all.
In your web application in the web.xml you have specified a resource reference,
the error is saying that you need a jboss-web.xml deployment descriptor to be
packaged in your war that also contains a resource-ref with the JBo
Few questions:
1. Where do I put cotext.xml file?
2. Where do I put the FormAuthValve class?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891459#3891459
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891459
-
How do I get the src of a JGroups version that is not the CVS head? I would
like to download JGroups 2.2.8 source...Should the module name be different?
Thanks!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891458#3891458
Reply to the post :
http://www.jbo
I posted this last week in the Security forum, no answer so far
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=68098
"greyfairer" wrote : Hi all,
|
| We are setting up a secured JMS communication channel over https with
CLIENT-CERT authentication. To post to the different Queue's,
Do I not even need to write Callbackhandlers if I'm using the JBossSX
implementation? I must be over doing it as usual. And thank you so very much
for the link.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891449#3891449
Reply to the post :
http://www.jbo
Yes we have implemented single sign on
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891448#3891448
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891448
---
SF.Net
The DVD Store (see http://www.jboss.com/docs/trailblazer) has an example of
using FORM based login with JSF using DatabaseServerLoginModule for
authentication.
I don't understand why you are writing JAAS callback handlers or anything like
that. What exactly are you trying to accomplish?
V
FYI JBoss uses a resolver to identify known dtds locally, if the dtd is not
recognised it will attempt to download it from the URL specified.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891444#3891444
Reply to the post :
http://www.jboss.org/index.html?mo
I have been reading all the docs and I can't seem to figure out how to properly
implement the DatabaseLoginModule to authenticate users within my application.
I have added the xml configuration settings and understand all of that but my
question is how do I implement my CallbackHandler to gain a
Hi
I need help , very urgent
I'm using Tomcat 5.0.28 and I need to build login page which authenticate users
who trying to login with openLdap server.
I want to use a ready loginmoudle and don't want to write my own, so I choosed
the LDAPLoginModule of JBoss.
The problem is that i don't know and
I am trying to install and run JBOSS 3.2.7 on AIX 4.3 using java 1.3.1.
But I get an error when trying to start jboss:
2005-08-24 16:08:07,493 ERROR [org.jboss.mq.sm.jdbc.JDBCStateManager] Starting
failed jboss.mq:service=StateManager
org.jboss.mq.SpyJMSException: Error creating connection to the
Hi
On JAX-RPC Clientside I became a SOAPFaultException instead of a custom
Exception. I compare my WSDL File and JAX-RPC-MAPPING File with the testsuite
examples, everything seems right.
The SOAP Message I´ve got :
|
|
| http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://
Hi All,
I am trying to deploy a simple entity bean using Postgres datasource.
I have configured the datasource as per documentation and it also can be seen
in jmx-console after starting the server.
However when I try to deploy the bean, I get following error.
Any help will be greatly appreciate
On second thought
Dimitris - you are correct. By having TestService implement a TestServiceMBean
interface the whole things falls into place very nicely.
Thanks again.
Jim
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891430#3891430
Reply to the post
Hai,
Actually in form based authetication, user authentication can be done
only if we access the restricted resource. But I want to authenticate the user
by using my customized username and password feilds. After authetication if i
access the protected resource, then It won't again ask
chiba,
Thanks very much!
I've gotten the code from CVS and taken a look at the HotSwapper. Do you have
any sense of what sort of overhead running the virtual machine in this kind of
debug mode adds?
thanks,
Nick
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopi
Hello,
i'm using jboss 4.0.2 with Tomcat. I configured Tomcat to allow https
connections in server.xml, like this:
Connector port="443"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
accep
Hi,
I'm currently developing an application where many users store a lot of data in
a MySQL database. This data needs to be queried quickly and often.
The problem is that the queries are already becoming slow even though we are
expecting the number of users to increase tenfold.
I'm consideri
Done...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891426#3891426
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891426
---
SF.Net email is Sponsored by the Bett
I have the same problem AND I have the common-httpclient.jar copied to every
single "lib" dir on my pc! Checked the bug report and am still wandering what
this -L option is. BTW I'm using 3.2.6.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891425#3891425
Hi All,
I'm using Jbos4.0.2 web services. When I tried to call my web service from
client it is throwing the following Null pointer exception. Pls help me to
rectify this.
Thanks
Satya
Server Stach trace
ulr :: http://T5-1FB-140531:8080/csda/csda/AcceptRequest?wsdl
Contacting webservice at
I am using jboss 4.0.2 which is packaged with Tomcat 5.5, I am not seeing any
attributes for this connector, any clue as to the ObjectName that I will need
to use ?
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891421#3891421
Reply to the post :
ht
Ok, I was being dumb. The two clusters were using the same partition name. Once
I changed the names everything worked ok.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891420#3891420
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
hai Danny,
Did you get the solution for this problem. If, please give me the solution.
Thank in advance.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891419#3891419
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891
Hello,
I wanted to know where are created the pages from JBoss Portal?
And is it possible to include them in others html pages?
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891418#3891418
Reply to the post :
http://www.jboss.org/index.html?module=bb
"yantriki" wrote : ... and when I access the forum, I want to still have access
to the user and menu portlets.
I think I found the problem and this is not possible with the ForumsPortlet at
the moment.
To see user and menu portlet with the forums, you need to call the forums in
'normal' windows
I am an geting an exception while trying to get reference for home interface.
This is for the tutorial of Jboss - IDE for ejb. The app server is jboss
4.03RC1. The exception looks like this
javax.naming.NameNotFoundException: ejb not bound
at org.jnp.server.NamingServer.getBinding(Naming
Have somebody some experience with integration SSO (for example JOSSO) in JBoss
Portal?
Thanx
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891414#3891414
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891414
-
Hello,
I ported my application from JBoss 3.x.x to JBoss 4.0.2, strangely everytime my
JMS call ends, I get the following exception.
2005-08-23 17:02:25,625 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler]
Exiting on IOE
java.net.SocketException: socket closed
at java.net.SocketI
Hi,
is it possible to get a ctclass from an object, in a smilir way to the
object.getClass() method? I need this since I'm going to manipulate the same
instance multiple times, thus I need to restart from the ctclass that
represents the current running object, not the one in the classpath.
Than
Hi guys, sorry if this question was already posted on forum.
I am trying to deploy my first MDB and got some problems, in my mind I
understand the follow:
+ The MDB catch all messages on a queue
+ When the client throw the message to queue the MDB bean onMessaeg method is
called
My doubts
Just to provide some details. I am using jboss 4.02 and the code for getting
the ejb is
Object ref = context.lookup(jndiName);
EJBHome home = (EJBHome) javax.rmi.PortableRemoteObject.narrow(ref, klass);
I have tracing on so I know that the system behind the firewall does receive
the initial re
hi,
i was facing most of the problems people have faced here. Although i've
searched most of the literature, i didn't like most of the solutions. So, i
decided to rephrase them and let people here direct me to the most appropriate
solution.
1) direct logging without accessing the secured conte
Hi everybody
someone can tell me how can I reload an application in jboss without stopping
and starting the jboss service?
I saw that feature in tomcat but I cannot find it in jboss
it is possible to do that?
J.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=
Hi,
I do read the document and I know it supports multiple regions, but I don't
find any details how I can configure different regions with different eviction
policies in the configuration xml. In the examples there are always one
evication policiy for multiple regions. Perhaps I have missed so
I am using JBoss_4.0.3RC1, upgraded with Jboss_EJB3.0_RC1. The JBoss AS with a
simple clustered Stateful Session Bean which keeps the number of counts it has
been accessed, is deployed in two server machines. The Session Bean is accessed
by JSP deployed in the web container of the JBoss AS. I a
If the Jboss FormAuthValve does really what you need, why don't you use it
instead of creating your own copying the former?
Just add in your context.xml file the configuration for this valve
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891402#3891402
R
This solution solves the "ClassCastException" problem.
Look out for .jar files that contain the same packages. For example both
jta.jar and jboss-j2ee.jar contain the package
"javax.transaction.TransactionManager"
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&
Problem solved!
Look out for .jar files that contain the same packages. For example both
jta.jar and jboss-j2ee.jar contain the package
"javax.transaction.TransactionManager"
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891399#3891399
Reply to the post :
Hi,
I want to use IfxStatements (Informix) in my Application, but when I create a
Statement jboss always uses the
org.jboss.resource.adapter.jdbc.WrappedStatement instead. Because of that, I
receive errors and cannot access informix statement functionality.
How can I prevent JBoss from using hi
Hi,
You are not attached any mail regarding to me., [EMAIL PROTECTED]
Regards,
Ramesh M
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891396#3891396
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891396
-
Hi ramesh,
I have sent you my portlet by mail.
Test it and i wish it'll work for you too.
I can't help you more because I 'm a newbie in this technologie and I never do
more than this portlet, and now i'm working on another project.
Regards.
Flo.
View the original post :
http://www.jboss.or
My file looked something like this (I since deleted it as it wasn't working!)
QueueFactory
jms-ra.rar
JMS Adapter
org.jboss.resource.adapter.jms.JmsConnectionFactory
javax.jms.Topic
java:/DefaultJMSProvider
JmsXARealm
I got this from another posting on
Yes I tried that too - although I called it -ds.xml (as I didn't know to give
it a prefix) and this only caused errors since it said the name was not bound
to JNDI - which only served to confuse me more?
What exactly should go in the xxx-ds.xml file (assuming that xxx means any name
I give to
Now i want to make the data of the TreeCache invalidly after period of time,how
i do it ? Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891391#3891391
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891391
--
anonymous wrote : Not referenced? and what is this than?
...yeah, I was too much fosused on the parameters ;)
Ok - thanks - I'll give it a try and eventually come back to bother you with
more questions ;)
Cheers,
Tomasz
View the original post :
http://www.jboss.org/index.html?module=bb&op=vie
You could specify the context + path explicitly in jboss.xml. Have a look at
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891387#3891387
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891387
--
1 - 100 of 110 matches
Mail list logo