Hello,
Thanks for the reply, but it "seams" to do.
Indeed, I've managed to generate a many-to-many relationship with seam-gen
between two tables NAME1 and NAME2:
The many-to-many relationship table should:
- its name should be "NAME1_NAME2"
- it has the right to have only 2 columns : a doub
Hi.
In my application after the user logs in I want to redirect to a different page
based on the user role. This is the relevant portion of my pages.xml:
|
|
|
|
|
|
|
|
See the code I am using for getting queue
private static InitialContext getInitialContext() throws NamingException {
if(iniCtx == null) {
try {
InputStream stream =
MessageQueue.class.getClassLoader().getResourceAsStr
Also make sure that SID is correct , this is already been pointed by jaikiran
http://www.cryer.co.uk/brian/oracle/ORA12505.htm
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114093#4114093
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
"eduacsp2" wrote :
| org.jboss.resource.JBossResourceException: Could not create connection; -
nested throwable: (java.sql.SQLException: ExceÃÂçÃÂão de E/S:
Connection
refused(DESCRIPTION=(TMP=)(VSNNUM=153094144)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4)
|
Looks like
I am using JBoss Portal 2.4. I would like to change the default page from
portal admin page to another page. would any brother know that how to custom
the default page of portal??
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114091#4114091
Reply to the pos
anonymous wrote : Could not create connection; - nested throwable:
(java.sql.SQLException: Exceção de E/S: Connection
refused(DESCRIPTION=(TMP=)(VSNNUM=153094144)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4)
Are you sure the connection-url you have mentioned in the ds.xml file
bpet36,
You seem to have made progress and appear to be running into a different
exception now. Let's continue this discussion in your other thread which you
started at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=126192
View the original post :
http://www.jboss.com/index.html?modu
I posted a long blog entry, along with source code, about how to create a
custom JSF tag to do more in Seam PDF:
http://chiralsoftware.com/blog/JBoss-Seam-iText-PDF-custom-JSF-4642a90cb4d7412d.html
The motivation: I wanted to be able to include arbitrary java.awt.Component s
in the output, so I
hi everybody,
I forgot one line in the error caused by the digester :
anonymous wrote :
| 2007-12-19 10:57:36,171 INFO [org.apache.myfaces.config.FacesConfigurator]
Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
| 2007-12-19 10:57:36,234 INFO [org.apache.myfa
"bpet36" wrote :
|
| obj = PortableRemoteObject.narrow(ctx.lookup("ejb/UserAdmin/UserBean" ,
Class.forName(className));
|
Change this code to:
obj = ctx.lookup("ejb/UserAdmin/UserBean");
| UserBeanHome home = (UserBeanHome)
PortableRemoteObject.narrow(obj,UserBeanHome.class);
|
As for the lookup problem, can you post the entire exception stacktrace? Where
is the queue being looked up from? If you are looking up the queue from your
code then post the code here (and the contents of the jndi.properties, if at
all you have one)
View the original post :
http://www.jboss.c
While posting the xml content use the Code button in message editor window to
wrap the contents in a code block. Then use the Preview button to make sure the
contents of your post will show up correctly.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114080#4
wandi,
Let's continue this discussion in your other thread at
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=126187.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114079#4114079
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=p
wandi,
Let's continue this discussion in your other thread at
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=126187.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114078#4114078
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
This looks similar to whats been reported at
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=116994
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114076#4114076
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
Again the same problem in pasting the mbean details. I just want to mentio
that I have added RequestQ in jbossmq-destinations-service.xml
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114074#4114074
Reply to the post :
http://www.jboss.com/index.html?modu
For the past few months we've been developing a Wiki-based collaboration
platform using Seam. This will be the foundation of seamframework.org, and will
also be released as Seam Wiki when we're happy that it is really solid. Our
first test case for the Wiki was http://in.relation.to.
Now that w
Note that you'll need to register at the new site before you can post or create
wiki pages.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114075#4114075
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114075
_
Try to add it in:
src/test/resources/META-INF
I haven't done this though.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114071#4114071
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114071
Has anyone succeed on this?
Cheers,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114070#4114070
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114070
___
jboss-user mailing
Unfortunately I don't think anyone will respond to your "question". I would
suggest you start where everyone else does. Read the documentation, wiki,
Getting Started guide, search the forums etc. Once you have some solid
questions on something specific, ask away.
Good luck!
View the original po
Thanks Norman,
Somehow I just get the impression that it is to be displayed to a PDF because
it uses the p namespace. I'm going to have a look at the examples.
Cheers,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114068#4114068
Reply to the post :
http:/
Hy There,
I am running a JBoss 4.2.1 environment with Portal 2.6.2 deployed. I am using
CAS Authentication, which works fine.
Now I tried to move the CAS Webserver to another JBoss Server on a differnet
machine. I changed the settings in the context.xml file in the
portal-server.war folder. Wh
One correction in the previous mail
The jbossmq-destinations-service.xml entry is the following
jboss.mq:service=DestinationManager
Please help me to resolve this issue at the earliest.
Thanks in advance
Bidhudas
View the original post :
http://www.jboss.com/index.html?module=bb&
Hi,
I am trying to configure JMS queue in JBOSS. I have added the following entry
in jbossmq-destinations-service.xml
jboss.mq:service=DestinationManager
But the same was not listed in JNDIVIEW.
Whenever I tried to lookup this queue(ctx.lookup(queue/RequestQ) getting the
follo
sure,i have restarted jboss
but the jboss AS still cann't find the
com.microsoft.sqlserver.jdbc.SQLServerDriver class
what's wrong?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114063#4114063
Reply to the post :
http://www.jboss.com/index.html?module=bb&
Did you restart JBoss after copying the driver over? JBoss does not hotdeploy
from the lib directory.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114061#4114061
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114061
I would like to know how to do this as well, I am having some problems that I
need to debug.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114058#4114058
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114058
date range point well-taken
"jazir1979" wrote :
| Another thing I'd point out is that using an entity for search values only
works in the simplest of cases - you can't easily do date ranges, for example.
|
| "menashe" wrote : it is not s:validate it is hibernate validator that is
the pro
See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=122361 for the
exact error being found at the moment.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114054#4114054
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
>From my understanding, you need s:validate to trigger hibernate validator at
>the JSF level. Otherwise, the validations only trigger when you try to
>persist an entity? I could be wrong, however.
Another thing I'd point out is that using an entity for search values only
works in the simples
it is not s:validate it is hibernate validator that is the problem
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114052#4114052
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114052
I have this jbpm.taglib.xml:
|
| http://java.sun.com/dtd/facelet-taglib_1_0.dtd";>
|
|
|
| http://jbpm.org/jsf
|
|
| processImage
|
| org.jbpm.webapp.ui.ProcessImage
|
|
|
|
| box
|
| org.jbpm.webapp.ui.Box
I don't use seam-gen, and my project doesn't use entity fields to carry across
search values... but I wonder, why would you even have your search fields
inside s:validate in your UI?
"menashe" wrote : After looking at the seam examples and seamgen code on how
the search is done. It seams to me
hi,all
i want to send messages to a remote server with http,but i don't know how .
how can i get ConnectionFactory from jndi that resides on the remote server
(with http)? or can i create a ConnectionFactory that connects to the remote
server without jndi?
Thanks a lot !
binggangli
Vie
I generated by the button "Generate New Form ..." a form for a task.
In taskname.xhtml file have xmlns:tf="http://jbpm.org/jsf/tf"; and
xmlns:jbpm="http://jbpm.org/jsf";. And also have some tag using both, like
.
But when jbpm-console try to open the task page, I got the error
Tag Li
testing a example,the env is:
db: sql server 2000
os:windows 2003
jboss as:jboss-4.2.2.GA
deploy the project and startjboss as,
show the error info:
2007-12-18 17:51:17,843 WARN
[org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Throwable
while attempting to get a new connect
That in the action method it's value is null.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114045#4114045
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114045
___
jboss-use
After looking at the seam examples and seamgen code on how the search is done.
It seams to me that there is a shortcoming in seam, since, seam search uses a
new entyty of the search class but if it works only if there are no validation
on the class. When this is used with any class that uses val
Pete, what is this problem? Please help mee, thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114043#4114043
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114043
___
jb
what is this problem? Please help me
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114042#4114042
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114042
___
jboss-user mailing
Put a breakpoint in SeamPhaseListener.handleTransactionsBeforePhase and see if
you can determine why beginTran is being set to true in the case where you get
this error. If the phase id is RenderResponse or ApplyRequestValues and a
conversation does not exist then we can dig further from there.
So can you consistently get the error hitting that richfaces url? The strange
thing is that if it's hitting the SeamPhaseListener then it should be creating
a conversation.
What it sounds like is the transaction is getting started before the
conversation is started. However, the Seam transact
Done:
http://jira.jboss.org/jira/browse/JBSEAM-2403
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114038#4114038
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114038
___
jb
You need portlet.tld.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114035#4114035
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114035
___
jboss-user mailing list
jboss-use
hi,
i'm still having a problem with php in JBoss AS 4.2
i did try to follow everything that was said in the thread i was directed to,
and other pages i could find but it does not help.
i get this exception:
The PHP Native library which allows executing PHP scripts was not found on the
java.libr
I am trying to figure out what library I need to include in my Netbeans project
so that it does not complain about the portal taglib.
| <%@ taglib uri="http://java.sun.com/portlet"; prefix="portlet"%>
|
The error I get is:
The absolute URI: http://java.sun.com/portlet cannot be resolved i
I needed another JPA query to populate a drop down listbox in my JSF. The
table exists in a different DB than the original @Factory method query that
populates the main form dataTable.
soo
Is it "legal" to inject the EntityManager more than once in the case of
multiple per
As long as you don't have been drinking dutch beer with him... :-P
Cheers,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114026#4114026
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114026
__
Are you building this from HEAD? The version number seems strange in that case.
I will take a look at it tomorrow... In any case, I wouldn't be surprised if
the downloaded Eclipse dependencies are corrupt. Look in your local repository
and see if the Eclipse downloads can be opened.
Regards,
Ko
Hello,
in this topic http://www.jboss.com/index.html?module=bb&op=viewtopic&t=98478
the question of what is the proper (specification compliant) way to check if an
entity has been persisted was raised.
And here http://opensource.atlassian.com/projects/hibernate/browse/HHH-2439 is
stated that an
luckily I found all the libraries I needed in the "lib" folder.. fancy that.
Do you still want it Jirad?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114020#4114020
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=411402
For the moment I am giving myself a RTFM.
I realized that I hadn't even read the concurrent Ajax section of the Seam
manual.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114019#4114019
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
I have the same question.
The page param works fine with current window but it's not bookmarkable. In
other words, user won't be able to locate this page 2 days later using
http://localhost:8080/app/article.xhtml?conversationId=2
The conversationId will be long gone by that time. The parameter
Never mind folks. My bad in the build.xml. It did not copy over the classes in
the "model" and "action" directories.
Sorry about that.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114016#4114016
Reply to the post :
http://www.jboss.com/index.html?module=b
Our company is migrating a large project from Orion to JBoss 4.0.5. This
application relies on programmatic login in the Web tier. It is not practical
to change that at this point, and we can't move to JBoss 4.2.x as well :-(. So
I'm left with the only choice - to backport programmatic login fea
Ok, basically I want to do spring injection in a SEAM bean.
But instead of doing it with the variable resolver, I want to have a listener
on the creation of the SEAM bean that goes through and injects the spring
components that have the @Autowired annotation.
The reason is that the variable res
Use an interceptor - take a look at the BijectionInterceptor for how Seam does
injection/outjection.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114001#4114001
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114001
_
Thanks Pete. will do.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113999#4113999
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113999
___
jboss-user mailing list
jboss-use
Thanks,
It seems that this occurs when there is exception thrown in my code during the
invoke application phase, such as a DB constraint violation when persisting an
object. Otherwise, the debug.seam will come up okay. - hope this helps.
View the original post :
http://www.jboss.com/index.html
"dhinojosa" wrote : I am creating a custom validator that uses component
injection for the first time, this one just check that there are no links in the
This isn't supported. @Converter and @Validator must be declared
@BypassInterceptors.
http://jira.jboss.com/jira/browse/JBSEAM-2402
View the
I'm trying to import a new Cert onto an existing JBoss system but I'm running
into a wall.
I've gone through the keytool commands and it appeared successful but I'm not
sure how to associate the new cert with the appropriate URL/IP. I have found
the web-console and jmx-console but I'm not su
You'll have to use your debugger. I think this is a weird bug in facelets that
causes the debug page to crash. I'll chase up getting it fixed in facelets.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113992#4113992
Reply to the post :
http://www.jboss.com/
Why are you using managed beans with Seam? I suggest you start from the JPA
example for WAS.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113991#4113991
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113991
_
seam-gen doesn't support many-to-many relationships.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113989#4113989
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113989
___
jb
Start a new topic, nothing to do with this one.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113988#4113988
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113988
___
jboss-u
As Pete said I'm working on App server compatibility.
Currently have OC4J and working on WebLogic. WAS is next :)
-Jay
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113987#4113987
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
No special integration, no.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113986#4113986
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113986
___
jboss-user mailing list
jbo
I'm having some problems with the default message.properties and how to
override them.
I've managed to override a few of the messages...
| org.jboss.seam.loginSuccessful = Aren't you cool #{identity.username}?
| org.jboss.seam.loginFailed = Invalid username/password combination.
| org.jbos
Lots of sample code in the examples directory.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113985#4113985
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113985
___
jboss-us
"syzork" wrote : seam-ui example is not working.
How?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113984#4113984
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113984
___
There is a caching problem with s:selectItems in 2.0.0.GA. Try with a simple
f:selectItems.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113982#4113982
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113982
__
Thanks. I got it working using HttpAttributeListener.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113981#4113981
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113981
___
I am trying to use integration test in Seam 2.0.0GA and getting authenticator
not found error. Please tell me what is wrong in my setup? I had tried to setup
classpath for testing by reverse engineering the build.xml in examples dir and
info in readme.txt - pls let me know if something is wrong
Can you try with a clean install of JBoss AS 4.2.2 and Seam 2.0.0?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113980#4113980
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113980
HI all , I solved the problem.
The problem is in my system there is no mcast open. So I used TCPPING
now I am able to see both the machines as well as able to deploy the stuff.
Thanks!
Vvk
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113979#4113979
Reply
Hi all, I solved the problem. The problem was my system is not having mcast
open. So instead of using UDP, Iam using TCPPING. It was working fine.
Thanks!
vvk
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113976#4113976
Reply to the post :
http://www.jboss
We haven't got Seam working with WAS and EJB3. We do however have it working
with JPA - see the JPA example for more.
Jay is currently working on app server compatibility - he hasn't got to WAS
yet, but when he does you can expect *much* better docs on how to get your app
running.
If you can p
Please file a jira issue so we can investigate
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113974#4113974
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113974
___
jboss-us
http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113973#4113973
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113973
__
Hi,
I think I've found the reason for this problem. I think it is a bug in
combination with richfaces. The error occurd when serving a request for
anonymous wrote :
/mywebapp/a4j_3_1_1-SNAPSHOTorg/richfaces/renderkit/html/css/modalPanel.xcss/DATB/eAGLZKr5DAADWQHL
which is a resource for a richf
"gsegura" wrote : And that is the problem because when more than one user are
inserting CourseNotes to the collection, the second one will get an
optimisticlockexception at the time he tries to merge his instance of the course
I would just used managed entities at all times.
anonymous wrote : A
Well, you'll need increase the timeout for trying to obtain the lock. By
default a second.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113966#4113966
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113966
___
The unified classloader has nothing to do with UseJBossWebLoader. Use RichFaces
3.1.x - this allows the use of RichFaces components in your action beans. Place
the richfaces-api.jar into your ear/lib directory.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41
The configuration seems ok to me.
Possible things you should look at:
- Are you sure you didn't change anything on the test?
- Can you try the same test again, after dropping/creating your database (or
clearing the data on the tables).
- Are you sure you have your UDP working fine?
- Do you hav
What does isn't initialised mean here?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113962#4113962
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113962
___
jboss-user maili
Hi,
I am attempting to lookup and call methods on an ejb from a servlet where the
two are deployed in separate ear files on the same JBoss server.
I believe I have encountered a classloading issue, if so, I am not sure how to
resolve it. Can anyone help me resolve this problem?
Anyway, he
yeah, when i toggle the tabs (change to another and then change back) it's
working.
We tried a redraw and update on the sourceditor object in setVisualMode in
VpeEditorPart.java, but that didn't fix things.
I added this in Jira, http://jira.jboss.org/jira/browse/JBIDE-1531.
Thanks!
View the
I have finally got the maven unit tests through testng running, but they are
failing.
I want to have two databases, one for tomcat deployment and one for my unit
tests. The problem is that the seam configuration is picking up my
"src/main/resources/META-INF/orm.xml" and
"src/main/resources/ME
Can you attach your testcase here?
http://jira.jboss.com/jira/browse/JBMESSAGING-1211
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113959#4113959
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113959
hmm...so as long as you toggle the tabs the editor works fine ?
you can close the editor and open a new one and it works again after toggling
the tab?
Please report that in jira - then we can track it there.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=411
I'm using SEAM 1.2.1GA and have all of a sudden run into random errors
selecting objects out of a drop down list. It doesn't have all the time and
seems very random.
I've attempted to enhance the equals() method and the hashcode, but nothing
seems to matter in that regard. When I debug the En
Thanks for the fast reply max!
I did take a look at xulrunner and 64 bit vista, but when i switched tabs once,
everything works until i close the editor.
I was trying to call the change tab event myself in the sourcecode of
VpeEditorPart.java, in a way that when i open the editor, it automatica
New Topic:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113953
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113954#4113954
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113954
___
I don't have access to a vista 64 bit so can't really help.
I would have assumed that running with a Java 5 32 bit should work, but if that
does not work then report in jira ...but again, we don't have access to a 64
bit vista so would need help on getting xulrunner to work on 64 bit vista.
Vie
When we open a xhtml file in the jboss html editor, the first time there isn't
anything show, just a grey background.
The tabs at the bottom of the pane are shown, and if you click another tab the
editor is shown and you can use all different edit modes.
We are running Eclipse on Windows Vista
Incompatibility between Jboss server versions?
Hi guys, can anybody help-me with a problem?
I'm currently using JBossAS 4.2.1 and I was trying to make a lookup in an EJB3
Session Bean - in another JbossAS (different VM - version 4.0.4GA) - , but I
received an Exception...
Caused by: javax.nami
Hi guys, can anybody help-me with a problem?
I'm currently using JBossAS 4.2.1 and I was trying to make a lookup in an EJB3
Session Bean - in another JbossAS (different VM - version 4.0.4GA) - , but I
received an Exception...
Caused by: javax.naming.CommunicationException [Root exception is
jav
Incompatibility between Jboss server versions?
Hi guys, can anybody help-me with a problem?
I'm currently using JBossAS 4.2.1 and I was trying to make a lookup in an EJB3
Session Bean - in another JbossAS (different VM - version 4.0.4GA) - , but I
received an Exception...
Caused by: javax.nami
1 - 100 of 229 matches
Mail list logo