[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Could not store message: 127 msg=90 hard NOT_STORED PERS

2005-07-13 Thread genman
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

[JBoss-user] [Advanced Documentation] - JMS Configuration JBoss 4.0.x

2005-07-13 Thread reflex2java
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

[JBoss-user] [JBoss Portal] - Re: examples

2005-07-13 Thread brp
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

[JBoss-user] [JBoss Portal] - Re: examples

2005-07-13 Thread brp
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)

[JBoss-user] [Beginners Corner] - Upgrading from 2.4.4 to 4.0.x - JDBC connections

2005-07-13 Thread dcarraher
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

[JBoss-user] [JBossWS] - JBOSS4.0.2 EJB endpoint Web Service Problem

2005-07-13 Thread henry_lo88
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

[JBoss-user] [JBoss.NET] - Re: JBOSS4.0.2 EJB endpoint Web Service Problem

2005-07-13 Thread henry_lo88
=== 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:/

[JBoss-user] [JBoss.NET] - JBOSS4.0.2 EJB endpoint Web Service Problem

2005-07-13 Thread henry_lo88
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

[JBoss-user] [JBoss Portal] - Login Filter

2005-07-13 Thread hond
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

[JBoss-user] [JBossWS] - Writing clients to use BASIC/CONFIDENTIAL endpoints

2005-07-13 Thread bsheward
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

[JBoss-user] [Installation & Configuration] - Re: JMX Web Page Login

2005-07-13 Thread gandalf_el_gris
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 --

[JBoss-user] [JBossWS] - Re: java.lang.ClassCastException: org.jboss.axis.message.RPC

2005-07-13 Thread bsheward
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

[JBoss-user] [JBossWS] - How can I get the username when using BASIC auth-method

2005-07-13 Thread bsheward
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

[JBoss-user] [EJB/JBoss] - Re: local class incompatible: JBoss class!

2005-07-13 Thread platinumdragon
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

[JBoss-user] [EJB/JBoss] - local class incompatible: JBoss class!

2005-07-13 Thread platinumdragon
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

[JBoss-user] [Management, JMX/JBoss] - Commas not allowed in the Scheduler arguments

2005-07-13 Thread apinto
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

[JBoss-user] [Beginners Corner] - Nullpointer Exception during deploy

2005-07-13 Thread Crusadah
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

[JBoss-user] [EJB/JBoss] - Re: java.sql.SQLException: ORA-00904: invalid column name

2005-07-13 Thread bbbrotg
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

[JBoss-user] [Persistence & CMP/JBoss] - Re: NullPointerException thrown on cmp bean deployment

2005-07-13 Thread Crusadah
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 ---

[JBoss-user] [JBoss Portal] - Re: examples

2005-07-13 Thread mholzner
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

[JBoss-user] [Javassist user questions] - Re: Register 1 in a java.lang.VerifyError

2005-07-13 Thread mpresley
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 =

[JBoss-user] [JBoss Portal] - Re: Setting up a my-yahoo kind of layout

2005-07-13 Thread mholzner
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 ---

[JBoss-user] [JBoss Portal] - Re: Is JBP2 recommended for use in production systems?

2005-07-13 Thread vahcic
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 -

[JBoss-user] [JBoss Portal] - Re: examples

2005-07-13 Thread vahcic
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

[JBoss-user] [Javassist user questions] - Register 1 in a java.lang.VerifyError

2005-07-13 Thread mpresley
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

[JBoss-user] [JBoss Portal] - Setting up a my-yahoo kind of layout

2005-07-13 Thread ngriffin7a
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

[JBoss-user] [JBossCache] - TreeCacheAOP and CacheLoader

2005-07-13 Thread gregorypierce
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

[JBoss-user] [Installation & Configuration] - Re: Retries exceeded, couldn't reconnect to 192.168.0.190:35

2005-07-13 Thread geaitani
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

[JBoss-user] [JBossWS] - Re: StackOverflowError when accessing WS

2005-07-13 Thread adammeghji
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.

[JBoss-user] [EJB/JBoss] - Re: java.sql.SQLException: ORA-00904: invalid column name

2005-07-13 Thread schmidts
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

[JBoss-user] [Management, JMX/JBoss] - Re: Scheduler Issue on AS4.0.3RC1?

2005-07-13 Thread CasaDelNorte
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

[JBoss-user] [Beginners Corner] - Datasource Updates

2005-07-13 Thread CDyho
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

[JBoss-user] [JBoss Portal] - Re: Admin CMS Portlet, upload file error

2005-07-13 Thread javatwo
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:

[JBoss-user] [Installation & Configuration] - Re: Retries exceeded, couldn't reconnect to 192.168.0.190:35

2005-07-13 Thread geaitani
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 ---

[JBoss-user] [Installation & Configuration] - Retries exceeded, couldn't reconnect to 192.168.0.190:3528

2005-07-13 Thread geaitani
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:

[JBoss-user] [JBoss Portal] - Failed portal service Hibernate error

2005-07-13 Thread rilgenfr
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 -

[JBoss-user] [Management, JMX/JBoss] - Troubles when mbean invokes method of a secured local ejb

2005-07-13 Thread anton_popov
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

[JBoss-user] [JNDI/Naming/Network] - Re: comp not bound error

2005-07-13 Thread jamesohearn
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

[JBoss-user] [EJB/JBoss] - Re: java.sql.SQLException: ORA-00904: invalid column name

2005-07-13 Thread bbbrotg
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-

[JBoss-user] [Installation & Configuration] - Re: problems during compilation of Duke's Bank App

2005-07-13 Thread psiquetp
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 -

[JBoss-user] [JBossCache] - Re: TreeCache configuration TCP or UDP

2005-07-13 Thread ruchiahuja10
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

[JBoss-user] [Beginners Corner] - Re: EJB3Trail.ear fails on 4.0.3RC1

2005-07-13 Thread normann
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

[JBoss-user] [Beginners Corner] - Method to kill HttpSession (besides invalidate() )

2005-07-13 Thread jpsabadini
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

[JBoss-user] [Beginners Corner] - Re: How do I get http://localhost/web-console working?

2005-07-13 Thread darranl
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

[JBoss-user] [JBossCache] - Re: TreeCache configuration TCP or UDP

2005-07-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [JBossCache] - Re: TreeCache configuration TCP or UDP

2005-07-13 Thread [EMAIL PROTECTED]
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 --

[JBoss-user] [JBossCache] - Re: poor man's cache invalidation solution?

2005-07-13 Thread wynne_b
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

[JBoss-user] [Beginners Corner] - Re: How do I get http://localhost/web-console working?

2005-07-13 Thread joschan273
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

[JBoss-user] [JBossCache] - Re: poor man's cache invalidation solution?

2005-07-13 Thread wynne_b
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

[JBoss-user] [JNDI/Naming/Network] - JNDI over HTTPS

2005-07-13 Thread mmay
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

[JBoss-user] [Management, JMX/JBoss] - Re: how to access shared jar from SAR inside EAR?

2005-07-13 Thread anton_popov
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 -

[JBoss-user] [EJB/JBoss] - complex primary key

2005-07-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [JBossWS] - Axis getVersion webservice not working

2005-07-13 Thread princeofjboss
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

[JBoss-user] [JBossCache] - Re: TreeCache configuration TCP or UDP

2005-07-13 Thread ruchiahuja10
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#

[JBoss-user] [JBoss Portal] - Re: Is this correct? doEdit() redirects to default page inst

2005-07-13 Thread gruenewa
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

[JBoss-user] [JBoss Portal] - Re: Java Studio Creator JSF Portlets

2005-07-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [EJB/JBoss] - Re: java.sql.SQLException: ORA-00904: invalid column name

2005-07-13 Thread schrouf
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

[JBoss-user] [JBoss Portal] - Re: POST in jsr168 portlets

2005-07-13 Thread szimano
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

[JBoss-user] [JBoss Portal] - Re: Java Studio Creator JSF Portlets

2005-07-13 Thread mholzner
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

[JBoss-user] [JBoss Portal] - Re: Is this correct? doEdit() redirects to default page inst

2005-07-13 Thread mholzner
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

[JBoss-user] [JBoss Portal] - Re: Display other site contents in portlet window.

2005-07-13 Thread mholzner
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.

[JBoss-user] [Security & JAAS/JBoss] - Subject Returning Read-only

2005-07-13 Thread dblaisdell
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

[JBoss-user] [JBoss Portal] - Java Studio Creator JSF Portlets

2005-07-13 Thread Neil Griffin
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

[JBoss-user] [JBossCache] - Re: Clustered Transactional Replicated TreeCache with single

2005-07-13 Thread [EMAIL PROTECTED]
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 --

[JBoss-user] [Clustering/JBoss] - Re: Clustered HASingleton How-To

2005-07-13 Thread alendo
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

[JBoss-user] [Beginners Corner] - Re: How do I get http://localhost/web-console working?

2005-07-13 Thread darranl
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

[JBoss-user] [Clustering/JBoss] - Re: newbie looking for loadbalancing advice

2005-07-13 Thread darranl
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

[JBoss-user] [JBossCache] - Re: TreeCache configuration TCP or UDP

2005-07-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [Beginners Corner] - How do I get http://localhost/web-console working?

2005-07-13 Thread joschan273
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Could not store message: 127 msg=90 hard NOT_STORED PERS

2005-07-13 Thread krishnad2468
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

[JBoss-user] [Clustering/JBoss] - deploy-hasingleton and loader-repository's

2005-07-13 Thread pshrimpton
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

[JBoss-user] [JBossCache] - Re: poor man's cache invalidation solution?

2005-07-13 Thread wynne_b
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

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Cookie Issue with latest JBoss/TC Bundle

2005-07-13 Thread maumau61
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 -

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSP won't compile

2005-07-13 Thread chagen
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

[JBoss-user] [Clustering/JBoss] - Re: Windows NLB & Jboss 3.2.7 & JGroups Problem

2005-07-13 Thread wuSam
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

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSP won't compile

2005-07-13 Thread chagen
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=

[JBoss-user] [JBossCache] - Re: poor man's cache invalidation solution?

2005-07-13 Thread dnielben
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

[JBoss-user] [JBoss Portal] - Is this correct? doEdit() redirects to default page instead

2005-07-13 Thread gruenewa
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

[JBoss-user] [EJB/JBoss] - Re: JBoss doesn't deploy my EJB

2005-07-13 Thread velogon23
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBOSS 4.0.2 Messaging Problem

2005-07-13 Thread sampr_s
After the following code change it worked!. QueueConnectionFactory qcf = | (QueueConnectionFactory) context.lookup("ConnectionFactory"); from QueueConnectionFactory qcf = | (QueueConnectionFactory) context.lookup("java:/XA

[JBoss-user] [Installation & Configuration] - Re: Configuring PHP on Jboss ?????

2005-07-13 Thread jaiganesh
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 ---

[JBoss-user] [Management, JMX/JBoss] - Re: XMBean injection problem

2005-07-13 Thread adrian.bigland
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

[JBoss-user] [Installation & Configuration] - Classpath problem

2005-07-13 Thread aravind_de
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 | .

[JBoss-user] [Installation & Configuration] - Re: JMX Web Page Login

2005-07-13 Thread darranl
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

[JBoss-user] [JCA/JBoss] - Exception JCA=>EJB

2005-07-13 Thread aravind_de
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

[JBoss-user] How to display real SQL query generated by JBoss

2005-07-13 Thread Jiri Chaloupka
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

[JBoss-user] [Security & JAAS/JBoss] - Troubles when mben invokes method of a secured local ejb

2005-07-13 Thread anton_popov
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBOSS 4.0.2 Messaging Problem

2005-07-13 Thread sampr_s
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

[JBoss-user] [JBoss Portal] - Re: Display other site contents in portlet window.

2005-07-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [JBoss Portal] - Display other site contents in portlet window.

2005-07-13 Thread rahulrkg2001
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Catching onException() for MDBs

2005-07-13 Thread pjw
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

[JBoss-user] [JBossCache] - Re: Clustered Transactional Replicated TreeCache with single

2005-07-13 Thread binario
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 | |

[JBoss-user] [HTTPD, Servlets & JSP] - How to set session Variable?

2005-07-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [JBossCache] - Re: Clustered Transactional Replicated TreeCache with single

2005-07-13 Thread binario
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

[JBoss-user] [J2EE Design Patterns] - Re: Static Initialization at server startup

2005-07-13 Thread sgodden
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

[JBoss-user] [JBossCache] - TreeCache TCP configuration

2005-07-13 Thread ruchiahuja10
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

[JBoss-user] [JBoss Portal] - Is JBP2 recommended for use in production systems?

2005-07-13 Thread gruenewa
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?

[JBoss-user] [JNDI/Naming/Network] - Re: set IP for JDNI properties at start up

2005-07-13 Thread kostaboss
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

[JBoss-user] [JBossWS] - Re: could not find deserializer for type

2005-07-13 Thread fpitschi
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

[JBoss-user] [Installation & Configuration] - Re: JMX Web Page Login

2005-07-13 Thread jpremji
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   2   >