Concerning this issue, a bug report has just been posted, please see:
http://jira.jboss.com/jira/browse/JBAS-1941
Nicolas
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882448#3882448
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
You can by the way use Javassist to do what I want, but it is a bit of a pain!
You can write a program that modifies Derived above so that it calls super
after initializing the field:
| package examples.vmts.initializationorder.chibaexample;
|
|
| import javassist.*;
| import javassi
Hi Group,
I am anxiously awaiting for your reply
Any help related to this in any means would be
really helpful for me...
Regards,
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882445#3882445
Reply to the post :
http://www.jboss.org/index.html?module=bb
I get the following error while running my JBoss application. Has anybody
encountered this same problem?
Thanks in advance for your help.
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Clie
can delete a post. i found a landing page on port 8080 that answers all my
questions. thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882439#3882439
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882439
---
Once I run the run.bat file on Windows, what URL do I point my browser to in
order to check to see if JBoss is running?
Can anyone provide a link?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882438#3882438
Reply to the post :
http://www.jboss.org/index.h
I am trying to get an application that simply listens to a socket on the JBoss
remoting to work, it works with the sample client. however if i try to telnet
to the port it doesn't work. it throws a java.io.StreamCorruptedException seen
on line 4 below. We are attempting to get more flexibility
Thanks Peter,
I have replied to Marcos' post on the topic, to see if he managed to work out a
solution.
Thanks,
Nathan
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882436#3882436
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
Marcos,
Did you manage to work out this issue?
I am having EXACTLY the same problem as you described.
If you managed to work out a fix, I would love your help.
Kind regards,
Nathan
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882435#3882435
Reply to the
Not that this suggestion would help, but in my post, I had a similar error
about not finding a serializer. You can read about it here... I was attempting
a very similar thing... (array of complex types).
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=65067&postdays=0&postorder=asc&sta
i have a WS client using sun jwsdp-1.5 runtime sending signed and encrypted
requests to a JBossWS deployed service.
i understand that JBossWS does not yet implement XWS-Security.
has anyone been successful in using the jwsdp (or other) jars in JBoss to
verify WS signatures or decrypt?
View
To clarify, the RemoteException is thrown from a stateless session bean and
caught in the web tier. Tested and does work but also know that throwing
RemoteException is a crime with an unstipulated punishment.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=388
I understand RemoteException should not be thrown directly. Say you had a
release where RemoteException was thrown by some session beans: until the next
patch is released, are there any dangers we need to know about?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtop
what version of JBoss Portal are you using ?
I tested with 2.0 final and I don't have this, it works as expected.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882423#3882423
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=rep
I think you can only have one URL in there at a time. You'll have to write the
logic yourself to fail over to the alternative URL if the first one fails.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882422#3882422
Reply to the post :
http://www.jboss.org/
indeed, I am going to fix it
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882421#3882421
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882421
---
SF.Net e
Hi
Can anyone give me an example of how to write and configure a client side
JAX-RPC handler for processing the SOAP header before the SOAP request gets
send to the web service.
I declared my handler with a tag in the tag in my web.xml but it
did not work.
I use JBoss AS 4.02.
Thanks for
Hello,
When processing inside processAction(...), I invoke
ActionRequest.getParameterNames();
expecting to recieve a java.util.Enumeration of parameter names.
I noticed that it seems like this Enumeration never has any parameter names in
it. So I added the following logging statements to my p
S'er a way to have CMR sets returned as a SortedSet such as TreeSet?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882415#3882415
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882415
---
the roadmap for 2.2 has been described in jira and can be seen here :
http://jira.jboss.com/jira/browse/JBPORTAL?report=com.atlassian.jira.plugin.system.project:roadmap-panel
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882414#3882414
Reply to the post :
I keep getting:
java.lang.NoClassDefFoundError: javax/management/remote/JMXServiceURL
When I try to run my app on JBoss 4.0.2.
I see the javax/management/remote/JMXServiceURL in my included JSDK 1.5.03
library, and if I copy my JBoss directory to another pc and start Jboss, it
works. I don't
Thank you, tmurray, it did help somebody else: me.
If anyone else is having this problem - on 2005-06-20, Sun released update 5 to
the j2ee-1_4-doc-tutorial. So use the file j2ee-1_4-doc-tutorial_5.zip.
j2ee-1_4-doc-tutorial_4.zip, mentioned above doesn't appear to be available any
longer.
Howdy all,
Wanted to share my experience with the JBoss community just in case it might be
helpful to someone else.
The client had a functional SQL statement that contained JOINs and a UNION.
The solution I used was to use an ejbSelect statement in the jbosscmp-jdbc.xml
which looks like bel
Julien
Where on the roadmap will JBoss Portal provide WSRP support. Any visibility
there.
Mackenna
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882406#3882406
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882406
Julien
Where on the roadmap will JBoss Portal provide WSRP support. Any visibility
there.
Mackenna
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882405#3882405
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882405
Julien
Where on the roadmap will JBoss Portal provide WSRP support. Any visibility
there.
Mackenna
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882404#3882404
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882404
Thank very much for the answer.
I´m implementing a Interceptor class to
org.jboss.jmx.connector.invoker.InvokerAdaptorService so that I can apply your
considerations about Non-serializable fields.
This interceptor will replace Non-serializable object for a serializable
version, return a null
wsrp is a technology that enables what you describe. we are in the process of
implementing it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882402#3882402
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882402
-
I am trying to see if I can invoke portlets that are running in a different
application server than the portal. Is this possible?
It does not appear so. It appears that all portlets must be running in the
same app server.
Please let me know if I am mistaken or not.
Thanks!
View the original
after the lock has been acquired
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882398#3882398
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882398
---
SF.Net email
Hello, JBoss,
after your website redesign you are obviously using nutch
(http://lucene.apache.org/nutch/) as the underlying search engine. Great! I
just wonder why you don't give credit where credit is due. Why for example
don't you state "powered by nutch" on your result lists and enlist yours
I've tested a bit back and forth with JBoss 4.0.2:
The problem seems to be between 4.0.2 and 4.0.2RC1 that Arrays of Complex types
are handled different.
With 4.0.2RC1 I had the workaround to incapsulate the array in a wrapper
complex type just holding the array. This worked out fine.
In 4.0.2
This is a known issue with Java 5 clients: -
http://jira.jboss.com/jira/browse/JBWS-187
I am not aware of any workarounds at the moment other that reverting to a Java
1.4 client. The next version of JBoss to be released will contain the fix.
View the original post :
http://www.jboss.org/index
Ok, I've missed some jar inside the Eclipse ide.
Thanks for all!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882394#3882394
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882394
--
Hi All,
JBoss 4.0.2
JRE/JDK 5
Web Service deploys successfully.
DII client (see Wiki) has problems on call.invoke(). Strange thing is that the
server.log reports a response message sent to call invocation and includes a
correct SOAP envelope. It appears that the client has not received the res
Hibernate version:
3.0 Jboss 4.0
Mapping documents:
FIne
Code between sessionFactory.openSession() and session.close():
Tried several ways but at last trying.
factory = (configuration calls)buildSessionFactory();
session = factory.getCurrentSession().
I used a threadLocal variable and just a
Hi again,
I've tried with the following code:
final Context ctx = new InitialContext();
final Object ref = ctx.lookup( "MyCache" );
ctx.close();
cache_ = (TreeCache)
javax.rmi.PortableRemoteObject.narrow( ref, TreeCache.class );
Is that code correct?
I've then tried to call a get(
You cast it to TreeCacheMBean
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882390#3882390
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882390
---
SF.Net email is
It is there:
| http://docs.jboss.com/jbcache/current/TreeCache/html/
|
Go to chapter 11, here is the code:
|
| jboss:service=invoker,type=jrmp
| jboss.cache:service=TreeCache
| MyCache true org.jboss.cache.TreeCacheMBean
|
| org.jboss.proxy.Cli
I read all the chapter 11, but there is only an example of an xml configuration
file and NO code example.
I still don't know how to look for the mbean (even if I can resonably suppose
that I can through JNDI) and, more important, I don't know which interface I
have to use to cast the reference r
Sounds like you and Marcos need to talk:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=65377
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882382#3882382
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=388238
Its an undefined issue due to the fact that jmx is fundamentally a local only
api. There are ZERO restrictions or requirements on any type showing up in the
management interface. The jmx remoting spec says nothing about how objects that
cannot be marshalled over a given transport should be dealt
It works inside the same VM. If you want remote access, read on (ch 11) for how
to do this.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882380#3882380
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882380
This is easily doable, look at how ICQ number and such are implemented, it
leaves room for such customization.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882379#3882379
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
Hi,
Can anyone please provide "official" details of the hardware requirements
(RAM and disk footprint) for JBoss 4.0.2 (in "default" mode), on Windows, Linux
(x86) and Solaris?
Thanks,
Chris.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882378#388237
Hi,
Can anyone please provide "official" details of the hardware requirements
(RAM and disk footprint) for JBoss 4.0.2 (in "default" mode), on Windows, Linux
(x86) and Solaris?
Thanks,
Chris.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882377#388237
Hi,
I wish to use JBoss portal as the basis for a new project I am working and have
a "default" copy up and running and have create a few demo portlets.
However as part of the design I will need to significantly modify the
registration screen within the UserPortlet to remove items such as "MSN
I've been working on just such a test case now that simulates how our app is
using/stressing JBossCache. I agree that concrete numbers based on a clear test
case would be needed to justify any changes to Node and quantify the benefits.
The test case I have now shows it pretty clearly within a si
"rpa_rio" wrote : "nothingman" wrote : "[EMAIL PROTECTED]" wrote : See the
verifier attribute of BaseCertLoginModule:
| | |
| | | http://wiki.jboss.org/wiki/Wiki.jsp?page=BaseCertLoginModule
| | |
| | Thanx I'll try today.
| |
| | --
| | Nothingman
|
| Th
Twiddle launch a NotSerializableException when it try to get some attribute but
this attribute is not serializable.
To reproduce in JBoss 4.0.2 Final this just type :
D:\jboss-4.0.2\bin>twiddle.bat get
"jboss.web:J2EEApplication=none,J2EEServer=none,j2eeType=WebModule,name=//localhost/"
logger
It would be nice if you could add that stress test into the JBoss CVS, under
CVS module "JBossCache": org.jboss.cache.tests, under the "perf" or "stress"
package.
I would like to see some numbers first, before I start changing the critical
class Node.
View the original post :
http://www.jboss.
Thanks, but... I've already read that chapter and the code shown can be used
only inside a servlet.
Does that work even inside a session ejb?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882370#3882370
Reply to the post :
http://www.jboss.org/index.html?m
"nothingman" wrote : "[EMAIL PROTECTED]" wrote : See the verifier attribute of
BaseCertLoginModule:
| |
| | http://wiki.jboss.org/wiki/Wiki.jsp?page=BaseCertLoginModule
| |
| Thanx I'll try today.
|
| --
| Nothingman
This works for you?
View the original post :
http://ww
I have created a JIRA issue where I'll look at whether we can replace HashMap
with ConcurrentHashMap for Node.data and Node.children. I recall there is a
reason why I haven't done it yet, so this needs some thought
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&
I got it working by picking the class files for the client jar one by another
by hand. I guess there was some conflict with different versions of classes in
different libraries.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882366#3882366
Reply to the post
http://docs.jboss.com/jbcache/current/TreeCache/html/
chapter 11
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882365#3882365
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882365
---
I have installed jboss 4.0.2 with portal/forum 2.0 running on jdk 1.5 and I am
unable to either delete or edit forum topics/posts under the admin login. I
have tried using both a postresql db and the default hsqldb. I post to a forum
and the forum index has "Second forum - 1 - 1 - Edit - Delete
Currently I am facing a problem while using JBoss application server.
I am using JBoss3.2.5 configured for SSL at port 8443.
When I compiled the source code j2sdk1.4.2_04 and deploy it on server using
jre1.4.2_04 I can successfully access the application.
But when the code is compiled using jdk1.
Hi,
I'm new to TreeCache and I'm trying to use it inside a session bean running in
JBoss. I'm searching for code examples of how to locate the TreeCache mbean (I
suppose through jndi...) and how to cast the result.
Does someone can help me?
Thanks!
Daniele
View the original post :
http://www.j
I had given up hope!!
the software may be installed on customer machines, running other applications,
so it's no good relying on the OS.
I repeat - the TimeZone MUST always be the same (GMT)
I have created a ServletContextListener and set the timezone in there.
TimeZone.setDefault( TimeZone.get
Hi all,
I have been attempting to get a jboss ejb3 statful session bean example
to work.
However eclipse seems unable to find the package javax.ejb.* in the
classpath.
Error message:
The import javax.ejb cannot be resolved.
I am using j2se 5.
Is this package still used with ejb 3? Am I totally
SQL in SessionBean is spagethi code (or at least anti-pattern). Use Entity Bean
for it.
Mapping for PostgreSQL is:
java.lang.Object
VARBINARY
BYTEA
Did you try such field in entity?
(I use String and TEXT for very long texts and works perfec
Hi, as a JBoss beginner I downloaded and installed JBoss 4.0.2, fixed some
problems in startup scripts, started JBoss successfully. After this I deployed
a servlet which was running under Tomcat until now making a ear file from my
war file, deployed it using the JBoss plugin of Eclipse (no passw
In the meantime I have looked further into this.
When my hello world web service is hosted in .NET (version 1.1), the xml tags
of the answer are assigned to the target namespace.
When the same service is run from JBoss, the answer tags are not part of the
namespace. This latter version is parse
We are working on a project based on ssl and jaas. The problem is; depending on
the capabilities of the test environment we get HTTP 403 error.
We have the jboss-service.xml as below:
|
|
| org.jboss.security.plugins.JaasSecurityManager
|
|
| 1800
|
We are working on a project based on ssl and jaas. The problem is; depending on
the capabilities of the test environment we get HTTP 403 error.
We have the jboss-service.xml as below:
org.jboss.security.plugins.JaasSecurityManager
1800
When first time we ge
Have you made sure that the JAVA_HOME environment variable is set correctly?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882336#3882336
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882336
We are working on a project based on ssl and jaas. The problem is; depending on
the capabilities of the test environment we get HTTP 403 error.
We have the jboss-service.xml as below:
org.jboss.security.plugins.JaasSecurityManager
1800
When first time we ge
Hi,
I've got a problem with using the jndi.properties file. It seems that
its entries are ignored by my java client. The client looks like:
this.ctx = new InitialContext();
pw = (Patient) ctx.lookup(Patient.class.getName());
pers = (Person) ctx.lookup(Person.class.getName());
Everything works fi
Now you should be fine. If you see the problem again, post the stack trace and
I can look into it
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882334#3882334
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882334
--
My problem was class loaders and MyFaces.
I run JBoss in compliant J2EE 1.4 mode for many project and read MyFaces FAQ
about Tomcat 5.5.
It's OK.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882333#3882333
Reply to the post :
http://www.jboss.org/index.ht
Hi all, i'm currently using JBoss 3.2.5 (i know it's not an up to date version
but unfortunally i MUST use this one). I've to set up a scheduler that starts
up when jboss does and i found some material on the net.
The problem is the code i've found refers to a library i have not inside my
jboss
guys,
This doesn't seem to be a bug. This is apparently related to the change in the
classloader for the jboss-4.0.2, which is using servelet spec classloading (as
opposed to jboss-4.0.1sp1 which uses a flat class loader) according to Adrian.
refer to: http://jira.jboss.com/jira/browse/JBAS-177
Hello,
I am attempting to run JBOSS 3.2.4 on Windows 2003 and am having some "weird"
issues.
I have setup the exact same JBOSS setup on other Windows 2003 servers without
any issues.
When I start JBOSS, I get errors relating to ports being in use. This occurs
"most" of the time. Sometimes it
Just to make sure: I have checked that everyone is now using the same version
of JGroups (2.2.8). What could cause this problem then?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882325#3882325
Reply to the post :
http://www.jboss.org/index.html?module=bb
"[EMAIL PROTECTED]" wrote : You have to use the same version of JGroups *and*
JBossCache. Anything else is untested and (as of now), unrecommended.
|
Are you saying we can't use JBoss Cache and JGroups at the same time?
View the original post :
http://www.jboss.org/index.html?module=bb&op=v
The plugins could be MBeans as well and register with the Mbean using the
plugins.
You would need a register/deregister fuction like this:
register( IPlugin p );
deregister( IPlugin p );
The plugin MBean would call these functions and pass itself.
View the original post :
http://www.jboss.org
If someone don't understand how to use JBOSS SOA with HeliaTime,
i advise you to on http://www.heliasystem.com or
http://www.heliatime.com.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882322#3882322
Reply to the post :
http://www.jboss.org/index.html?modu
http://www.opensymphony.com/quartz/
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882321#3882321
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882321
---
SF.Net em
Hi,
| javas.security.auth.login.LoginContext lc;
| AppCallbackHandler ach; // just like in Scott's Jaas-Tutorial...
|
| ach = new AppCallbackHandler(composedUserName, password.toCharArray());
|
| lc = new LoginContext("plebs", ach);
|
| lc.login();
|
This code works well in
80 matches
Mail list logo