Expand my Community achievements bar.

Flex_Architect
Flex_Architect
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hello Folks,I have a couple of issues I am trying to resolve relating toFDS and EJB3.First, a question: Is it possible to deploy EJB3 sessionbeans/JPA entity beans inside the flex.war into a JBossimplentation? Currently I am having to deploy two .jars (one intoJBoss /deploy and the other into the fl...

    Type

    Discussions

    Views

    591

    Likes

    0

    Replies

    1
  • I found what I was doing wrong.Here is the code I had in the Java class: public void setPhoneNumbers(List<PhoneNumber>phoneNumbers) { this.phoneNumbers = phoneNumbers; }It should have been: public void setPhoneNumbers(Collection<PhoneNumber>phoneNumbers) { this.phoneNumbers = phoneNumbers; }As this ...

    Type

    Discussions

    Views

    459

    Likes

    0

    Replies

    0
  • Well tried to remove the Constuctors ArrayCollectioninstantiation but it does not seem to help. I have to create theinstance before adding the PhoneNumber instance to it anyway as Iam creating a new user and not updating an existing one.I should be able to create a new User instance... instantiateth...

    Type

    Discussions

    Views

    459

    Likes

    0

    Replies

    1
  • Hello All,I have what seems to be a simple object domain of Userobjects that contain multiple PhoneNumber objects. My AS and JavaUser classes look like this:package com.abc.domain{ import mx.collections.ArrayCollection; [Managed] [RemoteClass(alias="com.abc.domain.User")] public class User { public ...

    Type

    Discussions

    Views

    744

    Likes

    0

    Replies

    3
  • I am having exactly the same issue. Having to place the adapter inside of the flex.war for FDSand the ejb's and JPA's out in the deploy folder, is quiteannoying.

    Type

    Discussions

    Views

    334

    Likes

    0

    Replies

    0
Top badges earned by Flex_Architect
Customize the badges you want to showcase on your profile