why no people solve upon problem?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901444#3901444
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901444
---
This SF.Ne
Hi,
I'm pretty new to J2EE world. I'm using JBossWS and able to make them work and
now I'm trying to secure them.
This post is 2 folds.
1. I'm trying out 1 design whereby utilizing the SOAP header and I'm having
problem.
2. I like the guru out there to suggest another better and simpler
These area INFORMIX database related locking problems, not JBoss XA problems.
Your "could not position within table" error might be related to the database
isolation level.
Maybe a datasource entry of set isolation to dirty
read will solve this issue. But be aware, that INFORMIX XA
jdbc dri
Hi All,
Does JBoss 4.0.2 have default support for XSLT, if not how to configure. Are
there any jars which need to be added on to the lib or any chages which need to
be done to any of the config xmls.
Thks in advance
View the original post :
http://www.jboss.com/index.html?module=bb&op=view
Hi,
I've set up Apache to load balance across two JBoss instances using mod_jk. I'm
running Apache and one JBoss instance on one machine, and another JBoss
instance on the 2nd machine. Load balancing happens, but under load-test with
Grinder, I start getting java.net.Bind exception on the clien
Hi. I have tried to deploy a JSF application into JBoss and I get a
java.lang.NullPointerException. But when I deploy it in Tomcat, it works fine.
I have the latest versions of both. Here is the error message.
java.lang.NullPointerException
|
javax.faces.webapp.UIComponentTag.setupResponseWr
Anyone got a clue on this?
I'm still having trouble tracking the cause of this as no errors/exceptions are
being thrown.
I was thinking that perhaps this might have something to do with the JBossMQ
MessageCache as described here:
[url]http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigMessageCache
Hi,
what do you do with entity beans in jboss cache (distributed cache on a
cluster)? do you cache them at all? and if you cache them (i think you do)and
they get updated, do you invalidate or replicate the data on the caches (in
other words: do you still use the invalidation framework to inval
I have two CMP entities, which are mapped to a mysql schema:
1.Entity:
@Table
Order.java
2. Entity:
@Table
OrderItem.java
The Order Entity has a field with a @OneToMany Realtion.
I am trying to use the jboss - ejb3.0- cascade delete function, to delete the
orderItems, when an order object
Just a follow-up:
It seems the issue is not critical, at least I can say that persistent messages
are still there after a restart of JBoss AS.
Anyway, I have switched to MySQL now, works fine without problems.
Torsten
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewt
Hi, All,
Where can I get jbossj2ee-src.zip for JBoss 3.2.x? I found the one for 4.0.x
just fine, but I need the one for 3.2.x (preferably 3.2.6). 2 things I have
tried:
1) Going to URLs referenced in earlier threads. The file for JBoss 3.2.x is
either not there or the URL is invalid.
2) Do
When I appended "AS TR_TABLE" to the statement, JBoss just hung on startup.
Actually the query just hung.
This may be related to this MySQL bug:
http://bugs.mysql.com/bug.php?id=8726
I had MySQL 4.1.10a and just updated to 4.1.13, now the statement executes
normal.
And of course JBoss now also
Is there a way to define a datasource in the EAR file?
I would like to be able to add my-ds.xml and database-jdbc.jar to the EAR file
so that the application is complete in itself (save for the actual datase setup
but that is on another server) rather than having to put these files outside of
t
JBoss is looking for an experienced development manager to help coordinate JEMS
integration milestones across multiple participating projects. The position
will be also responsible for bridging development with QA, professional
services, product management and sales organizations.
Required Skil
How do I know which ports jobss is running ?
our jobss envirionment running in clustered environment, how do I know which
ports it is running or which Ip address it is running...
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901412#3901412
Reply t
What OS and JDK are you using? How did you install JBoss (installer or archive)?
Torsten
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901411#3901411
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901411
---
Hi
I am starting now with the EJB and I have the same problem that you have. Have
you solved this problem? can you tell how to find the Packaging Configuration
using Eclipse IDE for JBoss?
my email adress [EMAIL PROTECTED]
Thanks.
View the original post :
http://www.jboss.com/index.html?mod
Hi,
have you tried to deploy your ear exploded. Then you could keep your file(s) in
your folder structure and JBoss will redeploy your application every time you
change the files.
Cheers
//Anders
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901409#39014
Hi,
implement javax.xml.rpc.server.ServiceLifecycle interface.
public class SubmitSMSImpl implements ServiceLifecycle
| {
|
| protected javax.xml.rpc.server.ServletEndpointContext ctx:
|
| public void init(Object context){
| ctx = context;
| }
|
|
it would be cool to have also a test case based on the testing framework for
portlets that is present in the portlet module, would this be too much overhead
for you to look at this ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901406#3901406
Reply to the
Hello Phillipe,
prefs for a non authenticated user cannot be persisted because the user does
not have an id.
it could be possible to develop a preferences based on a cookie id that would
be stored in the client though. It could even be possible to store the prefs in
a client cookie, I have jus
see:
http://jira.jboss.com/jira/browse/JBWS-450
and
http://jboss.com/index.html?module=bb&op=viewtopic&t=70709
//Anders
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901403#3901403
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
I had an existing installation of Eclipse 3.0. I followed the steps in the link
to JBoss IDE article (link pasted below) to install the Jboss plugin.
Link: http://www.devx.com/opensource/Article/20242
I followed the steps for adding the shortcuts and configured the server.
My problem is that when
Dear fellow JBoss users
I?m testing to deploy an application on a server running JBoss 4.03. The server
also runs Apache 2.0.54 and forwards .jsp and servlet requests to JBoss using
JkMount in the httpd.conf file of Apache.
My question concerns the recommended practice when it comes to handling
http://wiki.jboss.org/wiki/Wiki.jsp?page=FAQJBossJCA
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901398#3901398
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901398
Hello,
I'am using XA Transaction with Oracle 9i via a 10g jdbc driver with JBoss 4.0.3
and Hibernate 3.0.5. Sometimes I get the following message:
[JBossManagedConnectionPool] Destroying connection that could not be
successfully matched: [EMAIL PROTECTED] [EMAIL PROTECTED] handles=0
lastUse=112
Hello,
I have enabled TCP/IP connections for the Hypersonic database following the
"Getting started" guide. I disabled the "localDB" MBean and changed the
dependency accordingly.
It all went fine, there are no errors on startup and shutdown, and I can
connect with both the DatabaseManager in t
Hi,
I have just downloaded jboss 4.0.3 and started it up with default config.
However when I try to access any of the deployed applications I get this error:
2005-10-16 12:00:02,421 DEBUG [org.jboss.cache.eviction.LRUAlgorithm]
processing the node events in region: Regions--- fqn: /_default_/ m
tanks for the answer...i havent yet test your solution...what exactly do u mean
with change state ? my flow is this:
1. portlet doView method send yout to one jsp file with one form in it.
2. when the user submit, processAction is called.
3. now from the processAction i whant to get prameter
29 matches
Mail list logo