same reply
thanks,
chelaru.viorel
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917563#3917563
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917563
---
This SF.ne
Hi,
When i am creating the webservice i am getting this error
faultString: java.lang.LinkageError: loader constraints violated when linking
javax/ejb/Handle class; nested exception is:
java.lang.LinkageError: loader constraints violated when linking
javax/ejb/Handle class
View the or
It's very easy to install jboss portal.
You can read the user guide and refrence guide
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917561#3917561
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917561
-
Hello,
We are experimenting with Portal as, foremost, a convenient and very expandable
CMS.
We have a typical workflow requirement however that new content (aside from
forums) is created in a QA environment, then replicated to production after
review.
The documentation does not directly addre
Hi All,
I am using JBoss 3.2.7 for my application, when there is ?HTTP Status 500?
error, the error details will be shown on the browser. This makes my client
very uncomfortable. Does anybody know how to configure the JBoss/Tomcat?s error
page such that I can show a standard error page to the c
maybe jsf-portal-bridge is needed?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917557#3917557
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917557
---
This SF
I have resolve this problem.
I have written a blog about it.
url:
http://blog.matrix.org.cn/page/jsports?entry=%E8%BD%BB%E6%9D%BE%E4%BD%BF%E7%94%A8jboss_portal2_2_%E9%9B%86%E6%88%90struts
I write it in Chinese.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39
I never received a reply...
I did make the user name token work just great using the Axis / WS Security
stuff. It worked as expected.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917555#3917555
Reply to the post :
http://www.jboss.com/index.html?module=
Hi
For those who reported performance issues with optimistic locking in JBossCache
1.2.4, pls have a look at the current codebase in CVS. It has been heavily
optimised with greatly improved performance - particularly when using cache
loaders.
Cheers,
Manik
View the original post :
http://w
Hi.
I'm trying to convert javax.xml.soap.SOAPElement into String with
javax.xml.transform.Transformer class.
However, I cannot get the complete XML document. The proceeded XML document by
JBoss Transformer
was lacked some information.
[Development environment]
IDE: eclipse 3.1.1
SAAJ: JBoss 4.
Same problem here, tried for days with no solution.
RH
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917550#3917550
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917550
-
For more informations you can look at :
http://jboss.com/index.html?module=bb&op=viewtopic&t=75525
Good luck
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917549#3917549
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
Hello !
Look at this :
http://jboss.com/index.html?module=bb&op=viewtopic&t=75525
Does it resolve your problem ?
Good luck
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917548#3917548
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
Ok, I'm not an expert on JBoss IDE but afaik the current version doesn't have
any special support for Seam at all.
As the last frame of the flash demo says:
"Now you can duplicate the booking directory and use the build system to create
your own JBoss Seam applications!"
For more information on
Hello !
Can we get a Remote EntityManager ?
I have never try it ... but if we can I don't advice it ...
Because we often have a Service or Domain Layer after the Data Access Layer
(EntityManager for example).
So I advice to have a EJB Session as a Facade.
Good luck !
View the original post :
Hello !
Can you post more explicit information ? (in Code section please).
How do you call you EJB ?
Which EJB ... ?
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917545#3917545
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=pos
Hello !
You must explicitly initialize your object before returning it to your webapp !
You can do this just with calling the size() method of your collection !
Of course it would be easier if you use the Facade Pattern with a Session Bean !
for example (in the session bean)
| public Employe
"perwik" wrote : You don't have to do anything else than what you see in the
demo. The project you check out from the CVS server includes all necessary
files.
I see that, but the project was already created. I imagine it was created as an
EJB3.0 project, but where did the SeamRegistration.iml/i
Uhm... how do I build the latest JBoss from CVS? Or are there nightly builds of
JBoss as well?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917541#3917541
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917541
-
Hello !
Before trying to delegate the cache to JBoss, did you think about how can you
try to cache information yourself ?
You told that you have a lot of BMP Entity.
Maybe some of them can be cached directly in memory (if they don't change
everytime ...).
You can try to do a manually cache (wi
Hello !
Did you try to remove the : tc5-cluster-service.xml file of your deploy folder
?
You can use it if you want to create a cluster of JBoss Server.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917539#3917539
Reply to the post :
http://www.jboss.c
You don't have to do anything else than what you see in the demo. The project
you check out from the CVS server includes all necessary files.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917538#3917538
Reply to the post :
http://www.jboss.com/index.html?mo
Hi everybody,
One more question on that topic, sorry, but I did not find any -positive-
solution to my issue.
I have an entity bean, Employee. Employee has an Address (@OneToOne relation,
CascadeType set to All) with FetchType set to Lazy (because when I browse the
employees list I do not wan
See we're all here on Sunday... gotta change my life!
@Bernd: java.util.Calendar is a good example of an implementation.
The serialization pattern changed between JVMs but Sun had to make the backward
compaitable. The answer was a standard writeObject() method and a readObject()
method that dec
"RAlfoeldi" wrote : Working on Sundays is a major cause for disfunctional
marriages
That's why I'm not getting married, ever. Viva la vie boheme!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917535#3917535
Reply to the post :
http://www.jboss.com/index.htm
Just to elaborate on the subject, you don't need to subclass ObjectInputStream,
just implement one of the special methods for custom deserialization as
described in the javadoc for Serializable.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917534#3917534
R
This is a known issue. Apologies for not communicating this thoroughly. There
is a slight incompatibility between the 3.0.x branch of core jbpm installations
and the 3.1 branch starting with beta1.
To patch this incompatibility you should do the following :
1. Locate the folder 'src/resources/g
Hi,
I have some web services running and i want to change the value populated in -
this.value.is.replaced.by.jboss
The problem is that jboss runs under http://myserver:8080 and apache is set up
to forward requests from http://myserver: to the internal 8080 port. Thus I
need to make sure the w
Cheers Matt, will give it a go and see how I get on!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917530#3917530
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917530
Hi everybody,
I am running a JBoss 4.0.3SP1 app. server and since a few days it is logging
strange networking exceptions:
20:46:06,349 ERROR [UDP] exception=java.io.IOException: Can't assign requested
address, msg=[dst: 228.1.2.3:45566, src: uayamon:55133 (additional data: 15
bytes) (2 headers
That was a good hint! Netbeans also generates the wrong primary key. Although I
knew it, I just went over that and didn't think about it when searching for the
cause.
THX!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917528#3917528
Reply to the post :
ht
hi,
i have exactly the same problem only my interface is named LoginInterface and i
have a single .ejb3 jar that is sittuated in my ear directory outside the war
directory and iu get ClassCastException:$Proxy81 .
i use jboss4.0.3SP1.
thanks,
chelaru.viorel
View the original post :
http://www
Hi,
I have got singlesignon working in jboss. I use the LDAP login module. And from
several web applications I use that. But my problem is that I have to include
the login page with every web appl. I want to use form as my authentication
method.
I first wanted to use apache in front of jboss
Double check that your client jars are the ones from 4.0.3sp1.
-Jason
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917524#3917524
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917524
-
Well, I've decided to set up an IDEA TestNG project running directly out of CVS
source, on the theory that that's reproducible by you all.
Here's the latest, from the microcontainer thread:
http://jboss.org/index.html?module=bb&op=viewtopic&p=3917522#3917522
Strange that I now get different Test
I fixed this issue just recently on friday, so this should be solved now.
-Jason
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917521#3917521
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917521
---
Yes, this is a bug that I am aware of, and I will fix shortly. I had not yet
created a JIRA issue for it though (its just been in my head as a TODO).
[url]
http://jira.jboss.com/jira/browse/JBWS-654[/url]
However, I do appreciate your feedback and please continue to report things
like this tha
David, no question of hijacking the thread.
True ubiquitous comprehensive authorization framework is difficult to achieve.
Policy based architecture is just one way towards that goal. Most probably we
will go the XACML way.
Given this, I am interested in seeing what 3rd party software JBoss use
Did you define anything custom ? A custom realm for example ?
This error usually arrives in the SecurityAssociationValve when it tries to
cast the principal object that comes from the session in a
JBossGenericPrincipal object. Look at the source code for the
SecurityAssociationValve invoke me
I ran into that problem myself a while ago. I was looking for a good way to do
this. I came up with a not so pretty solution before we decided to use struts.
What I did is I implemented an HttpSessionListener and on the sessionCreated
event, I would use the requestDispatcher through the sessio
anonymous wrote : I'm personally booked 110%
I would be happy to have so much free time ;-)
OK, I can image that we implement it in one of our projects and let you know if
we have done it...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917516#3917516
Repl
hi all,
i'm new in ejb, and i have a problem :
in a class where i implement interface Schedulable in the perform() method
i write this code :
UserTransaction ut = (UserTransaction)initCtx.lookup("UserTransaction");
ut.begin();
emi.persist(new RssItemBean());
ut.commit();
i got emi like th
Hi Bernd,
well first of all I said 'I would' so it was basicly hot air, nothing more. I
also mentioned that I 'might' even implement it myself. So I didn't even
promise to do it :-) (But I did descride the idea in some detail in this
thread.)
Problem is that no customer was yet willing to pay
Hi Bernd,
isn't your current approach the solution? Java implements various classes that
use readResolve() or readObject() to achieve deserialization of various
implementations.
This would have to be on a per class basis, i.e. every class that you change
you have to know how to deserialize dif
Hello,
I'm getting an incorrect WSDL for a WebService implemeted as EJB3+JSR181
annotations, when methods return complex type arrays.
It is a bug on my code? or it is a Jboss' one?
(I haven't found an open bug on JIRA for this subject, so should it be
opened/reopened?):
This is a sample impl
I am currently helping a telecom company to create a provisioning bpm for
their order management. We use JBPM as BMP engine to drive the order process
from the creation of provisioning profile, sales force integration, prepare
contract, negoiate, installtion, site survey etc.. It would be a go
where is your client? It looks like it is remote. If it is in the app server,
remove the provider url from your jndi.properties.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917510#3917510
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
public Project findByName(String name) throws RemoteException {
|return (Project)entityManager.createQuery("from Project p where p.name
=:name").
| setParameter("name", name).
| getSingleResult();
| }
View the original post :
http://www.jboss.com/index.html?module=bb&
Hi bbell2000,
Thanks for your reply.
I am still having this problem, even though I am using JBoss 4.0.3 sp1.
I am a newbie so really don't have much idea.
I created a simple hello world web service and its actually getting called, but
after the method returns JBoss throws this exception.
bye
Hi,
I'm trying to configure Orcale-JDBC2-Persistence base, but getting following
exceptions :-
==
07:51:34,489 WARN [JBossManagedConnectionPool] Throwable while attempting to
get a new connection: null
java.lang.NoSuchMethodError:
org.jboss.resource.adapter.jdbc.BaseWrappe
Brian, this is great news. I'll keep a lookout for the next jBoss release.
Anil, sorry for hijacking your thread. I have used SiteMinder and I can safely
say that I MUCH prefer jBoss's authenitcation/authorization mechanism. It is
simple to configure (without all the SiteMinder policy files) and
Hi!
I have a strong business process in my company and i would like to know if
BPM and Jboss BPM could help.
It is a telecom company. For each service executed some document pendencies are
generated, like photocopies, contracts, ...
These services and pendencies flow thru some status until i
Hi,
I'm new to BPM and I would like to developpe a web application with jsf + jbpm
+ Mysql.
can someone hel me?
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917503#3917503
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
Hi all,
I have a problem, not so jbpm related, but if anyone has a idea it would be
very nice:
We have a change in a class (one attribute type changes from String to
CountryCode), so the serialized objects in the process can not be deserialized
any more (ClassCastException).
For this special
Hi,
I face this problem trying to run mu app using head of CVS on the jboss-head:
13:45:28,743 WARN [ServiceController] Problem starting service
jboss.j2ee:service=EJB3,module=mcipro.ejb3
java.lang.RuntimeException: Field private javax.persistence.EntityManager
com.tarhyar.ne.NeLogicAction.em @
Sorry - stupid me messed up build.xml
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917500#3917500
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917500
---
This SF
Hello,
I'm trying to follow Apple's tutorial found at
http://developer.apple.com/internet/java/enterprisejava.html for Enterprise
Java on OS X however on their last example, MailList, in the application.xml
file they have /MailLIst/* which is generating
errors saying "cannot contain * use quote
Hi Larry.
First - thanks for your reply.
You can also see this link:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4619777
Sun have a problem with their JVM class loader. So in a perfect world we
wouldn't need to bother finding the correct path - it should've been in the
JBoss classpath :-
58 matches
Mail list logo