What if the download is a 700MB CDROM image? I like being able to organize my
downloads without creating BLOBs in the database. Perhaps both a "simple" interface
and an "advanced" interface?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846522#3846522
Reply
The downloads module is a cool addition to Nukes. However, the Add Download fields
will be too confusing for most end users. What would be nice is a Browse button to
search for files from your hard drive and an Upload File button. An example of this
is located in the Manage html module when a
There is no way to do this that I know of. There is no way to unload a native library
in java so that it can be reloaded.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846520#3846520
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
You probably put the wrong DTD in jbosscmp-jdbc.xml
I don't remember the details.
Make sure you have
http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd";>
(or its 3_0 equivalent).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846519#3846519
Reply to the po
You can add a client side interceptor that obtains the client ip from the client host
and adds it to the ejb request. There is an example of a interceptor pair for
encryption in the testsuite. Look at the org.jboss.test.security.interceptors package
in the testsuite module and go from there.
Vi
Try posting the full ejb-jar.xml in a [ code ] ... [/ code ] block to preserve its
formatting. You could have a problem with a security-role-ref mapping.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846517#3846517
Reply to the post :
http://www.jboss.org/i
Any component in the ejb server trying to access a secured ejb has to use the same
procedure for establishing the security context of the call just as an external client
does. Read the JAAS Howto in the forum and look at the unsecured servlet example which
calls a secured ejb.
View the original
The release candidate nukes-installer.war fails for mysql because there are semicolons
at the end of the mysql commands in the /WEB-INF/setup/mysql.xml file. It gives the
error
java.sql.SQLException: Syntax error or access violation, message from server: "You
have an error in your SQL syntax
Try reading the LdapLoginModule section in the free docs in chapter 8. Unless your
roles are stored in a schema format that is compatible with the LdapLoginModule
expectation, it won't be able to retrieve the roles.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic
Read the JAAS Howto in this forum. The credentials have to be provided the same as any
other ejb client. Propagation of the web container credentials requires non-standard
integration with the tomcat web container via a valve.
View the original post :
http://www.jboss.org/index.html?module=bb&o
Read the JAAS Howto in this forum. There is authentication of the caller which is what
the UsersRolesLoginModule does, and there is integration with the ejb invocation layer
to propagate the caller identity which is what the ClientLoginModule does.
View the original post :
http://www.jboss.org/
Please describe your problem fully, and also describe how you have installed JBoss,
where have you installed it, what is JAVA_HOME set to.
I have just started JBoss 3.2.5 on Windows and the Database Manager starts without any
problems so it must relate to something different in our setups.
Ragn
What are you trying to achieve, why are you trying to avoid the update mechanism
provided to you?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846427#3846427
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846427
--
JBoss Advanced Training
USA
San Francisco, September 13-16
Atlanta, September 27-30
Denver, October 4-7
Los Angeles, October 11-14
Austin, October 25-28
Reston, November 15-18
Atlanta, December 6-9
Europe
London, September 6-9
Stockholm, September 27-30
Frankfurt, October 11-14
Rome, Novemb
A JDK
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846431#3846431
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846431
---
This SF.Net email is sponsored by BEA W
All,
Looking back over some prior posts on this forum I found an answer that works with
Tomcat 4.1 (not 5.0). Setting "UseJBossWebLoader" = false in the Tomcat sar
jboss-service.xml makes everything work! I have a feeling that I'll have to upgrade
Struts to work with Tomcat 5.0 (per their speci
Hi,
I'm trying to upgrade an old JBoss 3.0.4 application to 3.2.5. Unfortunately, it
appears that the integrated Tomcat 5.0 throws the following exception, probably
because we are running old stuff (Jsp 1.1, Struts 1.0):
java.lang.NullPointerException
org.apache.jasper.runtime.TagHandle
This does not explain how the valueForPropertyFromDomainWithLocale call is used. There
is no reason I can see that an active web session should affect what value is being
returned from this method unless its somehow triggering caching behavior at the
ResourceBundle level. You'll have to debug wh
Chen,
Sorry so late to repsond. I'm now getting the same error in a different situation.
But I have another couple of questions for you.
1. What version of Jboss ?
2. You're not using a jboss-app.xml file correct? I don't see it in your post. I'm
thinking that the classpath entries in you
How do I make the Disable HTML in this post and Notify me when a reply is posted
options selected by default?
How do I edit the default(server) timezone?
How do I appoint a moderator for a forum?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846502#3846502
Hi,
I am using JBoss 3.2.5 w/Tomcat 5.0.26. I enabled SSO for a group of web
applications. I would like to have a logout page where I can logout and force
subsequent access to any one of the applications to go to the login page. Is this
possible?
Thanks,
--
Rick
View the original post :
Hello,
I am new to JBoss security and I am trying to get the UsersRolesLoginModule module to
work for my application.
I have a simple JSP instanciating a simple session ejb and calling one method.
Here is the jsp:
| <%@ page import ="javax.ejb.*" %>
| <%@ page import ="javax.namin
Hi, I found the solution...
Edit /etc/profile and restart your session, after your UTF8 enconding won't affect you
jboss conf.
# Environment Variables for IFX
LC_ALL=UTF-8
LC_CTYPE=UTF-8
LANG=UTF-8
OUTPUT_CHARSET=UTF-8
LESSCHARSET='UTF-8'
export LC_ALL LC_CTYPE LANG OUTPUT_CHARSET LESSCHARSET LA
hi!
Real simple question where is the best place to put my xml for filtering Log4j
output ??
thanks
jim
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846498#3846498
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
I included the jar file which contains the session bean in question in the WEB-INF/lib
directory, but I am still encountering this problem. I'm not sure exactly why this
ClassCastException is happening, but I found a post where the exact same problem was
encountered with Inprise app server and
Rene,
Did you ever get an answer to this question? I am having the same error.
I am trying to setup MySQL to use with Jboss. My CMP was able to create the tables in
the DB but when I try to create a row in the table it failed with the same exception.
please help.
kiet
View the original post
No matter what I try. I am using JBoss 3.0.8 on WinXP (for development) and jaws.xml
must be deployed or I get many errors. It seems to totally ignore jbosscmp-jdbc.xml.
The errors are the same whether I have neither jaws.xml nor jbosscmp-jdbc.xml as it is
if I only include jbosscmp-jdbc.xml.
Hi,
I am currently doing an academic project and is wondering if i am able to deploy Nukes
in the Sun App Server 8.0 by means of a migration tool? Or is there any other way?
I am currently very new with J2EE so please pardon me if i am not able to grasp the
concepts well.
Thanks
View the orig
Hi,
I hava configured my jboss with sonicMQ 5.1 as JMS provider.
When i deploy the sonicmq sample application i am getting the following error.I see my
connection in the sonicmq console but i am getting the following error at the
deployment time.
*
I'm successfully using JNI, but when I redeploy my war, I get a "Native Library
jboss-3.2.3/bin/libCalculateNetVolume.so already loaded in another classloader"
exception. I have my shared library in my $JBOSS_HOME/bin directory and I set
"JAVA_OPTS: -Djava.library.path=bin". I'm loading the lib
jboss/linux versions: Jboss 3.2.1 on Mandrake linux 2.4.21-199-default
I'd be grateful if anyone can give me any clues what to check. When a Struts Action
class attempts to lookup a Session bean, it gets a ClassCastException. I don't
understand how - jboss.jar and ejb-jar.xml look good, and th
The DTD says
|
|
|
and
|
|
|
Do I interpret it correctly that page-size is only for read-ahead and overrided
fetch-size?
Now that the defaults section in standardjbosscmp-jdbc.xml always defines a read-ahead
with a page-size of 200 (?), what is fetch-size then?
View the
Hi all,
I am trying to deploy a java application on Jboss-3.2.5 with oracle
database. I am getting this error, when i try to test the page that is trying to
connect to the database. I am not a java professional, mainly a database architect.
This is a adhoc requirement. I will list bel
Hi, they see below the definition of my MBean that implements the interface
org.jboss.varia.scheduler.Schedulable on file jboss-service.xml:
true
br.com.valoriza.alertas.mbean.AlertasStockScreener
NOW
6
-1
Through the "JMX MBean View" I can modify the propertie
Scott,
Bug(?) submitted:
https://sourceforge.net/tracker/index.php?func=detail&aid=1017714&group_id=22866&atid=376685
In atach there is a tar file (splitted) with a test case.
Regards,
Pedro Salazar
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846479#38464
This feature has been there since 3.2.3.
Also %%n is replaced by a counter.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846478#3846478
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846478
-
%%t is internally used to substitute for the table name in the
sql-command of post-table-create.
Is %%t something reserved by oracle?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846477#3846477
Reply to the post :
http://www.jboss.org/index.html?module=bb&
I am trying to deploy a *-ds.xml file which is created on the fly by a servlet. So in
my jboss-service.xml, I am deploying a url like
http://localhost:8080/dbinfocreator/sybase-ds.xml. I notice that if I do this, even
though a call is made to the servlet when jboss server starts, the JNDI bindin
Topic MBean
NEWTOPIC-SERVICE.XML
---
jboss.mq:service=DestinationManager
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846474#3846474
Reply to the post :
http://www.jboss.org/index.html?mod
Hi, Im having trouble deploying a simple mdb listening on a topic. Here are the
relevant files - thanks in advance for help.
EJB-JAR.xml
-
http://java.sun.com/dtd/ejb-jar_2_0.dtd";>
LinkPublisherMDB
com.crisys.sf.framework.link.LinkPublisherMDB
Here is the stack trace and topic MBean
NEWTOPIC-SERVICE.XML
---
jboss.mq:service=DestinationManager
STACK TRACE
---
11:44:56,609 INFO [MessageDrivenInstancePool] Started
11:44:56,609 INFO [MessageDrivenContaine
Sorry, incorrect information: you set the invalidation mode in the InvalidationManager
MBean; it is called "AsynchronousInvalidation". By default it is *asynchronous* not
synchronous.
Bela
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846469#3846469
Reply
To display meaningful names you need to provide the approriate mbean descriptions to
the deployed mbeans. This is best done using the jboss model mbean implementation,
XMBeans.
The othe changes require modifying the simple jsp pages that make up the jmx-console.
View the original post :
http:/
Hi,
i'm stuck with following cluster failover issue for couple of days, please help. Any
idea or comment will be great.
Contex:
- I have 2 jboss node cluster with two web applications (app1.war, app2.war).
- I am using Apache/Mod_jk to loadbalance request among nodes(Tomcat/JBoss) for both
aplic
Hi, I am starting up the jboss server with
anonymous wrote : JAVA_OPTS=%JAVA_OPTS% -Xmx512m -Dfile.encoding=UTF8
-Duser.timezone=GMT
Checking boot.log i get (as i want):
DEBUG [ServerInfo] user.timezone: GMT
| DEBUG [ServerInfo] file.encoding: UTF8
|
| But when I made something li
Hi All,
We have added a service in JBoss and wanted to change the labels so that names are
more meaningful in the JMX Console. Instead of displaying ÃÂarg0ÃÂ, we want to
change the names so that the JMX Console looked nicer and was easier to understand.
Also, does anyone know if it is possibl
Perfect!!!
Thanx a lot!
Simone
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846465#3846465
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846465
---
This SF.Net
1. If you want to use the InvalidationManager directly, all invalidateXXX() calls have
a 'async' boolean parameter.
2. If you use the EntityBeanCacheBatchInvalidatorInterceptor, then all invalidations
are synchronous by default (a.k.a hard-coded).
Bela
View the original post :
http://www.jbos
So for entity EJB cache invalidation events, how do I make it asychronous? I see for
the HTTP Session cache how to do it (in tomcat's config), and for the stateful session
EJB cache (with the settings in jboss-web.xml), but can't find anywhere how to make
the entity EJB cache invalidation events
I ahave used an iterator and remove() and also the removeAll() method. The finder
method simply doesnt get it. seems like the removing takes place after the method
finishes. but before the method finishes, the finder method is called.
I am using commit B option and also no transactions. Very we
Does somebody know how to propagate credentials from Tomcat to JBoss. I even specify
that we are going to use tagish lib for get OS credentials but how then pass these
credentials to JBoss?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846450#3846450
Reply
I tried to use security-domain in datasource and in fact needed to find workarounds
for problems.
First problem was I constantly got JBossResourceException("No matching credentials in
Subject!"). Source code says that Subject is tested against connection properties but
the same code show that t
Yes I know, but I want to secure every app with different security ressources...
For exemple :
jBoss -> dc=myJBoss,dc=org
myEAR1 -> dc=myEar1,dc=com
myEAR2 -> dc=myEar2,dc=com
...
I want that JAAS parameters appeared into each single app ( in application.xml for
example ) because there not shared
Posted: Sat Mar 6, 2004 15:04 PM
Post subject: Re: deployment slow on 3.2.3 - how to disable mbean xml.vali
In the performance tuning forum.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846447#3846447
Reply to the post :
http://www.jboss.org/index.htm
Can you provide a link , or what to patch. For development it seems silly to wait for
xml schema parsing
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846446#3846446
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38464
We do not use the InitialContext as the means for obtaining the username and password.
Read the JAAS Howto in this forum.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846445#3846445
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
The deployment scoping is not ignored. We have a test for overriding the log4j version
to that of the version in the deployment using this technique so it does work. Create
a bug report on sourceforge with an example war illustrating what is not working for
you.
http://sourceforge.net/tracker/?
Hi Scott,
I had tried also to set the attribute java2ParentDelegation to false, but then i
encountered the following issue:
15:36:19,767 ERROR [Context] Error reading tld listeners
javax.servlet.ServletException: Exception processing TLD at resource path
/WEB-INF/extensions.tld in context /Tra
Thanks,
This should hold me over until the release comes out then I can remove the
false code.
Chad
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846441#3846441
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846441
"darranl" wrote :
| Ragnhild, don't waste peoples time by posting 'Me Too' posts.
Unfortunately, people that ask for help often forget to post the solution to the
problem if they find it themselves. That way most of the postings in this kind of
forums are questions without answers.
No need t
Why it will be that I obtain to make deploy of mine ejbs in one schemes with
windows2000, jboss-3.2.3 and when I catch this exactly archive I do not obtain to make
deploy in mine notebook with windows200 + jboss-3.2.3.
This error:
Error in ejb-jar.xml, in method-permission: An unchecked element
Shall I file a bug report?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846437#3846437
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846437
---
SF.Net email is sp
Now since i have set the flags Java2ClassLoadingCompliance and UseJBossWebLoader to
false in the jboss-service.xml file of jbossweb-tomcat50.sar, i am faced to the
following problem:
15:04:32,380 ERROR [BaseModelMBean] Exception invoking method addChild
javax.xml.parsers.FactoryConfigurationErr
Hi,
The application works fine under jboss 2.2.2 and tomcat 3.3.1. Now i tried to take the
application to jboss 3.2.5 with integrated Tomcat 5.0.26, j2sdk1.4.2_05 and put the
ear file under the directory deploy of JBoss but something goes wrong:
- The ear file is deployed !
- I have in the
java2ParentDelegation must be false to load from the war before the parent.
|
|
|app.TracerTrac:loader=TracerTrac.war
|
java2ParentDelegation=false
|
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846435#3846435
Re
You have to do a JAAS login to establish the identity. jboss does not use the
InitialContext as the mechanism for obtaining the security context. Read the JAAS
Howto in this forum.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846434#3846434
Reply to the po
Hello,
I'm authenticating users against an ActiveDirectory server using the LdapLoginModule
and this seems to be working nicely. Given a correct username and password the
appropriate principal can be retrieved from the SessionContext of my bean. (for
debugging only of course)
However, I've had
Put the jar to be downloaded relative to the pages of your app, don't hide it under
WEB-INF
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846429#3846429
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846429
How sure are you that your Suse setup is perfect?
Also don't try and describe exceptions, just post the full exception with stack trace.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846426#3846426
Reply to the post :
http://www.jboss.org/index.html?module=
"dfoulser" wrote :
| This did not seem to affect run-time performance, but then we pre-compile all JSPs
rather than compiling on the fly. You could try pre-compiling JSPs to see if
performance improves.
The problem is on servlets not jsps..
I think the problem is the cache doesnt work.
Hi,
Is there any way I can retrieve the port of the tomcat running with JBoss via JMX?
Thanks.
Cheers,
Karthi
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846423#3846423
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&
We observed heavy CPU use on startup of 3.2.4 compared to 2.4.x due to some XML schema
validation that was re-reading and parsing the schema.
This added a couple minutes to startup time on 2 GHz processor with 1 GB RAM. Stark
advised me to patch my copy to remove this validation.
But we had t
Now I have another problem:
Please advise what to do
07:57:28,218 INFO [XYZPartition] Initializing
| 07:57:28,363 INFO [UDP] unicast sockets will use interface 140.343.15.22
| 07:57:28,375 INFO [UDP] socket information:
| local_addr=jbsprde22:33066 (additional data: 16 bytes),
mcast_ad
What would happend when we try to get the ejb object from jboss when it is out of
resources?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846418#3846418
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846418
---
Hi, newbeewan,
take a look at chapter 8 of the free doco, that you'll find at Services >
Documentation. It seems that you want to secure your webapps through JAAS? In short
you may define different realms for your apps in
$JBOSS_HOME/server/default/conf/login-config.xml and then define these as
Hi,
I'm looking for a possibility to configure each jboss app with it security context.
Te reason is that my jboss/tomcat serve several web sites and each one's got it
security context into an ldap directory ( common root dse and a subtree for each web
site ) I can't make a global model for secur
I'm very new to jboss and I'm still reading documentation.
It is critical for my application that my stateful session bean knows the client ip.
From what I have read until now it seems that this is not possible in a direct way
(feature request incoming...).
That said, if I'm right about the dire
Kamel,
I think you are facing the same problem as I do. I didn't have any luck configure the
class loading politic through jboss-web.xml (or jboss-app.xml) even when the unique
domain for the class loading is created.
The only way I could manage to work is changing the configurations in jboss's
HI All,
I secured the RmiAdaptor using the Wiki Documnet and while tryiong to invoke any
operations using the RMIAdaptor handle i am getting the exception that is listed below.
Any help regarding this is mot welcome.
java.lang.RuntimeException: java.lang.SecurityException: Failed to authenti
Hi,
Can anybody give the dependency package list required for deploying
jboss-3.2.5.tar on Redhat linux (AS) 3.0.
thanks in advance
regards,
Praveen
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846410#3846410
Reply to the post :
http://www.jboss.o
Try out this URL
http://prdownloads.sourceforge.net/jboss/
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846409#3846409
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846409
-
Hi,
Currently we are using jboss-3.2.3.tar for our project requirement, but we lost
the package for some reasons . We need to install the same package and try to deploy
our project again.
can anyboy help in this regard.
send me the url where I can downlaod the reqd package.
thanks
Forget the afterthought about the uidAttributeId's value which must be set to the
user's full DN. This is of cource only true if matchOnUserDN is set to true.
Still I wonder why authorization fails.
Regards,
Olaf Bergner
View the original post :
http://www.jboss.org/index.html?module=bb&op=vi
I have to authenticate and authorize users against the following LDAP schema:
| o=myCorp,c=DE ---
| |
| ---> ou=Users,... ---
| |
|
Hi there
I'm currently working on a notification framework for healthcare systems, which means
that every single workstation in combination with a user, shall have a DurableTopic
listener. This means a whole lot DurableTopics subscribers with unique names.
I'm currently thinking about the arc
I would like to isolate my war deployment respecting to the classic servlet 2.3 class
loading model (load the classes from the child scope first: WEB-INF/class +
WEB-INF/lib first, then load the classes from the parent scope).
Here is my jboss-web.xml:
app.TracerTrac:loader=Trac
Yes, you can make this asynchronous, depending on what you use. E.g. in HTTP session
clustering you can switch from "instant" replication to "interval" replication.
For the TCP-based config, check out jgroups.org -> User's Guide for an example
Bela
View the original post :
http://www.jboss.org
I'm using JBoss 3.2.5.
I have an entity bean with 3 cmp fields:
- Long id
- Serializable value
- String description
And one of the finders methods signature is:
java.util.Collection findByIdAndValue(Long anId, Serializable aValue)
throws javax.ejb.FinderException,java.rmi.RemoteException;
defi
Forgot to mention the platform: Mac OS X 10.3.5 running on dual 2 GHz G5 with 1.5 GB
RAM
Collegues of mine are running on Windows XP (SP1) and are not having this problem.
The db is mysql 4.0.16 and is running on the same machine.
View the original post :
http://www.jboss.org/index.html?module
I am experiencing this problem to. My app is using 40 entity beans of which 38 are
using entity caching strategy A, the others are using B.
The ones that are using the A-caching strategy also have read-only attributes for
their getters.
The NullPointerException occurs randomly for any of the 38
I have the same problem, have you forund a solution?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846395#3846395
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846395
"[EMAIL PROTECTED]" wrote : I do agree it is impossible to help somebody that doesn't
give ANY
| useful information. This usually shows a lack of a understanding of the problem.
See... this is what I am saying... not only jboss is slow "by default" but support
always gives grumpy answers... wh
I am having trouble with deploying my applet in a war files. And
getting the client to recieve the necessary classes for my interface.
And stop these class not found exceptions.
I can get the applet html page to locate a single class file
if they are located in the root directory in the war file
For example:
1) I've started JBoss
2) I've recompiled and rebuild a Jar (let's call it A.jar): I've seen JBoss
re-deploing A.jar, correctly.
3) I've start my application: I get this error:
09:41:07,437 ERROR [LogInterceptor] Unexpected Error:
java.lang.IllegalAccessError: tried to access class A
Thanks.
There was a fault in my web.xml file. Apparently 3.2.4 was less strict about that.
Joachim
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846392#3846392
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846392
Running JBoss2.3.5 I get this error from useBean in a JSP. The dom4j.jar file has been
deployed in my WAR file and is in both:
~/jboss/jboss-3.2.5/server/default/lib
and
~/jboss/jboss3.2.5/server/default/tmp/deploy/tmp14084OrgLoad.war/WEB-INF/lib
Any ideas?
View the original post :
http://ww
96 matches
Mail list logo