[JBoss-user] [JBossCache] - Re: jboss cache memory and files

2005-04-16 Thread dannyb23
Thanks... I need to implement a cache mechanism for big files like images, sounds, videos, mails (generaly a cache for a mailstore) i would like to know will jboss-cache be suitable for that purpose? when i have a cluster would there be much traffic between the nodes because of the size of the

[JBoss-user] [JBossWS] - How to effectively send large Strings over SOAP

2005-04-16 Thread dhaval_shah_m
I have to provide a Jboss web service which returns documents. The clients are standalone java apps that use JWSDP/JAXRPC stack to DII into the JBoss WS. Basically I have to return large strings and can be in several MBytes in size. What is the most effective way of returning such Strings? Not

[JBoss-user] [JBossWS] - Re: problem with custom type mapping

2005-04-16 Thread dhaval_shah_m
It turns out that I was using JBOSS 4.0.1 RC1 which somehow mangles the returns. Using JBOSS 4.0.1 SP1 solved the problem of passing beans across the wire - yes even to a standalone client However, adding beans within beans did not work. Raised the same error. The workaround was to xmlencode th

[JBoss-user] [JBossWS] - Re: Returning a complex type

2005-04-16 Thread dhaval_shah_m
Are you able to pass beans containing beans? That is if the person bean contains say an address bean? I am not able to do that. I was using JBOSS 4.0.1 SP1 currently and it does not seem to work. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874186#3874186

[JBoss-user] [JBoss Portal] - Re: HelloWorld Example problem

2005-04-16 Thread [EMAIL PROTECTED]
If you redownloaded helloworld.war.zip, the problem should be gone. You know you downloaded the right archive, when you see a new file called "helloworld-pages.xml". The old one had a "hello-pages.xml". There is also an additional "jboss-app.xml" file in the archive that wasn't there before. Vi

[JBoss-user] [Security & JAAS/JBoss] - Packaging login-config.xml in a SAR?

2005-04-16 Thread lhoriman
Hi. I have a custom login module that authenticates against an EJB. I would like to package my login-config.xml snippet along with my deployed application so that I don't need to modify config files on every jboss instance I deploy to. At the end of section 8.4.7.2 "A Custom LoginModule Exampl

[JBoss-user] [JCA/JBoss] - Re: JBOSS 4 JNDI problem !!!

2005-04-16 Thread piratepete
I would look in the source where the name is applied to the context. I would expect that you could set it there. But, the default is java:/ and it's just a name that's all. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874180#3874180 Reply to the post :

[JBoss-user] [Security & JAAS/JBoss] - Re: Client EJB under RMI+SSL

2005-04-16 Thread golubec
Hi, i'm also looking for such decision like rmi over ssl and can only suggest that there must be certificat changing mechanis. May be details can be get from JSSE manuals at java.sun.com. At jboss4guide this package is represented for ssl support. View the original post : http://www.jboss.org

[JBoss-user] [JBoss.NET] - Re: Where is the axis source?

2005-04-16 Thread hfuhruhurr
I'm seeing this too - did you work out was the problem was? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874178#3874178 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874178 -

[JBoss-user] [Performance Tuning] - Re: Severe (almost unbelievable) caching performance problem

2005-04-16 Thread [EMAIL PROTECTED]
What JBoss version are you using? This feature http://www.jboss.org/wiki/Wiki.jsp?page=CMPCleanReadAheadOnLoad was added specifically to fix what you complain about. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874177#3874177 Reply to the post : http://ww

[JBoss-user] [EJB/JBoss] - EJB and mysql

2005-04-16 Thread jherrero
Hi everybody Something is wrong in my JBOSS server. I've developed a program that uses a mySQL database as follows: public class C1Bean implements SessionBean { . public int activate(){ try { Class.forName("com.mysql.jdbc.Driver").newInstance(); } catch (Exception

[JBoss-user] [Installation & Configuration] - jboss-4.0.1sp1.zip startup errors

2005-04-16 Thread cehjohnson
The above file is not corrupt, but it does not seem to install JBoss correctly, and the web server does not run. See log at: server.log View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874173#3874173 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [Nukes User] - Getting rid of jmx's

2005-04-16 Thread cnovara
Didn't you notice this in you server.log ? ERROR [org.jboss.nukes.system.JDBCPersistenceManager] Cannot sync attribute | org.jboss.nukes.utils.ConversionException: A property editor has not been found for type java.util.Map | at org.jboss.nukes.utils.Tools.findEditor(Tools.java:777) |

[JBoss-user] [Messaging, JMS & JBossMQ] - subscribe to WebLogic Topic

2005-04-16 Thread narasigr
Did anybody tried to subscribe to a remote weblogic topic? We are trying to deploy a MDB on JBoss 4.0 , which subscribed to a remote weblogic topic. We have included wlclient.jar in the ejb classpath. While deploying MDB, it throws an error "Invalid NameSpace" from the orb invalidName excep

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

2005-04-16 Thread yoge_babu
I tried to connect to JBoss MBeanServer through http-invoker.sar I followed the steps given in http://docs.jboss.org/jbossas/admindevel326/html/ch3.chapter.html#d0e7813 Below code gets JNDI reference String host = "yogendrav"; int port = 8443; Properties jndiprops = new Properties(); Strin

[JBoss-user] [EJB/JBoss] - DeploymentException: Generation only supported with single P

2005-04-16 Thread ousie
I have a serious issue on hand: I get the "Generation only supported with single PK field" exception when deploying on a table which definitely only has one primary key field. I do have the "" in the "defaults" section of my jbosscmp-jdbc.xml file. When I take this out I don't have the deploy

[JBoss-user] [Persistence & CMP/JBoss] - Why the multiple sql select for findByPrimaryKey JBoss 4.01

2005-04-16 Thread askesis
Why does JBoss generate multiple select statements (see log below) for a single findByPrimaryKey finder? As I suspected that it is had something to do with the read-ahead-strategy I have tried to use the XDoclet tag @jboss.read-ahead strategy = "none" but that did not change anything TIA J

[JBoss-user] [JBoss Portal] - Re: HelloWorld Example problem

2005-04-16 Thread ddanaro
But I have to download JBossPortal or HelloWorld.war ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874164#3874164 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874164 --

[JBoss-user] [Installation & Configuration] - configure remote jboss with myeclipseide

2005-04-16 Thread champion
hello I am using myeclipse ide and I try to run jboss on a remote server. J did it and jboss start. but when I want reach it by http the server seem not running. my question is, how should I configure jboss to get it works well? for sur when I start it on the remote server it works but I can