There is an article dated Feb14
@http://www.informationweek.com/news/showArticle.jhtml?articleID=180200853&subSection=Breaking+News
WHICH says Oracle Buys Sleepycat, Is JBoss Next?
Is it true?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924841#3924841
Rep
There is an article dated Feb14
@http://www.informationweek.com/news/showArticle.jhtml?articleID=180200853&subSection=Breaking+News
WHICH says Oracle Buys Sleepycat, Is JBoss Next?
Is it true?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924840#3924840
Rep
Sorry to take so long to reply -- I've been struggling to get a moment to look
into this.
You're not missing anything; it seems the InvalidationManager invalidates the
local cache whenever it processes an invalidation event.
This behavior is necessary in one of the use cases for the cache inval
Dave,
This is a large concern of ours. We have implemented JBoss at some very large
client sites. We switched the former #1 BEA implementation on Windows to JBoss
and it cured all their ills.
Now this supposed rumor is coming out. I have quizzed folks on this. I found
out, that JBoss employee
I hope someone can explain to me why since the days of Tomcat 4 until now in
JBoss, every custom tag I create that prints to the output will repeat it's
output the number of time the page has been refreshed.
If my tag sends "hello" to the out put it will look like this if I refresh the
page 5 t
It should be useful to get a quick snapshot of what is going on an application
server that is consuming 99% cpu.
The best way to get a snapshot, is to dump the stack traces for the application
server. The thread stack traces will be writing to the server out (you can
redirect the stdout/stderr
I can see what you mean about the validation of the keys and the index issue. I
am mostly thinkin on this from a Seam perspective, where I need to make sense
of the path. I begs an interesting question of how to handle complex keys and
how to represent what element in invalid in the collection.
Im wondering how (or if) I could model the following scenario:
I have a scenario where when a process is started, it goes through a
review/update step. For example, a customer and salesman can both review and
update an order; If either changes its details, then the other needs to review
it aga
When deploying WSRP web services, it does not create the endpoint properly
because the w3.org site timeout and it does not get the file it needs that is
referenced by out wsdl :
| Caused by: WSDLException (at
/wsdl:definitions/import/wsdl:definitions/import/ws
| dl:definitions/wsdl:types/s
Some people claim that there are security advantages to this separation, but I
have never found these arguments especially convincing. We always recommend
running Tomcat inside JBoss AS.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924828#3924828
Reply to
I put the patch in the JIRA issue:
http://opensource2.atlassian.com/projects/hibernate/browse/ANN-208
I used generic collection refection as hibernate annotations are java5, so
thought it was a safe assuption.
This version is working for me, and I really can't spend more time on it. This
versi
Yeah I found that out while working with Jason. I should have posted here in
case someone ran into the same issue...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924824#3924824
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
any news in this context?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924823#3924823
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924823
---
This SF.net email i
Is there a way for an entity to inherit properties from supclass that is not an
entity?
Right now they are not inherited in terms of persistence.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924822#3924822
Reply to the post :
http://www.jboss.com/index.htm
>From your experience, can you think of any reasons someone would want to
>separate the two apps? The reason I'm asking is because we currently use
>JBoss and Tomcat in separate processes. I was told that the architect at the
>time needed to architect it this way a while back (a few years ago)
"[EMAIL PROTECTED]" wrote : Actually, this doesn't quite work. The ANT target
doesn't appear to do anything. Looking at the target, deploy-jbossws14 is only
executed if the "retro" property is set to true. Is that property computed at
runtime (i.e. I would expect it to be set to true if the curr
This was a classloader issue. I've fixed the issue in Hibernate Anntotations
CVS.
Now the Thread context CL is used before anything else to load the resource
bundle.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924819#3924819
Reply to the post :
http://ww
Fantastic!
Where did you post the validator patch?
Can you do it in
http://opensource.atlassian.com/projects/hibernate/secure/Dashboard.jspa
BTW, I'm the maintainer of Hibernate Validator.
Some comments:
Do not check the generic type in collection but the actual object type
(collection might n
Seam does not work in this case. However, this architecture is always *less*
scalable, not more scalable.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924817#3924817
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924
I'm posting the patch to the hibernate-annotations, now just need to patch the
seam side so that it can try to find the component (right now all child
validation errors end up in the global messages only).
-Andrew
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&
Okay, I am trying to make a patch from the hibernate annotations validator to
support child objects. One of my objects has the email validator annotation on
it. My faces configuration file is setting the message bundle. However, I am
getting an error when seam starts. It loads some kind of gener
Hello,
I'm using Eclipse 3.1.2 and JBossIDE 1.5.
After having installed both properly, the problem is that I cannot launch
JBoss, because it cannot be configured. In the "Run..." or "Debug..."
dialogues, no line with "JBoss 4.0.x" is appearing (nor any other version), so
I cannot create an ap
Hi guys
Im having the same problem. Im trying to connect to the TransactionManager and
get the same error. I've gone through the jar files i deploy in the WAR file
and there is no jta.jar or any other jar file containnig
javax.transaction.TransactionManager. Still it get the
[java:/Transaction
>From my readings of Seam it appears it will work very well if the web and app
>container are in the same process. However, what if any changes would need to
>occur if the containers are in separate processes for scalability or other
>reasons?
View the original post :
http://www.jboss.com/ind
Hi!
This is a follow-up to my last thread which has almost been resolved.
So, the current code looks as follows:
An interface:
| package src;
|
| public interface MyCalculator
| {
| String sayHello();
|
| int add(int x, int y);
|
| int sub(int x, int y);
|
Does not help - any more ideas?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924805#3924805
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924805
---
This SF.net e
I had the exact same problem. Thanks for you post--it saved me quite a bit of
time.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924804#3924804
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924804
---
Ok, I could fix this introducing a interface annotated with @Local and looking
that one up within my client.
Hm... probably a beginners error - I am letting client and EJB run on the same
physical host :-/
Next I received another ClassNotFoundException for TimedObjectInvoker which I
could fix
Looking at the source code for LdapExtLoginModule (Line 331).
http://anoncvs.forge.jboss.com/viewrep/JBoss/jbosssx/src/main/org/jboss/security/auth/spi/LdapExtLoginModule.java?r=1.1.2.4
| // Get the admin context for searching
| 331 InitialLdapContext ctx =
constructInitialLd
Hey, new info:
The error does not occurr if I remove the following line from the client:
| System.out.println("1+2=" + myCalculator.add(1, 2));
|
Any thoughts?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924800#3924800
Reply to
I have the same problem
You resolved?
I try change the code with a copy from a friend (it's work in my friend pc)
I try ti change the jboss version,
Any idea?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924799#3924799
Reply to the post :
http://www.jb
Ah, just forgotten:
I had another problem after the ClassNotFoundException which was some "access
denied" thing.
But I think I fixed that by inserting the following line
| permission java.security.AllPermission;
|
into the JREs security policy file.
Here is the file java.policy:
|
Hi guys!
I have developed a very simple EJB with the JBoss IDE 1.5:
Here is the EJB:
Interface:
| package src;
|
| import javax.ejb.Remote;
|
| @Remote
| public interface MyCalculator
| {
| int add(int x, int y);
|
| int sub(int x, int y);
| }
|
Impleme
Guys!
I successfully start up & use Jboss AS on my desktop but now JBoss is refusing
to startup properly on my laptop. Its having problem loading the hypersonic db
and first series SQLException it dumped is Wrong database file version
Any idea to resolve will be appreciated
regards
Sunday
Does anyone know as to why this error will occur in JBPM?
org.hibernate.exception.ConstraintViolationException: could not insert
collection: [org.jbpm.bytes.ByteArray.byteBlocks#262]
INSERT statement conflicted with COLUMN FOREIGN KEY constraint
'FK_BYTEBLOCK_FILE'. The conflict occurred in data
INTRODUCTION
--
On a JBoss 4.0.3sp1 I am deplying two instances of the same application as two
ear files
ApplicationA.ear
ApplicationB.ear
Inside each ear I have a jar containing some EJBs, and this jar actually
contains several other jars containing the EJB classes. Like this
Hi
It doesn't look as if the ear file (from the demo app) has been placed properly
in your jboss 4.0.4RC1/server/default(or all)/deploy directory (check it is in
there), check that you are starting the server up with the correct profile
(default or all).
If the file is not deployed correctly
Hi all!
I'm using TreeCacheAOP in a webapp. It successfully transmits objects over the
network and shares them with other app servers. Excellent!
But performance has been slower than expected (but I'm not pointing fingers
here... just looking for some help). I'm using CacheMode=REPL_ASYNC,
Hello,
I looked on the wiki and didn't see anything about changing Tomcat/Jasper
settings for a production server. This turned out to be important for a
customer application performance problem that I was recently assisting with.
I would like to compose some helpful hints based on the informat
It happens right after state transfer. I can dupliate
the problem.
Seems there is a race condition, where the MBean has not
yet finishing reading evict policy config at that time.
I created the cache in startSerice():
protected void startService() throws Exception {
if (cacheName == null)
el inconveniente que tenemos es que la transaccion no esta haciendo ni commit,
ni rollback, ni presenta exceptions. los estados de la transaccion son 0
despues de que inicia y 6 despues de la instruccion commit y rollback. cuando
vemos en las bases de datos no ingreso los datos aun cuando no se
Hi All,
I am new to linux based JBOSS. I am using Redhat9.0 with, JDK1.5.0_06, MYSQL
4.1.18.0 and have installed JBOSS-4.0.3SP1.
JBOSS installation path is /usr/local/jboss-4.0.3SP1/
I am getting this error when I run run.sh
here is the output i got>:
| run.sh: Missing file:
/usr/local/sbi
"Lauri" wrote : "hosierdm" wrote :
| | About JIRA.
| | Adrian, should i place it there or better not?
|
| Why? See my previous post.
| JBossMQ ignores the redundant message.acknowledge()
| This can't be the cause of your problem.
|
View the original post :
http://www.jboss.co
Well, this is really a pure MyFaces question, not related to Seam.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924780#3924780
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924780
--
Hi,
when a Stateful SessionBean (EJB3) is passivated after reading data from a
hibernate session a StackOverflowError occurs in the server.log.
Any idea ?
JBoss 4.0.3SP1 with EJB3 installer on WindowsXP
Annegret
DEBUG [org.jboss.ejb3.entity.ManagedEntityManagerFactory] **
flushin
Hello:
I'm using 3.2 JBoss release
The next error message
ERROR [BeanLock] removing bean lock and it has tx set! [EMAIL PROTECTED]
is wrote in log file when I'm trying to remove ( remove() method ) some
entities.
I use remove(pk), where pk means primary key class
The operation works fine: all
get lots of 'error like messages' in the server log.
cant attach the complete file - however there are lines like the following
(this is from a fresh startup)
I went to seam dir again and did an ant clean and ant deploy on the
registration example and no text got appended to the log. Ant re
I know the mistake ! I have removed a property-file-entry for
internationalization. The point is that, there shouln't be that exception, but
a smooth error-handling - like e.g.:
"missing key entry: UserName" as it is e.g. in the issue-tracker-demo of seam.
If you remove any entry from the messa
Hard to say whats going wrong with your webapp.
The exception is in my mind very useful. Your jsp-page cant find the
ressource-bundle.
Try to copy a page and the properties-file from the examples and isolate the
mistake...
View the original post :
http://www.jboss.com/index.html?module=bb&op=vi
"hosierdm" wrote : Why are you explicitly acknowledging your messages in the
client when you clearly have the session set to auto acknowledge?
That is undoubtly kind of mistake (or more likely mess) in code. Now it fixed.
- - -
About JIRA.
Adrian, should i place it there or better not?
View the o
They are called temporary for a reason.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924770#3924770
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924770
---
This
Unanswerable question:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp
An invalid session means the security manager doesn't know who you are.
Probably due to some race condition like trying to use a connection/session
concurrent with closing it. If the close wins your operation fails.
View th
Please go read the spec.
I am not going to add an FAQ to explain the difference between durable and non
durable
topic subscriptions.
It is explained at length in the spec.
It is also the first topic on the JBossMQ wiki.
View the original post :
http://www.jboss.com/index.html?module=bb&op=view
There must be about 5 different topics/faqs on the WIKI explaining this.
And this is not the JNDI forum.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924767#3924767
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392476
Because the MDB transaction is not started by the EJB container
like the other EJB types.
Raise a feature request. There is no reason why the ServerSessionPool
cannot ask the EJB container for this information.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=392
Bug report: http://jira.jboss.com/jira/browse/JBAS-2822
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924765#3924765
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924765
-
What do you think the error message means?
Admittedly, it could tell which class is not found.
But I think you can take a wild guess and assume it is Bea's XID class.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924764#3924764
Reply to the post :
http://www
"hosierdm" wrote : Why are you explicitly acknowledging your messages in the
client when you clearly have the session set to auto acknowledge? That is not
necessary. Don't know if it has anything to do with your problem, but just a
tip.
And ignored by JBossMQ
| if (session.acknowledg
If you are going to copy the code from the WIKI
then you also need to copy the instructions.
What classpath does it say you need to run the example?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924762#3924762
Reply to the post :
http://www.jboss.com/index.h
RTFM
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924761#3924761
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924761
---
This SF.net email is sponsored by: Splun
In the JBoss context manager it is push/popMetaDataAwareContext()
on the CachedConnectionManager.
See the CachedConnectionManagerValve used in our Tomcat integration.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924760#3924760
Reply to the post :
http://www
does this help ? http://www.jboss.com/company/licensing
regards, tom.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924759#3924759
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924759
-
woud be great - I think that will solve my problem - see other thread
anonymous wrote : help customizing resourcebundle
what happens if one of the property-entries is missing ? Do you get an
exception or a usefull error-handling ?
View the original post :
http://www.jboss.com/index.html?modu
yes they are ! if I insert the message-key into the properties file I see the
correct message
...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924755#3924755
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924755
Look at your deployed war-file.
Are you sure that your properties-files are deployed?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924754#3924754
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924754
---
Hi,
i am from Germany, so i use the I18N (e.g. properties-files, etc.) in my
webapps. Can i commit my I18N exensions for the booking example into CVS?
For that i need an authorized CVS-User...
Do you think that will be a good idea?
View the original post :
http://www.jboss.com/index.html?module
Hi,
I am trying to create a task and task instance at runtime, but always get the
following error :
Here is my Code :
public class Node1EnterActionHandler implements ActionHandler {
public void execute(ExecutionContext executionContext) throws Exception
{
// TODO Auto
the same happens when you remove e.g. the entry
| loginUser=Username
|
from the store.properties in the dvd-store-demo
again i get an exception instead of a warning that the resource-entry is
missing ...
Is it a problem of seam, jsf or faclets ? It seems to be in the renderkit of
facelets
Edgar,
There is not (yet) any JMS counterpart of the CommandExecutorThread. In fact if
you use JMS, you should not have any separate CommandExecutorThread. MDB's have
been invented to do this job... But again, you should create this MDB yourself,
we do not provide one at this time.
Regards,
Ko
It means that your EJB packaging isn't valid, you should see another message
explaining what's wrong on the console.
This could come from ejb-jar.xml, wrong interface ...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924746#3924746
Reply to the post :
http:
I wonder is there a tool for monitoring the memory consumption of in memory
onjects like beans.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924745#3924745
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924745
I am tying to deploy a simple Session Bean to print " Hello World". I used
ejb-jar.xml and jboss.xml as Deployment Descripitor and build.xml to bundle the
application into a jar file using Ant. Then I get the following error:
Verification of Enterprise Bean failed.
[EMAIL PROTECTED]
Can anyone
Hi,
Can anybody guide me how to create a new child task under a parent task,
without ending the parent task ? We have a requirement of this kind of
scenario.
For example, an Agency Supervisor(parent task) will create tasks for
juniors(child tasks) under him and the Supervisior can close his
73 matches
Mail list logo