You don't need anything. The JBoss IDE plugins can help you (re)deploy your
application but you can go without.
A Portlet application is not much different that a Web Application, you need to
use the portlet-api-lib.jar that is in included in JBoss Portal.
You also need to package your applicat
Thanks for your answers. But the thing is that - under certain circumstances -
the sorting does work in my application.
My problem is a little bit more complex. Imagine that you just want to show up
companies (danoakland) or organisations (Tony) that match certain criterias
which can be varied
If you are just trying to access the HTTP Session of the Web archive containing
your portlet you can use the APPLICATION_SCOPE when you set and get an
attribute.
What are you trying to achieve exactly ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025686#4
Okay, I must admit that I am a bit lost here:
What is the difference between WEB-INF/dev and WEB-INF/classes? What if the
content of those two dirs go out of sync? I am guessing that in the "debug"
mode, Seam only loads classes from WEB-INF/dev and ignores WEB-INF/classes? Am
I way off here? :)
hi petemuir,
i found your project "SeamSelectItemsNewDesign", i tryed to use it, download
selectitems-1.1.1beta4.
than i put selectitems.jar and selectitems-ui.jar into my WEB-INF/lib.
then i tryed to fill application combo with application name
Application class is simple database entity bean
"hanasakijiji" wrote : NewInstance.get/setValue are defined below:
| @OneToOne(cascade=CascadeType.ALL)
| | @JoinColumn(name="aggregate_fk", insertable=false, updatable=false,
referencedColumnName="pk")
| | public Aggregate getValue() { return aggregate; }
|
Either remove insertable
Hi!,
I just migrated from 1.1.7 to 1.2.0, the view pages gnerated by
seam generate-entites don't work.
when
| public void wire() {
| if (role != null) {
| getInstance().setRole(role;
| }
| } is executed from the .page.xml
the following exception were thrown. Any extr
ie. this gives you the same development cycle for JavaBean components that we
have today for facelets pages.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025679#4025679
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4
I've just committed a new feature to CVS that lets code changes made to Seam
JavaBean components be visible immediately without a container restart.
What you need to do is deploy the JavaBean component classes into the
WEB-INF/dev directory, and run in debug mode with jboss-seam-debug.jar in
WE
Hi
I am using JBoss 4.0.5GA with JDK 5 and JBossWS 1.2.0GA. I am trying to work
through some of the samples on @WebServiceRef and I noticed that the
jboss-client.xml has:
http://www.jboss.org/j2ee/dtd/jboss_5_0.dtd";>
I looked at the jboss_4_0.dtd and there isn't any reference to
so the fol
Nobody?
...
Please?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025674#4025674
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025674
___
jboss-user mailing list
jboss-user@
JBossWS 1.2.0.GA is the current stable release with JAX-WS support.
See the docs:
http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide
-Jason
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025672#4025672
Reply to the post :
http://www.jboss.com/inde
Here is a quick overview, please review the full docs here:
http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide
| * wstools - Only for legacy JAX-RPC services, use the JAX-WS tools listed
below where possible.
| * wsprovide - Generates portable artifacts and provides offline gener
"[EMAIL PROTECTED]" wrote : This should be fixed in jbossws-1.2.0
Having moved to 1.2, things seem a lot smoother. thanks for all the effort
Thomas, I can only imagine what goes in to getting this right.
wsproduce and wsconsume seem to do a fine job and the reduced level of
annotations to get
I am using Java 1.5.0_10. I have successfully deployed jbossws-1.2.0.GA on
JBoss 4.0.5.GA per the install instructions. I have successfully built the
jbossws-samples-1.2.0.GA.
When I run the wseventing SysmonTestCase, an error parsing ws-addr.xsd occurs
when the jaxws-samples-wseventing.war fi
Hi,
I'm trying to find JBoss IDE for OS X to install with Eclipse 3.2.1.
>From Update Manager, looks like I need to give a URL for New Remote Site... -
>I tried www.jboss.org but the Update Manager could not go from there. Also
>tried Google for it but nothing to the point turned up.
Can somebod
Due to the complexity of this case, can you create a Jira issue and attach an
example of this? I will take a look at what is going on.
http://jira.jboss.com/jira/secure/CreateIssue!default.jspa
-Jason
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025665#402
Yesterday I downloaded the seam-1.2.0.PATCH1. I then ran the seam setup to
define my information, then ran the seam new-project. JBoss is defined to use
MySQL.
The first problem I noticed is that Seam setup did not modify the
jboss-beans.xml file. It was still defined to use hsqldb, not MySQL
http://ejb3unit.sourceforge.net/index.html
Seems like a relatively new project... not too many references to it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025663#4025663
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=repl
I don't know if this question should be post here or in the new RichFaces
forum... anyway...
I've included richFaces 3 in my not so old app using SEAM 1.2patch1.
I have a page with the following code
| ..
| ..
|
|
|
|
|
I'm using Jboss 4.05 with WS 1.20ga
I have a service that appears to be deploying successfully and I can see it
quite clearly from my http://localhost:8080/jbossws url. After using wsconsume
to produce the client side objects (from the WSDL created by wsprovide), I get
the following when I try
Sorry forgot to mention that it is the ALPHA 9 version of embeddable.
jean
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025660#4025660
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025660
__
Hi,
Trying out the tutorial (simple-tutorial), I can't seem to make it work in the
simplest case. If someone has some clue as to how to progress, I'd appreciate.
I run this with jdk1.5.0-10 and I have jboss-ejb3-all, hibernate-all,
thirdparty-all, jcainflow and jms-ra in that order in my clas
Hi, I have a strange null pointer exception when trying to implement the
Remember Me functionality.
It seems to be a null pointer exception in
org.jboss.seam.core.Selector.setCookieValue(Selector:77). I've looked at the
code and it appears that the response object is null which to me is strange
Hello:
I'm trying to deploy a Seam app that uses an entity bean to persist data. For
some reason, when I deploy, I get the following exception:
| 21:50:52,274 INFO [DatabaseMetadata] table not found: FRAMEWK.RECORD_SEQ
| 21:50:52,461 INFO [DatabaseMetadata] table not found: RECORD_SEQ
|
Hello all,
I'm new to JBoss portal development. What do I need to deveople a portlet using
eclipse? do i need to to get the JBoss plugin for eclipse? if so where?
Also any document that can guide me how to setup the development envirnoment?
Thanks
Borna
View the original post :
http://www.jbo
Yeah, how funny is that? I post here on the forum and my blog, and the very
next morning you guys announce something that is exactly like I was talking
about. Now that's what I call being responsive to your users ;)
Seriously though, that is great news - it really should make Seam (and other
JE
doc/reference/en/modules/events.xml probably should say something else but
JSFadn
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025652#4025652
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025652
Last night I upgrade to seam 1.2 Patch 1 and I get different error like this :
| 08:57:28,671 INFO [Lifecycle] starting up: org.jboss.seam.security.identity
| 08:57:28,750 ERROR [PhaseListenerManager] Exception in PhaseListener
RENDER_RESP
| ONSE(6) beforePhase.
| java.lang.IllegalStateE
Thanks for your quick reply gavin, if I am deployed seam application in portal
environment, can I get all seam "magic" like I deploy it as an stand alone
application, can you give me more brief description about the
SeamPortletPhaseListener Vs TransactionalSeamPortletPhaseListener, but maybe I
I change jdk from 1.4.2 to 1.5.0 and tested the sso framework,but there were
still some errors.
I guested these errors maybe be associated with the file of users_en.properties
in the jboss-identity-management.jar.
what should i do to deal with the following errors?
the errors:
2007-03-06 17:
There is a servlet that gets a stateless session bean by its JNDI binding name.
The servlet makes several calls to the session bean. Each call manipulates
one, or more, entity beans. In some cases, an entity bean (CMP) is returned to
the caller in the servlet. When this same entity bean inst
Oops! Let's try that again...
"[EMAIL PROTECTED]" wrote : anonymous wrote : is support for the WTP planned?
|
| This is a subject of debate between myself and Max.
I'm sure supporting the typical WTP project structures would make seam-gen and
the build script substantially more complex, an
"[EMAIL PROTECTED]" wrote : anonymous wrote : is support for the WTP planned?
|
| This is a subject of debate between myself and Max.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025644#4025644
Reply to the post :
http://www.jboss.com/index.html?module
pass them to the template like this
|
|
This works for me, but I wish I could just pass in the action.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025643#4025643
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
I'm sorry but that is all there is to it. There is no more code to send.
If you post what part of my example you don't understand, then I'll try to
explain.
Regards
Felix
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025642#4025642
Reply to the pos
I just fixed this in CVS. Please try it out, thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025641#4025641
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025641
___
jb
There's something to be said for this. It would not be at all difficult to
implement. Note that I could not actually throw an exception, since I can't
detect the use of Context.set(name, value), but I could log a WARN.
Add a feature request to JIRA. I think its a great idea.
View the original p
I've tried many variations and they've all failed so far. Would I have to
write a custom component with interceptor instead of using a source template
for the tag library? It seems a tag overkill.
Has anyone has had similar experience in writing a tag library component using
source & ui:compos
Has anyone implemented this successfully? Are there new developments around
ws-security support since then?
Thank you,
Meghana
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025637#4025637
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=pos
The problem (at this moment) looks like as if there are any unexpected tags
(like I had tried to use full wiki syntax), attributes or even spaces the
whole syntax after the error may have unexpected results.
For example, having an image at the end of a line in a list produces the
mentioned abo
It's nice that there's more than one way to create and name components in seam,
but it certainly takes some discipline on the part of the programmer to
organize them thoughtfully, and minor slips in naming result in null values
getting injected. This is easy to catch when not using required=fal
Thank you Thomas,
things with annotations I have tried out. And wsprovide is making a nice wsld.
Yesterday I tried the IE on Windows to show the wsld of the webservice and what
I have to see? The namespace declarations are all there.
This firefox browser is hiding the namespace declarations, whi
Ahh, I see.
Thank you very much!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025633#4025633
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025633
___
jboss-user mailing li
No, JSF is dumb. You could create a Facelets function and call it like this:
#{myFunctions:myToString(o)}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025632#4025632
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025
You need two newlines to indicate a paragraph break. This is pretty standard
for wikitext.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025631#4025631
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025631
___
Sorry to jump in here but I actually had the same problem!
"[EMAIL PROTECTED]" wrote : ...And the last and best way is to put it into the
conversation context in the first request, name the context variable in the
action method as a parameter, and let Seam look it up from the conversation
conte
Hallo,
with gSoap I don't have problems to talk at the moment.
But with Delphi 6 of course:
When I speak with a JavaClient to my WebService the message looks like this -->
| http://schemas.xmlsoap.org/soap/envelope/";>
|
| http://ws.wh.org/";>
| Stefan
|
|
|
Greetings.
The org.jboss.remoting.Client class offers the invoke() and invokeOneWay()
methods to do calls to the server side.
If an error (not produced by my code) occurs during the call, for example:
* The call is not delivered to the server.
* The call's return value is not delivered
So, is there any way to annotate a method with @Begin so that it will nest
conversation if no conv. with given id exists and pick up existing one if it's
available?
Something like this:
| @Begin(nested="true", id="update#{item.id}"
| public void editItem(){
| }
|
Actually, i don't nee
Btw, don't use JSTL with JSF, it's a bad combination. You are already using
Facelets, so add xmlns:ui="http://java.sun.com/jsf/facelets";
and work with instead.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025625#4025625
Reply to the post :
http://www.j
I've got my utility classes working. Here's how:
Added utility.jar to the root of project.ear.
Edited project.ear/META-INF/application.xml and added
| utility.jar
|
Thanks for yout reply, I was not seeing that this approach worked because I had
introduced another similar error
I use this jndi.properties file:
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
| java.naming.provider.url=jnp://localhost:1099
| java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
For the gory details, see
http://docs.jboss.com/jbossas/guides/j2eeguide/r2/
Ok, well I was looking at the GPD.xml and saw a few values that had negative
integers set as the y values. I then went into the designer, highlighted all
the elements on the screen, and drag them downwards (towards the bottom of the
screen). I then delete the gpd.xml and then saved the process
Hi All,
Is anybody using ? I have problems with new lines not
appearing below images. Should I create JIRA issue?
Regards,
Siarhei
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025617#4025617
Reply to the post :
http://www.jboss.com/index.html?module=bb&
hello,
I have the same problem with this way.
I did it this way :
http://jboss.org/index.html?module=bb&op=viewtopic&p=4025615#4025615
It is the same with RenderRequest and PortletRequest...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025616#4025616
Repl
hello,
this get the dispatched request, which seem not be usefull in my case (retrieve
the session for setting a whole portal session parameter, that is the locale
for all the portlet).
I did this, through the PortletRequest, PortletInvocation and
AbstractInvocationContext class.
Not sure it
Koen,
Thanks for the reply, unfortunately this does not seem to be the case as I
moved all the nodes around in the GPD and the box still doesn't line up. The y
coords are just to small (aka the red box is closer to the top of the screen).
It seems the x, width, and height coords are ok. Any
"PeterJ" wrote : I have not been able to get a connection using JMXServiceURL.
Instead, I use the RMI adaptor. See
http://docs.jboss.com/jbossas/guides/j2eeguide/r2/en/html_single/#d0e2207
Where do you specify the target server and port? My guess is the
jndi.properties file, but I have no id
Hi jaikiran
Yup, exactly what I would suspect to happen. Thanks for link. It was exactly
what I was trying to do. No more classloading problems whatsoever. Simple put:
GREAT. Thanx
Best wishes and regards
Henrik
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic
I just built the source and deployed jboss-4.0.5-GA-ejb3 and got the same error
when running ejb3mdb example. The ejb example won't run against the non ejb3
jboss that is also created. The build methodology doesn't seem to be the issue.
Asa
View the original post :
http://www.jboss.com/index
So you need to find another way to pass an "object" from request to request.
One way is to pass its identifier and to load it from the database in the
second request. Another is to stick it into the session an retrieve it from
there by identifier.
And the last and best way is to put it into the
"lisaanm" wrote : the team should provide a short integration guide for
RichFaces-Seam
AFAIK you would set up a project as if for ajax4jsf (seam-gen will do this for
you :) and just drop the richfaces jar into WEB-INF/lib
View the original post :
http://www.jboss.com/index.html?module=bb&op=vi
I have not been able to get a connection using JMXServiceURL. Instead, I use
the RMI adaptor. See
http://docs.jboss.com/jbossas/guides/j2eeguide/r2/en/html_single/#d0e2207
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025604#4025604
Reply to the post :
h
If the class is meant to be used by both the war and the ejb-jar, the way i
package it is - i create a separate jar (common-util.jar maybe) and make it
available to both the war and ejb modules by specifying the common-util.jar as
java module in the application.xml file of the ear. You can find
There are BIG plans in store for the IDE to make it rival .NET - and will take
the pain out of writing XML :) Once the dust has settled Red Hat Developer
Studio's JIRA will start to fill up I'm sure ;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025602#402
Hi jaikiran
Thanks for the link. Exactly that link did not catch my attention as I was
searching the wiki :-(
But as I am diving into this issue I guess I know what to do to resolve.
Repackage the ear. I have already done so and it is bringing me further.
With respect of this beeing the JNDI f
That's really GREAT!!! (Seam + Ajax4JSF + RichFaces) and (JBOSS + Exadel IDE)
all together.
>From the deep of my heart... CONGRATULATIONS for a such good product. It has
>helped me a lot...
But...
I've seen the MS Visual Studio 2005. The IDE is super, but unfortunately it is
M$ .NET.
The
I can't use DataModel and DataModelSelection because I can't use DataTable. I
need to render the links horizontally. Is there anyway I can render DataTable
horizontally?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025597#4025597
Reply to the post :
http:
You need to look at the Seam example applications, or really, any JSF example
application. I often had the same reflex when I started learning JSF and tried
the same approach as you. You can not pass "objects" between requests by
putting them into a link.
Check the booking demo app and how it
anonymous wrote : - adding the jar to project.ear/ and adding a module tag
inside application.xml (bean class has no local, webservice or remote
interfaces defined) This works if the components are just Seam JavaBeans
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewto
I have a two server cluster and am trying to cache a sessionData object using
PojoCache. When I initially start the app and try it I see the exception
listed at the bottom.
I am kind of confused about what I am supposed to do. I am using jdk5.0, Cache
1.4.1 SP2. I don't get any exception whe
I got the same error. I didn't use the example but my own MDB. This seemed to
work in earlier releases.
Asa
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025592#4025592
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
So I'm finally back to this issue and narrowed down the problem.
I have 2 SFSB named testAction (defined in previous post) and anotherAction
that actually outject the User bean.
The scope of both SFSB is conversation and the outjection on both SFSB is
defined as:
| @Out(required=true)
| pr
I'm trying to split my utility classes away into their own jar file so I can
easily reuse them from different seam projects and maintain a single source
tree. I've created a jar containing the classes but I have not been able to add
the jar into my ear (or war) correctly.
I've tried a few diffe
My requirement is to get an identifier in which link I have clicked in the
backing bean. I am able to find a solution for this.
In XHTML File
-
In Backing bean
---
@RequestParameter
private String linkId;
public void next()
There are countless MBeans exposed through the JBoss AS jmx-console. I've
enabled remote jmx access using the
| JAVA_OPTS="-Dcom.sun.management.jmxremote.port=3543 $JAVA_OPTS"
| JAVA_OPTS="-Dcom.sun.management.jmxremote.authenticate=false $JAVA_OPTS"
| JAVA_OPTS="-Dcom.sun.management.jmxr
The simple answer to this question is: we'll skip RC10.
With the release of RC9 we realized that the build is tightly coupled to the
Application Server. This meant that RC9 only functions in AS 4.0.5.
We're planning to refactor EJB3 into a binary plugin for use in AS 4.x and 5.x.
So are we dead
Everithing worked just fine, then I decided to go clustered and made all
modifications required: oracle defaultDS and correspondig xml files. Now I'm
getting pretty odd exception:
2007-03-07 00:04:57,893 INFO [JmxKernelAbstraction] installing MBean:
jboss.j2ee:ear=singlecity-debug.ear,jar=singl
Is it possible deploying jBPM in an existing Jboss App Server.
It's possible cohexists current deployed applications with jBPM engine? If yes,
how can I do that?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025584#4025584
Reply to the post :
http:/
I have to carry out a stress test on JBoss PojoCache, which runs on a server.
The required architecture is:
One or more clients call JBoss Cache on a remote Server. No JBoss Cache runs on
the client machines.
How can I do it. The examples, shipped with JBossCache only work with local
reference
Hi, I was able to secure the 4.0.5GA web side fine with the getting started
guide for 4.0.4. I am using the j2ee 7 tutorial and the additional jboss
source. But when I add the
java:/jaas/dukesbank
element to jboss.xml for the ejb side I get an exception.
14:25:31,126 ERROR [LogInterceptor] EJBE
"[EMAIL PROTECTED]" wrote : http://jira.jboss.org/jira/browse/JBSEAM-996
OK - thanks :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025578#4025578
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025578
Yup, makes sense.
The bug is fixed in CVS.
You can do a local patch if you like, just make EntityManagerProxy implement
Serializable.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025577#4025577
Reply to the post :
http://www.jboss.com/index.html?module=b
I have to carry out a stress test on JBoss PojoCache, which runs on a Server
This is the required architecture
___
! !
Client 1 ! Server !
! !
"[EMAIL PROTECTED]" wrote : Oooops. Embarrassing bug.
|
| This only happens with @PersistenceContext, right? Not with Seam-managed
PCs, I assume
|
|
At the moment I'm only using @PersistenceContext and @PersistenceContext(type =
PersistenceContextType.EXTENDED).
View the origina
http://jira.jboss.org/jira/browse/JBSEAM-996
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025572#4025572
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025572
___
jboss-user
This is really JSF not Seam.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025571#4025571
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025571
___
jboss-user mailing list
jb
Oooops. Embarrassing bug.
This only happens with @PersistenceContext, right? Not with Seam-managed PCs, I
assume
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025570#4025570
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
BTW: This only occurs for 1.2.0 - The EntityManagerProxy don't exist for <1.1.6.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025565#4025565
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025565
__
Hi,
I am using jaxws 2.1 and i have tried many examples on TOMCAT 5.5.20
not i want to configure jaxws 2.1 on jboss-5.0.0.Beta1 ..
so if anyone knows some basic steps then please do post here
Thanks a lot for the answer in Advance
ntimesc.
View the original post :
http:
I have a war file that includes
mysql-connector-java-3.1.8 file and this same file is
also included in the lib directory. Which of these
two files has preference in the war file? I thought
it would be the one included in the war file, but I am
not sure.
TIA,
ZK
Thank you!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025558#4025558
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025558
___
jboss-user mailing list
jboss-user@lists.jbo
Hi, I'm using the 2.0 beta version of the Jboss IDE, which gives me and option
to generate a form for a task, this option automatically generates an xhtml
form.
The question here is, how can I make the task to point to that xhtml form
instead of pointing to the default created form.
Is it posibl
I map it to the "model"...
@DataModel
private Organisation[] organisations;
(Easier to work with IceFaces with an Array!)
Thats all..
>From Page...
|
|
>From backing Bean
| /**
| * @author Tony Herstell
| * @version $Revision: 1.5 $ $Date: 2007-02-13 04:46:40 $
| */
Julian,
There is a bug in the GPD which I think produces the behaviour you see. If you
leave the node at it's place where you dropped it, you will see the mentioned
behaviour that the overlay of the red rectangle is not good. If you move the
node after dropping it, the overlay should appear ok.
The components.xml file is in the /web-inf directory in the war file. In fact,
I've added a context to Tomcat pointing to an exploded directory containing my
web app, so I can confirm that the components.xml file is in the right place.
Here is an expanded excerpt from the log file:
10:18:37,01
We support RPC/literal and document/literal but not RPC/encoded. The WS-I Basic
Profile essentially deprecated use of encodings, so there is no real motivation
to implement it.
If RPC/encoded support is a must for you, feel free to create a feature request
for it in Jira. Please be aware it i
Bernd,
Create a JIRA issue and attach the files that produce this phenomenon. Link the
issue to this thread.
Thanks,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025550#4025550
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
JS menus for pages within a tab do not work in IE6 again in last night's build
(really all week and last week)
Can you add this check to your regression checking before checking in please?
I am up the creek without a paddle if this doesn't work for our production
work.
Also, the page nestin
1 - 100 of 244 matches
Mail list logo