Yes, please go there to add in the faq.
http://wiki.jboss.org/wiki/Wiki.jsp?page=ClusteringFAQ
Thanks in advance,
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885645#3885645
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
As the name suggests MBeans are to manage beans..
So if u want to monitor the application written in JAVA u can write
manged beans, for that.
Where as EJB is more about encapsulating about business logic.
I hope this helps.
Vishal.
View the original post :
http://www.jboss.org/index.html?mo
If i understood right,
then take out the reference of yr appender from the root logger, as every
logger inherits from root logger.
Also it wll be good to set additivity flag to false.
|
|
anonymous wrote :
| Note on appender additivity - The output of a log statement of some logger
L
i am planning to deploy my application to a remote jboss server. currently
using eclipse. i am able to deploy the ear file to localhost, but now need to
deploy remotely
anyone can help on what are the methods/steps to deploy an ear file remotely
from eclipse?
TIA
View the original post :
htt
We are in the proocess of doing this exercise very soon (beginning of next
month) , using SUSE 9.0 on that. So might publsih results fot that here and on
my blog as well.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885638#3885638
Reply to the post :
Yr detailed answer lies here.
[url]http://www.amitysolutions.com.au/documents/XDocletChange-technote.pdf
[/url]
This has been answered before on the mailing list.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885637#3885637
Reply to the post :
http://www.j
Hello,
I experienced a portlet behaviour that appeared somehow confusing to me. A test
portlet I implemented had always the title "null", whatever I configured as
portlet-info / title in the portlet.xml. Now i figured out that it depends on
the fact I didn't implement the doView() method but on
what shud be the dirctory structure of our working folder if we dont want to
include classes folder in ***.jar file.
current work directory structure is
Newtest(root)
-->project1
-- /public_html/*.jsp and web-inf
what shud be the dirctory structure of our working folder if we dont want to
include classes folder in ***.jar file.
current work directory structure is
Newtest(root)
-->project1
/public_html/*.jsp and web-inf
--->project
The locking granularity is the *node*, so if you only have 1 node (e.g.
/myRoot), then different threads will lock on /myRoot. Of course, if you only
have 1 threads, that doesn't matter
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885631#3885631
Reply to t
Hi all. I want to generate reports automatically.For that i am using jboss
AS scheduling (JMX timer) Service.But i want to pass schedule arguments
dynamically rather than placing it in xml.can any one guide me how to
pass those arguments from ui to xml.
mahesh adepu
iic technologies
View the orig
Hi all. I want to generate reports automatically.For that i am using jboss
AS scheduling (JMX timer) Service.But i want to pass schedule arguments
dynamically rather than placing it in xml.can any one guide me how to
pass those arguments from ui to xml.
mahesh adepu
iic technologies
View the orig
Can you file a bug on jira.jboss.org ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885627#3885627
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885627
---
SF.Net
Hi all. I want to generate reports automatically.For that i am using jboss
AS scheduling (JMX timer) Service.But i want to pass schedule arguments
dynamically rather than placing it in xml.can any one guide me how to
pass those arguments from ui to xml.
mahesh
View the original post :
http://www
You can set a scheduled delivery time on the message.
http://docs.jboss.org/jbossas/admindevel326/html/ch6.chapt.html
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885625#3885625
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode
There is a method on the jboss.mq:service=DestinationManager to
programmatically create a queue.
I think your problem was, though the MBean was created, the attributes (like
destination manager, etc.) were not set and "start" was not called.
View the original post :
http://www.jboss.org/index
sadfasdffd
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885623#3885623
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885623
---
SF.Net email is sponsored by: Disc
javax.management.InstanceNotFoundException: com.relevant:name
=E3Settings is not registered.
Perhaps it was not deployed at this time?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885622#3885622
Reply to the post :
http://www.jboss.org/index.html?module=bb
Thanks a lot. Off to coding :D
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885621#3885621
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885621
---
SF.Net email i
There is a tool called "jode" which is 100% Java. This might work well enough,
though it may not be able to handle modified .class files.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885620#3885620
Reply to the post :
http://www.jboss.org/index.html?modul
Hibernate seems to be pretty good about saving/loading object trees to disk.
There are restrictions on what your "DTO" can look like though.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885618#3885618
Reply to the post :
http://www.jboss.org/index.html?mod
Sounds reasonable. J2EE allows you to wait for messages in your SFSB.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885617#3885617
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885617
--
1. JBoss has hot-deployment. No, it's not that difficult to set up. The nice
thing is typically your application does not need to change per vendor,
although the conf. task is different.
2. JBoss's hot deployment works fairly well if you can properly package and
isolate classes. .ear files are
A JMX MBean sounds perfect. You can bind them into JNDI if you like.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885615#3885615
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885615
Sounds like you want an MBean. MBeans/JMX have not much to do with SNMP.
JBoss services are built around a JMX architecture.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885614#3885614
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=pos
Get the java:/JmsXA connection factory from JNDI (which will be a
javax.jms.ConnectionFactory) and use that. Connections returned are pooled.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885613#3885613
Reply to the post :
http://www.jboss.org/index.html?
This might be better for 4.0:
http://wiki.jboss.org/wiki/Wiki.jsp?page=HowToConfigureMDBsToSubscribeToATopic
It should work for Queues as well.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885612#3885612
Reply to the post :
http://www.jboss.org/index.html
If the message is not for a particular XA transaction, it is null.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885611#3885611
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885611
-
There was supposedly a C# client out there. But, IMHO, the easiest way to
integrate would be through web services (SOAP) or plain HTTP.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885610#3885610
Reply to the post :
http://www.jboss.org/index.html?module=
I meant to post ... add a
jboss.mq.destination:service=Queue,name=XX
but the JBoss forum ate the XML.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885609#3885609
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885609
Thanks a bunch. I should have RTFM first.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885608#3885608
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885608
---
S
o i c...
well i am not using xdoclet.. my jbosscmp-jdbc.xml is manually created by me :(
could u kindly paste a sample jbosscmp-jdbc.xml for me...
Thanks for all ur help.
Thanks and Regards.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885607#3885607
Repl
anonymous wrote : I want my MDBs to share a single instance of the datasource.
It does, if you're getting it from JNDI. They're the same object.
Note that since connections from the datasources are pooled, even if you have
multiple datasource member variables, your application may only need one
If you want a monitor to log for you, you can add a custom alert listener that
saves to the DB. Possibly just using the ConsoleAlertListener and log4j, you
can log each alert to a file. Log4j also has DB logging.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic
xdoclet , maybe eclipse
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885604#3885604
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885604
---
SF.Net email is spons
Hi,
I have a question regarding MDBs accessing a datasource. Since application
servers create a pool of MDBs that will consume messages, how should the
datasource be retrieved efficiently?
| public class MDB implements MessageDrivenBean, MessageListener
| {
| private MessageDrivenCon
PM? Serialization is used by JMS at least.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885602#3885602
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885602
---
S
JBoss version? Also, what's your server.xml conf. like for the thread pooling?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885601#3885601
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885601
Hi Julien,
Thanks for reply.
In the portlet spec 1.0, PLT.17 User Information and PLT.D User Information
attribute names. Are they intended for User information to be customizable. The
attribute names include
user.business-info. ...
These attribute names may be for business users.
Does the U
Yeah, I'm using the FileCacheLoader, unshared. So how do I get the stuff to be
deleted from there when it expires?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885584#3885584
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=rep
figured it out.
the values for QueueFactoryRef and TopicFactoryRef in remote-jms-ds.xml have a
java:/ before them. this was causing jboss to use the JVMServerIL instead of
the UILServerIL and the value for java.naming.provider.url.
View the original post :
http://www.jboss.org/index.html?modu
I have written a web app and placed it in the $JBOSS_HOME/default/deploy
directory. I am not sure how to access the web app after I place it in the
deploy directory. I have been using tomcat as my webserver and I am somewhat
new to jboss. So if anyone can help me let me know
-nyhockeyfan199
"[EMAIL PROTECTED]" wrote : the way to integrate fully with user/group is to
reimplement the UserModule and RoleModule.
Hi, Julien
This is true? I am trying to implement my own UserModule and RoleModule. But
would you mind confirm this? Are there any other classes/interfaces involved?
Regards
Anyone using JBoss Portal seriously such as commercial web site? UserPortlet is
a big limitation, and user/roles based default page too, ie. after a user's
login, which page to go? For example, Job hunting web site, job seekers and
companies have different account info. Any help appreciated.
Vi
Have you read Section 3.2 of the Javassist tutorial?
It would help you understand the problem.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885590#3885590
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885590
--
OK, that's good to know. So is there any benefit in making a deep tree like I
am doing, or should I put all 25 objects on one node? Which is better, and
why?
M.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885589#3885589
Reply to the post :
http://ww
Such a tool should be great but the implementation
would not be a simple task. First of all, decompiling
Java bytecode to appropriate source code is not always
possible (well, might be possible but difficult). Even
reflecting changes on bytecode to the original source file is
not easy since some
Your sample code seems weird. At least, the first line:
CtClass cc = pool.makeClass("ClassA");
should be:
CtClass cc = pool.get("ClassA");
since makeClass() creates a new empty copy of ClassA.
Can you post a real test program? If the behavior
you observed is real, it is a bug.
View the orig
I was trying to change a password for a DataSource 'DefaultDS' in the
hsqldb-ds.xml file. After I change the password from default "" to something
meaningfull, I get a lot of errors during the start-up. Here is the top-level
error:
2005-07-18 17:14:33,664 WARN
[org.jboss.resource.connectionma
after login you go on the page the user wanted to see :
for instance user is on page /abc
he clicks on /auth/def which requires authentication
he is diverted to the auth page
he authenticates
then he goes on page /auth/def
jboss portal use the servlet container authentication to proceed to login.
Hi,
Deploying my application i receive the following error:
javax.management.InstanceAlreadyExistsException:
jboss.j2ee:service=EARDeployment,url='app.ear' already registered.
If i do a complete shut down, i can deploy it when restarting.
Just deleting the file and deploy it again, while the s
My IT group ran a security scan on the Windows XP server where I have JBoss
3.2.3 installed running a simple web application. The result was a warning
saying the Apache Web server ServerToken has not been set in the Apache HTTP
Server. The remedy said "Set the ServerToken to limit the amount of
Thanks darranl for your quick reply.
It has been posted with a new topic
"Problem in porting of Swing/ jboss app from Jboss-3.2.2 to JBoss-4.0.2".
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885566#3885566
Reply to the post :
http://www.jboss.org/index
ok, i change the following:
now:
| WiseSessionBean
| WiseSessionHomeLocal
|
i had it just the other way round...
also i added this to the jboss-web.xml
|
| WiseSessionBean
| WiseSessionHomeLocal
| WiseSessionBean
|
|
deployment works, but when i run the a
Can I develop my own UserPortlet using JBoss AS Login model? where is the
difficulty? different types of accounts need to have different info. Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885573#3885573
Reply to the post :
http://www.jboss.org/index
Perhaps this is a basic question, and perhaps I just need a "Well, duh..."
answer, but I haven't found another topic on this..
Under what circumstances would I want to write a JBoss service (MBeans) instead
of an EJB application?
Thanks,
Mike
View the original post :
http://www.jboss.org/inde
Hi All
I am trying to port an application from jboss3.2.2 to jboss4.0.2
but the Swing client can't get access to jboss AS-4.0.2 but it works fine with
3.2.2. It seems a JNDI problem...
If anybody has got any idea please let me know
Thanks
View the original post :
http://www.jboss.org/inde
I have implemented a simple MBean and tested it using the JMX Console but I get
an error when I try to execute any method programatically from my ejb session.
The error is
[STDOUT] java.lang.reflect.UndeclaredThrowableException
| 18:39:36,931 INFO [STDOUT] at $Proxy57.getDbDriver(Unknown
There seems to be a nice (reference) implementation of the java content
repository spec (JSR 170) Any change of the portal supporting this spec for
CMS/DMS? It seems to be important for the company I work for if they want to
start using a product
View the original post :
http://www.jboss.org/
Hi Guys,
I am new to jboss portlet.I installed successfully jboss forum portlet.Its
working fine but I need register and login modules also.Do you have any example
portlets where I can plug in my discussion portal.
Asif Shariff
View the original post :
http://www.jboss.org/index.html?module=b
Hi,
I was curious as to if we can integrate the JBoss portal platform with existing
LDAP to get user information.
Thanks,
Sandeep
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885560#3885560
Reply to the post :
http://www.jboss.org/index.html?module=bb&o
I created a connector to external resources through socket. I am not sure how
to setup the socket timeout (socket.setSoTimeout) in the configuration file. I
saw both blocking-timeout-millis and idle-timeut-minutes, but none of them seem
to be the socket timeout.
Any help is highly appreciated!
the .jar and .war are both contained in the same ear file.
Any ideas how to solve this?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885553#3885553
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885553
Hello all,
I am new to JBoss and am having problems with EJBs currently. So hopefully this
is the right forum for me to ask my Q.
I am trying to deploy J2EE 1.4 Tutorial's Duke banks Application on JBOSS 4.0
I am using RHEL 4 WS as my OS
I have configured Oracle 9i as the DB and overidden the
I have JBoss fronted by Apache with SSL support but can't find any information
on encrypting the data between Apache and JBoss/Tomcat using ajp13. Is there
any support for this in the ajp13 protocol?
All the docs I see about securing JBoss point to direct connections to the
server or just the S
How Can I deploy POJO in Jboss which I can access using JNDI context lookup.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885548#3885548
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885548
Did you ever resolve this problem? I am having the same problem and would be
very interested in any solution.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885545#3885545
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
Deploying my application with JBoss 3.2.7 and Java 1.4.2 works just fine.
When i changed the VM to Java 5, i got the following error:
org.jboss.mx.util.MBeanProxyCreationException: Object name
jboss.cache:service=TreeCache not found:
javax.management.InstanceNotFoundException: jboss.cache:service
Should I usually be able to compile that code from the head or it's not checked
against compilation error? Tried latest one, but it cannot find
org.jboss.portal.server.invocation.AttachmentKey class.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885542#388
vignesh76, You have write access to the Wiki if you want to add some notes to
an appropriate page or FAQ.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885540#3885540
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885
No, I can't. If I have a default region, what is the default values for
maxNodes and timeToLiveSeconds? User will get a big surprise.
What I can do though is adding a checking for default region. If it is not
configured, I will throw a runtime exception. It has been checked in the code
and will
I search from root of JBoss-4.0.2 and find no file by name hibernate.properties
or any other (XML) file consisting of hibernate.session_factory_name property
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885532#3885532
Reply to the post :
http://www.jboss.
No, only the (key, value) pair gets replicated not the whole node.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885530#3885530
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885530
are you using cache loader? If you are, eviction only evict the in-memory copy.
You still have the data persisted.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885534#3885534
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
Hi there,
this may be a stupid post, but for the world of me, I can't figure out WHERE to
download the JbossWS?? I thought that it would be in jboss 4.0x, but no, it's
not there either -- the just seems to be the client -- I don't see the
wscompile command anywhere in the distribution...
Tha
Hi, I am sorry that it is not working out for you. Your suggestions are
valuable to me. How about you drop me an email (benwang at jboss dot com)? I
will work with you to see where the gaps are. I am sure this will benefit
others as well. I do have the plan to revamp the documentation in 1.2.4 r
Well, I've managed to (sort-of) resolve this problem...
I didn't actually figure out what the cause was, but by using an earlier
revision of my project, I managed to get things back-to-normal.
But, shouldn't JBoss (and/or related components) be able to provide some
friendlier, more meaningful e
Hope JBOSS could add a note about this in the clustering documentation and save
people from going through hell with this issue..
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885525#3885525
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=po
hi Hari,
In fact my problem was solved by placing jbossha.jar from server/all/lib to
server/default/lib. Wonder what was your problem. Clustering doc seems to have
missed out some small but important details.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=388
Well after several days I give. TreeCacheAOP is just impossible for me to get
set up given the information available so I'll have to overlook it for now.
Hopefully the feedback below will help update the documentation for the next
guy:
1) Documentation does a LOT of theory up front and never ta
Somewhere on your classpath you have a hibernate.properties file which
specifies a value for the 'hibernate.session_factory_name' property.
When using the HARDeployer you should endeavor not to use a
hibernate.properties file. That's what the MBean is for.
View the original post :
http://www.
I have picked in Eclipse UI from listed branches under branch called
JBoss_Portal_Branch_2_0 module called jboss-portal. What is wrong here?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885521#3885521
Reply to the post :
http://www.jboss.org/index.html?mod
Hi,
Dont know much about applicationContext.xml.
However, i see the entry
local/ConsumerManager
I guess, your bean is getting bound to the name: local/ConsumerManager
and your code is doing a lookup for ConsumerManager
Try doing a lookup on local/ConsumerManager
View the orig
I want to cache a lot of objects of the same type (currently 250,000, probably
approaching a million in a year or two). As I understand the way treecache
works, if there are any changes on a given node, the entire contents of the
node are replicated. If that's true, I probably need to distribute
You should have a look at: -
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885517#3885517
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
Hi,
When attempting remote invocation of a stateless session bean... I'm
getting the exception below. Has anyone seen this?
Thanks,
Sam
Exception in thread "main" java.lang.NoSuchMethodError:
org.jboss.aop.joinpoint.MethodInvocation.([Lorg/jboss/aop/
advice/Interceptor;JLjava/lang/reflec
Hi,
I am trying continously for a week to tie up Jboss and eclipse by using the
plugin Lomboz.
I installed Jboss 3.2.5
Eclipse 3.0
Lomboz 3.0.1
When i create the sample project, its giving an error saying
1. missi
Please help someone! I am still having this issue, and can not seem to resolve
this and I am running out of time to get the solution working...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885511#3885511
Reply to the post :
http://www.jboss.org/index.html?
Hi,
I've got basically the same problem on Ubuntu Linux 5.04 (Hoary). I was having
the problem with 4.0.1sp1, so I just installed 4.0.3RC1, and the problem
continues. I am using maven 1.0.2 to build.
I was not having the problem yesterday (albeit, I was having another problem).
I'm not exac
Folks!
I've been strugling for two days now, and I find no way of making this work:
A simple web-app with spring-beans. So far, all fine. Ok, so I want to add some
advices to some of my spring-beans. Trouble. Ok, I could use spring-aop, but I
really want to use Jboss-aop, wich I find much more c
Hi Thomas,
Thanks for the links. Will try to implement my own Configuration.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885506#3885506
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885506
--
Oops, I mean, this is the line that I added to my Ant build.xml file:
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885505#3885505
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885505
--
I had the same problem with the META-INF and WEB-INF names and couldn't find
any way to resolve it either, so I added the following line to my Ant build.xml
file:
This seemed to work just fine.
Barry
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885504#
This has been missing since the first 4.0 builds appeared. Does no one use it
or are we missing some part of the install?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885503#3885503
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&
Hi all!,
Here goes a new hint I found for this problem:
When I generate an exception on the client app (the one getting connected to
the clustered SLSB) I get this:
...
at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown Source)
at
org.jboss.invocation.jrmp.interfaces.JRMPInvo
This strange behaviour does not just happen with returned values, I also have
problems when passing parameters. Parameters which are arrays of objects work
fine, but parameters which are scalar objects fail.
For example, the following code fails:
| public void testObjectParam() throws E
The more general question is, how does one replace a given Tomcat version with
another, and 'rebundle' it with JBOSS?
My question is: How can I build the whole bundle from source, including Tomcat
sources. I was able to build JBOSS from source, pretty easily. When running
that server under JBO
Well, I found a surprise sitting in your build path
|
|
|
|
|
|
|
|
|
|
|
|
Is this the correct way to deal with realizing classes or is the approach
outlined in the documentation the correct way as the docs take an entirely
different approac
I have tried like this also
public interface MyService extends java.rmi.Remote {
| public java.lang.Object myService(java.lang.Object in0) throws
java.rmi.RemoteException;
| }
When i call the web service it is throwing me
No serializers found for DataHandler.
Please help me out
Thanks
You said:
"There should be a "LoggingService" deployed someplace in jboss-service.xml .
You can add a .. to it so it waits for the ConnectionFactory to be bound. "
what exactly do I add? Could you post some example code?
My current log4j entry looks like this:
| resource:log4j.xml
1 - 100 of 152 matches
Mail list logo