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
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
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
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
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
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
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 :
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
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
-
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
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
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=
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)
|
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
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
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
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
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
--
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
19 matches
Mail list logo