Hi Nirav Pandya,
so you are trying to lookup a QueueConnectionFactory in the scope of SSB.
Possibly you missed to declare the QueueConnectionFactory as an external
resource.
We are using XDoclet/EJBDoclet for that.
So in the related SSB i have :
For QueueConnectionFactory:
* @ejb.resource-
Hello, Has anyone resolved this yet??? Any suggestions
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900541#3900541
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900541
-
In one of the earlier posts, it was mentioned that "Starting from jboss-4.0.3
we will have doc/lit parameter wrapping. So you would
be able to use the same SEI for rpc/lit and doc/lit". But I could not get it
to work.
I have a very simple web service that works with "rpc/lit". Then I used JW
If creating an XML element is too big of a pain and you just want to substitute
in a couple user-defined parameters into an otherwise static JGroups
configuration, you might consider using an old fashioned JGroups configuration
string and passing it to TreeCache.setClusterProperties(). If you l
Hi!
My app is downloadable. People can install into any number of enterprise or
personal environments. I bundle Tomcat, MySql drivers, etc. When you start it
up there's a wizard that allows you to configure your system. In this context,
even things that are generally configured statically m
I read jBossPortal User Guide.
I was told to config a portal-*-ds.xml file, and put corresponding JDBC driver
at server/default/lib folder.
I have below questions:
1. what is the naming rule for portal-*-ds.xml. Can I replace * with any string?
2. how can I change portal database to MS sql server
If it helps, I'm getting an identical error message. I have a EJB/Hibernate
application which runs fine under 4.0.2, but deploying it to 4.0.3 isn't
working. The first moment my app tries to do a beginTransaction() call I get
the same error:
Caused by: org.hibernate.TransactionException: Could
I am asking the experts and the community to share the "best practice" views on
the following architecture: standalone application (JVM) uses web services
(soap) for communication with the JBoss server side application, using J2EE or
JSE web services endpoints.
I have had my bit of experience
Thanks for the reply Adrian, I've found the cause of the CNFE. Basically rar
deployment file of the embeded rar (-ds.xml) was residing outside the ear. When
I moved it inside ear CNFE was resolved - make sense I supposed :)
However, I still have some strange issue with isolated classloader - i.
I just read an article on CNET here
http://news.com.com/JBoss+denies+running+a+trademark+monopoly/2100-7344_3-5893015.html?tag=nefd.top
that quotes Sacha Labourey as saying "When Fleury later started JBoss, Oberg
was no longer involved." This isn't consistent with my memory. I first
started w
We are currently Using Jboss 3.0.0 , deployed and launched the portals
successfully on a Unix enviroment. I am facing a strage problem and for every
10 days the site is going down and a directory page displays on the Home Page.
I have to stop and start Jboss to bring up the site. I would greatl
Hi
I am testing datasources with jboss-4.0.2.
I created a sybase-ds.xml under deploy directory and datasource got bound
properly on jndi.
When I moved the ds.xml into a directory from server/${type}/deploy to another
directory say "C:/test"
(added the directory file:/C:/test in jboss-service.x
above message is incomplete
This is the interface
Element[] function(Element[] element)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900514#3900514
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900514
---
Can any one help me create wsdl and JAX-RPC mapping files and make them work in
jboss4.0.1sp1. I tried different approaches.In every attempt ,jboss throws an
error saying that cannot deserialize an unexpected child.
If anybody can provide samples of those files.That will be great.
Thank you
Vi
Can any one help me create wsdl and JAX-RPC mapping files and make them work in
jboss4.0.1sp1. I tried different approaches.In every attempt ,jboss throws an
error saying that cannot deserialize an unexpected child.
If anybody can provide samples of those files.That will be great.
Thank you
Vi
Thanks tha worked.
Can I not deploy a zip file???
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900511#3900511
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900511
--
1.) Make sure your portlet extends javax.portlet.GenericPortlet
2.) Try setting the response content type before dispatching
3.) you might want to get rid of the encodeURL call
I simply use
| response.setContentType("text/html");
| PortletRequestDispatcher dispatcher =
this.getPortletContex
My browse finally returns an error message:
503 Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance
downtime or capacity problems. Please try again later.
Apache/2.0.54 (Unix) mod_jk/1.2.14 Server at localhost Port 80.
Did I miss something w
Trying to install to evaluate.
Running ant-1.6.5 / jboss-3.2.5 / jbpm-3.0.1
Following the Installation instruction to the letter.
Following error received:
Target 'configure.jboss.3.2.3+' does not exist in this project
Anyone suggest where it is I'm going wrong.
Please someone reply, even tho
I deployed my ejb3 program in JBoss-4.0.3RC1.
It ran well with Hypersonic. But when I changed the datasource to MySQL, there
is something wrong. The tables have been created successfully in MySQL. The
problem is when JBoss insert new records automatically into these tables. The
program throws
I am following the document UsingMod_jk1.2WithJBoss to connect jboss with
apache server.
I did exactly what the instuction told, but after I click
http://localhost/web-console, the browse is stalked there as if it trys to get
information get very slow. Please give me some suggestion. thanks.
Vi
Try extracting the war file from the zip file and deploy that.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900499#3900499
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900499
--
Still no answer after almost three years?;-)
At the moment I have exactly the same problem. How can I pass the credentials
from a clientside login via the Krb5LoginModule to jboss to access an EJB?
Cheers
Jochen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
Hi,
I am running jboss-4.0.3RC2 on Linux, JDK 1.5.0_04. Just try to show the help
info.
1) If I use PortletContext portletContext = getPortletContext(); I got null
pointer exception, so I have to use session.getPortletContext();
2) I am expecting the doHelp() will show the helpPage.jsp content,
Hi,
Thanks for your answer. I am copying to war file de server/default/deploy I am
using Java Creator Studio and I was missing standard.jar and jstl.jar inside:
default\deploy\jbossweb-tomcat50.sar. Now I have at least an error but I can
fix that.
What is still suprising to me is that the wa
I guess the question is why do you want to use the programmatic API? Are you
doing something that requires dynamic cache creation on the fly? If not, I
might rethink part of my approach...
Specifically, it seems to me that for the JGroups configuration (what the
setClusterConfig method pertai
Am new to JBOSS
Have just install (ie unzipped) JBoss 4.0.3 and am running jdk1.5.0_05 on winxp
JBoss Bootstrap Environment
JBOSS_HOME: C:\JavaHome\JBoss\jboss-4.0.3
JAVA: C:\JavaHome\Java\jdk1.5.0_05\bin\java
JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m
CLASSPATH: C:\JavaHome\J
After importing in ECLIPSE 3.1 + JBoss IDE plugins the hello world example the
error in subject field is displayed.
Outside ECLIPSE the application seems to run just fine.
Thanks in advance for any suggestions.
portlet.xml
===
http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd";
xmln
I have a question regarding the proper place to put my Helper class.
If I have a Helper class with all static methods, does it make sense to leave
it in the .war file (WEB-INF/classes), or to convert it into a ejb3 bean and
place it in the ejb deployment directory?
I'm guessing there's less ove
http://www.samspublishing.com/articles/article.asp?p=28281&seqNum=5&rl=1
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900483#3900483
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900483
Why would I get an error for a ClassLoader not found for the Axis
ArraySerializerFactory class when I can clearly see it in the axis-ws4ee.jar
file? I'm really stupmed on how to get a String[] passed as a parameter on a
webservice and this is the latest. Has anyone ever gotten a String[] passed
Instead of using an xml file to configure my cache:
| cache = new TreeCacheAop();
| PropertyConfigurator config = new PropertyConfigurator();
| config.configure(cache, "replSync-service.xml");
| cache.start();
|
I'd like to use the API, more like this:
| cache = new TreeCacheAop(
The latest from CVS does indeed fix the JBossAS service dependancy problems. I
am now able to boot our configuration with optimistic locking enabled. So far I
have the following things to note:
1) If optimistic locking is enabled on a cacheloader enabled cache access to
that cache becomes painf
I'm getting a NoClassLoaders found error for
org.apache.axis.encoding.ser.ArraySerializerFactory. When I place axis.jar into
jboss\lib\endorsed this goes away but then another appears for
javax.xml.rpc.SerializerFactory and then that leads to another once I resolve
that. Where should JBoss be f
OK!
The datasource is working ok! I can access DB throw a JSP page.
The problem is when i want access DB throw the session bean.
My META-INF has jboss.xml:
|
|
|
|
|
| My2
| My2
|
| jdbc/MSSQLDS
| java:/MSSQLDS
|
Hi.
I am having a problem with the hot deploy. When I touch the applicaion.xml
file in the myapp.ear directory(I use exploded deplyment) , the jboss start to
re-deploy the application. But at sometime I get an exception. The reason for
the exception is that Someclass.class.getResourceAsStream(
I?ve looked a bit further into this, without solving the problem, but this
information might cause others to respond:
When I deploy the exact same application on 4.0.3RC2, I don?t get these errors.
I can se that the org.jboss.security.SecurityAssociation has been changed,
adding the attribute S
Hi,
I've got an SLSB that acts as a web service client. It accesses the web service
over HTTPS. I set the path and password to the truststore in the following
system propeties javax.net.ssl.trustStore and javax.net.ssl.trustStorePassword.
This works fine when the application runs in JBoss 4.0.2
Sorry, I forgot to comment that I'm using TreeCache not TreeCacheAOP, with
JBossCache-1.2.4_beta version.
Best Regards.
Jose Angel Chico
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900466#3900466
Reply to the post :
http://www.jboss.com/index.html?mod
Hello everybody.
I have a little doubt. I have defined the following region:
region name="/test"
maxNodes=3
timeToLiveSeconds=0
I have no CacheLoader.
So I suppose that if I insert nodes A, B, C, and D in region "/test", the node
A will be evicted (LRU) and the cache will have nodes B, C and D
Hi,
Does anyone know how to send a message to queue in Clustered JMS queue?
Please tell me if anyone have any example.
I think there should be minor changes to change the hajms-examples.sar.zip
example to make it to send a message to queue rather to a Topic.
Thanks & Regards,
Umesh
View the or
Does anyone from Jboss care to answer to this question pls. I am facing this
problem in Production servers. And if the problem continues we are
contemplating on moving to another application servers.
Thanks
Srinivas
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
Where did you put the jboss-aop.xml file in your Tomcat structure? I've tried
it in /META-INF/ and in /WEB-INF/classes/ but both places I get the exact same
errors you're seeing. I'm on Tomcat 5.0.28. Thanks, Joe
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
What does the jndi.properties look like now?
What does your code look like that is failing?
How do you construct the initial context?
Have you packaged any jndi.properties files within your deployment?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900454#39
Please post your code.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900450#3900450
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900450
---
This SF.Net email is s
Is it possible to change default JNDI name("ConnectionFactory") for
Topic(Query)ConnectionFactory?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900448#3900448
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900448
-
Hello guys,
I am rather new to Jboss. Right now I am working on porting an existing J2EE
application from Websphere 5.1 AS to JBoss 4.0.2.
The application has a session bean which contains some methods that are exposed
as webservices.
Session Bean is called : ResourceReportingBean.java
inter
"pkelly22" wrote : We have a group of External users (outside our Firewall,
using our proxy to access) that are having performance issues with Quality
Center (TestDirector) and we need to know if JBOSS can be configured in such a
way to give them greater access and/or to increase the performance
We have a group of External users (outside our Firewall, using our proxy to
access) that are having performance issues with Quality Center (TestDirector)
and we need to know if JBOSS can be configured in such a way to give them
greater access and/or to increase the performance.
We currently u
I think your XML is invalid but as you have not wrapped it in [ code ][ /code ]
tags without the spaces it is difficult to give you any constructive feedback.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900441#3900441
Reply to the post :
http://www.jboss
anonymous wrote :
| I have just installed JBoss 4.0.3.
|
| I made two copies of the all configuration and called them node1 and node2.
|
| In the file {jboss.home}/server/node?/conf/jboss-service.xml for both nodes
I have uncommented the service binding MBean.
|
I don't see a ser
Hello,
If I set a request attribute in processAction() on ActionRequest which extends
PortletRequest, I find that it is not available during render() on the
RenderRequest which also extends PortletRequest. I have reviewed the JSR spec
and quoted relevant sections below. From my review, it se
I have solved the problem. One column in my table is named with count. Count is
not a reserved word in EJB-QL, but it is reserved in SQL, and I have used it
many many times before. After 14 years experience with SQL I fall into this
simple trap.
View the original post :
http://www.jboss.com/in
Thanks for the reply.
Maybe I just don't understand how it works. I thought that TreeCache was being
used as the second-level cache which updates nodes on a cluster on a per object
basis instead of a per field basis. If you are using a cluster with a large
number of nodes with a large number o
Hi All,
I have a problem with a scheduled tasked. The tasked is executed but with a
delay of 2 hours which is exactly the diffrence between UTC and our local time
. the user.timzone is set to 'Switzerland/Zurich'.
the sever date is also OK.
Where do I have to set the Timezone for scheduled tas
ok,
i edited the conf/jndi.properties but doesn't matter because it generate
nothing better. I think my problem is with the tomcat call to jboss where it
try to use 1099, whereas during deployment it seems to use 1199.
thanx
View the original post :
http://www.jboss.com/index.html?module=bb&op=
Hi i am trying to migrate the server configuration from jboss 3.0.8 to jboss
4.0.2, i am using LocalTxConnectionManager in jboss 3.0.8 where as i didnt find
the corresponding class in the jboss 4.0.2 . when i start the server then it is
giving me the error
18:07:39,531 ERROR [MainDeployer] co
"[EMAIL PROTECTED]" wrote : 1. you can join multiple clustering partition
|
| 2. you can HAPartition to issue distributed rpc call to retrieve info.
|
| -Ben
I don't want to join the partition, possibly i need only to know informations
about it without being member of it.
-L
View the
Must be a configuration problem on my end. I'll give it another try
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900428#3900428
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900428
-
I suppose, there is no error in the EJB-QL, because I have tried the query
"SELECT OBJECT(p) FROM RecipePos AS p WHERE p.color = '999'", and if there is
no record with the color 999, the finder-method doesn't throw an exception. But
when I create one record with color 999, the finder-method brea
I have just installed JBoss 4.0.3.
I made two copies of the all configuration and called them node1 and node2.
In the file {jboss.home}/server/node?/conf/jboss-service.xml for both nodes I
have uncommented the service binding MBean.
Node 1 is set to use the ports-01 configuration.
Node 2 is se
Hi rsTropi
Thanks
after doing all the thing when server start there is no error.
At the time of lookup factory it gives me error. in a special case. case like
this. my master node and another node both are up and when request goes on
another node it gives this error.
11:57:26,078 ERROR [Log
Hi,
I am using Jboss 4.0.2 and developing form based login system. All
configuration seems to be ok, but result is HTTP 408 error. When I look in to
the log file, then I see following:
11.10.2005 09:32:02 Security checking request POST /louis/j_security_check
| 11.10.2005 09:32:02 Security ch
I experience the same.
On our own Windows Server 2003 : same performances on a simple DOS "startJBoss"
and on service under JavaService.exe
On the Windows Server 2003 of one of our client : Javaservice gives
performances 3 times slower than DOS simple run (on the same computer).
I checked with JV
Hi !
Is there a documentation or turorial about the window states 'minimized' and
'maximized' ?
How do I put these states into my portlets ?
How to write the xml and layout files ?
Any samples ?
thanx a lot,
sessa
View the original post :
http://www.jboss.com/index.html?module=bb&op=view
I have found an eclipse plugin to develop portlet at
http://prdownloads.sourceforge.net/plutoeclipse/org.eclipsefan.pluto.ui_1.0.0.zip?download.
But it is not for jBoss portal, I must define some xml files which are
specific for jBoss. Can I find a jBoss portlet plugin? thanks.
View the origina
help me!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900404#3900404
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900404
---
This SF.Net email is sponsored by:
No, it is not necessary to use TreeCacheAop under Hibernate. The reason being
that Hibernate is arelady mapping the object into fields.
What do you mean by not very robust?
-Ben
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900397#3900397
Reply to the post
:(
HELPP
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900402#3900402
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900402
---
This SF.Net email is sponsor
I found the reason.
delete jdt compiler and copy ant.jar, tools.jar to tomcat.sar/conf
set compiler to 1.5 in default web.xml
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900396#3900396
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
Hai
I need help regarding JSF and web services in JBoss.
I am using JBoss 4.0.1RC2 with myeclipse IDE and JSF 1.1.
When I tried to deploy JSF application I am getting ActionListener not found exception. I have the req. jar's for JSF. But it's showing the above exception. This application is w
"ikester" wrote : JBoss can do what ever they want, of course, but I just think
this is, purposely or not, an unethical approach. Definitely missleading. You
can take it as advice or whatever you choose to.
... but you have to be very carefull if you want to use jboss on your website:
http://ww
"trebiani" wrote : (here a german ariticle:
http://www.heise.de/newsticker/meldung/64762)
what's happening to the company "Brockhaus"?
http://www.theserverside.com/news/thread.tss?thread_id=36995
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900390#3900390
Hi!
I'm a J2EE Developer/Consulter and i was allways happy if it was possible to
use JBoss as the J2EE app server. Now i'm reading that JBoss is trying to get
rid of "unwanted" competitors (here a german ariticle:
http://www.heise.de/newsticker/meldung/64762)
JBoss was one of the Masterpieces
hi
i have a problem with a webapp running on jboss 4.0
when i try to log into the protected area of the web app sometimes i get the
following exception:
2005-10-07 13:34:51,303 [TP-Processor12] INFO WebappClassLoader - Illegal
access: this web application instance has been stopped already. Co
Hi all,
I have very interesting problem - some piece of source works over stand alone
application with no problems but when I put this source in JBoss WAR file
project there is a Exception.The source is :
public void validate() throws Exception{
final String JAXP_SCHEMA_LANGUAGE =
"h
76 matches
Mail list logo