This problem has not been resolved for me.
It's almost as though a node in the cluster is shunned by the rest of the nodes
in the cluster for whatever reason.
Why would it do that?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184999#4184999
Reply to the p
is it possible to make client callbacks into ejb3 technology ?
for example : i have user authenticated client on my server and now i want to
log out some of them. is it possible ?
i have no problem client callbacks with CORBA or RMI.
any idea will be appreciated.
___
Rega
Tim is right, fix should be:
| public void shutdownNow()
| {
| synchronized (tasks)
| {
| tasks.clear();
| shutdown = true;
| }
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=view
Did you give your PublishBaseCommand class a serialVersionUID? It may cause
class cast problem if not.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184990#4184990
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184990
Hi Andrew,
Ok, I've added to HTTPClientInvoker a variable, "unmarshalNullStream", which
controls the behavior when there is a null InputStream (or ErrorStream). If
"unmarshalNullStream" is set to "true" (the default value), HTTPClientInvoker
will call UnMarshaller.read() in the case of a null
Hi
I am new to jboss cahe, could you please help me in sorting out this error.
I am using netbeans to compile my program running it on remote linux server.
NetBeans 6.0.1
JDK jdk1.5.0_12
JRE jre1.6.0_07
JBossCache-1.4.0.SP1
POstgreSQL 8.3
postgresql-8.2-506.jdbc3 driver
Running Windows XP
1
Hi,
I am a new user to Jboss. I recently downloaded Eclipse EE and installed Jboss
on my machine. Now if I try to start Jboss using run.bat it works fine.
However, if I try to start server after declaring a server configuration in my
Eclipse IDE, I am getting exception. Following is the configu
"adinn" wrote :
| I suspect WS needs the unmarshaller to be called in both cases even when
the stream is null i.e. we may need to back out this fix. Ho wsensible this is
as regards any other remoting clients I am not in a position to say. Perhaps
you could comment?
|
Well, logically, I
"[EMAIL PROTECTED]" wrote : You don't annotate the methods. You either use
@DeclareError/Warning with pointcut expressions in a @Aspect annotated class as
shown here
https://svn.jboss.org/repos/jbossas/projects/aop/trunk/aop/src/test/org/jboss/test/aop/annotateddeclare/DeclareAspect.java
or you
Little more info: I can reproduce this on JBoss 4.2.2 and JBoss Messaging 1.3.0
and also on latest JBoss Messaging 1.4.0 SP3.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184976#4184976
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
Hey Peter
Thanks for your reply!.. i understand both options, and already experimented
both already.. but honestly, I don't like neither of them. I'm seeking to see
if it's possible to relocate the web application deployer and EJB container to
my own exploded directory, instead of depending on
"bbb321" wrote :
| Is it possible to use remote classloading for this case? The class provider
should be on the client.
|
As of Remoting 2.x, remote classloading is supported in the server to client
direction only. It will be supported in both directions in Remoting 3.
View the original
All of the generated classes should be placed into your client's JAR file.
By the way, when posting XML source, enclose your XML text in UBBCode "code"
tags - you can do this by selecting the XML text and clicking the Code button
above the editor window. Also, click the Preview button to ensure
If you change the URLs attribute so that it no longer contains the deploy
directory, then yes, none of the services currently located in that directory
will get deployed. Considering that these services include the web application
deployer and the servlet container, not deploying them will preve
I created a sample web service with the WSDL shown at the bottom of this post.
wsconsume now creates all relevant artefacts. In detail:
- Greet.java
- GreetResponse.java
- ObjectFactory.java
- package-info.java
- TestWs.java
- TestWsService.java
Which of these files (resp. the classes) should be
Hello All,
I have a wrapper class around log4j which needs to be packaged with an ejb.
How do I package the log4j.properties?
I do not want to modify the server/conf/jboss-log4j.xml file as that would mean
changes to every deployment.
I am using EJB3 and do not have any deployment descriptors for
When I start JBoss v4.2.3 on my computer I get always an startup error
java.rmi.server.ExportException: Port already in use: 1098
netstat -ano
shows no other process which is blocking this port.
So I decided to reserve ephemeral ports like described e.g. here:
http://www.jboss.com/index.html?m
Hi,
we are developing out project from 3 different eclipse projects. One is utils
project which expose common.jar file. This file has simple interface that
implements Serializable and class which implement :
public interface PublishCommand extends Serializable {
| // some methods
| }
Hi all
Is there a way to deploy web application (including EJB support) without using
the deploy directory? Inside of the jboss-service.xml, there is a attribute
where users get to specify their own exploded directory. By default, it has
/deploy directory. (my setting is default)
so now i d
I am trying to use a custom Princpal class with my custom JAAS LoginModule. I
am doing programmatic authentication and thus using Jboss' WebAuthentication
class. My LoginModule extends AbstractServerLoginModule. When declaring
my login module within login-config.xml I added and referenc
See if this helps: http://www.cpqlinux.com/hostname.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184960#4184960
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184960
__
There is no option for selecting the "Seam Facet" in project facets. The only
new available facet I see 3.0.0 alpha1 to nightly build of 10-24 is the ESB
facet. So, are you sure the "Seam Facet" is available? I really can't find it.
View the original post :
http://www.jboss.com/index.html?mo
I am trying to setup a JAAS Domain to authenticate against an LDAP server, but
I keep getting [LDAP: error code 49 - Invalid Credentials]. Can anyone help
shed some light on this? The googling I did seemed to point to the
java.naming.security.principal being wrong, but it is not. Any help wou
Hi,
JBoss Portal 2.7.0 CR1.
I have the same question, but I've noticed that it's possible to change the
portal theme on a user basis using the dashboard area.
Is it possible to change themes for regular portal objetcs like "admin" and
"default" on a user basis?!?
I've also noticed that users
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184949#4184949
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184949
___
jboss-user mailing list
jboss-user@lists.jboss.
I noticed that the web service I called is https not http, so I modified my
code to:
systemSettings.put("http.proxyHost", "httpproxy.companyname.com");
|systemSettings.put("http.proxyPort", "8080");
However I got this exception explaining about truststore etc. How to solve this?
IS it Possible to Read/Write to JBoss Portal CMS via Java Batch program? Any
directions is appreciated
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184943#4184943
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184943
"alesj" wrote : I'll add ignored flag for all 4 states.
https://jira.jboss.org/jira/browse/JBMICROCONT-373
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184942#4184942
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184
"alesj" wrote :
| Or is something similar missing on BMDBuilder?
|
Yup, missing.
-
http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/kernel/src/main/java/org/jboss/beans/metadata/spi/builder/BeanMetaDataBuilder.java
I'll add ignored flag for all 4 states.
View the origin
You can do this
|
|
Or is something similar missing on BMDBuilder?
If so, I'll add it tomorrow.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184939#4184939
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184939
Hello,
I tried the example below, but the HotSwapping doesn't work, even the example
"dynamic aop" where I change it by adding the loop "for" for the first call to
"execute", then I changed "SimpleInterceptor" by an other interceptor before
the end of the loop "for":
|public static void m
Hi,
I am migrating a demo application from jboss 3.2.5 to 4.2.3. The application is
using Axis1.4 (it's using org.apache.axis.* classes, not the org.jboss.axis.*
ones).
Can someone tell if it is possible to run Axis1 WebServices on JBoss 4.2.3 ? I
tried by adapting jboss-net.sar but ran into m
I also have the following error:
ERROR [org.apache.catalina.core.ContainerBase] Servlet.service() for servlet
jsp threw exception
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 178 in the jsp file:
/WEB-INF/jsp/content/portlet_editor.jsp
Type
I also have the following error:
ERROR [org.apache.catalina.core.ContainerBase] Servlet.service() for servlet
jsp threw exception
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 178 in the jsp file:
/WEB-INF/jsp/content/portlet_editor.jsp
Type mis
When building bean metadata (using BeanMetaDataBuilder), there seems to be no
way of specifying a start/stop method that is ignored. My concern is that the
target class specifies a stop() method, but it is not a lifecycle method so I
do not want it to be called (user manual 13.3 says that metho
We EJB needs to access internet, and in my company we go through http proxy, so
I added the following to the beginning of my bean. However it didn't seem like
JBoss actually take those configuration...
| Properties systemSettings = System.getProperties();
|systemSetting
64.106.164.3 is the host IP.
It does not work even after removing "-"
-S
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184920#4184920
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184920
_
Hi Ludwig,
sounds good. If you want I can make some tests.
Best regards,
-rochi
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184919#4184919
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184919
_
Hi Jaikiran,
You are D MAN! Thank you very much.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184918#4184918
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184918
___
jbos
Hi,
In our company, we access internet through a http proxy server (with user name
and password). One of my EJB3 application needs to access outside web service.
But I don't know how to set up jboss, so that it realizes the existence of the
proxy server and uses it. Because of that, I am gettin
Hi!
I'm invoking remote methods using RMIAdaptor.
I'm using: invoke(javax.management.ObjectName pName, String pActionName,
Object[] pParams, String[] pSignature)
But this method doesn't throw any exception. So, when a exception occours, it
shows only in jboss's log
I would like to have it in
When I run the seam/remoting/gwt example, I get the following error when I
click on the Ask button - "Cannot find resource 'seam/resource/gwt' in the
public path of module 'org.jboss.seam.example.remoting.gwt.HelloWorld'"
I am getting the error regardless of whether I run in hosted or web mode
Recently, we fixed a bug in our JMS message producer that was not closing the
connection to the Queue it was interacting with. Due to this, the
ActiveThreadCount kept growing. At that point, we did not take the thread dump
to verify count of UIL threads. Now, after the fix, we see the
ActiveThr
Hi !
I have the same problem as littleprince.
Streaming a PDF through a portlet with resourceServing works fine with the
JSPHelloUserPortlet Example. (I'm using the bundle JBoss AS 4.2.3 + Portal
2.7.0 CR 1)
But if it put the code in a Richfaces Example i get the same nonesense as
littleprince
What is/are the IP address(es) of your host?
If you remove the dashes (-) from the last three host names, does it work?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184904#4184904
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
Your pointcut looks fine. I haven't got any tests for metadata pushed as part
of install, I didn't even know that was possible. I do however have tests
checking if properties etc. are annotated as using metadata.
The choice whether to make a proxy or not is done during the instantiation
phase,
Thanks for the quick response.
I am starting the instance using the below command:
#/opt/jboss-4.0.5/bin/run.sh -c tril &
tril is the name of instance.
Below is my /etc/hosts file:
127.0.0.1 localhost.localdomain localhost
192.168.12.66 syncsort66
64.106.164.2 sports-db01
64.106.
What's proper point-cut to intercept
- any method invocation on classes that are anotated with @FooBar
- method invocation of method annotated with @FooBar
I have this
|
|
|
|
is it OK?
As I don't see it intercept this
|
|
|@org.jboss.demos.ioc.
"pradeeps" wrote :
| The connection that is gotten from this datasource is going to participate
in a distributed transaction with JMS XA QueueConnectionFactory. I am using
the Atomikos JTA API.
|
| This distributed TX will happen only if both the resources support XA.
|
| Are you r
Based on the error message, I think that the app server thinks that the host
name is "-".
Please post the full command line you are using to start the app server. Also,
post your /etc/hosts file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184897#4184897
Does anyone have any XSLT for migrating Weblogic to JBoss deployment
descriptors. I have seen an article on the internet which will do rudimentary
elements but I need something more comprehensive.
Robert
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184894
There is JBoss Tools plugin for Eclipse and it has a tutorial at
http://docs.jboss.org/tools/2.1.0.GA/en/GettingStartedGuide/html/index.html,
but I could not see anything about web services there.
Personally, when I learn a new technology I limit myself to using a text editor
and code, compile
Hello,
I get the following errors when I try to start an instance in jboss:
Plzz help
11:31:49,011 WARN [ServiceController] Problem starting service
jboss.mq:service=InvocationLayer,type=HTTP
java.net.UnknownHostException: -: -
at java.net.InetAddress.getLocalHost(InetAddress.java:1346)
I am observing, via CMP log records (and poor system performance), unexpected
relationship loading behavior by JBoss CMP.
No document I've seen has been clear on how CMR works with read-ahead, so I'm
not really sure what I should expect.
The situation:
* JBoss 4.0.2
* Two entities, A and B, wit
Thanks Peter, I'll try that.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184883#4184883
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184883
___
jboss-user mailing list
jb
I read your post again and think that maybe what you are looking for is the
"-verbose:class" option to the JVM. This causes the JVM to print out each class
file loaded and the location of the jar file from which the class was obtained.
View the original post :
http://www.jboss.com/index.html?m
tomstrummer wrote : Is there any way to "query" the classpath for a given
resource to find out what JAR it's coming from?
I use a tool name JarFinder from http://www.isocra.com/2006/02/jarfinder/. It
has saved my sanity countless times.
View the original post :
http://www.jboss.com/index.html
The Jasper Reports API requires access to the text file definition (jrxml). In
order to deploy under jboss, you will need to include the jrxml file like any
other text file being deployed (ie your html, jsp, etc), then use something
like
String dirName = getServletContext().getRealPath("/");
One other thing to consider - some web app containers have issues with
deploying servlets that do not have a package name. Assigning a package name
will help. I recall having a discussion about this in this forum quite some
time ago with the solution being to add a package. Example:
Add this to
Thanks Tim, for the earliest reply..
Kindly let me know, will this fix will be available in upcoming version of
JbossMessaging i.e. JbossMessaging 1.4.1GA.
and when is the paln to release JbossMessaging 1.4.1GA. I believe this version
will fix lot of issues.
Regards,
Prakash
View the origina
Thank you Wolfgang for pointing me to this thread, which I didn't find earlier.
That's a pity nothing has been done for it ...
Well, I guess I'll just have to sftp the file to the correct location.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184874#4184874
-
The message you sent to langbridge.co.uk/trash50534137 was rejected because it
would exceed the quota for the mailbox.
The subject of the message follows:
Subject:
=?windows-1251?B?0/Hy4OLt7ukg6uDv6PLg6yDoIOjt4uX
me again ...
Meanwhile I found second doc source
http://www.ibm.com/developerworks/websphere/library/techarticles/0710_ritchie/0710_ritchie.html
Configuring my JMS client the way described there avoids the startup messages.
Now I get an Exception saying
javax.jms.InvalidDestinationException: Des
A message from to:
-> [EMAIL PROTECTED]
was considered unsolicited bulk e-mail (UBE).
Our internal reference code for your message is 24061-06/7kmazH6rO6zD
The message carried your return address, so it was either a genuine mail
from you, or a sender address was faked and your e-mail address ab
Hi Jeremy,
see this post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=116874
Unfortunately, it will just give you the information "no, this is not possible".
Best regards
Wolfgang
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184872#4184872
R
Check out. https://www.jboss.org/community/docs/DOC-12678. I believe this
answers all of your questions.
Jay:)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184869#4184869
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply
My EJB looks like this:
@RolesAllowed({"user", "admin"})
| public String echoUser(String src) {
| log.debug("echoUser called with source string " + src);
| return "Echo User: " + src;
| }
|
| /* (non-Javadoc)
| * @see com.csp.ejb.echo
What subscription id problem?
As I mentioned before, subscription name and client id are only used for
durable subscriptions, NOT non durable subscriptions.
In JMS it is impossible to create a non durable subscription with a specific
client id and name.
See the JMS spec for more details.
View
Hello,
I am deploying war files to a jboss server, using a maven goal :
|
http://truc-muche.com:8080/jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=deploy&argType=java.net.URL&arg0=http://bidule.com:8080/repository/wars/machin.war
which works
Hi,
We took the JBossMessaging_1_4_0_SP3_CP04/ SP3-fix
tag and tested. Now the class loader issue is resolved. And we replaced
hypersonic with null persistance as recommended by Jboss.
However we could not resolve the subscription id problem. We need this id to
distinguish the different subscri
java.lang.NullPointerException
| at org.jbpm.gd.jpdl.notation.JpdlNode.getDestinationNode(Unknown Source)
|
looks like there is an incorrect transition somewhere in the process, pointing
to a node that cannot be resolved.
I would suspect the following:
|
|
Also documentation for this
anonymous wrote :
| # timeToLiveSeconds - The amount of time a node is not written to or read
(in seconds) before the node is swept away. 0 denotes no limit.
|
If you leave it out, you get an exception like so
|
| org.jboss.cache.config.ConfigurationExc
Questions from community users are always welcome but, please, avoid double
posting, as this makes it difficult for other users to find answers to their
questions when researching this forum.
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184829#4184829
View the original post :
http
Yes, that's the idea, as long as you have "prepared" BuyerMAg.imprimer().
However, you will end up with 1 instances of the interceptor at the end of
the loop. To see any interceptions you need to call the method as well.
View the original post :
http://www.jboss.com/index.html?module=bb&op=
Hi
1. You can use "com.b.." to match all classes inside of package com.b
2. The answer has been posted here:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184652#4184652
Please, avoid double posting, as this makes difficult for other users to find
answers to their questions when rese
Hi,
well, as long as you avoid server specific classes/annotations in your code,
your EAR should be server independent, no matter what server you use for
developing.
I use Eclipse/WebTools, and by using a JBoss runtime, all required JARs are
automatically added to the build classpath. But by ex
This looks like a bug in the orderedexecutorfactory shutdown:
| public void shutdownNow()
| {
| tasks.clear();
| }
|
which is not synchronized.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184849#4184849
Reply to the post :
Just something i found confusing when reading the documents.
In the documentation it states maxNodes as follows for LRUPolicy
anonymous wrote :
| # maxNodes - This is the maximum number of nodes allowed in this region. 0
denotes no limit.
|
So if i have something like configured
Hello,
I mean that when the application is running in the "for" loop and before the
end of this loop, I change in the code "InterceptorInterdImp" by
"InterceptorInterdImp2", the method "affichage" that call "imprimer" will be
able or not to run "InterceptorInterdImp2" without to have to re-run
Hi,
could you provide us with details of your "login-config.xml" and your
application security settings?
Security constraints for the "guest" user must be specified in e.g. web.xml and
in the security constraints of your EJBs (you have to declare the allowed
resources/methods for the guest use
Yes, as soon as possible.
I forget to mention that this behaviour happens with jboss-aop-2.0.0.GA. Using
jboss-aop_1.5.6.GA it's all okay (apart from other problems using hotswap and
the javaassist library bundled with this version :) )
View the original post :
http://www.jboss.com/index.html?m
Hi Ron.
I reran the app using your patched remoting build and it fixes the problem as I
diagnosed it but this has raised some related issues with JBossWS which I need
to check with Alessio Soldano.
The problem occurs when I use WS-Addressing to redirect a fault. This is
appropriate with either
You don't annotate the methods. You either use @DeclareError/Warning with
pointcut expressions in a @Aspect annotated class as shown here
https://svn.jboss.org/repos/jbossas/projects/aop/trunk/aop/src/test/org/jboss/test/aop/annotateddeclare/DeclareAspect.java
or you use xml.
View the original
Thanks for the reply.
The connection that is gotten from this datasource is going to participate in a
distributed transaction with JMS XA QueueConnectionFactory. I am using the
Atomikos JTA API.
This distributed TX will happen only if both the resources support XA.
Are you recommending that
I don't understand the question? The changes will only take effect when the
application is running. Try it out
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184838#4184838
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
Can you create a JIRA issue with an example based on one of the aop examples,
and we can investigate?
https://jira.jboss.org/jira/browse/JBAOP
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184837#4184837
Reply to the post :
http://www.jboss.com/index.html?m
Hello,
My question is: Do the use of the HotSwapping allows the application to take
into account changes in the code of the interceptor without having to click
once on the "Run" under eclipse.
For example, If we have this code:
| for(int i=0;i<10;i++)
| {
|try
|{
| A
Hello,
i'm completely new to bpel. i've installed and deployed the jBPM BPEL engine to
jboss, like described in the online tutorial. i'am able to deploy the sample
processes delivered with die jBPM BPEL 1.1.1 zip-archive. So far so fine. but
now i want to design my own processes with the bpel d
Hi,
I want to connect to a Websphere MQ JMS interface. I am trying to configure the
connection and client-side libraries for a few days now. My main resource of
information about the matter is this here from JBoss
http://www.jboss.org/community/docs/DOC-12535
According to this documentation,
"pradeeps" wrote : How do I tell JBOSS that I need the looked up object to be
XADatasource?
I am not sure what exactly you want to do with the XADataSource, you should not
be trying to get the XADataSource this way.
If you need to XADataSource you can construct it as
OracleXADataSource xads =
This involves using JBOSS 4.2.3 GA, Spring 2.5 and SQLServer 2000 XA jdbc
driver.
I created a file pxdatasource-xa-ds.xml file in the deploy folder with the
following definition-
pxDS
True
jdbc:microsoft:sqlserver://SQLTEST1;SelectMethod=cursor;databasename=App_Dev
com.microsoft.sqlserv
Hi,
I'm having a problem with a difference in behaviour between JBoss 3.2.7 and
JBoss 4.2.2.
I have a servlet which generates VoiceXML code (let's call this servlet the
HttpAcceptor). A request to this servlet is made from a Nortel VXML
interpreter (voice browser). The VXML code references a
You defined public renderparam in portlet.xml and not on *-objects.xml
If you want to use a page param, you will first need to define a public render
param on every portlet.xml (since we could use one portlet.xml for multiple
portlets, it is not required to redefine a public render param if the
Hi,
I am working on Migrating JBossMQ to JbossMessaging.
Currently I am using Jboss-messaging-1.4.0.SP3-CP04, which is a fixpack 4 for
Jbossmessaging 1.4.0.SP3.
This is not an official release from JbossMessaging. I took from Jboss CVS
repository.
However I got the following exception while proc
My xml tags were unhelpfully removed from the last reply.
I should add that I don't mean the DEFAULTS section (which validates fine), but
the ENTITY section (which doesn't validate).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184799#4184799
Reply to the
The examples are expected to fail as they do require an internet connection
(they retrieve RSS feeds and parse them).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184793#4184793
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
"DerMas" wrote : Some Feedback:
|
| I used Tomcat 5.5 + Axis 1.4 and deployed the real project(which is aopc
precompiled) with the ContextListener.
| This resulted in a infinite loop, because the interceptor was bound 2 times
with the methods.
| So with tomcat + axis + precompiled classe
Hi, I'm new to seam and would like to invoke the web service using classes
generate by wsconsume to invoke the webservices in eclipse. I'm using JBoss
4.2.2 and jboss-seam-2.0.2.SP1. I tried using s stateless session bean but I
get a nullpointer exception.
Assistance will be higly appreciated.
B
I should add that I don't mean the section (which validates fine), but the
section.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184777#4184777
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184777
But the examples are still failing:
News example with
java.net.UnknownHostException: feeds.feedburner.com
and
java.net.UnknownHostException: finance.yahoo.com
Weather example with
java.net.UnknownHostException: xml.weather.yahoo.com
View the original post :
http://www.jboss.com/index.html?mo
1 - 100 of 105 matches
Mail list logo